mariadb/mysql-test/r
unknown f01f49916b Lots of code fixes to the replication code (especially the binary logging and index log file handling)
Fixed bugs in my last changeset that made MySQL hard to compile.
Added mutex around some data that could cause table cache corruptions when using OPTIMIZE TABLE / REPAIR TABLE or automatic repair of MyISAM tables.
Added mutex around some data in the slave start/stop code that could cause THD linked list corruptions
Extended my_chsize() to allow one to specify a filler character.
Extend vio_blocking to return the old state (This made some usage of this function much simpler)
Added testing for some functions that they caller have got the required mutexes before calling the function.
Use setrlimit() to ensure that we can write core file if one specifies --core-file.
Added --slave-compressed-protocol
Made 2 the minimum length for ft_min_word_len
Added variables foreign_key_checks & unique_checks.
Less logging from replication code (if not started with --log-warnings)
Changed that SHOW INNODB STATUS requre the SUPER privilege
More DBUG statements and a lot of new code comments


BitKeeper/deleted/.del-rpl_compat.result~c950bc346b12c61a:
  Delete: mysql-test/r/rpl_compat.result
BitKeeper/deleted/.del-rpl_compat.test~5f6ba955e02aa95f:
  Delete: mysql-test/t/rpl_compat.test
Docs/manual.texi:
  Updated manual with fixes in this changeset
client/mysqltest.c:
  Indentation cleanup
  Better error messages for some error conditions.
include/my_pthread.h:
  Added 'safe_mutex_assert_owner()' to check that the thread really owns the mutex.
include/my_sys.h:
  Extended my_chsize() to allow one to specify a filler character.
  (For MySQL index logs)
include/raid.h:
  New my_chsize()
include/violite.h:
  Extend vio_blocking to return the old state
innobase/include/dyn0dyn.h:
  Merge with 3.23 (AIX DYN_ARRAY_DATA_SIZE)
innobase/include/dyn0dyn.ic:
  Merge with 3.23
isam/create.c:
  Fix for new my_chsize()
isam/isamchk.c:
  Fix for new my_chsize()
isam/pack_isam.c:
  Fix for new my_chsize()
libmysql/manager.c:
  Fix for new vio_blocking()
libmysqld/lib_sql.cc:
  Fix for new open_log()
myisam/mi_cache.c:
  Fix typo from previous checking
myisam/mi_check.c:
  Fix for new my_chsize()
myisam/mi_create.c:
  Fix for new my_chsize()
myisam/mi_delete_all.c:
  Fix for new my_chsize()
myisam/myisampack.c:
  Fix for new my_chsize()
mysql-test/include/master-slave.inc:
  Better initialization for replication tests
mysql-test/mysql-test-run.sh:
  Added option --log-warnings
mysql-test/r/insert.result:
  More tests if INSERT ...(DEFAULT)
mysql-test/r/rpl000001.result:
  Clean up tests for new master-slave.inc
  Remove 'use database'
mysql-test/r/rpl000002.result:
  Clean up tests for new master-slave.inc
  Remove 'use database'
mysql-test/r/rpl000003.result:
  Clean up tests for new master-slave.inc
  Remove 'use database'
mysql-test/r/rpl000004.result:
  Clean up tests for new master-slave.inc
  Remove 'use database'
mysql-test/r/rpl000005.result:
  Clean up tests for new master-slave.inc
  Remove 'use database'
mysql-test/r/rpl000006.result:
  Clean up tests for new master-slave.inc
  Remove 'use database'
mysql-test/r/rpl000007.result:
  Clean up tests for new master-slave.inc
  Remove 'use database'
mysql-test/r/rpl000008.result:
  Clean up tests for new master-slave.inc
  Remove 'use database'
mysql-test/r/rpl000009.result:
  Clean up tests for new master-slave.inc
  Remove 'use database'
mysql-test/r/rpl000010.result:
  Clean up tests for new master-slave.inc
  Remove 'use database'
mysql-test/r/rpl000011.result:
  Clean up tests for new master-slave.inc
  Remove 'use database'
mysql-test/r/rpl000012.result:
  Clean up tests for new master-slave.inc
  Remove 'use database'
