- 24 Jan, 2005 3 commits
-
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.1-4100
-
tomas@poseidon.ndb.mysql.com authored
backported access to ndb_mgm from 5.0
-
tomas@poseidon.ndb.mysql.com authored
-
- 23 Jan, 2005 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
-
- 22 Jan, 2005 3 commits
-
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
-
igor@rurik.mysql.com authored
Added a test case for bug #7945. sql_select.cc: Fixed bug #7945. If DISTINCT is used only with constants in a query with GROUP BY, we can apply an optimization that set LIMIT to 1 only in the case when there is no SQL_CALC_FOUND_ROWS.
-
heikki@hundin.mysql.fi authored
Fix a race condition that could cause the assertion space->n_pending_flushes == 0 to fail in fil0fil.c, in fil_space_free(), in DROP TABLE or in ALTER TABLE
-
- 21 Jan, 2005 11 commits
-
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
-
tomas@poseidon.ndb.mysql.com authored
corrected possible unalignment in NdbRecAttr access methods
-
timour@mysql.com authored
into mysql.com:/home/timka/mysql/src/4.1-virgin
-
heikki@hundin.mysql.fi authored
Fix bug #8021 :Windows error number 87 with multiple tablespaces after mysqld restart; still has to be tested on Windows that this now works
-
heikki@hundin.mysql.fi authored
Fix bug #7831: ALTER TABLE ... ADD CONSTRAINT PRIMARY KEY ... complained about bad foreign key definition
-
timour@mysql.com authored
into mysql.com:/home/timka/mysql/src/4.1-dbg
-
heikki@hundin.mysql.fi authored
into hundin.mysql.fi:/home/heikki/mysql-4.1
-
bar@mysql.com authored
SHOW KEYS FROM t1 now displays number of characters in Sub_part, not number of bytes, to be compatible with SHOW CREATE TABLE.
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.1-4100
-
joreland@mysql.com authored
-
joreland@mysql.com authored
Make sure to ship error code in system error signal
-
- 20 Jan, 2005 16 commits
-
-
heikki@hundin.mysql.fi authored
into hundin.mysql.fi:/home/heikki/mysql-4.1
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.1-4100
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-4.1-perl
-
ingo@mysql.com authored
Completely recoded the bugfix for 4.1. This is just a merge changeset.
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-4.1-perl
-
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.
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-4.1
-
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)
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-4.1
-
bar@mysql.com authored
Minor fix after character set conversion.
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-4.1
-
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 6 commits
-
-
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-4.1-bug7885
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
jimw@mysql.com authored
(Simpler fix than last commit -- no need to mess with base_cxxflags.)
-
joreland@mysql.com authored
-