Vertaling van "MySQL no" 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.
Actualmente, MySQL no las implementa de acuerdo a la especificación.
Currently, MySQL does not implement these functions according to the specification.
MySQL no sufre de este problema particular porque no tiene "caché" de los planes de ejecución.
MySQL does not suffer from this particular problem because it has no execution plan cache at all.
Versión de una base de datos de MySQL no cambia una vez que se ha creado.
A database's version of MySQL doesn't change once you created it.
En muchos casos, MySQL puede calcular el mejor plan de consulta posible, pero a veces MySQL no tiene suficiente información sobre los datos a mano y tiene que hacer suposiciones "educadas" sobre los datos.
In many cases, MySQL can calculate the best possible query plan, but sometimes MySQL doesn't have enough information about the data at hand and has to make "educated" guesses about the data.
Tenga en cuenta que MySQL no almacena la fracción (todavía).
Futura optimización posible: MySQL no reescribe el orden del join para la evaluación de subconsultas.
Possible future optimization: MySQL does not rewrite the join order for subquery evaluation.
MySQL no soporta la unión "sort-merge" al 100%.
MySQL does not support sort-merge joins at all.
hay que asegurarse de que MySQL no tiene habilitado el modo de ejecución automática (autocommit) porque provocaría una descarga del log a disco en cada inserción.
make sure that MySQL does not have autocommit mode enabled because that requires a log flush to disk for every insert.
Si la variable tiene el valor 1, MySQL no fuerza esta restricción en la creación de rutinas almacenadas.
If the variable is set to 1, MySQL does not enforce these restrictions on stored function creation.
Al separar la lógica de MySQL de los datos evitamos este problema, ya que MySQL no interpreta el parámetro, simplemente lo maneja como datos.
By separating the MySQL logic from the data we avoid this problem, as MySQL does not parse the parameter, it simply manages it as data.
Postgres Plus es una base de datos robusta que incluye muchas funciones clave que MySQL no tiene, o bien supera la oferta de MySQL.
Postgres Plus is a robust database that includes many key features that MySQL does not or exceeds what MySQL does offer.
MySQL no inicializa la biblioteca Berkeley DB library y esto ahorra mucha memoria.
option, MySQL does not initialize the Berkeley DB library and this saves a lot of memory.
No mucha gente sabe esto, pero una diferencia potencialmente importante entre MySQL y SQL Server es que MySQL no le permite cancelar una consulta a mitad de la ejecución.
Query Cancellation Not many people know this, but a potentially deal-breaking difference between MySQL and SQL Server is that MySQL doesn't allow you to cancel a query mid-execution.