- 02 Dec, 2004 16 commits
-
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/test/mysql-4.1
-
monty@mysql.com authored
-
monty@mysql.com authored
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.1.clean
-
monty@mysql.com authored
Added auto-correct of field length for enum/set tables for ALTER TABLE This is becasue of a bug in previous MySQL 4.1 versions where the length for enum/set was set incorrectly after ALTER TABLE
-
hf@deer.(none) authored
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.1.clean
-
konstantin@mysql.com authored
-
ram@gw.mysql.r18.ru authored
-
ram@gw.mysql.r18.ru authored
-
ram@gw.mysql.r18.ru authored
-
ram@gw.mysql.r18.ru authored
bug #6933: error in the tests/grant.pl test).
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-4.1-enum
-
tomas@poseidon.ndb.mysql.com authored
bug #6919
-
bar@mysql.com authored
- add_field_to_list() now uses <List>String instead of TYPELIB to be able to distinguish literals 'aaa' and hex literals 0xaabbcc. - move some code from add_field_to_list() where we don't know column charset yet, to mysql_prepare_table(), where we do.
-
bar@mysql.com authored
A test doesn't seem to be possible.
-
- 01 Dec, 2004 8 commits
-
-
heikki@hundin.mysql.fi authored
Let MySQL check the existence of readdir_r with 3 arguments; Solaris seems to have just 2 args Check the existence of readdir_r and localtime_r; even though MySQL does check these too, we need our own check for Hot Backup code os0file.c: Use re-entrant readdir_r where available ut0ut.c: Make a function to use thread-safe localtime_r where available; that particular function was not called from anywhere, though
-
bar@mysql.com authored
Check UCS2 trailing spaces.
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-4.1
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-4.1
-
joreland@mysql.com authored
-
joreland@mysql.com authored
replace with charsets check update of primary key wo/ normalizing
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/test/mysql-4.1
-
mwagner@mysql.com authored
Update SSL Cipher so that 'openssl_1' test passes (BUG#6152)
-
- 30 Nov, 2004 16 commits
-
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.1-clean
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.1-clean
-
guilhem@mysql.com authored
two-line fix for BUG#6732 "FLUSH TABLES WITH READ LOCK + COMMIT makes next FLUSH...LOCK hang forever" (originally reported as "second run of innobackup hangs forever and can even hang server"). Plus testcase for the bugfix and comments about global read locks.
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/k/mysql-4.1
-
marko@hundin.mysql.fi authored
Rename lock_table_exclusive to lock_is_table_exclusive (somehow this change was omitted from last changeset)
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
tomas@poseidon.ndb.mysql.com authored
fixed so that warning on missing support for engine only printed once even if option given multiple times
-
serg@serg.mylan authored
-
tomas@poseidon.ndb.mysql.com authored
added extra calls to retrieve connectstring used reengineered connect somewhat to make retries etc explicit
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/k/mysql-4.1
-
heikki@hundin.mysql.fi authored
If UNIV_DEBUG is defined, lock_get_type() was called before function definition: fix this
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/k/mysql-4.1
-
heikki@hundin.mysql.fi authored
Remove compiler warning as I had forgotten an include file
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/k/mysql-4.1
-
tomas@poseidon.ndb.mysql.com authored
-
marko@hundin.mysql.fi authored
contains auto_increment columns. (Bug #6633)
-