- 18 May, 2005 1 commit
-
-
ingo@mysql.com authored
After review version. Added a condition for MERGE tables. These do not have unique indexes. But every key could be a unique key on the underlying MyISAM table. So get the maximum key length for MERGE tables instead of the maximum unique key length. This is used for buffer allocation in write_record().
-
- 16 May, 2005 5 commits
-
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-4.1-bug10095
-
monty@mysql.com authored
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-4.1-bug10221
-
sergefp@mysql.com authored
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-4.1
-
- 15 May, 2005 5 commits
-
-
kent@mysql.com authored
To solve bug#8455, call mysql_affected_rows() earlier, before query to find warnings
-
kent@mysql.com authored
To solve bug#6193, also reset require when using 'eval' for running query mysql-test-run.pl: In cleanup, remove possible soft link to var directory
-
kent@mysql.com authored
Added option --vardir=<directory> for feature bug#10096
-
kent@mysql.com authored
Not to conflict with Windows return code 2 for "not found", use 62 for "skip" init_db.sql: Initial db updates
-
kent@mysql.com authored
Not to conflict with Windows return code 2 for "not found", use 62 for "skip" mysql-test-run.sh, suppress.purify: Use Purify suppress file
-
- 14 May, 2005 3 commits
-
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/cw/mysql-4.1
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.1
-
monty@mysql.com authored
-
- 13 May, 2005 16 commits
-
-
konstantin@mysql.com authored
-
konstantin@mysql.com authored
Not to be pushed into 5.0 as there it's fixed differently (in the new format of error messages)
-
sergefp@mysql.com authored
way in ALTER TABLE ... ENABLE KEYS, ANALYZE TABLE and after bulk insert: now statistics collection always assumes NULLs are inequal.
-
monty@mysql.com authored
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.1
-
monty@mysql.com authored
Fixed wrong buffer usage for auto-increment key with blob part that caused CHECK TABLE to report that the table was wrong. (Bug #10045)
-
serg@serg.mylan authored
bug#10175 - blackhole.test hangs with "Warning: prev link 1 didn't point at previous lock at read: read lock with no write locks" sql/sql_base.cc libmysqld/examples/mysql.cc linking problem
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
heikki@hundin.mysql.fi authored
InnoDB wrongly complained in the .err log that MySQL is trying to drop a non-existent table, if tablespace ran out (Bug #10607)
-
georg@lmy002.wdf.sap.corp authored
-
georg@lmy002.wdf.sap.corp authored
as a work around for #8317 and #9637 This function sends SET NAMES command and changes mysql->charset so mysql_real_escape_string will work as expected.
-
monty@mysql.com authored
-
kent@mysql.com authored
Include <sys/ttydefaults.h> for CodeWarrior and CTRL define
-
monty@mysql.com authored
Count null_bits separately from field offsets and adjust them in case of primary key parts. (Previously a CREATE TABLE with a lot of null fields that was part of a primary key caused MySQL to wrongly count the number of bytes needed to store null bits) This is a more complete bug fix for #6236
-
- 12 May, 2005 1 commit
-
-
mleich@mysql.com authored
process of the predecessing test case instead of the current test case. Shifting the command to the end of the current test case should avoid this problem.
-
- 11 May, 2005 1 commit
-
-
paul@kite-hub.kitebird.com authored
Remove obsolete section number. (Bug #10534)
-
- 10 May, 2005 8 commits
-
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/cw/mysql-4.1
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-4.1
-
msvensson@neptunus.(none) authored
-
bar@noter.(none) authored
additional fix for bug@10493, for sjis ctype-cp932.c: additional fix for bug#10493, for cp932
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/cw/mysql-4.1
-
kent@mysql.com authored
Enable creation of embedded lib when --with-darwin-mwcc
-
bar@mysql.com authored
into mysql.com:/root/mysql-4.1
-
bar@noter.(none) authored
substr fix
-