mysql-test/r/rpl000013.result:
  Clean up tests for new master-slave.inc
  Remove 'use database'
mysql-test/r/rpl000014.result:
  Clean up tests for new master-slave.inc
  Remove 'use database'
mysql-test/r/rpl_alter.result:
  Clean up tests for new master-slave.inc
  Remove 'use database'
mysql-test/r/rpl_empty_master_crash.result:
  Clean up tests for new master-slave.inc
  Remove 'use database'
mysql-test/r/rpl_get_lock.result:
  Clean up tests for new master-slave.inc
  Remove 'use database'
mysql-test/r/rpl_log.result:
  Clean up tests for new master-slave.inc
  Remove 'use database'
mysql-test/r/rpl_magic.result:
  Clean up tests for new master-slave.inc
  Remove 'use database'
mysql-test/r/rpl_mystery22.result:
  Clean up tests for new master-slave.inc
  Remove 'use database'
mysql-test/r/rpl_skip_error.result:
  Clean up tests for new master-slave.inc
  Remove 'use database'
mysql-test/r/rpl_sporadic_master.result:
  Clean up tests for new master-slave.inc
  Remove 'use database'
mysql-test/t/insert.test:
  More tests if INSERT ...(DEFAULT)
mysql-test/t/rpl000001.test:
  Clean up tests for new master-slave.inc
  Remove 'use database'
mysql-test/t/rpl000002.test:
  Clean up tests for new master-slave.inc
  Remove 'use database'
mysql-test/t/rpl000003.test:
  Clean up tests for new master-slave.inc
  Remove 'use database'
mysql-test/t/rpl000004.test:
  Clean up tests for new master-slave.inc
  Remove 'use database'
mysql-test/t/rpl000005.test:
  Clean up tests for new master-slave.inc
  Remove 'use database'
mysql-test/t/rpl000006.test:
  Clean up tests for new master-slave.inc
  Remove 'use database'
mysql-test/t/rpl000007.test:
  Clean up tests for new master-slave.inc
  Remove 'use database'
mysql-test/t/rpl000009.test:
  Clean up tests for new master-slave.inc
  Remove 'use database'
mysql-test/t/rpl000011.test:
  Clean up tests for new master-slave.inc
  Remove 'use database'
mysql-test/t/rpl000013.test:
  Clean up tests for new master-slave.inc
  Remove 'use database'
mysql-test/t/rpl000014.test:
  Clean up tests for new master-slave.inc
  Remove 'use database'
mysql-test/t/rpl_alter.test:
  Clean up tests for new master-slave.inc
  Remove 'use database'
mysql-test/t/rpl_empty_master_crash.test:
  Clean up tests for new master-slave.inc
  Remove 'use database'
mysql-test/t/rpl_get_lock.test:
  Clean up tests for new master-slave.inc
  Remove 'use database'
mysql-test/t/rpl_magic.test:
  Clean up tests for new master-slave.inc
  Remove 'use database'
mysql-test/t/rpl_mystery22.test:
  Clean up tests for new master-slave.inc
  Remove 'use database'
mysql-test/t/rpl_skip_error.test:
  Clean up tests for new master-slave.inc
  Remove 'use database'
mysql-test/t/rpl_sporadic_master.test:
  Clean up tests for new master-slave.inc
  Remove 'use database'
mysys/mf_iocache.c:
  More debug info
  Force seek after reinit_io_cache()
mysys/mf_iocache2.c:
  Added my_b_filelength()
mysys/my_chsize.c:
  Extended my_chsize() to allow one to specify a filler character.
  (For MySQL index logs)
mysys/raid.cc:
  Extended my_chsize() to allow one to specify a filler character.
  (For MySQL index logs)
sql/field.h:
  Fix for INSERT ... (DEFAULT)
sql/ha_berkeley.h:
  Fix for dynamic variables
sql/ha_innodb.cc:
  Change sprintf() to my_sprintf() to make code portable.
  Fix after sync with 3.23
  (We still need to fix the storage of the replication position in innodb)
sql/ha_innodb.h:
  Fix for dynamic variables
sql/handler.cc:
  Remove writting of COMMIT to the binary log.
  (Now done in MYSQL_LOG::write())
