- 03 Jan, 2005 17 commits
-
-
unknown authored
into mysql.com:/home/my/mysql-4.1
-
unknown authored
BitKeeper/etc/ignore: added ndb/include/ndb_global.h ndb/include/ndb_version.h
-
unknown authored
into mysql.com:/home/my/mysql-4.1 mysql-test/t/multi_update.test: Auto merged
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1 ndb/include/ndb_global.h.in: Auto merged
-
unknown authored
ndb/include/ndb_global.h.in: move types into ndb_global.h.in Check sizeof of Uint8, Uint32 & Uint64 ndb/include/ndb_types.h: move types into ndb_global.h.in
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1
-
unknown authored
ndb/include/ndb_types.h: redo UintPtr handling
-
unknown authored
Added missing stop_reap_all() if returns early from function mysql-test-run.pl: Improved output from --script-debug Initial Cygwin support Improved mysqld process termination mysql-test/mysql-test-run.pl: Improved output from --script-debug Initial Cygwin support Improved mysqld process termination mysql-test/lib/mtr_process.pl: Added missing stop_reap_all() if returns early from function
-
unknown authored
into mysql.com:/Users/kent/mysql/bk/mysql-4.1-perl
-
unknown authored
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.1
-
unknown authored
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.1
-
unknown authored
into mysql.com:/home/my/mysql-4.1
-
unknown authored
into mysql.com:/home/wax/mysql/mysql-4.1test2
-
unknown authored
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.1
-
unknown authored
into deer.(none):/home/hf/work/mysql-4.1.7545
-
unknown authored
myisam/mi_check.c: This code should be ifdefed in no HAVE_SPATIAL case
-
unknown authored
into mysql.com:/Users/kent/mysql/bk/mysql-4.1-perl
-
- 02 Jan, 2005 6 commits
-
-
unknown authored
Silence compiler warning. sql/set_var.cc: Silence compiler warning. BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
Added initial support for multiple test suites Added usage information, i.e. --help mysql-test/mysql-test-run.pl: Added initial support for multiple test suites Added usage information, i.e. --help
-
unknown authored
into mysql.com:/home/wax/mysql/mysql-4.1test2
-
unknown authored
move my_end() after free_used_memory() client/mysqltest.c: move my_end() after free_used_memory()
-
unknown authored
into mysql.com:/home/my/mysql-4.1
-
unknown authored
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.1
-
- 01 Jan, 2005 6 commits
-
-
unknown authored
-
unknown authored
-
unknown authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1
-
unknown authored
into mysql.com:/Users/kent/mysql/bk/mysql-4.1-perl
-
unknown authored
Added --ps-protocol and --embedded-server mysql-test/mysql-test-run.pl: Added --ps-protocol and --embedded-server
-
unknown authored
Fix a wrong memset in InnoDB Hot Backup code; the bug probably did not affect anything since we do not assume that the header of a log file is filled with zeros before writing the header info there; the bug found by Felix von Leitner innobase/log/log0recv.c: Fix a wrong memset in InnoDB Hot Backup code; the bug probably did not affect anything since we do not assume that the header of a log file is filled with zeros before writing the header info there; the bug found by Felix von Leitner
-
- 31 Dec, 2004 11 commits
-
-
unknown authored
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.1
-
unknown authored
Fix a little bug in InnoDB: we looked at the physical size of a stored SQL NULL value from a wrong field in the index; this has probably caused no bugs visible to the user, only caused some extra space usage in some rare cases; we may later backport the fix to 4.0 innobase/row/row0upd.c: Fix a little bug in InnoDB: we looked at the physical size of a stored SQL NULL value from a wrong field in the index; this has probably caused no bugs visible to the user, only caused some extra space usage in some rare cases; we may later backport the fix to 4.0
-
unknown authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1
-
unknown authored
BUILD/compile-dist: - make sure to include NDB cluster in the distribution, too
-
unknown authored
into mysql.com:/space/my/mysql-4.1-build Build-tools/Bootstrap: Auto merged
-
unknown authored
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
-
unknown authored
Build-tools/Bootstrap: - Use BUILD/compile-dist instead of compile-pentium-max - some minor cleanups
-
unknown authored
mysql-test/r/grant2.result: new test case mysql-test/r/variables.result: don't fail w/o innodb mysql-test/t/grant2.test: new test case mysql-test/t/multi_update.test: don't fail w/o innodb mysql-test/t/variables.test: don't fail w/o innodb sql/sql_acl.cc: cleanup
-
unknown authored
into mysql.com:/home/my/mysql-4.1 sql/mysql_priv.h: Auto merged sql/sql_insert.cc: Auto merged sql/sql_table.cc: Auto merged
-
unknown authored
This allows use to use INSERT IGNORE ... ON DUPLICATE ... mysql-test/r/drop.result: safety fix mysql-test/t/drop.test: safety fix mysql-test/t/multi_update.test: ensure we cover all possible errors sql/log_event.cc: Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flag sql/log_event.h: Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flag sql/mysql_priv.h: Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flag sql/sql_class.h: Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flag sql/sql_delete.cc: Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flag sql/sql_insert.cc: Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flag sql/sql_lex.cc: Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flag sql/sql_lex.h: Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flag sql/sql_load.cc: Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flag sql/sql_parse.cc: Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flag sql/sql_repl.cc: Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flag sql/sql_repl.h: Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flag sql/sql_select.cc: Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flag sql/sql_table.cc: Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flag sql/sql_union.cc: Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flag sql/sql_update.cc: Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flag sql/sql_yacc.yy: Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flag
-
unknown authored
into mysql.com:/space/my/mysql-4.1
-