- 22 Jun, 2006 1 commit
-
-
unknown authored
Some values were not initialized, causing Valgrind errors (and potential random bugs): - NDB binlog thread thd->variables.pseudo_thread_id. - Table null bits. - Field bytes for columns with NULL values. sql/ha_ndbcluster_binlog.cc: Fix initialization of thd->variables.pseudo_thread_id. Change double alloc_root() call to multi_alloc_root(). Fix missing initialization of null bits. sql/sql_class.cc: Do not read from the supplied record for NULL values, use the default value record instead. Otherwise we will get Valgrind errors about uninitialised values written to binlog, as NDB does not initialize the memory in records for NULL fields.
-
- 19 Jun, 2006 1 commit
-
-
unknown authored
sql/mysqld.cc: Free the binlog injector singleton during shutdown. sql/rpl_injector.cc: Add free_instance() method. sql/rpl_injector.h: Add free_instance() method.
-
- 16 Jun, 2006 1 commit
-
-
unknown authored
The get_open_table() function was using the wrong key for hash lookups. This could potentially lead to unpredictable behaviour. sql/ha_ndbcluster.cc: BUG#20498: Wrong usage of hash_first() in get_open_table().
-
- 15 Jun, 2006 17 commits
-
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/m51
-
unknown authored
into c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug20397
-
unknown authored
into c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug20397 mysql-test/r/partition_error.result: Auto merged mysql-test/t/partition_error.test: Auto merged sql/sql_table.cc: Auto merged
-
unknown authored
Review fixes sql/sql_table.cc: Review fixes
-
unknown authored
don't add CFLAGS/CXXFLAGS to ./configure command line in config.status but _do_ add them before calling plugins' configure scripts config/ac-macros/plugins.m4: don't call plugins' configure scripts manually, use AC_CONFIG_SUBDIRS
-
unknown authored
into mysql.com:/home/mydev/mysql-5.1-amerge
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/m51
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/m51
-
unknown authored
-
unknown authored
-
unknown authored
into mysql.com:/home/mydev/mysql-5.1-amerge mysql-test/r/lock_multi.result: Auto merged mysql-test/r/merge.result: Auto merged mysql-test/t/merge.test: Auto merged mysql-test/t/lock_multi.test: Manual merge sql/ha_myisammrg.h: Manual merge
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/m51
-
unknown authored
into rurik.mysql.com:/home/igor/dev/mysql-5.1-0 client/mysqldump.c: Auto merged mysql-test/mysql-test-run.pl: Auto merged sql/ha_ndbcluster.cc: Auto merged sql/item_timefunc.cc: Auto merged sql/item_timefunc.h: Auto merged sql/sql_lex.cc: Auto merged sql/sql_parse.cc: Auto merged storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp: Auto merged storage/ndb/src/ndbapi/NdbDictionaryImpl.hpp: Auto merged tests/mysql_client_test.c: Auto merged configure.in: Manual merge mysql-test/r/func_time.result: Manual merge mysql-test/t/func_time.test: Manual merge
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/m51
-
unknown authored
into xiphis.org:/home/antony/work2/p2-bug20168.4
-
unknown authored
-
unknown authored
into c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug16002 sql/ha_ndbcluster.cc: Auto merged
-
- 14 Jun, 2006 20 commits
-
-
unknown authored
into c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug16002 sql/ha_ndbcluster.cc: Auto merged sql/sql_show.cc: Auto merged sql/sql_table.cc: Auto merged
-
unknown authored
mysql-test/t/partition.test: merge error
-
unknown authored
-
unknown authored
into xiphis.org:/home/antony/work2/p2-bug20168.4 mysql-test/r/lock_multi.result: Auto merged sql/handler.h: Auto merged sql/mysqld.cc: Auto merged sql/sql_db.cc: Auto merged storage/myisam/mi_check.c: Auto merged storage/myisam/myisamdef.h: Auto merged mysql-test/t/lock_multi.test: SCCS merged
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1 sql/ha_ndbcluster.cc: Auto merged
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb sql/ha_ndbcluster.cc: manual merge
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0 sql/ha_ndbcluster.cc: manual merge
-
unknown authored
- correction of backport error
-
unknown authored
- make sure to disable bulk insert when check for duplicate key is needed mysql-test/r/ndb_loaddatalocal.result: New BitKeeper file ``mysql-test/r/ndb_loaddatalocal.result'' mysql-test/t/ndb_loaddatalocal.test: New BitKeeper file ``mysql-test/t/ndb_loaddatalocal.test''
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/m51
-
unknown authored
into mysql.com:/M51/bug18810-5.1
-
unknown authored
support-files/mysql.server.sh: Auto merged
-
unknown authored
support-files/mysql.server.sh: Auto merged
-
unknown authored
support-files/mysql.server.sh: Ensure that some necessary / useful system services have been started already, when the MySQL server is started. This fixes bug#18810 and bug#20118
-
unknown authored
into c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug16002 mysql-test/r/partition.result: Auto merged mysql-test/t/partition.test: Auto merged sql/partition_info.cc: manual merge sql/sql_partition.cc: manual merge
-
unknown authored
into c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug16002 sql/ha_ndbcluster.cc: Auto merged sql/sql_partition.h: Auto merged sql/sql_show.cc: Auto merged sql/sql_yacc.yy: Auto merged mysql-test/r/partition.result: manual merge mysql-test/r/partition_error.result: manual merge mysql-test/r/partition_range.result: manual merge mysql-test/t/partition.test: manual merge mysql-test/t/partition_error.test: manual merge mysql-test/t/partition_range.test: manual merge sql/ha_partition.cc: manual merge sql/partition_element.h: manual merge sql/partition_info.cc: manual merge sql/partition_info.h: manual merge sql/share/errmsg.txt: manual merge sql/sql_partition.cc: manual merge sql/sql_table.cc: manual merge sql/table.cc: manual merge
-
unknown authored
into c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug19801 mysql-test/r/partition.result: Auto merged mysql-test/t/partition.test: Auto merged sql/sql_partition.cc: Auto merged sql/partition_info.cc: manual merge
-
unknown authored
After review fix sql/partition_info.cc: After review fix
-
unknown authored
After review fix sql/sql_partition.cc: After review fix
-
unknown authored
-