sql/item_func.cc:
  Query_log_event() now always takes query length.
sql/item_func.h:
  Indentation cleanup
sql/item_strfunc.h:
  Indentation cleanup
sql/item_timefunc.h:
  Indentation cleanup
sql/lock.cc:
  Check that we own critical mutexes.
sql/log.cc:
  Big code cleanup / rewrite / optimize.
  - The index log file has its own IO_CACHE object.
  - Many functions totally rewritten to make them smaller and faster.
  - New handling of index log files
  - Lots of new comments
sql/log_event.cc:
  Code cleanup
  New comments
sql/log_event.h:
  Query_log_event() now always takes query length.
sql/mini_client.cc:
  Better error messages on reconnect.
  Fixed wrong variable usage from last commit.
sql/mysql_priv.h:
  New arguments to open_log()
sql/mysqld.cc:
  Use setrlimit() to ensure that we can write core file if one specifies --core-file
  Added index file name as parameter to openlog().
  Added --slave-compressed-protocol
  Made 2 the minimum length for ft_min_word_len
sql/net_serv.cc:
  Use new vio_blocking()
  (The vio_blocking() change was done to make this code more readable)
sql/repl_failsafe.cc:
  Minor code cleanup
sql/set_var.cc:
  Added variables slave_compressed_protocol, foreign_key_checks & unique_checks.
sql/set_var.h:
  Generalization
sql/slave.cc:
  Code cleanup & rewrite.
  Dont call SELECT VERSION() on check_master_version()
  New init_slave() code.
  Ensure that all threads create a THD early.
  Add locks around manipulation of critical structures
  Don't retry a command more than master_retry_count times.
  Write less warnings to the log file (if not started with --log-warnings)
  Faster flush_relay_log_info()
sql/slave.h:
  More comments
  Added new arguments to some functions.
sql/sql_acl.cc:
  More DBUG info
  New parameter to Query_log_event()
sql/sql_base.cc:
  Added some mutex checking.
sql/sql_cache.cc:
  Less not critical debug info
sql/sql_class.h:
  Fix for new log handling.
sql/sql_db.cc:
  Added mutex around remove_db_from_cache()
sql/sql_delete.cc:
  Added missing parameters to changed functions
sql/sql_insert.cc:
  Added missing parameters to changed functions
sql/sql_parse.cc:
  Do an 'end_active_trans()' before 'load_master_data'
  Changed that SHOW INNODB STATUS requre the SUPER privilege
  Added new function parameters to new functions
sql/sql_rename.cc:
  Added missing parameters to changed functions
sql/sql_repl.cc:
  Code cleanups / new comments
  Fix for new find_first_log() calling standard.
  More DBUG statements.
  Show binlogs updated to use new IO_CACHE:d index log file.
sql/sql_repl.h:
  New function arguments
sql/sql_select.cc:
  Indentation changes
sql/sql_table.cc:
  Added missing parameters to changed functions
  Added checking of mutex
  Added mutex around critical regions.
sql/sql_test.cc:
  Don't use THR_ALARM if the configuration doesn't support it.
sql/sql_update.cc:
  Added missing parameters to changed functions
sql/table.cc:
  Added missing parameters to changed functions
vio/vio.c:
  Extend vio_blocking to return the old state
vio/viosocket.c:
  Extend vio_blocking to return the old state
vio/viossl.c:
  Extend vio_blocking to return the old state
