- 02 Mar, 2006 1 commit
-
-
unknown authored
into mysql.com:/home/hf/work/mysql-5.1.mrg mysql-test/r/bigint.result: Auto merged sql/item.h: Auto merged sql/item_cmpfunc.cc: Auto merged
-
- 01 Mar, 2006 37 commits
-
-
unknown authored
This test is being performed by: 1. ctype_cp932_binlog_row.test and 2. ctype_cp932_binlog_stm.test Both of these source the file extra/binlog_tests/ctype_cp932_binlog.test BitKeeper/deleted/.del-ctype_cp932_notembedded.test~3047e508460cef42: Delete: mysql-test/t/ctype_cp932_notembedded.test BitKeeper/deleted/.del-ctype_cp932_notembedded.result~f8bc6ad0446e82e3: Delete: mysql-test/r/ctype_cp932_notembedded.result
-
unknown authored
mysql-test/r/binlog_row_insert_select.result: Corrected result file
-
unknown authored
into mysql.com:/users/lthalmann/bk/mysql-5.1-new
-
unknown authored
BUG#17780: Incorrect result file. (Test for that part is extra/binlog_tests/binlog_row_ctype_cp932.test) mysql-test/r/binlog_row_ctype_cp932.result: Corrected result file
-
unknown authored
into shellback.(none):/home/msvensson/mysql/mysql-5.1 sql/sql_db.cc: Auto merged strings/decimal.c: Auto merged tests/mysql_client_test.c: Auto merged
-
unknown authored
into shellback.(none):/home/msvensson/mysql/mysql-5.1
-
unknown authored
into shellback.(none):/home/msvensson/mysql/mysql-5.0
-
unknown authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0
-
unknown authored
into mysql.com:/home/alexi/bugs/mysql-5.0-merged sql/sql_db.cc: Merge
-
unknown authored
- Run ndb_gis only if we have binlog_format_row mysql-test/t/ndb_gis.test: Run ndb_gis only if we have binlog_format_row
-
unknown authored
into shellback.(none):/home/msvensson/mysql/mysql-5.1 mysql-test/mysql-test-run.pl: Auto merged sql/ha_ndbcluster.cc: Auto merged
-
unknown authored
Bug #17806 Update on NDB table with list partition causes mysqld to core - modified complemented_pk_read to be complemented_read, and handle also hidden key mysql-test/r/ndb_partition_range.result: Bug #16385 Partitions: crash when updating a range partitioned NDB table Bug #17806 Update on NDB table with list partition causes mysqld to core mysql-test/t/ndb_partition_range.test: Bug #16385 Partitions: crash when updating a range partitioned NDB table Bug #17806 Update on NDB table with list partition causes mysqld to core sql/ha_ndbcluster.h: Bug #16385 Partitions: crash when updating a range partitioned NDB table Bug #17806 Update on NDB table with list partition causes mysqld to core
-
unknown authored
-
unknown authored
- Change to use non blocking read to empty channel in case of too large sd number - Don't check for too large socket number on Windows. sql/net_serv.cc: Windows does not need protection from sd >= FD_SETSIZE, it uses an array to store the sd's it should read from. Change the handler for when "net_data_is_ready" returns -1 to perform nonblocking read to empty the net. Only include that handler if HAVE_POLL is not defined and not windows
-
unknown authored
Allocating/freeing memory for the db member of THD is wholy managed by slave thread.
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
-
unknown authored
-
unknown authored
mysql-test/r/bigint.result: test result mysql-test/t/bigint.test: testcase sql/item.h: unsigned_arg is a separate parameter now sql/item_cmpfunc.cc: we can get unsigned field from the signed Item - from string like '1234'
-
unknown authored
into flute.local:/Users/midom/Development/mysql-5.1-new
-
unknown authored
sql/sql_binlog.cc: Initialize event pointer to nil, 'ev' is used in end: section, thus initialization blocks were skipped
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
-
unknown authored
sql/field.h: Remove multiple definition of "cmp_binary_offset"
-
unknown authored
into shellback.(none):/home/msvensson/mysql/mysql-5.1 sql/field.h: Auto merged sql/sql_acl.cc: Auto merged
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new mysql-test/t/disabled.def: Auto merged sql/sql_partition.cc: Auto merged
-
unknown authored
store copy of partition function string mysql-test/r/partition.result: Fix for bug#14363 Partitions: failure if create in stored procedure test case mysql-test/t/partition.test: Fix for bug#14363 Partitions: failure if create in stored procedure test case
-
unknown authored
added '_' to allowed tag body symbols mysql-test/r/xml.result: Bug#16320 XML: extractvalue() won't accept names containing underscores test case mysql-test/t/xml.test: Bug#16320 XML: extractvalue() won't accept names containing underscores test case
-
unknown authored
into mysql.com:/home/gluh/MySQL/Bugs/5.1.17568
-
unknown authored
into mysql.com:/home/gluh/MySQL/Bugs/5.0.17602
-
unknown authored
is not that reliable (re #17815). Not perfect solution but will work till #17815 is fixed.
-
unknown authored
into lmy004.:/work/mysql-5.1-bug17494
-
unknown authored
mysql-test/r/events_slow_query.result: fix result mysql-test/t/events_slow_query.test: create different event because the executor is buggy and won't catch the difference if the memory address does not change (will be reported as bug separately) sql/sp_head.cc: this was an error which passed code review. thd->enable_slow_log could be changed and it should not be relied
-
unknown authored
into mysql.com:/Users/kent/mysql/bk/mysql-5.1-new sql/sql_parse.cc: Auto merged
-
unknown authored
into lmy004.:/work/mysql-5.1-bug17494
-
unknown authored
Events: Event-caused statements don't appear in the slow query log WL#1034 sql/event_executor.cc: enable slow logging sql/event_timed.cc: enable slow logging for the anonymous SP sql/sp_head.cc: allow thd->enable_slow_log to be TRUE if only m_flags & sp_head::LOG_SLOW_STATEMENTS Because usually enable_slow_log is 1 in user mode, this second check is needed backup the mode otherwise. sql/sp_head.h: add a new constant for slow queries. SP by default does not log slow queries in the body just the whole CALL could be considered as slow if taking too much time and called directly from the user sql/sql_parse.cc: let us see in the the trace log
-
unknown authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.1
-
unknown authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0
-
unknown authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.1 mysql-test/t/mysqltest.test: Auto merged
-
- 28 Feb, 2006 2 commits