Vertaling van "pero MySQL" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
El número de decimales que se muestra por defecto es siete, pero MySQL usa internamente el valor de doble precisión entero.
The default number of decimal places displayed is seven, but MySQL uses the full double-precision value internally.
Una plataforma puede tener una excelente reputación en otras situaciones, pero MySQL es estable como lo sea la biblioteca de subprocesos que utiliza la plataforma, aun cuando cualquier otro aspecto sea perfecto.
A platform may have an excellent reputation otherwise, but MySQL is only as stable as the thread library it calls, even if everything else is perfect.
La longitud máxima interna de una clave es 3500 bytes, pero MySQL la restringe a 1024 bytes.
The internal maximum key length is 3500 bytes, but MySQL itself restricts this to 3072 bytes. (1024 bytes for non-64-bit builds before MySQL 5.0.17, and for all builds before 5.0.15.
Por ejemplo, una columna DECIMAL(3,0) debe soportar un rango de al menos -999 a 999, pero MySQL debería permetir almacenar valores de 1000 a 9999 también, usando el byte de signo para almacenar un dígito extra.
For example, a DECIMAL(3,0) column must support a range of at least -999 to 999, but MySQL would permit storing values from 1000 to 9999 as well, by using the sign byte to store an extra digit.
La mayoría de tablas se administran con 2 bytes, pero MySQL no puede controlar esto todavía.
Most tables manage with 2 bytes, but this cannot be controlled from MySQL yet.
Por ejemplo, una columna DECIMAL(3,0) debe soportar un rango de al menos -999 a 999, pero MySQL debería permetir almacenar valores de 1000 a 9999 también, usando el byte de signo para almacenar un dígito extra.
DECIMAL columns in MySQL 5.6 do not permit values larger than the range implied by the column definition. For example, a DECIMAL(3,0) column supports a range of -999 to 999.
El valor devuelto siempre es cero, pero mysql muestra cuánto tardó en ejecutarse la sentencia.