- 15 Sep, 2005 1 commit
-
-
unknown authored
Optimizer did choose "Range checked for each record" for one of the tables. For first few loops over that table it choose sequential access, on later stage it choose to use index. Because table was previously initialized for sequential access, it skips intitialization for index access, and when server tries to retrieve data error occurs. QUICK_RANGE_SELECT::init() changes so if file already initialized for sequential access, it calls ha_rnd_end() and initializes file for index access. sql/opt_range.cc: Fix bug #12291 Table wasn't reinited for index scan after sequential scan mysql-test/t/select.test: Test case for bug #12291 Table wasn't reinited for index scan after sequential scan mysql-test/r/select.result: Test case for bug #12291 Table wasn't reinited for index scan after sequential scan
-
- 12 Sep, 2005 26 commits
-
-
unknown authored
mysql-test/r/select.result: post-merge fix mysql-test/t/select.test: post-merge fix
-
unknown authored
into mysql.com:/home/timka/mysql/src/5.0-bug-12943 sql/sql_parse.cc: Auto merged mysql-test/r/select.result: merge BUG#12943 mysql-test/t/select.test: merge BUG#12943
-
unknown authored
into mysql.com:/usr/home/bar/mysql-5.0
-
unknown authored
Adding esperanto collation strings/ctype-uca.c: Adding esperanto collation mysys/charset-def.c: Adding esperanto collation mysql-test/t/ctype_uca.test: Adding esperanto collation mysql-test/r/ctype_uca.result: Adding esperanto collation config/ac-macros/character_sets.m4: Adding esperanto collation
-
unknown authored
into dl145c.mysql.com:/home/ndbdev/tomas/mysql-5.0 mysql-test/t/rpl_slave_status.test: Auto merged ndb/src/mgmapi/mgmapi.cpp: Auto merged
-
unknown authored
corrected typo in ndb Parser
-
unknown authored
into mysql.com:/users/lthalmann/bk/mysql-4.1-magnus
-
unknown authored
into mysql.com:/usr/home/ram/work/5.0.b12917
-
unknown authored
into mysql.com:/usr/home/ram/work/5.0.b12917
-
unknown authored
into mysql.com:/usr/home/bar/mysql-5.0.b12891
-
unknown authored
into mysql.com:/home/gluh/MySQL/Merge/5.0
-
unknown authored
-
unknown authored
into mysql.com:/usr/home/ram/work/5.0.b12917
-
unknown authored
-
unknown authored
into mysql.com:/usr/home/bar/mysql-5.0.b12891 mysql-test/r/ctype_utf8.result: Auto merged mysql-test/t/ctype_utf8.test: Auto merged
-
unknown authored
to eliminate nondeterminism in slave start
-
unknown authored
into mysql.com:/usr/home/ram/work/5.0.b12917
-
unknown authored
into eel.(none):/home/jonas/src/mysql-5.0-push
-
unknown authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.0
-
unknown authored
into mysql.com:/usr/home/ram/work/5.0.b12917
-
unknown authored
into hundin.mysql.fi:/home/jan/mysql-5.0
-
unknown authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.0
-
unknown authored
Repair of condition pushdown after Item_func_between/in objects now directly represent NOT BETWEEN/IN expressions (ChangeSet@1.2402.1.1)
-
unknown authored
-
unknown authored
into mysql.com:/home/timka/mysql/src/5.0-dbg
-
unknown authored
mysql-test/r/select.result: Test for BUG#13067 mysql-test/t/select.test: Test for BUG#13067 sql/sql_base.cc: Correctly compare field names with respect to case sensitivity.
-
- 11 Sep, 2005 6 commits
-
-
unknown authored
-
unknown authored
into mysql.com:/users/lthalmann/bk/mysql-4.1-magnus
-
unknown authored
into a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-5.0 mysql-test/t/analyse.test: Auto merged sql/sql_analyse.cc: Auto merged mysql-test/r/analyse.result: Merge from 4.1
-
unknown authored
into a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.1
-
unknown authored
into eel.(none):/home/jonas/src/mysql-5.0-push
-
unknown authored
into frost.snake.net:/Volumes/frost2/MySQL/bk/mysql-5.0
-
- 10 Sep, 2005 7 commits
-
-
unknown authored
into mysql.com:/users/lthalmann/bk/mysql-5.0 mysql-test/r/insert_select.result: Auto merged mysql-test/t/insert_select.test: Auto merged sql/sql_parse.cc: Manual marge
-
unknown authored
sql/sql_parse.cc: Optimization, this reset is executed below anyway
-
unknown authored
Fix typo. server-tools/instance-manager/options.cc: Fix typo.
-
unknown authored
into eel.(none):/home/jonas/src/mysql-5.0-push
-
unknown authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0
-
unknown authored
Fix some comments. extra/comp_err.c: Fix some comments.
-
unknown authored
into a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.1
-