- 25 Jan, 2006 8 commits
-
-
unknown authored
into mysql.com:/space/pekka/ndb/version/my51 mysql-test/t/disabled.def: Auto merged
-
unknown authored
mysql-test/t/disabled.def: rbr blobs: write data + dict cache workarounds sql/ha_ndbcluster.cc: rbr blobs: write data + dict cache workarounds sql/ha_ndbcluster.h: rbr blobs: write data + dict cache workarounds sql/ha_ndbcluster_binlog.cc: rbr blobs: write data + dict cache workarounds storage/ndb/include/ndbapi/NdbDictionary.hpp: rbr blobs: write data + dict cache workarounds storage/ndb/src/ndbapi/NdbBlob.cpp: rbr blobs: write data + dict cache workarounds storage/ndb/src/ndbapi/NdbDictionary.cpp: rbr blobs: write data + dict cache workarounds storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp: rbr blobs: write data + dict cache workarounds storage/ndb/src/ndbapi/NdbDictionaryImpl.hpp: rbr blobs: write data + dict cache workarounds
-
unknown authored
into linux.site:/home/reggie/work/mysql-5.1-bug14354 mysql-test/r/partition_mgm_err.result: Auto merged sql/ha_partition.cc: Auto merged sql/ha_partition.h: Auto merged sql/mysql_priv.h: Auto merged sql/sql_parse.cc: Auto merged sql/sql_partition.cc: Auto merged mysql-test/t/partition_mgm_err.test: SCCS merged
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new
-
unknown authored
Add massive printout when failure detected storage/ndb/src/kernel/blocks/dbdih/Dbdih.hpp: Add dumping of replica info storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp: Add dumping of replica info
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new
-
unknown authored
storage/ndb/src/kernel/blocks/dbtup/Dbtup.hpp: Add debug printouts storage/ndb/src/kernel/blocks/dbtup/DbtupDiskAlloc.cpp: Add debug printouts Fix leak of extents storage/ndb/src/kernel/blocks/pgman.cpp: Add debug printouts
-
unknown authored
structs in PARTITION_ITERATOR
-
- 24 Jan, 2006 16 commits
-
-
unknown authored
when I ran mysql-test-run
-
unknown authored
into mysql.com:/home/mysql_src/mysql-5.1-new
-
unknown authored
sql/parse_file.cc: since recently, the "dir" parameter can be 0.
-
unknown authored
into mysql.com:/home/psergey/mysql-5.1-ppruning-r5-push
-
unknown authored
into mysql.com:/usr/home/bar/mysql-5.1-new.fscs
-
unknown authored
Try to open an old 5.0 table name if encoded name doesn't exist. This makes SELECT working without having to rename tables with tricky characters in name into 5.1 format (simpliefies upgrade). sql/table.cc: Try to open an old 5.0 table name if encoded name doesn't exist. This makes SELECT working without having to rename tables with tricky characters in name into 5.1 format (simpliefies upgrade).
-
unknown authored
into mysql.com:/home/psergey/mysql-5.1-ppruning-r5-push mysql-test/r/binlog_row_ctype_cp932.result: Auto merged sql/item_timefunc.cc: Auto merged sql/mysqld.cc: Auto merged sql/sql_class.cc: Auto merged
-
unknown authored
into mysql.com:/home/ndbdev/jmiller/clones/mysql-5.1-new
-
unknown authored
Updated to remove ndb_dd_disk2memory ndb_dd_disk2memory.result: Updated results to match change to show create table for NDB tables. WL 2604 mysql-test/r/ndb_dd_disk2memory.result: Updated results to match change to show create table for NDB tables. WL 2604 mysql-test/t/disabled.def: Updated to remove ndb_dd_disk2memory
-
unknown authored
storage/ndb/src/kernel/blocks/tsman.cpp: Round filesize upwards
-
unknown authored
fix typo + add error code to printable list storage/ndb/include/kernel/signaldata/Extent.hpp: Set correct error code storage/ndb/src/kernel/blocks/dbtup/DbtupDiskAlloc.cpp: err is already negative storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp: Set correct error code storage/ndb/src/ndbapi/ndberror.c: Add error code to printable list
-
unknown authored
mysql-test/r/partition_mgm_err.result: only the single drop table since we have disabled query logging for the create table mysql-test/t/partition_mgm_err.test: test for bug #14354 first make sure /tmp/bug14354 is not there, then make the dir create a partitioned table with the partition using /tmp/bug14354 as it's data dir we are disabling query logging since we are using $MYSQL_TEST_DIR and we are not certain where the tmp files will be created. sql/ha_partition.cc: pass partition filename with pathname into set_up_table_before_create. remove the path from the passed in value and then append the filename to the data_file_name or index_file_name if those values were specified. sql/ha_partition.h: added partition_name_with_path to set_up_table_before_create sql/mysql_priv.h: move append_file_to_dir to mysql_priv.h sql/sql_parse.cc: moving append_file_to_dir to mysql_priv.h sql/sql_partition.cc: add_keyword_string was not writing keyword value with quotes
-
unknown authored
into linux.site:/home/reggie/work/mysql-5.1
-
unknown authored
into linux.site:/home/reggie/work/mysql-5.1-bug16718
-
unknown authored
into mysql.com:/home/ndbdev/jmiller/clones/mysql-5.1-new
-
unknown authored
Updated with new bug number mysql-test/t/disabled.def: Updated with new bug number
-
- 23 Jan, 2006 16 commits
-
-
unknown authored
into mysql.com:/home/cps/mysql/trees/5.1/5.1-virgin-no-debug
-
unknown authored
into mysql.com:/home/mysql_src/mysql-5.1-new
-
unknown authored
Fix for the test failure of binlog_row_ctype_cp932. Note that since we pushed row-based replication, "make test" != "mysql-test-run && mysql-test-run --ps-protocol". "make test" is what should be used; had it been, the failure would have been noticed earlier. Putting back cxx flags I had by accident removed. Disclaimer: 5.1-new is in a sorry state: log_tables and some ndb* fail, mysqlslap test crashes randomly in a row-based replication assertion (sql_class.cc:2207). BUILD/SETUP.sh: Putting back flags which I, by accident, removed during the push of row-based replication (I had removed them in my tree because they cause tens of wrong warnings with my gcc4.0.0, and committed that by accident). mysql-test/r/binlog_row_ctype_cp932.result: result update (people should run "make test" now, it tests row-based replication too).
-
unknown authored
into mysql.com:/home/ndbdev/jmiller/clones/mysql-5.1-new mysql-test/t/disabled.def: Auto merged
-
unknown authored
Disabled ndb_dd_disk2memory mysql-test/t/disabled.def: Disabled ndb_dd_disk2memory
-
unknown authored
this was fixed by WL 2604 mysql-test/r/partition_mgm_err.result: result block for bug#15523 mysql-test/t/partition_mgm_err.test: test block for bug #15523
-
unknown authored
This bug was fixed as part of the large WL 2604 push. mysql-test/r/partition_mgm_err.result: results block for bug #16534 mysql-test/t/partition_mgm_err.test: test block for bug# 16534
-
unknown authored
into lmy004.:/work/mysql-5.1-tt-copy-works sql/event.cc: Auto merged sql/event_executor.cc: Auto merged sql/event_timed.cc: Auto merged sql/sql_yacc.yy: Auto merged
-
unknown authored
change status variable from have_partition_engine to have_partitioning. mysql-test/include/have_partition.inc: updated to use new status variable mysql-test/r/have_partition.require: updated to use new status variable sql/set_var.cc: change status variable from have_partition_engine to have_partitioning.
-
unknown authored
into mysql.com:/home/cps/mysql/trees/5.1/5.1-virgin-no-debug mysql-test/t/log_tables.test: Auto merged
-
unknown authored
The log content is obviously different in two modes, as Queries are translated into Prepare and Execute commands. Thus we should use test only in one mode to get the match with result. mysql-test/t/log_tables.test: disable ps-protocol in log_tables test
-
unknown authored
into lmy004.:/work/mysql-5.1-bug16548 mysql-test/t/disabled.def: Auto merged
-
unknown authored
into mysql.com:/home/ndbdev/jmiller/clones/mysql-5.1-new
-
unknown authored
into mysql.com:/home/ndbdev/jmiller/clones/mysql-5.1-new mysql-test/t/disabled.def: Auto merged
-
unknown authored
updated mysql-test/t/disabled.def: updated
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new
-