- 03 Dec, 2004 7 commits
-
-
lars@mysql.com authored
1 if the return type is int or int_fast8_t. The test case that showed this problem is rpl000001 and the tested version was MySQL 5.0.2. The compiler with the problem is GCC 3.0.4 runing on "Linux bitch 2.4.18 #2 Thu Apr 11 14:37:17 EDT 2002 sparc64 unknown". By changing the return type to bool the problem disappear. (Another way to make the problem disappear is to simply print the returned value with printf("%d",?). The printed returned value is always 0 in the test cases I have run.) This is only a partial solution to the problem, since someone could later change the return type of the function back to int or some other type that does not work.
-
wax@mysql.com authored
into mysql.com:/home/wax/mysql/mysql-4.1testtemp
-
wax@kishkin.ru authored
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-4.1
-
joreland@mysql.com authored
-
mats@mysql.com authored
into mysql.com:/space/bk/b6391-mysql-4.1
-
mats@mysql.com authored
CREATE DATABASE statement used the current database instead of the database created when checking conditions for replication. CREATE/DROP/ALTER DATABASE statements are now replicated based on the manipulated database.
-
- 02 Dec, 2004 32 commits
-
-
lenz@mysql.com authored
discovered on Mac OS X
-
serg@serg.mylan authored
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1
-
joerg@mysql.com authored
-
lenz@mysql.com authored
Engine
-
joerg@mysql.com authored
Change to prevent the failure of "make distclean" on the missing 'regex/Makefile' (and, later, 'strings/Makefile').
-
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 1 commit
-
-
serg@serg.mylan authored
-