- 07 Dec, 2006 1 commit
-
-
unknown authored
Please see worklog for details on files changed. BitKeeper/deleted/.del-have_row_based.require: Delete: mysql-test/r/have_row_based.require BitKeeper/deleted/.del-not_row_based.require: Delete: mysql-test/r/not_row_based.require BitKeeper/deleted/.del-have_row_based.inc: Delete: mysql-test/include/have_row_based.inc BitKeeper/deleted/.del-not_row_based.inc: Delete: mysql-test/include/not_row_based.inc BitKeeper/deleted/.del-replication.m4: Delete: config/ac-macros/replication.m4
-
- 22 Nov, 2006 3 commits
- 21 Nov, 2006 7 commits
-
-
unknown authored
into romeo.(none):/home/bk/memcheck-mysql-5.1
-
unknown authored
Removing DBUG_DUMP printouts for valgrind builds since they trigger warnings. Removing valgrind memory checks completely. Removing bzero() of record when opening table that was added earlier. sql/log_event.cc: Removing DBUG_DUMP of records for valgrind builds since they trigger false valgrind warnings. Removing valgrind checks completely, since they can trigger false valgrind warnings. sql/sql_class.cc: Removing DBUG_DUMP of records for valgrind builds since they trigger false valgrind warnings. sql/table.cc: Removing extreneous bzero() that were added previously.
-
unknown authored
into mysql.com:/usr/home/bar/mysql-5.1-rpl client/mysqldump.c: Auto merged mysql-test/t/mysqldump.test: Auto merged sql/item_timefunc.cc: Auto merged mysql-test/r/mysqldump.result: Empty merge of a backport patch
-
unknown authored
into mysql.com:/usr/home/bar/mysql-5.0.b13926 sql/item_timefunc.cc: Auto merged client/mysqldump.c: Empty merge of "backport of bug#13926 from 5.0 to 4.1" mysql-test/r/mysqldump.result: Empty merge of "backport of bug#13926 from 5.0 to 4.1" mysql-test/t/mysqldump.test: Empty merge of "backport of bug#13926 from 5.0 to 4.1"
-
unknown authored
Moving tests to 4.1 section
-
unknown authored
Moving tests into their new place into 4.1 tests section
-
unknown authored
Backporting from 5.0 mysql-test/r/mysqldump.result: Adding test case mysql-test/t/mysqldump.test: Adding test case
-
- 20 Nov, 2006 10 commits
-
-
unknown authored
into romeo.(none):/home/bk/memcheck-mysql-5.1
-
unknown authored
Fix to correct behaviour of find_and_fetch_row() for tables that have primary keys stored in storage engines that support the fast method to fetch rows given a primary key. The method uses position() to retrieve the key for a given record and rnd_pos() to position the internal "cursor" at the row. Rnd_pos() returns the found record in table->record[0], so the record has to be moved to table->record[1] for further processing after calling find_and_fetch_row(). sql/log_event.cc: Adding code to one exit branch of find_and_fetch_row() to move output record from table->record[0] to table->record[1]. Adding function to do valgrind memory check. Adding valgrind memory checks to check that records are defined when they should be. Adding Doxygen comment to find_and_fetch_row() with pre- and post-conditions.
-
unknown authored
into amd64.:D:/src/mysql-5.1_bug23983
-
unknown authored
- When a shared library argument is supplied, it's checked for an OS specific directory separator. The expected error is different depending on the separator used. Create OS specific versions of these tests. mysql-test/r/ps.result: Bug#23983 ps.test fails to open shared library - Moving to OS specific results. mysql-test/r/windows.result: Bug#23983 ps.test fails to open shared library - OS Specific result for shared library argument with path mysql-test/t/ps.test: Bug#23983 ps.test fails to open shared library - Moving to OS specific tests. mysql-test/t/windows.test: Bug#23983 ps.test fails to open shared library - OS Specific test for shared library argument with path mysql-test/r/ps_not_windows.result: Bug#23983 ps.test fails to open shared library - OS Specific result for shared library argument with path mysql-test/t/ps_not_windows.test: Bug#23983 ps.test fails to open shared library - OS Specific test for shared library argument with path
-
unknown authored
- Disconnect from transporter before starting to delete objects storage/ndb/src/ndbapi/Ndbinit.cpp: Make sure to disconnect from transporter to stop signals from coming in before starting to delete the objects that would recieve the signals
-
unknown authored
into mysql.com:/usr/home/bar/mysql-4.1-rpl sql/item_timefunc.cc: Auto merged
-
unknown authored
-
unknown authored
into mysql.com:/usr/home/bar/mysql-5.1.b22646 mysql-test/t/ctype_utf8.test: Auto merged sql/item_timefunc.cc: Auto merged mysql-test/r/ctype_utf8.result: After merge fix
-
unknown authored
-
unknown authored
into mysql.com:/usr/home/bar/mysql-5.0.b22646 mysql-test/t/ctype_utf8.test: Auto merged mysql-test/r/ctype_utf8.result: After merge fix sql/item_timefunc.cc: After merge fix
-
- 17 Nov, 2006 1 commit
-
-
unknown authored
open_table_from_share did not initialize table->record members. that was interpreted as the error by valgrind. Fixed with bzero-ing the members if compilation with -DHAVE_purify. sql/table.cc: zeroing memory allocated for table->record[]
-
- 16 Nov, 2006 5 commits
-
-
unknown authored
-
unknown authored
into mysql.com:/usr/home/bar/mysql-5.0.b23619
-
unknown authored
into mysql.com:/usr/home/bar/mysql-5.1.b23619 sql/log_event.cc: Auto merged sql/sp_head.cc: Auto merged mysql-test/r/binlog_stm_ctype_ucs.result: Use local
-
unknown authored
into mysql.com:/usr/home/bar/mysql-5.0.b23619 sql/log_event.cc: Auto merged
-
unknown authored
into romeo.(none):/home/bk/memcheck-mysql-5.1 sql/sql_class.cc: Auto merged
-
- 15 Nov, 2006 12 commits
-
-
unknown authored
Adding class to handle temporary allocate of memory during write of rows. Eliminating cut'n-paste error between THD::binlog_{write,update,delete}_row(). sql/sql_class.cc: Adding class to handle temporary allocate of memory during write of rows. Eliminating cut'n-paste error between THD::binlog_{write,update,delete}_row().
-
unknown authored
into mysql.com:/home/bk/MERGE/mysql-5.1-merge BitKeeper/deleted/.del-CMakeLists.txt~1: Auto merged BitKeeper/deleted/.del-CMakeLists.txt~2f6eabb2f69cb33d: Auto merged BitKeeper/deleted/.del-make_win_bin_dist: Auto merged client/mysql.cc: Auto merged sql/log.cc: Auto merged configure.in: Manual merge, main clone 5.0->5.1
-
unknown authored
into mysql.com:/home/bk/MERGE/mysql-5.0-merge
-
unknown authored
-
unknown authored
into mysql.com:/home/bk/MERGE/mysql-5.1-merge
-
unknown authored
into mysql.com:/home/bk/MERGE/mysql-5.0-merge
-
unknown authored
into mysql.com:/home/bk/MERGE/mysql-5.1-merge
-
unknown authored
into mysql.com:/home/bk/MERGE/mysql-5.0-merge
-
unknown authored
into mysql.com:/home/bk/MERGE/mysql-4.1-merge
-
unknown authored
into dsl-hkibras-fe30f900-107.dhcp.inet.fi:/home/elkin/MySQL/TEAM/BARE/mysql-5.1-new-rpl
-
unknown authored
into dsl-hkibras-fe30f900-107.dhcp.inet.fi:/home/elkin/MySQL/TEAM/BARE/5.0
-
unknown authored
mending windows test. mysql-test/r/rpl_packet.result: results changed mysql-test/t/rpl_packet.test: removing because of the connection with windows client can be lost instead of the error code back (source: manual).
-
- 14 Nov, 2006 1 commit
-
-
unknown authored
into kahlann.erinye.com:/home/df/mysql/build/mtr-5.0
-