- 02 Dec, 2004 26 commits
-
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1
-
tsmith@build.mysql.com authored
into build.mysql.com:/users/tsmith/m/41/b
-
tsmith@build.mysql.com authored
into build.mysql.com:/users/tsmith/m/41/b
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/k/mysql-4.1
-
serg@serg.mylan authored
more robust checks (catch more corruptions)
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/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
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1-build
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.1.clean
-
konstantin@mysql.com authored
-
ram@gw.mysql.r18.ru authored
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1-build
-
ram@gw.mysql.r18.ru authored
-
marko@hundin.mysql.fi authored
innodb_autoextend_increment: set a maximum limit of 1000 (Bug #6904)
-
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
-
lenz@mysql.com authored
-
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.
-
lenz@mysql.com authored
- added ppc_cflags to BUILD/SETUP.sh
-
bar@mysql.com authored
A test doesn't seem to be possible.
-
- 01 Dec, 2004 8 commits
-
-
serg@serg.mylan authored
-
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
-
mwagner@mysql.com authored
Update SSL Cipher so that 'openssl_1' test passes (BUG#6152)
-
- 30 Nov, 2004 6 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.
-
tsmith@build.mysql.com authored
Fix calls to my_print_defaults. Some how, --loose-verbose had been added before --no-defaults/defaults-file, which must be the first option. NOTE: this may make some installations behave differently, if they depend on this broken behavior.
-
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)
-