- 13 Jun, 2005 11 commits
-
-
unknown authored
into dl145c.mysql.com:/home/ndbdev/tomas/mysql-4.1
-
unknown authored
into dl145c.mysql.com:/home/ndbdev/tomas/mysql-4.1 BitKeeper/etc/logging_ok: auto-union
-
unknown authored
Correction for test case of bug #11142. mysql-test/t/func_if.test: Correction for test case of bug #11142. mysql-test/r/func_if.result: Correction for test case of bug #11142.
-
unknown authored
Added a test case for bug #11142. item_cmpfunc.cc: Fixed bug #11142. Implementation of Item_func_nullif::is_null was corrected. sql/item_cmpfunc.cc: Fixed bug #11142. Implementation of Item_func_nullif::is_null was corrected. mysql-test/t/func_if.test: Added a test case for bug #11142. mysql-test/r/func_if.result: Added a test case for bug #11142.
-
unknown authored
Logging to logging@openlogging.org accepted DbtcMain.cpp, testTimeout.cpp: Bug #11290 TransactionInactiveTimeout = 0 does not result in infinite timeout ndb/test/ndbapi/testTimeout.cpp: Bug #11290 TransactionInactiveTimeout = 0 does not result in infinite timeout ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: Bug #11290 TransactionInactiveTimeout = 0 does not result in infinite timeout BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
into igor-inspiron.creware.com:/home/igor/dev/mysql-4.1-0
-
unknown authored
Added a test case for bug #11167. sql_select.cc: Fixed bug #11167. In 4.1 char/varchar fields are limited by 255 characters in length that make them longer than 255 bytes in size for such character sets as UTF8. The functions store_record_in_cache and read_cached_records did not take into account this Moreover the code did not take into account that the size of the varchar fields in 5.0 can be up to 65535 bytes sql/sql_select.cc: Fixed bug #11167. In 4.1 char/varchar fields are limited by 255 characters in length that make them longer than 255 bytes in size for such character sets as UTF8. The functions store_record_in_cache and read_cached_records did not take into account this Moreover the code did not take into account that the size of the varchar fields in 5.0 can be up to 65535 bytes mysql-test/r/ctype_utf8.result: Added a test case for bug #11167. mysql-test/t/ctype_utf8.test: Added a test case for bug #11167. BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
into mysql.com:/home/bk/b6883-mysql-4.1
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1-push
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1-push
-
unknown authored
Enable retry on startTransaction ndb/tools/restore/consumer_restore.cpp: Enable retry on startTransaction==NULL
-
- 10 Jun, 2005 11 commits
-
-
unknown authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
unknown authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
unknown authored
into mdk10.(none):/home/reggie/bk/41test3
-
unknown authored
into mysql.com:/space/my/mysql-4.1-build
-
unknown authored
the SSL tests pass
-
unknown authored
Fix mem leak in testBlobs ndb/test/ndbapi/testBlobs.cpp: Fix mem leak in testBlobs
-
unknown authored
Fix stack overflow in ndb_cpcd on amd64 ndb/src/common/logger/Logger.cpp: Fix stack overflow in ndb_cpcd on amd64
-
unknown authored
script fixes for solaris ndb/src/cw/cpcd/main.cpp: fix usage of load_defaults, as it does have a short option ndb/test/run-test/make-config.sh: fix script wrt solaris ndb/test/run-test/ndb-autotest.sh: fix script wrt solaris
-
unknown authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
unknown authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
unknown authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
- 09 Jun, 2005 15 commits
-
-
unknown authored
before a newline is found. (Bug #10840) client/mysql.cc: Call _cgets() as many times as necessary to get the full line of input
-
unknown authored
into mysql.com:/var/tmp/sslbug/mysql-4.1
-
unknown authored
into xiphis.org:/usr/home/antony/work2/p1-bug11028.3
-
unknown authored
Report error instead of crashing mysql-test/r/create.result: Test for bug 11028 mysql-test/t/create.test: Test for bug 11028 sql/sql_table.cc: fix for null db name
-
unknown authored
Without this patch, all file elements in info have symlink resolved pathnames. This means append_create_info does not have any way of showing the correct database name when a symlinked database is used. myisam/mi_open.c: store name (not symlinked resolved) instead of org_name (symlink resolved) in info.
-
unknown authored
-
unknown authored
into mysql.com:/home/gluh/MySQL/Merge/4.1
-
unknown authored
mysql-test/r/ps_7ndb.result: fix result file
-
unknown authored
generate proper error message if we use SET ... = NULL for 'set' variables
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1-push
-
unknown authored
a fix (bug #11193: error messages gets garbled after reggies latest changeset: ChangeSet@1.2260.1.).
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1-push
-
unknown authored
small script fixes - Don't use hostname -s as it's linux specific - Don't remove result unless scp worked ndb/test/run-test/ndb-autotest.sh: Don't use hostname -s as it's linux specific Don't remove result unless scp worked
-
unknown authored
bug#10711 bug#10058 bug#9363 bug#9025 bug#8918 ndb/src/kernel/blocks/ndbfs/Ndbfs.cpp: Use UintPtr when computing page address to make sure that Uint32 does not overflow
-
unknown authored
when checking if the server is running in mysqld_safe. (Bug #11122) configure.in: Add "grep -v grep" to FIND_PROC so we don't mistake "grep mysqld" for a mysqld process.
-
- 08 Jun, 2005 3 commits
-
-
unknown authored
the case in the FROM and WHERE clauses didn't agree. (Bug #9500) mysql-test/r/lowercase_table2.result: Update results mysql-test/t/lowercase_table2.test: Fix 'DROP TABLE' to not drop tables with the same name. sql/mysqld.cc: Move initialization of table_alias_charset to after we have decided what lower_case_table_names should be.
-
unknown authored
into mysql.com:/var/tmp/sslbug/mysql-4.1 include/my_global.h: Auto merged
-
unknown authored
BUG#10675 - MySQL fails to build with --openssl on Mac OS X 10.4 BUG#11150 - HP-UX yaSSL/OpenSSL configure/header problem Remove obsolete code. include/my_global.h: Obsolete code removed. OpenSSL doesn't have crypt anymore (it was dropped in ~2003). This patch fixes compilation failures with both OpenSSL and yaSSL on systems where crypt was defined in unistd.h. Conclusion is we do not use OpenSSL's crypt unless it wasn't defined in unistd.h/crypt.h and it was defined in old OpenSSL.
-