2002-08-08 03:12:02 +03:00
..
alias.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
alter_table.result Enable LOAD DATA LOCAL INFILE in mysql_test 2002-06-04 00:40:27 +03:00
analyse.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
auto_increment.result Cleanup after last merge 2001-10-08 07:24:04 +03:00
backup.result Patch for SCO 2001-11-26 03:52:23 +02:00
bdb-crash.result Patch for SCO 2001-11-26 03:52:23 +02:00
bdb-deadlock.result Patch for SCO 2001-11-26 03:52:23 +02:00
bdb.result Move HA_EXTRA_NO_READCHECK to ha_open 2002-01-16 23:02:26 +02:00
bench_count_distinct.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
big_test.require Fixed bug when sorting big files (introduced with multi-table-delete) 2001-06-25 11:35:22 +03:00
bigint.result New error messages 2002-01-29 18:32:16 +02:00
binary.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
bulk_replace.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
case.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
check.result mi_check flags cleanup 2002-03-13 17:20:17 +00:00
comments.result Fix after merge from 3.23 2002-02-15 02:49:02 +02:00
compare.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
count_distinct.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
count_distinct2.result Cleanup after last merge 2001-10-08 07:24:04 +03:00
create.result fix after merge 2002-03-13 01:02:45 +02:00
ctype_latin1_de.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
delayed.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
delete.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
dirty_close.result Added --user=userid to mysqld 2002-02-13 22:37:19 +02:00
distinct.result Fix sorting of NULL values (Should always be first) 2002-03-02 09:51:24 +02:00
drop.result Fixed access privilege bug in query cache. 2001-12-22 15:13:31 +02:00
empty_table.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
err000001.result fixed error messages 2001-10-08 20:18:37 -06:00
explain.result Fixes for new getopt 2002-01-31 04:36:58 +02:00
flush.result added building without query cache 2002-03-22 22:55:08 +02:00
foreign_key.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
fulltext.result parser bug of "phrase search" fixed 2002-06-28 15:18:45 +02:00
fulltext_cache.result ft boolean search by table scan; queue_fix() 2001-11-06 16:17:31 +01:00
fulltext_distinct.result tests added 2001-11-20 17:58:00 +01:00
fulltext_left_join.result tests added 2001-11-20 17:58:00 +01:00
fulltext_multi.result mysql-test/r/fulltext*.result updated 2001-10-12 19:10:11 +02:00
fulltext_order_by.result fixes for ft-boolean and range optimizer 2001-11-22 16:00:11 +01:00
fulltext_update.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
fulltext_var.result freebsd fix for openssl 2001-12-15 21:39:26 +01:00
func_concat.result Fixes for gcc 3.1 2002-05-21 20:35:58 +03:00
func_crypt.result Added FLUSH DES_KEY_FILE. 2001-12-13 15:53:18 +02:00
func_date_add.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
func_encrypt.result Added FLUSH DES_KEY_FILE. 2001-12-13 15:53:18 +02:00
func_equal.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
func_group.result Fix bug when repairing compressed MyISAM files 2001-11-22 13:50:50 +02:00
func_if.result Fixed test results after last changes 2002-05-02 18:19:52 +03:00
func_in.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
func_isnull.result Fixed some compilation problems in last changeset 2002-05-16 23:35:09 +03:00
func_like.result Optimize LIKE with turbo-boyer-more algoritm 2002-05-17 16:45:00 +03:00
func_math.result Enable LOAD DATA LOCAL INFILE in mysql_test 2002-06-04 00:40:27 +03:00
func_misc.result Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
func_op.result New error messages 2002-01-29 18:32:16 +02:00
func_regexp.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
func_set.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
func_str.result This changeset is mostly new version of previous commit modified according 2002-06-11 13:37:48 +04:00
func_system.result Cleanup after last merge 2001-10-08 07:24:04 +03:00
func_test.result Update for running gcc 3.x (mainly on HPUX) 2002-06-30 18:57:21 +03:00
func_time.result Fixes up things after merge from 3.23.44 2001-11-05 01:04:08 +02:00
func_timestamp.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
gcc296.result Update copyright 2001-12-06 14:10:51 +02:00
grant_cache.result Added the following new privleges: 2002-06-12 15:04:18 +03:00
group_by.result Bug fix for complicated GROUP BY ... ORDER BY query. 2002-06-09 15:41:19 +03:00
handler.result handler+alter table 2002-01-03 14:31:54 +00:00
have_bdb.require Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
have_innodb.require Changed Innobase to Innodb 2001-04-13 12:25:12 +03:00
have_isam.require Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
have_openssl.require changes to make things work in the max version 2001-10-04 15:42:25 -06:00
have_openssl_1.require Yet another SSL fixes 2001-09-01 06:57:08 +08:00
have_openssl_2.require Yet another SSL fixes 2001-09-01 06:57:08 +08:00
have_query_cache.require added building without query cache 2002-03-22 22:55:08 +02:00
have_raid.require Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
have_symlink.require Symlinking of tables should not work. 2001-06-05 03:38:10 +03:00
having.result Fix sorting of NULL values (Should always be first) 2002-03-02 09:51:24 +02:00
heap.result Fixed mysqldumpslow for new dump format. 2002-03-12 11:52:41 +02:00
innodb.result Portability fixes 2002-04-26 08:56:28 +03:00
innodb_cache.result processing trunsactional tables in query cache 2002-03-15 23:57:31 +02:00
ins000001.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
insert.result Lots of code fixes to the replication code (especially the binary logging and index log file handling) 2002-08-08 03:12:02 +03:00
insert_select.result New SET syntax & system variables. 2002-07-23 18:31:22 +03:00
isam.result Added macros for nice TIMESPEC usage. 2002-01-02 21:29:41 +02:00
join.result Fixed some compilation problems in last changeset 2002-05-16 23:35:09 +03:00
join_crash.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
join_outer.result Update copyright 2001-12-06 14:10:51 +02:00
key.result New SET syntax & system variables. 2002-07-23 18:31:22 +03:00
key_diff.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
key_primary.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
keywords.result merge of lost change 2001-10-24 11:52:19 -06:00
kill.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
limit.result Fix some bugs introduced with the new my_getopt 2002-02-08 03:21:34 +02:00
lock.result Cleanup after last merge 2001-10-08 07:24:04 +03:00
lock_multi.result Cleanup after last merge 2001-10-08 07:24:04 +03:00
merge.result AUTO_INCREMENT support for MERGE 2002-07-21 23:55:32 +02:00
multi_update.result A fix for multi-table delete with tables optimised away. 2002-06-11 22:45:51 +03:00
myisam.result Removed purify warning 2002-07-01 02:50:30 +03:00
not_embedded.require Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
null.result Add support for NULL=NULL in keys (Used in GROUP BY optimization) 2002-01-16 00:42:52 +02:00
null_key.result merge 2001-11-28 14:52:11 +02:00
odbc.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
olap.result Removed wrong implementation of CUBE/ROLLUP 2002-07-24 19:55:08 +03:00
openssl_1.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
openssl_2.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
order_by.result Add support for NULL=NULL in keys (Used in GROUP BY optimization) 2002-01-16 00:42:52 +02:00
order_fill_sortbuf.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
overflow.result fixed error messages 2001-10-08 20:18:37 -06:00
query_cache.result New SET syntax & system variables. 2002-07-23 18:31:22 +03:00
raid.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
range.result Updated results 2002-03-27 06:29:07 +02:00
rename.result Cleanup after last merge 2001-10-08 07:24:04 +03:00
replace.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
rollback.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
rpl000001.a.result Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
rpl000001.b.result Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
rpl000001.result Lots of code fixes to the replication code (especially the binary logging and index log file handling) 2002-08-08 03:12:02 +03:00
rpl000002.result Lots of code fixes to the replication code (especially the binary logging and index log file handling) 2002-08-08 03:12:02 +03:00
rpl000003.result Lots of code fixes to the replication code (especially the binary logging and index log file handling) 2002-08-08 03:12:02 +03:00
rpl000004.a.result Cleanup of tests to make them less dependent of eachother 2001-01-03 02:15:48 +02:00
rpl000004.b.result Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
rpl000004.result Lots of code fixes to the replication code (especially the binary logging and index log file handling) 2002-08-08 03:12:02 +03:00
rpl000005.result Lots of code fixes to the replication code (especially the binary logging and index log file handling) 2002-08-08 03:12:02 +03:00
rpl000006.result Lots of code fixes to the replication code (especially the binary logging and index log file handling) 2002-08-08 03:12:02 +03:00
rpl000007.result Lots of code fixes to the replication code (especially the binary logging and index log file handling) 2002-08-08 03:12:02 +03:00
rpl000008.result Lots of code fixes to the replication code (especially the binary logging and index log file handling) 2002-08-08 03:12:02 +03:00
rpl000009.result Lots of code fixes to the replication code (especially the binary logging and index log file handling) 2002-08-08 03:12:02 +03:00
rpl000010.result Lots of code fixes to the replication code (especially the binary logging and index log file handling) 2002-08-08 03:12:02 +03:00
rpl000011.result Lots of code fixes to the replication code (especially the binary logging and index log file handling) 2002-08-08 03:12:02 +03:00
rpl000012.result Lots of code fixes to the replication code (especially the binary logging and index log file handling) 2002-08-08 03:12:02 +03:00
rpl000013.result Lots of code fixes to the replication code (especially the binary logging and index log file handling) 2002-08-08 03:12:02 +03:00
rpl000014.result Lots of code fixes to the replication code (especially the binary logging and index log file handling) 2002-08-08 03:12:02 +03:00
rpl000015.result relay_log_space_limit 2002-04-01 21:46:23 -07:00
rpl000016.result New SET syntax & system variables. 2002-07-23 18:31:22 +03:00
rpl000017.result Added the following new privleges: 2002-06-12 15:04:18 +03:00
rpl000018.result mysqltest can now talk to manager and start/stop servers with 2001-10-01 16:13:55 -06:00
rpl_alter.result Lots of code fixes to the replication code (especially the binary logging and index log file handling) 2002-08-08 03:12:02 +03:00
rpl_empty_master_crash.result Lots of code fixes to the replication code (especially the binary logging and index log file handling) 2002-08-08 03:12:02 +03:00
rpl_failsafe.result fixes for mysql-test to run without manager 2001-10-11 13:54:06 -06:00
rpl_get_lock.result Lots of code fixes to the replication code (especially the binary logging and index log file handling) 2002-08-08 03:12:02 +03:00
rpl_log.result Lots of code fixes to the replication code (especially the binary logging and index log file handling) 2002-08-08 03:12:02 +03:00
rpl_magic.result Lots of code fixes to the replication code (especially the binary logging and index log file handling) 2002-08-08 03:12:02 +03:00
rpl_mystery22.result Lots of code fixes to the replication code (especially the binary logging and index log file handling) 2002-08-08 03:12:02 +03:00
rpl_skip_error.result Lots of code fixes to the replication code (especially the binary logging and index log file handling) 2002-08-08 03:12:02 +03:00
rpl_sporadic_master.result Lots of code fixes to the replication code (especially the binary logging and index log file handling) 2002-08-08 03:12:02 +03:00
sel000001.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
sel000002.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
sel000003.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
sel000031.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
sel000032.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
sel000033.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
sel000100.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
select.result A fix for a bug which hits the optimiser when trying to group keys 2002-06-15 14:56:35 +03:00
select_found.result Fixed bug in SQL_CALC_FOUND_ROWS + LIMIT 2002-06-10 13:33:25 +03:00
select_safe.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
show_check.result Fixed some compilation problems in last changeset 2002-05-16 23:35:09 +03:00
slave-running.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
slave-stopped.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
status.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
symlink.result Fix for IO_CACHE. 2001-11-28 03:47:15 +02:00
tablelock.result Cleanup after last merge 2001-10-08 07:24:04 +03:00
temp_table.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
truncate.result fixed bug in truncating temp tables 2002-04-08 18:20:24 -06:00
type_blob.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
type_date.result Update test results 2002-03-07 00:21:37 +02:00
type_datetime.result Fixed some compilation problems in last changeset 2002-05-16 23:35:09 +03:00
type_decimal.result Adding handling of numbers with exponent to decimal type. 2002-06-24 21:30:54 +04:00
type_enum.result fixed tests after merge 2002-05-28 10:21:56 +03:00
type_float.result Fixed some compilation problems in last changeset 2002-05-16 23:35:09 +03:00
type_ranges.result Added macros for nice TIMESPEC usage. 2002-01-02 21:29:41 +02:00
type_set.result fixed tests after merge 2002-05-28 10:21:56 +03:00
type_time.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
type_timestamp.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
type_uint.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
type_year.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
union.result Removed wrong implementation of CUBE/ROLLUP 2002-07-24 19:55:08 +03:00
update.result memory leak fixed 2001-11-24 17:45:22 +01:00
user_var.result New SET syntax & system variables. 2002-07-23 18:31:22 +03:00
varbinary.result New error messages 2002-01-29 18:32:16 +02:00
variables.result New SET syntax & system variables. 2002-07-23 18:31:22 +03:00
warnings.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00