- 02 Sep, 2004 1 commit
-
-
monty@mysql.com authored
-
- 01 Sep, 2004 1 commit
-
-
monty@mysql.com authored
-
- 31 Aug, 2004 18 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.
-
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 10 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
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
serg@serg.mylan authored
-
lenz@mysql.com authored
with the sleep value we use for the test suite run during the release builds
-
serg@serg.mylan authored
cleanups better, charset-dependent, ft_max_len_for_sort value
-
bar@mysql.com authored
Ascii was written twice
-
- 29 Aug, 2004 4 commits
-
-
rburnett@build.mysql.com authored
Fixed missing * in comment in setup_windows_event_source
-
sergefp@mysql.com authored
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
We must not reset the charset in slave after each statement, otherwise the SET CHARACTER SET is cancelled immediately. Instead, we write a SET CHARACTER SET DEFAULT to the master's binlog when needed (like we already do for SET FOREIGN_KEY_CHECKS); such writing is not necessary in 4.1 (in 4.1 the bug does not exist, as the SET ONE_SHOT syntax is used). I have written a test and it works, but I'm not pushing the test as it requires building with all charsets. I have noticed differences between what is inserted in the master's table in 4.0 and 4.1, and alerted Bar.
-
- 28 Aug, 2004 2 commits
-
-
paul@ice.snake.net authored
-
lenz@mysql.com authored
-
- 27 Aug, 2004 4 commits
-
-
monty@mysql.com authored
Initialize LOG_error_log before get_options to not use an uninitalized mutex in case of an error from handle_options()
-
lenz@mysql.com authored
-
lenz@mysql.com authored
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-4.1
-