- 01 Sep, 2004 2 commits
-
-
patg@krsna.patg.net authored
into krsna.patg.net:/home/patg/mysql-4.0
-
patg@krsna.patg.net authored
bug #5001, added conditional if to test if port set, then only kill the processes for this port, not all processes (in the case of this bug where multiple servers are killed.) The change to the 'grep' to make sure mysqld_safe isn't killed was per Serg's discovery that mysqld_safe would get killed. In my testing, in killing one of the pids for a running server, the "if test ! -f $pid_file" was the case that evaluated as true, so in order to test, I had to comment that block out.
-
- 31 Aug, 2004 2 commits
-
-
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.
-
- 30 Aug, 2004 4 commits
-
-
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.0
-
serg@serg.mylan authored
-
lenz@mysql.com authored
with the sleep value we use for the test suite run during the release builds
-
- 29 Aug, 2004 3 commits
-
-
rburnett@build.mysql.com authored
Fixed missing * in comment in setup_windows_event_source
-
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 1 commit
-
-
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()
-
bar@mysql.com authored
or --with-extra-charsets=complex is given.
-
bar@mysql.com authored
Bug #4558 Escape handling error for ENUM values in SJIS encoding
-
bar@mysql.com authored
Wrong UPPER/LOWER translation for Cyrillic letter tse was fixed. bug#5110
-
- 26 Aug, 2004 11 commits
-
-
rburnett@build.mysql.com authored
into build.mysql.com:/users/rburnett/mysql-4.0
-
rburnett@build.mysql.com authored
This file was part of the patch for Bug #4466 Nothing in .err when mysql service ends because of malformed my.ini options message.mc: new file
-
lenz@mysql.com authored
when pulling BK trees before.
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
miguel@hegel.txg.br authored
into hegel.txg.br:/home/miguel/bk/mysql-4.0
-
serg@serg.mylan authored
-
rburnett@build.mysql.com authored
into build.mysql.com:/users/rburnett/mysql-4.0
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.0
-
lenz@mysql.com authored
of MySQL (BUG#3860)
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.0
-
joerg@mysql.com authored
into mysql.com:/M40/mysql-4.0
-
- 25 Aug, 2004 6 commits
-
-
monty@mysql.com authored
-
monty@mysql.com authored
Update to new valgrind
-
rburnett@build.mysql.com authored
lowercase_table.result: New results for modified lowercase_table test lowercase_table.test: Added test case for all uppercase database when running under lower_case_table_names. This really only failed under Windows. Bug# 4792
-
rburnett@build.mysql.com authored
sql_base.cc: Added code to lowercase database name in insert_fields when lower_case_table_names=1. This fixes bug# 4792
-
miguel@hegel.txg.br authored
This was a customer request for to get the XP Logo Certification. Note for LenZ: Adding to the project libmysqld.dsp the file libmysqld.rc at compilation time will be created the libmysqld.res and this linked. For every release edit the libmysqld.rc version number.
-
rburnett@build.mysql.com authored
into build.mysql.com:/users/rburnett/mysql-4.0
-
- 24 Aug, 2004 6 commits
-
-
heikki@hundin.mysql.fi authored
Fix bug: if there was little file I/O in InnoDB, but the insert buffer was used, it could happen that 'Pending normal aio reads' was bigger than 0, but the I/O handler thread did not get waken up in 600 seconds. This resulted in a hang, and crashing of InnoDB.
-
joerg@mysql.com authored
-
miguel@hegel.txg.br authored
-
gluh@gluh.mysql.r18.ru authored
into gluh.mysql.r18.ru:/home/gluh/MySQL-BUGS/mysql-4.0
-
gluh@gluh.mysql.r18.ru authored
-
lenz@mysql.com authored
modifying configure.in for the commercial tarballs - added my-innodb-heavy-4G.cnf to the distribution
-
- 23 Aug, 2004 1 commit
-
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-