- 14 Jan, 2005 1 commit
-
-
unknown authored
-
- 13 Jan, 2005 25 commits
-
-
unknown authored
strings/ctype-uca.c: fix C++ comments in C file
-
unknown authored
into mysql.com:/home/my/mysql-4.1
-
unknown authored
The bug was that if you have two TL_WRITE_DELAYED at the same time, mi_lock_databases() could be done in the wrong order and we could write the wrong header to the MyISAM index file. sql/mysql_priv.h: Fix bug in insert delayed with prepared statements sql/sql_base.cc: Fix bug in insert delayed with prepared statements sql/sql_prepare.cc: Fix bug in insert delayed with prepared statements The bug was that if you have two TL_WRITE_DELAYED at the same time, mi_lock_databases() could be done in the wrong order and we could write the wrong header to the MyISAM index file.
-
unknown authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
unknown authored
into mysql.com:/home/my/mysql-4.1 sql/sql_parse.cc: Auto merged
-
unknown authored
Merge from 4.0: Fix a theoretical hang over the adaptive hash latch in InnoDB if one runs INSERT ... SELECT ... (binlog not enabled), or a multi-table UPDATE or DELETE, and only the read tables are InnoDB type, the rest are MyISAM; this also fixes bug #7879 for InnoDB type tables sql/ha_innodb.cc: Merge from 4.0: Fix a theoretical hang over the adaptive hash latch in InnoDB if one runs INSERT ... SELECT ... (binlog not enabled), or a multi-table UPDATE or DELETE, and only the read tables are InnoDB type, the rest are MyISAM; this also fixes bug #7879 for InnoDB type tables
-
unknown authored
innobase/os/os0file.c: Auto merged sql/ha_innodb.cc: SCCS merged
-
unknown authored
into mysql.com:/home/jimw/my/mysql-4.1-clean mysql-test/r/ctype_utf8.result: Auto merged sql/sql_show.cc: Auto merged
-
unknown authored
key algorithm for keys where they were explicitly specified. mysql-test/r/show_check.result: Add results mysql-test/t/show_check.test: Add tests for preservation of key algorithm in SHOW CREATE TABLE output
-
unknown authored
Fix a theoretical hang over the adaptive hash latch in InnoDB if one runs INSERT ... SELECT ... (binlog not enabled), or a multi-table UPDATE or DELETE, and only the read tables are InnoDB type, the rest are MyISAM; this also fixes bug #7879 for InnoDB type tables sql/ha_innodb.cc: Fix a theoretical hang over the adaptive hash latch in InnoDB if one runs INSERT ... SELECT ... (binlog not enabled), or a multi-table UPDATE or DELETE, and only the read tables are InnoDB type, the rest are MyISAM; this also fixes bug #7879 for InnoDB type tables
-
unknown authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
unknown authored
into mysql.com:/home/jimw/my/mysql-4.1-clean sql/field.cc: Auto merged
-
unknown authored
into mysql.com:/space/my/mysql-4.1
-
unknown authored
into hundin.mysql.fi:/home/marko/k/mysql-4.0
-
unknown authored
-
unknown authored
- tagged ChangeSet 1.2207 as "mysql-4.1.9" configure.in: - bumped up the version number from 4.1.9 to 4.1.10
-
unknown authored
on whether running with or without valgrind.
-
unknown authored
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1 scripts/mysqlaccess.sh: Auto merged
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1
-
unknown authored
ndb/src/kernel/blocks/dbtup/DbtupGen.cpp: remove 8k->32k conversion ndb/src/kernel/vm/Configuration.cpp: compute size in 32k pages directly
-
unknown authored
Use the invisible tabs (!) libmysql/libmysql.def: Use the invisible tabs (!) libmysqld/libmysqld.def: Use the invisible tabs (!)
-
unknown authored
Add missing 'get_defaults_files' to fix linking error. libmysql/libmysql.def: Add missing 'get_defaults_files' to fix linking error. libmysqld/libmysqld.def: Add missing 'get_defaults_files' to fix linking error.
-
unknown authored
sql/ha_berkeley.cc: Skip allocation of hash and lock on error
-
- 12 Jan, 2005 14 commits
-
-
unknown authored
of log_10 array. sql/field.cc: Avoid pointless calculation for really short fields, and what could be an attempt to access outside the bounds of the log_10 array.
-
unknown authored
absolute value of the float is less than 1, and also fix calculation of length for negative values. (Bug #7774) sql/field.cc: Fix handling of negative values and fabs(values> < 1 in Field_str::store mysql-test/r/type_float.result: Add results mysql-test/r/type_float.result.es: Add results mysql-test/t/type_float.test: Add test for conversion of floats to character field
-
unknown authored
sql/sql_parse.cc: A shorter name for COM_EXECUTE command.
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
unknown authored
reported by Javier Fernandez-Sanguino Pena and Debian Security Audit Team (http://www.debian.org/security/audit)
-
unknown authored
mysql-test/t/analyse.test: Added a note about the bug that this test case tests. sql/sql_analyse.cc: Changed function description to standard format.
-
unknown authored
into build.mysql.com:/users/tulin/mysql-4.1
-
unknown authored
-
unknown authored
into build.mysql.com:/users/tulin/mysql-4.1
-
unknown authored
-
unknown authored
into mysql.com:/home/kostja/work/mysql-4.1-root sql/mysqld.cc: Auto merged sql/sql_parse.cc: Auto merged
-
unknown authored
case will be added to client_test in 4.1 sql/sql_parse.cc: A fix for bug #6761: "mysql_list_fields() does not work": init thd->query_length, which is used next line. Remove a stale comment.
-
unknown authored
open interface for setting the "delete-on-close" flag. innobase/os/os0file.c: Use system-supplied tmpfile() on Netware sql/ha_innodb.cc: Remove innobase_mysql_tmpfile() on Netware.
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-