- 26 Jul, 2006 2 commits
-
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
- Since error 1186 is not found among NDB error codes, the message retuned should indicate that.
-
- 24 Jul, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
- Add test case(execute perror) - Check if strerror has returned NULL and set msg to "Unknown Error" in that case - Thanks to Steven Xie for pointing out how to fix.
-
- 21 Jul, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
-
- 20 Jul, 2006 4 commits
-
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
-
msvensson@maint1.mysql.com authored
into maint1.mysql.com:/data/localhome/msvensson/my50-bug19517
-
msvensson@maint1.mysql.com authored
into maint1.mysql.com:/data/localhome/msvensson/my50-bug19517
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
-
- 19 Jul, 2006 1 commit
-
-
cmiller@zippy.cornsilk.net authored
"I want to have the current delimiter in the prompt so that I can know at a glance which is set." Add a 'l' format specifier that represents the current statement delimiter.
-
- 18 Jul, 2006 8 commits
-
-
jimw@rama.(none) authored
into rama.(none):/home/jimw/my/mysql-5.0-17903
-
into production.mysql.com:/usersnfs/abotchkov/mysql-5.0.mrg
-
holyfoot/hf@mysql.com/deer.(none) authored
-
msvensson@neptunus.(none) authored
- Add a check that length of field to uncompress is longer than 4 bytes. This can be dones as the length of uncompressed data is written as first four bytes of field and thus it can't be valid compressed data.
-
holyfoot/hf@mysql.com/deer.(none) authored
into mysql.com:/home/hf/work/mysql-5.0.mrg
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
-
- 17 Jul, 2006 3 commits
-
-
jimw@rama.(none) authored
into rama.(none):/home/jimw/my/mysql-5.0-18539
-
msvensson@shellback.(none) authored
into shellback.(none):/home/msvensson/mysql/mysql-5.0-maint
-
msvensson@shellback.(none) authored
- Fix for "bug#16755 Please find a SSL library that is FLOSS-Exception / LGPL copyrighted"
-
- 15 Jul, 2006 1 commit
-
-
pekka@orca.ndb.mysql.com authored
into orca.ndb.mysql.com:/space_old/pekka/ndb/version/my50
-
- 14 Jul, 2006 3 commits
-
-
-
into anubis.greendragongames.com:/home/greenman/workspace-mysql/mysql/merge-4.1_2_5.0
-
-
- 13 Jul, 2006 13 commits
-
-
-
into mysql.com:/home/tnurnberg/work/mysql-5.0-21014
-
mysqldump did not select the correct database before trying to dump views from it. this resulted in an empty result set, which in turn startled mysql-dump into a core-dump. this only happened for views, not for tables, and was only visible with multiple databases that weren't by sheer luck in the order mysqldump required, anyway. this fixes by selecting the correct database before dumping views; it also catches the empty set-condition if it should occur for other reasons.
-
holyfoot/hf@mysql.com/deer.(none) authored
into mysql.com:/home/hf/work/mysql-4.1.16017
-
cmiller@zippy.(none) authored
into zippy.(none):/home/cmiller/work/mysql/m41-maint--07AB5
-
cmiller@zippy.(none) authored
into zippy.(none):/home/cmiller/work/mysql/m41-maint--07AB5
-
cmiller@zippy.(none) authored
into zippy.(none):/home/cmiller/work/mysql/m50--07C2P
-
cmiller@zippy.(none) authored
into zippy.(none):/home/cmiller/work/mysql/m50-maint--07C2P
-
cmiller@zippy.(none) authored
into zippy.(none):/home/cmiller/work/mysql/m50-maint--07C2P
-
iggy@rolltop.ignatz42.dyndns.org authored
-
holyfoot/hf@mysql.com/deer.(none) authored
into mysql.com:/home/hf/work/mysql-5.0.clean
-
into anubis.greendragongames.com:/home/greenman/workspace-mysql/mysql/pending/bug-4.1-15977
-
do not look for client-specific commands while inside a multi-line comment. we will allow multi-comments pretty much anywhere within SQL-statements, but client-specific commands (help, use, print, ...) must be the first token in the input.
-
- 12 Jul, 2006 3 commits
-
-
jimw@rama.(none) authored
The character set was not being properly initialized in CAST() with a type like "CHAR(2) BINARY", which resulted in incorrect results or even a crash.
-
cmiller@zippy.(none) authored
into zippy.(none):/home/cmiller/work/mysql/m50-maint--07C2P
-
kostja@bodhi.local authored
-