- 29 Aug, 2004 1 commit
-
-
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.
-
- 27 Aug, 2004 3 commits
-
-
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 9 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.
-
miguel@hegel.txg.br authored
into hegel.txg.br:/home/miguel/bk/mysql-4.0
-
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 7 commits
-
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
gluh@gluh.mysql.r18.ru authored
into gluh.mysql.r18.ru:/home/gluh/MySQL-BUGS/mysql-4.0
-
gluh@gluh.mysql.r18.ru authored
wrong results
-
guilhem@mysql.com authored
(ok'd by CTO to fix it in 4.0). Fix to make mysql-test-run work with all Valgrind versions.
-
pem@mysql.com authored
into mysql.com:/home/pem/work/mysql-4.0
-
pem@mysql.com authored
-
serg@serg.mylan authored
-
- 22 Aug, 2004 3 commits
-
-
serg@serg.mylan authored
-
serg@serg.mylan authored
(cannot call it a "merge" :)
-
serg@serg.mylan authored
Abandoned improper use of MyISAM data. Thanks Ingo!
-
- 21 Aug, 2004 1 commit
-
-
igor@rurik.mysql.com authored
Added test case for bug #4256. join_outer.result: Fixed bug #4256. item_cmpfunc.h: Fixed inconsistency of values of used_tables_cache and const_item_cache for Item_func_isnull objects. This inconsistency caused bug #4256.
-
- 20 Aug, 2004 3 commits
-
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
in a deadlock-free manner. This splits locking the global read lock in two steps. This fixes a consequence of this bug, known as: BUG#4953 'mysqldump --master-data may report incorrect binlog position if using InnoDB' And a test.
-
ram@gw.mysql.r18.ru authored
-
- 19 Aug, 2004 1 commit
-
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-