- 06 Feb, 2006 10 commits
-
-
unknown authored
into mysql.com:/home/psergey/mysql-5.1-wl2985-postfixes
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
-
unknown authored
-
unknown authored
-
unknown authored
+ added current test printout to error file mysql-test/lib/mtr_cases.pl: harmonized mysql-test-run.sh and .pl
-
unknown authored
mysql-test/r/trigger-grant.result: Updated result file: use TRIGGER instead of SUPER for BUG#15166/15196 tests. sql/item.cc: Updated according to the 5.1 data structures.
-
unknown authored
into mysql.com:/home/alik/Documents/AllProgs/MySQL/devel/5.1-tree mysql-test/r/trigger-grant.result: Auto merged sql/item.cc: Auto merged sql/item.h: Auto merged sql/sql_yacc.yy: Auto merged mysql-test/t/trigger-grant.test: Merged. sql/sql_trigger.cc: Merged.
-
unknown authored
mysql-test/t/ctype_ucs.test: Auto merged
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new sql/ha_ndbcluster.cc: Auto merged sql/ha_ndbcluster_binlog.cc: Auto merged
-
unknown authored
Bug #17038, distribution of schema operation to multiple binlogs missing/multiple entries, partial fix - log alter table directly in server instead of in handler - acknowledge alter table _after_ all binlog events have been processed
-
- 05 Feb, 2006 5 commits
-
-
unknown authored
storage/ndb/src/kernel/blocks/dbtup/DbtupScan.cpp: unlock outstanding locks on scan close
-
unknown authored
mysql-test/t/partition_pruning.test: Auto merged mysql-test/r/partition_pruning.result: SCCS merged
-
unknown authored
into mysql.com:/space/pekka/ndb/version/my51
-
unknown authored
mysql-test/t/disabled.def: ndb_blob.test works again, sort of storage/ndb/include/ndbapi/NdbBlob.hpp: better getNull & replace+tinyblob forward-patch from 5.0 storage/ndb/src/ndbapi/NdbBlob.cpp: better getNull & replace+tinyblob forward-patch from 5.0 storage/ndb/test/ndbapi/test_event.cpp: getEvent()->getTable() sql/ha_ndbcluster.cc: return more error codes from blob calls sql/ha_ndbcluster_binlog.cc: return more error codes from blob calls storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp: return more error codes from blob calls storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp: copy and invalidate blob tables as part of main table. TODO: do not cache blob tables storage/ndb/src/ndbapi/NdbDictionaryImpl.hpp: copy and invalidate blob tables as part of main table. TODO: do not cache blob tables
-
unknown authored
into a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-new configure.in: Auto merged sql/mysqld.cc: Auto merged sql/set_var.cc: Auto merged
-
- 04 Feb, 2006 1 commit
-
-
unknown authored
into mysql.com:/usr_rh9/home/elkin.rh9/MySQL/Merge/5.1-new sql/sql_parse.cc: Auto merged
-
- 03 Feb, 2006 3 commits
-
-
unknown authored
-
unknown authored
into mysql.com:/home/kostja/mysql/mysql-5.1-merge sql/field.cc: Auto merged sql/sp_head.cc: Auto merged
-
unknown authored
into mysql.com:/mnt/hda4/home/alik/MySQL/devel/5.1-tree The idea of this merge is to "synchronize" 5.1-release tree (5.1.6) and the main 5.1 tree. A patch for BUG#15588/BUG#16621 was copied into 5.1-release from 5.0 since it is important. This patch is expected to come into the 5.1 tree after resolving 5.0 -> 5.1 megrge logjam. storage/example/ha_example.cc: Auto merged sql/field.cc: Ignore changes in 5.1-release (5.1.6). sql/sp_head.cc: Ignore changes in 5.1-release (5.1.6).
-
- 02 Feb, 2006 21 commits
-
-
unknown authored
sql/field.cc: Use memmove() instead of memcpy() -- after implementation of WL#2984 (Make stored routine variables work according to the standard) it is possible to store in the field the value from this field. For instance, this can happen for the following statement: SET sp_var = SUBSTR(sp_var, 1, 3); sql/sp_head.cc: Work correctly with String: - String length has to be be reset before use; - qs_append() does not allocate memory, so the memory should be reserved beforehand.
-
unknown authored
into mysql.com:/home/kostja/mysql/mysql-5.1-merge BitKeeper/etc/ignore: auto-union configure.in: Auto merged libmysql/libmysql.c: Auto merged mysql-test/ndb/ndbcluster.sh: Auto merged mysql-test/r/rpl_sp.result: Auto merged mysql-test/r/sp-error.result: Auto merged mysql-test/r/sp.result: Auto merged mysql-test/r/type_float.result: Auto merged mysql-test/t/rpl_sp.test: Auto merged mysql-test/t/sp-error.test: Auto merged mysql-test/t/sp.test: Auto merged sql/field.cc: Auto merged sql/item_func.cc: Auto merged sql/mysqld.cc: Auto merged sql/protocol.cc: Auto merged sql/sp_head.cc: Auto merged sql/sp_head.h: Auto merged sql/sql_acl.cc: Auto merged sql/sql_prepare.cc: Auto merged sql/sql_select.cc: Auto merged sql/sql_show.cc: Auto merged sql/sql_yacc.yy: Auto merged sql/table.cc: Auto merged sql/table.h: Auto merged storage/myisam/ft_update.c: Auto merged storage/ndb/include/logger/LogHandler.hpp: Auto merged storage/ndb/include/logger/Logger.hpp: Auto merged storage/ndb/include/mgmapi/mgmapi.h: Auto merged storage/ndb/include/mgmcommon/ConfigRetriever.hpp: Auto merged storage/ndb/src/common/logger/FileLogHandler.cpp: Auto merged storage/ndb/src/common/logger/LogHandler.cpp: Auto merged storage/ndb/src/common/logger/Logger.cpp: Auto merged storage/ndb/src/common/logger/SysLogHandler.cpp: Auto merged storage/ndb/src/common/mgmcommon/ConfigRetriever.cpp: Auto merged storage/ndb/src/common/util/SocketServer.cpp: Auto merged storage/ndb/src/kernel/main.cpp: Auto merged storage/ndb/src/kernel/vm/Configuration.cpp: Auto merged storage/ndb/src/kernel/vm/Configuration.hpp: Auto merged storage/ndb/src/mgmapi/mgmapi.cpp: Auto merged storage/ndb/src/mgmclient/CommandInterpreter.cpp: Auto merged storage/ndb/src/mgmsrv/MgmtSrvr.cpp: Auto merged storage/ndb/src/mgmsrv/MgmtSrvr.hpp: Auto merged storage/ndb/src/mgmsrv/Services.cpp: Auto merged storage/ndb/src/mgmsrv/Services.hpp: Auto merged storage/ndb/src/mgmsrv/main.cpp: Auto merged storage/ndb/tools/ndb_size.pl: Auto merged zlib/Makefile.am: Auto merged mysql-test/r/information_schema.result: SCCS merged mysql-test/t/information_schema.test: Manual merge. sql/ha_archive.cc: Manual merge. sql/share/errmsg.txt: SCCS merged tests/mysql_client_test.c: Manual merge.
-
unknown authored
into mysql.com:/home/dlenev/src/mysql-5.1-merges mysql-test/t/disabled.def: SCCS merged
-
unknown authored
Copied from the general tree, to solve a build problem: ChangeSet 1.2121.1.5 2006/02/02 11:02:09 stewart@mysql.com build fix when building with example storage engine. storage/example/ha_example.cc: Copied from the general tree, to solve a build problem: ChangeSet 1.2121.1.5 2006/02/02 11:02:09 stewart@mysql.com build fix when building with example storage engine.
-
bk://localhost:6667unknown authored
into a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-new
-
unknown authored
into mysql.com:/home/kostja/mysql/mysql-5.1-merge client/mysqldump.c: Auto merged
-
unknown authored
into a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-new
-
unknown authored
into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-5.1-new
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql51 mysql-test/t/disabled.def: Auto merged sql/ha_ndbcluster_binlog.cc: Auto merged
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql51
-
unknown authored
enable extra logging in ndb handler during test runs mysql-test/mysql-test-run.pl: enable extra logging in ndb handler during test runs sql/ha_ndbcluster_binlog.cc: added more logging in ndb handler
-
unknown authored
-
unknown authored
-
unknown authored
configure.in: To configure InnoDB for cross compilation. include/config-netware.h: NetWare specific change to fix the compilation errors caused by event.h NetWare specific change required for WINE PATH and for new versions LibC(Jun 05) and zlib(1.2.3) netware/BUILD/compile-AUTOTOOLS: Netware specific change reflecting the change in source code directory structure. netware/BUILD/compile-linux-tools: Netware specific change to fix the location where gen_lex_hash gets created. Fixed also directory structure reflecting changes. netware/BUILD/compile-netware-END: Netware specific change for creating mysqld_error.h netware/BUILD/mwenv: Netware specific change required for WINE PATH and for new versions LibC(Jun 05) and zlib(1.2.3). netware/BUILD/nwbootstrap: NetWare Specific change to produce absoulte path for XDC file. netware/Makefile.am: Netware specific changes to fix to match new directory structure. netware/my_manage.h: Netware specific change required for WINE PATH and for new versions LibC(Jun 05) and zlib(1.2.3). netware/mysql_test_run.c: Netware specific change, added --autoclose option for mysql_test_run.nlm. scripts/make_binary_distribution.sh: Fix to reflect change in directory structure. sql/mysqld.cc: Stacksize change for Netware. Netware specific change to fix the compilation errors caused by event.h sql/set_var.cc: Minor indending related fix. sql/sql_class.cc: Added #ifdef HAVE_EXPLICIT_TEMPLATE_INSTANTIATION macro. storage/innobase/os/os0thread.c: Netware specific change to increase the thread stack size. storage/myisam/mi_locking.c: Enclosed MMAP related code under HAVE_MMAP preprocessor directive.
-
unknown authored
into mysql.com:/home/kostja/mysql/mysql-5.1-merge mysql-test/r/innodb.result: Manual merge: null merge, use local. mysql-test/t/innodb.test: Manual merge: null merge, use local. sql/ha_innodb.cc: Manual merge: null merge, use local. sql/ha_innodb.h: Manual merge: null merge, use local. sql/mysqld.cc: Manual merge: null merge, use local. sql/set_var.cc: Manual merge: null merge, use local. storage/innobase/include/srv0srv.h: Manual merge: null merge, use local. storage/innobase/srv/srv0srv.c: Manual merge: null merge, use local.
-
unknown authored
into mysql.com:/home/kostja/mysql/mysql-5.1-merge client/mysqlbinlog.cc: Auto merged client/mysqldump.c: Auto merged include/my_base.h: Auto merged libmysql/libmysql.c: Auto merged sql/field.h: Auto merged sql/ha_myisam.cc: Auto merged sql/log_event.cc: Auto merged sql/opt_range.cc: Auto merged sql/opt_range.h: Auto merged sql/repl_failsafe.cc: Auto merged sql/set_var.cc: Auto merged sql/slave.cc: Auto merged sql/slave.h: Auto merged sql/sql_acl.cc: Auto merged sql/sql_db.cc: Auto merged sql/sql_handler.cc: Auto merged sql/sql_help.cc: Auto merged sql/sql_parse.cc: Auto merged sql/sql_repl.cc: Auto merged sql/sql_show.cc: Auto merged sql/sql_test.cc: Auto merged sql-common/client.c: Auto merged sql/table.cc: Auto merged storage/myisam/mi_delete.c: Auto merged storage/myisam/myisampack.c: Auto merged storage/myisam/sort.c: Auto merged mysys/my_bitmap.c: Manual merge sql/field.cc: e Manual merge sql/item.cc: Manual merge (new Field_bit_as_char constructor signature) sql/item_func.cc: Manual merge: use local sql/sql_insert.cc: Manual merge: add VOID() around bitmap_init
-
unknown authored
into mysql.com:/home/dlenev/src/mysql-5.1-bfix
-
unknown authored
privilege". Corrected addition of TRIGGER privilege by "mysql_fix_privilege_tables" script. Problem with it should have been caught by system_mysql_db/system_mysql_db_fix tests but they were disabled. Enabled them back. mysql-test/r/system_mysql_db.result: Updated test results after addition of TRIGGER privilege. mysql-test/t/disabled.def: Enabled back test system_mysql_db/system_mysql_db_fix tests. scripts/mysql_fix_privilege_tables.sql: Corrected addition of TRIGGER privilege.
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql51 sql/ha_ndbcluster.cc: Auto merged sql/ha_ndbcluster_binlog.cc: Auto merged
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql51
-
unknown authored
-