- 26 Aug, 2004 2 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.
-
bar@mysql.com authored
Revert this change, it was done in a mistake.
-
- 25 Aug, 2004 5 commits
-
-
paul@kite-hub.kitebird.com authored
Fix a misleading plural that should be singular. Fix other typos while I'm at it.
-
konstantin@mysql.com authored
-
bar@mysql.com authored
Bug#3453: MySQL output formatting in multibyte character sets
-
bar@mysql.com authored
-
bar@mysql.com authored
new file
-
- 24 Aug, 2004 33 commits
-
-
mskold@mysql.com authored
-
tomas@poseidon.(none) authored
into poseidon.(none):/home/tomas/mysql-4.1-clean
-
tomas@poseidon.(none) authored
-
serg@serg.mylan authored
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
tomas@poseidon.(none) authored
into poseidon.(none):/home/tomas/mysql-4.1-clean
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
konstantin@mysql.com authored
into mysql.com:/media/sda1/mysql/mysql-4.1-5034
-
vva@eagle.mysql.r18.ru authored
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
konstantin@mysql.com authored
into mysql.com:/media/sda1/mysql/mysql-4.1-5034
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/BUG_libedit/mysql-4.1.clear
-
tomas@poseidon.(none) authored
-
vva@eagle.mysql.r18.ru authored
Bug #4696 segfault in cmd-line-utils/libedit/history.c:history_save() (bundled libedit)
-
tomas@poseidon.(none) authored
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
konstantin@mysql.com authored
-
tomas@poseidon.(none) authored
into poseidon.(none):/home/tomas/mysql-4.1-clean
-
vva@eagle.mysql.r18.ru authored
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/BUG_libedit/mysql-4.1.clear_v2
-
vva@eagle.mysql.r18.ru authored
-
vva@eagle.mysql.r18.ru authored
-
serg@serg.mylan authored
-
serg@serg.mylan authored
-
gluh@gluh.mysql.r18.ru authored
-
konstantin@mysql.com authored
execute crashes server": we were deleting lex->result after each execute, but prepared statements assumed that it's left intact. The fix adds cleanup() method to select_result hierarchy, so that result objects can be reused. Plus we now need to delete result objects more wisely.
-
vva@eagle.mysql.r18.ru authored
-
vva@eagle.mysql.r18.ru authored
(fixed Bug #4462 libedit compile failure)
-
serg@serg.mylan authored
-
rburnett@build.mysql.com authored
into build.mysql.com:/users/rburnett/mysql41
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.1
-
rburnett@build.mysql.com authored
Added (my_bool) cast to !(nextflag & SEARCH_PREFIX) code to correct MSVC warning about mismatched integral types
-