- 22 Jul, 2005 3 commits
- 21 Jul, 2005 16 commits
-
-
unknown authored
VC++Files/libmysqld/libmysqld.dsp: we should have SAFEMALLOC here
-
unknown authored
into mysql.com:/usr/home/bar/mysql-4.1.b11216
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1-push
-
unknown authored
removing extra empty line , strings/ctype-latin1.c: removing extra empty line ,
-
unknown authored
Index.xml: Fixing latin1 comment: it is actually cp1252, not iso-8859-1 ctype_latin1.result: changeing test results accordingly. ctype-latin1.c: Fixed to- and from-Unicode conversion maps for better Unicode round trip of undefined characters. strings/ctype-latin1.c: Bug#11216: 'show character set' describes latin1 incorrectly Fixed to- and from-Unicode conversion maps. mysql-test/r/ctype_latin1.result: changeing test results accordingly. sql/share/charsets/Index.xml: Fixing comment: iso-8859-1 -> cp1252
-
unknown authored
into mysql.com:/space/my/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
fix bug introduced in alter table
-
unknown authored
into mysql.com:/space/my/mysql-4.0
-
unknown authored
into mysql.com:/space/my/mysql-4.1
-
unknown authored
After backporting from 5.0 fix. There is no an extra argument in 4.1. strings/ctype-cp932.c: After backporting from 5.0 fix. There is no an extra argument in 4.1.
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1-push
-
unknown authored
into mysql.com:/space/my/mysql-4.1-build
-
unknown authored
-
unknown authored
into c-450ae253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/mysql-4.1 include/thr_lock.h: Auto merged mysys/thr_lock.c: Auto merged sql/lock.cc: Auto merged sql/mysql_priv.h: Auto merged sql/sql_base.cc: Auto merged sql/sql_table.cc: Manual merge after 4.0 fix
-
- 20 Jul, 2005 14 commits
-
-
unknown authored
support-files/MacOSX/Makefile.am: Auto merged scripts/Makefile.am: - manual merge support-files/Makefile.am: - manual merge
-
unknown authored
sql/lock.cc: Used flags immediately in call sql/mysql_priv.h: Added RTFC (short for remove_table_from_cache) for constants and used hex syntax to clarify it is bits in the flags sql/sql_base.cc: Use flags parameter immediately and use flags immediately in call Change to other variant of eternal loop variant sql/sql_table.cc: Use flags immediately in call
-
unknown authored
they're not needed outside of the source tree (BUG#12057) - Removed some more unneeded files from "make install" along the way scripts/Makefile.am: - don't install the following files with "make install", as they are not needed to be installed: make_win_src_distribution, make_win_binary_distribution, make_binary_distribution, make_sharedlib_distribution support-files/MacOSX/Makefile.am: - don't install the Mac OS X support files when running "make install" - they're not needed outside of the source tree (BUG#12057) support-files/Makefile.am: - don't install the RPM spec files with "make install" - they are not needed outside of the source tree
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
-
unknown authored
- do not discover temporary files and make them visible
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1-push
-
unknown authored
into lmy002.wdf.sap.corp:/home/georg/work/mysql/prod/mysql-4.1 tests/mysql_client_test.c: Auto merged
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1-push
-
unknown authored
-
unknown authored
fix error code to avoid clash with 5.0/5.1 ndb/include/kernel/signaldata/AlterTable.hpp: Change error codes to remove clash from 5.0 ndb/include/kernel/signaldata/DropTable.hpp: Change error codes to remove clash from 5.0 ndb/src/ndbapi/ndberror.c: Change error codes to remove clash from 5.0
-
unknown authored
add testcase to autotest ndb/src/kernel/blocks/dbdict/Dbdict.cpp: remove ; ndb/test/run-test/daily-basic-tests.txt: add test case
-
unknown authored
client/mysqldump.c: Added casts. include/my_sys.h: Define for alloca() changed for Metrowerks compiler. myisam/rt_split.c: Added cast.
-
unknown authored
ndb/include/kernel/signaldata/AlterTable.hpp: Add error code for backup in progress ndb/include/kernel/signaldata/DictTabInfo.hpp: Add backup state ndb/include/kernel/signaldata/DropTable.hpp: Add error code for backup in progress ndb/include/ndbapi/NdbDictionary.hpp: Add backup state ndb/src/kernel/blocks/backup/Backup.cpp: 1) remove invalid require (util_sequence_ref) crash 2) Don't backup objects dropping/creating 3) set correct error code on backup fragment ref (crash) 4) save TrigAttrInfo header when getting log full (crash) 5) lock/unlock tables during backup ndb/src/kernel/blocks/dbdict/Dbdict.cpp: 1) add mutex lock/unlock as part of drop/alter table 2) add lock/unlock for backup 3) remove TC from backup trigger loop ndb/src/kernel/blocks/dbdict/Dbdict.hpp: Add BACKUP_ONGOING state ndb/src/ndbapi/NdbDictionaryImpl.cpp: Add backup state ndb/src/ndbapi/ndberror.c: Add error code for backup in progress ndb/test/ndbapi/testBackup.cpp: Add testcase for testBackup -n BackupDDL ndb/tools/drop_index.cpp: Fix ndb_drop_index ndb/tools/listTables.cpp: Print of backup state
-
unknown authored
into mysql.com:/usr/home/bar/mysql-4.1.innolike
-
- 19 Jul, 2005 7 commits
-
-
unknown authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
unknown authored
sql/sql_show.cc: Cleanup comment Removed extra end space
-
unknown authored
into mishka.local:/home/my/mysql-4.1
-
unknown authored
include/my_global.h: Added floatget() to read unaligned flaot mysql-test/r/select.result: Added test for found_rows() mysql-test/t/select.test: Added test for found_rows() sql/des_key_file.cc: Moved initalization of LOCK_des_key_file to mysqld to make simpler code and avoid theoretical race condition sql/field_conv.cc: Added optimizzed varsion of do_cut_string (for simple character sets) sql/item_func.cc: Simplify code (and ensure DBUG_ENTER is excuted before main code) sql/item_strfunc.cc: Safe calculation of max_length This was needed as max_length can now be 1<<32-1 (after konstantins recent patch to fix BLOB_LENGTH) Remove init_des_key_file() as this is not initialized in mysqld.cc sql/item_timefunc.cc: Safe calculation of max_length This was needed as max_length can now be 1<<32-1 (after konstantins recent patch to fix BLOB_LENGTH) sql/log_event.cc: Simplify code sql/mysql_priv.h: Moved initalization of LOCK_des_key_file to mysqld to make simpler code and avoid theoretical race condition sql/mysqld.cc: Moved initalization of LOCK_des_key_file to mysqld to make simpler code and avoid theoretical race condition Revert wrong patch of calling close_connection() in first close_connections() loop. (Bug #7403) Instead we now print a warning for closed connections only if mysqld is sarted with --warnings Added comments to make the close_connections() logic clearer sql/sql_prepare.cc: Use floatget() and doubleget() to protect against unaligned data sql/sql_select.cc: Fixed some cases unlikely cases where found_rows() would return wrong for queries that would return 0 or 1 rows
-
unknown authored
sql-common/client.c: fixed wrong offset tests/mysql_client_test.c: testcase for bug #12001
-
unknown authored
-
unknown authored
-