- 20 Jan, 2005 32 commits
-
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-5.0-5000
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.0
-
tomas@poseidon.ndb.mysql.com authored
corrected bug when looking at dist keys in create table
-
mskold@mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
-
ingo@mysql.com authored
Merged a different solution from 4.1 to 5.0. Unexplainable diffs.
-
tomas@poseidon.ndb.mysql.com authored
added testcase for Bug#8035 added option to wait for not-started Bug#8035
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-5.0
-
ingo@mysql.com authored
Completely recoded the bugfix for 4.1. This is just a merge changeset.
-
bar@mysql.com authored
Bug#7834 Illegal mix of collations in IN operator IN was the first function supporting character set convertion. agg_arg_charsets() was written afterwards, which is more flexible. Now IN just reuses this function.
-
bar@mysql.com authored
Adding Shift-JIS error messages for Japanese Windows distributions. Thanks to Serg for help with a perl program to merge 4.1 messages into 5.0 format :)
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-5.0
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-4.1
-
lenz@mysql.com authored
-
joreland@mysql.com authored
release connections when last op was simple read
-
lenz@mysql.com authored
-
lenz@mysql.com authored
environment (using "build" on SUSE Linux)
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-5.0
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-5.0-ndb
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-5.0
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-4.1
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-5.0
-
bar@mysql.com authored
Minor fix after character set conversion.
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-5.0-fix-vg1
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-5.0
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-4.1
-
bar@mysql.com authored
Auto-merge fix: removing this file: error messages are done in a different way in 5.0. .del-errmsg.txt~31abf77f9e7b9211: Delete: sql/share/japanese-sjis/errmsg.txt
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-5.0
-
bar@mysql.com authored
Add SJIS version of Japanese error messages. Windows version should include this new file, instead of the EUC-JP version.
-
bar@mysql.com authored
new file
-
- 19 Jan, 2005 8 commits
-
-
ingo@mysql.com authored
Version for 5.0. Committed for merge. If the result table is one of the select tables in INSERT SELECT, we must not disable the result tables indexes before selecting. Now the preparation is split into two prepare methods. The first detects the situation and defers some preparations until the second phase.
-
ingo@mysql.com authored
Version for 4.1. Committed for merge. If the result table is one of the select tables in INSERT SELECT, we must not disable the result tables indexes before selecting. mysql_execute_command() detects the match for other reasons and adds the flag OPTION_BUFFER_RESULT to the 'select_options'. In this case the result is put into a temporary table first. Hence, we can defer the preparation of the insert table until the result is to be used.
-
ingo@mysql.com authored
Version for 4.0. Committed for merge. If the result table is one of the select tables in INSERT SELECT, we must not disable the result tables indexes before selecting. mysql_execute_command() detects the match for other reasons and adds the flag OPTION_BUFFER_RESULT to the 'select_options'. In this case the result is put into a temporary table first. Hence, we can defer the preparation of the insert table until the result is to be used.
-
sergefp@mysql.com authored
into mysql.com:/dbdata/psergey/mysql-5.0-bug7885
-
sergefp@mysql.com authored
into mysql.com:/dbdata/psergey/mysql-4.1-bug7885
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.0-clean
-
jimw@mysql.com authored
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.0-clean
-