- 02 Sep, 2004 9 commits
-
-
monty@mysql.com authored
Add missing parameter to strxnmov() that caused some INTO OUTFILE commands to core dump
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.1
-
monty@mysql.com authored
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.1.4815
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/k/mysql-4.1
-
bar@mysql.com authored
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/k/mysql-4.1
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.1.4815
-
hf@deer.(none) authored
-
- 01 Sep, 2004 6 commits
-
-
bell@sanja.is.com.ua authored
-
marko@hundin.mysql.fi authored
row_drop_table_for_mysql(): Removed duplicated block of code.
-
bar@mysql.com authored
-
bar@mysql.com authored
from Item_bool_func2 into DTCollation to make it reusable for other types of items.
-
konstantin@mysql.com authored
replace all (mis)uses of it with int32.
-
monty@mysql.com authored
-
- 31 Aug, 2004 20 commits
-
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.1
-
mwagner@here.mwagner.org authored
Remove --warnings for mysql-test-run. Devs don't use it, and Serg says it's not needed anymore.
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-not-4.1
-
bell@sanja.is.com.ua authored
-
ram@gw.mysql.r18.ru authored
used in the handle_options() function (instead of using additional handle_option() parameter). The default value of the my_getopt_error_reporter is default_reporter(). One can set it to other functions if case of need.
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/test/mysql-4.1
-
bar@mysql.com authored
-
lenz@mysql.com authored
- tagged ChangeSet@1.2013 as "mysql-4.1.4"
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.1
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/mysql.orig/test/mysql-4.1
-
vva@eagle.mysql.r18.ru authored
-
vva@eagle.mysql.r18.ru authored
discarded using of uint in cmd-line-utils/libedit/chared.c because it's undefined on qnx
-
vva@eagle.mysql.r18.ru authored
(non gcc compilers don't understand '-Dx()=' option)
-
monty@mysql.com authored
Use 'mysqltest' as test database instead of test_$1 or test1,test2 to not accidently delete an important database Safety fix for mailformed MERGE files
-
sergefp@mysql.com authored
into mysql.com:/dbdata/psergey/mysql-4.1-bug-psnames
-
mskold@mysql.com authored
-
sergefp@mysql.com authored
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/test/mysql-4.1
-
mskold@mysql.com authored
-
mskold@mysql.com authored
-
- 30 Aug, 2004 5 commits
-
-
paul@kite-hub.kitebird.com authored
not variables.
-
joerg@mysql.com authored
functionality. The existing code takes advantage of this when "typedef"ing 'longlong' in 'my_global.h'. This holds for Alpha CPUs. If the compiler then has prototypes for C99 functions 'strtoll()' and 'strtoull()' but no implementation, the existing code in 'strtoull.c' collides with that prototype. These collisions are avoided now. (backport from 4.1)
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
serg@serg.mylan authored
-
joerg@mysql.com authored
-