- 31 Aug, 2004 3 commits
- 30 Aug, 2004 6 commits
-
-
unknown authored
not variables.
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1 sql/mysqld.cc: Auto merged
-
unknown authored
-
unknown authored
configure.in: Defining "BIG_TABLES" works around a problem with the Sun Forte compiler for Solaris on x86 platforms: improper handling of "long long". Error shows up on the "limit_rows_found" variable in test "union". Old "BIG_FILES" was a typing error.
-
unknown authored
cleanups better, charset-dependent, ft_max_len_for_sort value myisam/ftdefs.h: better ft_max_len_for_sort value myisam/mi_check.c: better, charset-dependent, ft_max_len_for_sort value myisam/myisamchk.c: unused value from enum removed myisam/sort.c: cleanup sql/mysql_priv.h: cleanup sql/mysqld.cc: cleanup sql/sql_acl.cc: cleanup sql/tztime.cc: cleanup strings/ctype-utf8.c: bug in my_strnncoll_utf8 (and friends) fixed
-
unknown authored
Ascii was written twice configure.in: Ascii was written twice
-
- 28 Aug, 2004 1 commit
-
-
unknown authored
-
- 27 Aug, 2004 17 commits
-
-
unknown authored
-
unknown authored
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1
-
unknown authored
Minor edits to help command messages. client/mysql.cc: Minor edits to help command messages.
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1
-
unknown authored
-
unknown authored
-
unknown authored
Forgot to push in the previous changeset mysql-test/r/grant.result: Forgot to push in the previous changeset
-
unknown authored
into mysql.com:/space/pekka/ndb/version/my41
-
unknown authored
into eagle.mysql.r18.ru:/home/vva/work/mysql.orig/test/mysql-4.1
-
unknown authored
with old libedit and readline 1. discarded reading and writting of hist_cookie as the begin of the file 2. skip strvis for string before saving cmd-line-utils/libedit/history.c: fixed format of history for compatibility with old libedit and readline 1. discarded reading and writting of hist_cookie as the begin of file 2. skip strvis for string before saving
-
unknown authored
ndb/src/ndbapi/NdbBlob.cpp: theBlobTable is NULL for tinyblob
-
unknown authored
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1
-
unknown authored
into mysql.com:/usr/home/bar/mysql-4.1
-
unknown authored
Bug 4338 mysql-test-run fails if compiled with non-latin1 character set: partual fix. mysql-test/r/grant.result: Bug 4338 mysql-test-run fails if compiled with non-latin1 character set: partual fix.
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1
-
- 26 Aug, 2004 13 commits
-
-
unknown authored
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1
-
unknown authored
-
unknown authored
Remove --warnings for mysql-test-run. Devs don't use it, and Serg says it's not needed anymore. Build-tools/Do-compile: Remove --warnings for mysql-test-run. Devs don't use it, and Serg says it's not needed anymore.
-
unknown authored
into mysql.com:/media/sda1/mysql/mysql-4.1-5126
-
unknown authored
"Mediumint and PS problem": just treat mediumint as long. libmysql/libmysql.c: A short fix for bug #5126 "Mediumint and PS problem": just treat mediumint as long, as it's sent just like long. tests/client_test.c: A test case for bug#5126
-
unknown authored
into mysql.com:/M41/mysql-4.1 BitKeeper/etc/logging_ok: auto-union
-
unknown authored
distribution...
-
unknown authored
sql/item_row.cc: ds20 compat fix
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1 client/mysql.cc: Auto merged
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
unknown 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. include/m_string.h: Extend the "fake" approach from 'strtoull()' onto 'strtoll()'. strings/strto.c: Ensure that calling file has included necessary headers, as these are needed at the upper level already. strings/strtol.c: Cleanup/alignment with the "long long" functions. strings/strtoll.c: When "long" is 64 bit already, system function 'strtol()' can be used. Header files 'my_global.h' and 'm_string.h' will manage that, if they are included early enough. strings/strtoul.c: Cleanup/alignment with the "long long" functions. strings/strtoull.c: When "long" is 64 bit already, system function 'strtoul()' can be used. Header files 'my_global.h' and 'm_string.h' will manage that, if they are included early enough. BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-