- 07 Mar, 2006 1 commit
-
-
unknown authored
Minor cleanup from Mikael's review sql/ha_partition.cc: minor cleanup of code, returning inside the first if clause and then calling loop_extra if the if clause is not executed.
-
- 04 Mar, 2006 2 commits
-
-
unknown authored
into big_geek.:C:/Work/mysql/mysql-5.1-bug17720
-
unknown authored
Fix this by passing the HA_EXTRA_PREPARE_FOR_DELETE onto the newly added or about to be dropped partitions so they have an opportunity to close their OS file handle. client/mysqltest.c: prevent positive find of pattern when pattern has zero length (this has nothing to do with this bug fix) sql/ha_partition.cc: initialize m_new_file to NULL call new function prepare_for_delete for the HA_EXTRA_PREPARE_FOR_DELETE operation inside prepare_for_delete, loop over m_new_file and m_reorged_file if they are non-NULL sql/ha_partition.h: added decl for new prepare_for_delete function
-
- 03 Mar, 2006 9 commits
-
-
unknown authored
into linux.site:/home/reggie/work/mysql-5.1 mysql-test/r/partition.result: Auto merged mysql-test/t/partition.test: Auto merged sql/sql_partition.cc: Auto merged
-
unknown authored
into mysql.com:/home/mydev/mysql-5.1-bug11527
-
unknown authored
into mysql.com:/extern/mysql/5.1/generic/mysql-5.1-new
-
unknown authored
into mysql.com:/usr/home/bar/mysql-5.1-new.b16316
-
unknown authored
into mysql.com:/extern/mysql/5.1/generic/mysql-5.1-new
-
unknown authored
into mysql.com:/extern/mysql/5.1/generic/mysql-5.1-new mysql-test/mysql-test-run.pl: Auto merged mysql-test/mysql-test-run.sh: Auto merged mysql-test/r/grant2.result: Auto merged mysql-test/r/sp.result: Auto merged mysql-test/t/grant2.test: Auto merged mysql-test/t/skip_grants.test: Auto merged mysql-test/t/sp.test: Auto merged scripts/make_binary_distribution.sh: Auto merged sql/field_conv.cc: Auto merged sql/item.h: Auto merged sql/item_timefunc.cc: Auto merged sql/sql_udf.cc: Auto merged VC++Files/mysql.sln: Manual merge (use local). configure.in: Manual merge. sql/table.cc: Manual merge.
-
unknown authored
storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp: by-pass dict cache when creating blob event op does get event using table stored under main event op in preparation to remove blob tables from dict cache storage/ndb/src/ndbapi/NdbDictionaryImpl.hpp: by-pass dict cache when creating blob event op does get event using table stored under main event op in preparation to remove blob tables from dict cache storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp: by-pass dict cache when creating blob event op does get event using table stored under main event op in preparation to remove blob tables from dict cache storage/ndb/src/ndbapi/NdbEventOperationImpl.hpp: by-pass dict cache when creating blob event op does get event using table stored under main event op in preparation to remove blob tables from dict cache
-
unknown authored
into mysql.com:/home/mydev/mysql-5.1-bug11527
-
unknown authored
(ASCII space). For Bug#16857. sql/field_conv.cc: Bug#16857: Do not expand BINARY fields as if they are strings (which presumably /should/ be filled with spaces). Instead, fill BINARY fields with 0x00 bytes.
-
- 02 Mar, 2006 28 commits
-
-
unknown authored
mysql-test/r/events_logs_tests.result: update result
-
unknown authored
Try find in order 'mysqld-nt', 'mysqld', 'mysqld-debug' and 'mysqld-max' mysqld_safe.sh: Don't try 'mysqld-max' before 'mysqld' if no server given, bug#17861 scripts/mysqld_safe.sh: Don't try 'mysqld-max' before 'mysqld' if no server given, bug#17861 mysql-test/mysql-test-run.pl: Try find in order 'mysqld-nt', 'mysqld', 'mysqld-debug' and 'mysqld-max'
-
unknown authored
into lmy004.:/work/mysql-5.1-bug17494 sql/event_timed.cc: Auto merged
-
unknown authored
into selena.:H:/MYSQL/src/#17595-mysql-5.0
-
unknown authored
into lmy004.:/work/mysql-5.1-bug16406
-
unknown authored
into mysql.com:/extern/mysql/5.0/bug17476/mysql-5.0
-
unknown authored
into lmy004.:/work/mysql-5.1-bug17494
-
unknown authored
into mysql.com:/home/alexi/bugs/mysql-5.1-merged sql/sql_db.cc: Auto merged
-
unknown authored
into mysql.com:/home/alexi/bugs/mysql-5.1-16175 sql/sql_db.cc: Auto merged
-
unknown authored
time per connection Removed const_string() method from Item_string (it was only used in one place, in a bad way). Defer possible SP variable, and access data directly instead, in date_format item. mysql-test/r/sp.result: Updated results for new test (BUG#17476). mysql-test/t/sp.test: New test case (BUG#17476) sql/item.h: Removed const_string() from Item_string. It was only used in one place, and we can just use str_value in Item directly. sql/item_timefunc.cc: Must defer a (possible) local SP variable to use max_length and str_value in Item_func_date_format::fix_length_and_dec(), and refer to str_value directly without the const_string() method (now removed); the cast didn't work in all cases anyway.
-
unknown authored
cloned configure.in: cloned
-
unknown authored
-
unknown authored
into mysql.com:/M50/mysql-5.0
-
unknown authored
xml.result, xml.test: Adding test case. item_xmlfunc.cc: Fixed that Item_nodeset_func derived classes didn't take into account charset of the XML value and always worked using "binary" charset. sql/item_xmlfunc.cc: Bug#16316: XML: extractvalue() is case-sensitive with contains() Fixed that Item_nodeset_func derived classes didn't take into account charset of the XML value and always worked using "binary" charset. mysql-test/t/xml.test: Adding test case. mysql-test/r/xml.result: Adding test case.
-
unknown authored
mysql-test/mysql-test-run.sh: Auto merged scripts/make_binary_distribution.sh: Auto merged
-
unknown authored
database - Fix test case for systems with "lowercase names" mysql-test/r/grant2.result: Fix for system with "lowercase names", allow error 1007 to be returned mysql-test/t/grant2.test: Fix for system with "lowercase names", allow error 1007 to be returned
-
unknown authored
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-5.1
-
unknown authored
per run, failing ALL mysql_real_connect() calls - nobody noticed, the test always appeared to "pass".
-
unknown authored
scripts/make_binary_distribution.sh: Auto merged
-
unknown authored
into mysql.com:/usr/home/bar/mysql-5.1-new.b14527
-
unknown authored
into mysql.com:/M50/mysql-5.0 mysql-test/mysql-test-run.sh: Auto merged
-
unknown authored
into lmy004.:/work/mysql-5.1-bug17494
-
unknown authored
into lmy004.:/work/mysql-5.1-bug16406 sql/event_timed.cc: Auto merged
-
unknown authored
into mysql.com:/home/hf/work/mysql-5.1.mrg
-
unknown authored
into mysql.com:/home/hf/work/mysql-5.0.9088
-
unknown authored
into mysql.com:/home/hf/work/mysql-5.0.9088
-
unknown authored
into mysql.com:/home/mydev/mysql-5.1-bug11527
-