- 29 Jan, 2003 10 commits
-
-
monty@mashka.mysql.fi authored
proper handling of SUM() in some functions.
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
Fixed handling of lower_case_table_names in SHOW TABLE STATUS, mysql_list_fields() and mysql_table_dump(). This fixes some Errcode 13 errors on Windows when deleting tables.
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.0-build
-
walrus@mysql.com authored
into mysql.com:/home/walrus/bk/40
-
walrus@mysql.com authored
restore nake_time and make_time_r
-
bell@sanja.is.com.ua authored
made bisone 1.75 compatible code
-
lenz@mysql.com authored
operator)
-
heikki@hundin.mysql.fi authored
Cleanup of the previous bug fix: replace code is either SQLCOM_REPLACE or SQLCOM_REPLACE_SELECT
-
- 28 Jan, 2003 17 commits
-
-
heikki@hundin.mysql.fi authored
Fix a bug REPLACE INTO t SELECT ... did not work if t has an auto-inc column
-
jani@hynda.(none) authored
-
jani@hynda.(none) authored
-
peter@mysql.com authored
into mysql.com:/home/pz/mysql/mysql-4.0-root
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
(On Windows --log-error is enabled by default)
-
peter@mysql.com authored
-
lenz@mysql.com authored
-
miguel@hegel.local authored
Asked by Heikki and Peter.
-
serg@serg.mysql.com authored
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
-
serg@serg.mysql.com authored
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
Fix for bug when using auto_increment column and LAST_INSERT_ID()
-
monty@mashka.mysql.fi authored
Call pthread_mutex_destroy() on not used mutex. Changed comments in .h and .c files from // -> /* */ Added detection of mutex on which one didn't call pthread_mutex_destroy() Fixed bug in create_tmp_field() which causes a memory overrun in queries that uses "ORDER BY constant_expression" Added optimisation for ORDER BY NULL
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
-
- 27 Jan, 2003 11 commits
-
-
serg@serg.mysql.com authored
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
-
serg@serg.mysql.com authored
and VERSION() to be uppercase in e.g. "select pi()"
-
heikki@hundin.mysql.fi authored
Backport from 4.0: Fix a major bug in InnoDB query estimator for queries of type SELECT ... WHERE col < x and SELECT ... WHERE col > x; MySQL could pick a table scan though the result set was only a few rows in a big table
-
heikki@hundin.mysql.fi authored
Fix a major bug in InnoDB query estimator for queries of type SELECT ... WHERE col < x and SELECT ... WHERE col > x; MySQL could pick a table scan though the result set was only a few rows in a big table
-
lenz@mysql.com authored
- CFLAGS and CXXFLAGS should honor RPM_OPT_FLAGS
-
Administrador@light. authored
-
serg@serg.mysql.com authored
-
lenz@mysql.com authored
now maintained in a separate "mysqldoc" BK source tree) - it will be replaced with the correct manual.texi when building the official source distribution - fixed automake error about reservedwords.texi by moving it to EXTRA_DIST instead
-
lenz@mysql.com authored
so it's part of the distribution (manual.texi includes this file) It will be replaced with the correct one from the mysqldoc tree before building the distribution - removed generation and inclusion of MIRRORS file, since the mirror list is no longer part of manual.texi anyway - replaced YFLAGS with AM_YFLAGS in sql/Makefile.am to make automake happy - Redirect standard error when checking for dpkg-architecture in ltconfig to avoid error message showing during configuration
-
serg@serg.mysql.com authored
-
serg@serg.mysql.com authored
-
- 26 Jan, 2003 2 commits
-
-
serg@serg.mysql.com authored
-
serg@serg.mysql.com authored
-