mariadb/mysql-test/r
unknown 9e6784924a Fixed compiler warnings
Fixed compile-pentium64 scripts
Fixed wrong estimate of update_with_key_prefix in sql-bench
Merge bk-internal.mysql.com:/home/bk/mysql-5.1 into mysql.com:/home/my/mysql-5.1
Fixed unsafe define of uint4korr()
Fixed that --extern works with mysql-test-run.pl
Small trivial cleanups
This also fixes a bug in counting number of rows that are updated when we have many simultanous queries
Move all connection handling and command exectuion main loop from sql_parse.cc to sql_connection.cc
Split handle_one_connection() into reusable sub functions.
Split create_new_thread() into reusable sub functions.
Added thread_scheduler; Preliminary interface code for future thread_handling code.

Use 'my_thread_id' for internal thread id's
Make thr_alarm_kill() to depend on thread_id instead of thread
Make thr_abort_locks_for_thread() depend on thread_id instead of thread
In store_globals(), set my_thread_var->id to be thd->thread_id.
Use my_thread_var->id as basis for my_thread_name()
The above changes makes the connection we have between THD and threads more soft.

Added a lot of DBUG_PRINT() and DBUG_ASSERT() functions
Fixed compiler warnings
Fixed core dumps when running with --debug
Removed setting of signal masks (was never used)
Made event code call pthread_exit() (portability fix)
Fixed that event code doesn't call DBUG_xxx functions before my_thread_init() is called.
Made handling of thread_id and thd->variables.pseudo_thread_id uniform.
Removed one common 'not freed memory' warning from mysqltest
Fixed a couple of usage of not initialized warnings (unlikely cases)
Suppress compiler warnings from bdb and (for the moment) warnings from ndb


BitKeeper/deleted/.del-SETUP.sh.rej:
  Rename: BUILD/SETUP.sh.rej -> BitKeeper/deleted/.del-SETUP.sh.rej
BitKeeper/deleted/.del-configure.in.rej:
  Rename: configure.in.rej -> BitKeeper/deleted/.del-configure.in.rej
BitKeeper/deleted/.del-my_global.h.rej:
  Rename: include/my_global.h.rej -> BitKeeper/deleted/.del-my_global.h.rej
BitKeeper/deleted/.del-my_pthread.h.rej:
  Rename: include/my_pthread.h.rej -> BitKeeper/deleted/.del-my_pthread.h.rej
BitKeeper/deleted/.del-mysql_client_test.c.rej:
  Rename: tests/mysql_client_test.c.rej -> BitKeeper/deleted/.del-mysql_client_test.c.rej
BitKeeper/deleted/.del-mysqld.cc.rej~35c1c438e11ebd89:
  Rename: sql/mysqld.cc.rej -> BitKeeper/deleted/.del-mysqld.cc.rej~35c1c438e11ebd89
BitKeeper/deleted/.del-sql_parse.cc.rej:
  Rename: sql/sql_parse.cc.rej -> BitKeeper/deleted/.del-sql_parse.cc.rej
BitKeeper/deleted/.del-table.cc.rej:
  Rename: sql/table.cc.rej -> BitKeeper/deleted/.del-table.cc.rej
BitKeeper/deleted/.del-thr_alarm.c.rej:
  Rename: mysys/thr_alarm.c.rej -> BitKeeper/deleted/.del-thr_alarm.c.rej
BUILD/compile-pentium64:
  Update this to be in line with compile-pentium
BUILD/compile-pentium:
  Send command line options to SETUP.sh
BUILD/compile-solaris-sparc-debug:
  Update scripts
BUILD/compile-solaris-sparc-forte:
  Update scripts
BUILD/compile-solaris-sparc-purify:
  Update scripts
BUILD/compile-solaris-sparc:
  Update scripts
BitKeeper/deleted/.del-DbtupSystemRestart.cpp~15b54d7e4e75d2d:
  Removed compiler warning
BitKeeper/deleted/.del-ha_berkeley.cc:
  Moved get_auto_primary_key() here as int5store() gives (wrong) compiler warnings in win64
configure.in:
  Added detection of port_create and port.h (for future)as 
  ---
  manual merge
BitKeeper/deleted/.del-ha_berkeley.h:
  Moved get_auto_primary_key() to ha_berkeley.cc
BitKeeper/deleted/.del-mysqlmanager.c~e97636d71145a0b:
  Fixed compiler warnings
BitKeeper/etc/ignore:
  added storage/ndb/src/ndbapi/ndberror_check
client/mysqlbinlog.cc:
  Removed not needed 'static' (caused compiler warning)
client/mysqldump.c:
  Fixed compiler warnings from 'max' build
client/mysqltest.c:
  Free warning and query memory no abort.
  (Removes strange warnings on screen if mysql-test-run fails)
  Removed compiler warnings
  Portability fix for windows (windows doesn't have mode_t)
client/sql_string.h:
  Removed compiler warning
cmd-line-utils/readline/xmalloc.c:
  Fixed compiler warnings from 'max' build
extra/charset2html.c:
  Fixed compiler warnings
extra/comp_err.c:
  Fixed compiler warnings from 'max' build
extra/yassl/include/lock.hpp:
  Fix for windows64
extra/yassl/include/openssl/ssl.h:
  Changed prototype for SSL_set_fd() to fix compiler warnings (and possible errors) on windows 64 bit
extra/yassl/include/socket_wrapper.hpp:
  Moved socket_t to ssl.h, to be able to removed compiler warnings on windows 64 bit
extra/yassl/include/yassl.hpp:
  Fix for windows64
extra/yassl/src/ssl.cpp:
  Removed compiler warning
  Detect wrong parameter (Happens when running test suite on solaris)
  Changed prototype for SSL_set_fd() to fix compiler warnings (and possible errors) on windows 64 bit
extra/yassl/taocrypt/src/integer.cpp:
  Fixed compiler warnings
extra/yassl/testsuite/testsuite.cpp:
  Removed compiler warning
include/config-win.h:
  Added HAVE_WINSOCK2 (for future)
include/my_dbug.h:
  Fixed DBUG_PROCESS() so that we don't get compiler warnings for it
include/my_global.h:
  Fixed unsafe define of uint4korr()
  manual merge (ignore changes from 5.0)
  Fixed warnings on win64 when using int5store and int6store
include/my_pthread.h:
  Added my_thread_id typedef
  Renamed 'my_thread_id() function to my_thead_dbug_id()
include/thr_alarm.h:
  Make thr_alarm_kill() to depend on thread_id instead of thread
include/thr_lock.h:
  Make thr_abort_locks_for_thread() depend on thread_id instead of thread
libmysql/libmysql.def:
  Fixed compiler warnings on win64
libmysqld/CMakeLists.txt:
  Added missing files
libmysqld/Makefile.am:
  Added new files
libmysqld/lib_sql.cc:
  Remove not needed code (store_globals() now takes care of things)
mysql-test/lib/mtr_report.pl:
  Removed wrong messages when using --extern
mysql-test/mysql-test-run.pl:
  Fixed that --extern works
  Print help on stdout instead of stderr (make it easier to pipe it to less)
  Fixed typo that caused mysql-test-run.pl to fail on Solaris
mysql-test/r/keywords.result:
  manual merge
mysql-test/r/ndb_lock.result:
  After merge fixes
mysql-test/r/ps.result:
  Portability fix
mysql-test/t/disabled.def:
  Disabled ndb_alter_table as this very often fails for me (and have done it for a long time)
mysql-test/t/keywords.test:
  manual merge
mysql-test/t/ndb_lock.test:
  Added other possible error code
mysql-test/t/ps.test:
  Portability fix (when compiling without DLOPEN)
mysql-test/t/wait_timeout.test:
  Don't run this if we are not using a thread per connection (as other thread_handling code may not support timeouts)
mysys/base64.c:
  Fixed compiler warnings on win64
mysys/mf_keycache.c:
  Fixed compiler warnings
mysys/my_getopt.c:
  Fixed compiler warning
mysys/my_init.c:
  Fixed compiler warning
  Re-indented long comment
mysys/my_thr_init.c:
  Always use mysys_var->id to generate thread name (makes things uniform accross thread implementations and thread usage)
  Always generate my_thread_name() when using DBUG
  Ensure mysys_var->pthread_self is set
  Fixed compiler warnings
mysys/ptr_cmp.c:
  Fixed compiler warnings from 'max' build
mysys/thr_alarm.c:
  Change thr_alarm_kill() to use mysys_var->id instead of thread id
  Fixed compiler warning on windows
mysys/thr_lock.c:
  Change thr_abort_locks_for_thread() to use mysys_var->id instead of thread id
  Add purecov statements around not tested code
  Fixed compiler warnings
mysys/thr_mutex.c:
  my_thread_id() -> my_thread_dbug_id()
server-tools/instance-manager/guardian.cc:
  Fixed compiler warning
server-tools/instance-manager/instance.cc:
  Fixed compiler warning
server-tools/instance-manager/mysql_connection.cc:
  Fixed compiler warnings
server-tools/instance-manager/mysqlmanager.cc:
  Fixed compiler warnings
sql/CMakeLists.txt:
  Added missing files
sql/Makefile.am:
  Added new files
sql/event_scheduler.cc:
  Added pthread_exit() calls
  Ensure DBUG_xxx calls are not made before my_thread_init()
  Use common functions to set up thread handling
sql/field.h:
  manual merge
sql/ha_ndbcluster.cc:
  Removed some trivial 'current_thd' calls
sql/handler.cc:
  Avoid warnings on KILL_CONNECTION
  Don't print out null pointer with printf()  (Causes crashes on Solaris)
sql/item.cc:
  Fixed compiler warnings from 'max' build
sql/item_cmpfunc.cc:
  After merge fixes
sql/item_func.cc:
  Merge embedded and normal code usage
  (GET_LOCK, RELEASE_LOCK now works on my_thread_id instead of pthread_t)
  Fixed compiler warning
sql/item_strfunc.cc:
  Fixed compiler warning
sql/item_timefunc.cc:
  Fixed compiler warnings
sql/lock.cc:
  Use (new) parameter to thr_abort_locks_for_thread()
sql/log.cc:
  Fixed compiler warning
sql/log_event.cc:
  Fixed compiler warnings about not used variable
sql/mysql_priv.h:
  Remove TEST_NO_THREADS (not needed with new scheduler interface)
  Added functions from sql_connect.cc and new functions from sql_parse.cc
sql/mysqld.cc:
  Use thread_scheduler structure to dispatch calls (make code more dynamic)
  Change --one-thread option to use thread_scheduler interface
  Made ONE_THREAD option independent of DBUG_BUILD
  --one-thread is now depricated. One should instead use '--thread-handling=no-threads'
  Remove not used uname() function.
  Split create_new_thread() into reusable sub functions.
  Preliminary interface code for future thread_handling code.
  Fixed compiler warnings
sql/parse_file.cc:
  Don't send zero pointer to fn_format() (Causes crashes when using --debug)
sql/repl_failsafe.cc:
  Setup pseudo_thread_id same way as other code
sql/set_var.cc:
  Added variables 'thread_handling'
  Prepare for future variable 'thread_pool_size'
  Fixed compiler warnings
sql/set_var.h:
  Fixed compiler warning
sql/slave.cc:
  Setup pseudo_thread_id same way as other code
  Removed not used signal mask
sql/sql_acl.cc:
  Fixed compiler warnings from 'max' build
sql/sql_base.cc:
  Fixed long comments
  Normalized variable setup
  Don't destroy value of thd->variables.pseduo_thread_id
  More DBUG_PRINT()'s
  More DBUG_ASSERT()'s
  Fixed compiler warnings from 'max' build
sql/sql_class.cc:
  Remove thd->real_id and thd->dbug_thread_id
  Added DBUG_ASSERT()
  Use thread_scheduler to signal threads to be killed.
  In THD::store_globals(), set my_thread_var->id to be thd->thread_id.
  Fixed compiler warnings
sql/sql_class.h:
  Use 'my_thread_id' for internal thread id's
  Remove not needed THD elements: block_signals and dbug_thread_id
  Added 'thread_scheduler' scheduling extension element to THD
sql/sql_insert.cc:
  After merge fixes
  (This actually fixes a bug in old code when many connections are in use)
  Setup pseudo_thread_id same way as other code
  Removed not used signal mask
  Initialize variable that may be used unitialized on error conditions (not fatal)
sql/sql_parse.cc:
  Move connection related code to sql_connect.cc
  Remove setting of signal mask (not needed)
  Ensure TABLE_LIST->alias is set for generated TABLE_LIST elements (fixed core dumps when running with --debug)
  Added previous 'optional' element to reset_mgh()
  Removed not needed DBUG_PRINT call
sql/sql_partition.cc:
  Fixed compiler warnings
sql/sql_prepare.cc:
  Removed not needed casts
  Fixed compiler warnings from 'max' build
sql/sql_select.cc:
  Fixed compiler warnings
sql-bench/bench-init.pl.sh:
  Added --one-missing-tests
sql-bench/example:
  Better example
sql-bench/run-all-tests.sh:
  Added --only-missing-tests
sql-bench/test-insert.sh:
  Fixed wrong estimate of update_with_key_prefix
sql/sql_show.cc:
  Don't send pthread_kill() to threads to detect if they exists.
  (Not that useful and causes problems with future thread_handling code)
  Fixed compiler warnings
sql/sql_table.cc:
  Simplify code
  Fixed compiler warnings
sql/sql_test.cc:
  Remove dbug_thread_id from test output
sql/sql_view.cc:
  Don't send zero pointer to fn_format()
sql/tztime.cc:
  Fixed compiler warning
sql/udf_example.def:
  Fixed compiler warnings on win64
sql/unireg.cc:
  Initialize variable that may be used unitialized on error conditions
storage/archive/archive_test.c:
  Fixed compiler warnings
storage/archive/azio.c:
  Fixed compiler warnings
storage/innobase/dict/dict0crea.c:
  Fixed compiler warnings detected on windows64
storage/innobase/dict/dict0dict.c:
  Fixed compiler warnings detected on windows64
storage/innobase/dict/dict0load.c:
  Fixed compiler warnings detected on windows64
storage/innobase/dict/dict0mem.c:
  Fixed compiler warnings detected on windows64
storage/innobase/eval/eval0proc.c:
  Fixed compiler warnings detected on windows64
storage/innobase/handler/ha_innodb.cc:
  Fixed compiler warnings detected on windows64
storage/innobase/include/ut0byte.ic:
  Fixed compiler warnings on win64
storage/innobase/include/ut0ut.ic:
  Fixed compiler warnings on win64
storage/innobase/mtr/mtr0log.c:
  Fixed compiler warnings detected on windows64
storage/innobase/pars/pars0lex.l:
  Fixed warnings on win64
storage/innobase/rem/rem0cmp.c:
  Fixed compiler warnings detected on windows64
storage/innobase/row/row0mysql.c:
  Fixed compiler warnings detected on windows64
storage/innobase/row/row0sel.c:
  Fixed compiler warnings detected on windows64
storage/innobase/sync/sync0rw.c:
  Fixed compiler warnings detected on windows64
storage/innobase/trx/trx0trx.c:
  Fixed compiler warnings detected on windows64
storage/myisam/mi_log.c:
  my_thread_id() -> my_thread_debug_id()
storage/myisam/mi_packrec.c:
  Fixed compiler warnings detected on windows64
storage/myisam/myisamchk.c:
  Fixed compiler warnings from 'max' build
storage/ndb/src/common/debugger/EventLogger.cpp:
  Fixed compiler warnings
storage/ndb/src/common/util/ConfigValues.cpp:
  Removed compiler warnings
storage/ndb/src/common/util/NdbSqlUtil.cpp:
  Removed compiler warnings
storage/ndb/src/cw/cpcd/CPCD.hpp:
  Fixed compiler warnings
storage/ndb/src/kernel/blocks/backup/Backup.cpp:
  Fixed compiler warnings detected on windows64
storage/ndb/src/kernel/blocks/dbacc/Dbacc.hpp:
  Fixed compiler warnings detected on windows64
storage/ndb/src/kernel/blocks/dbacc/DbaccMain.cpp:
  Fixed compiler warnings detected on windows64
storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
  Fixed compiler warnings
storage/ndb/src/kernel/blocks/dbdict/Dbdict.hpp:
  Fixed compiler warnings
storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
  Fixed compiler warnings
storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
  Fixed compiler warnings
storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
  Fixed compiler warnings
storage/ndb/src/kernel/blocks/dbtup/Dbtup.hpp:
  Fixed compiler warnings
storage/ndb/src/kernel/blocks/dbtup/DbtupDiskAlloc.cpp:
  Fixed compiler warnings
storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp:
  Fixed compiler warnings
storage/ndb/src/kernel/blocks/dbtup/DbtupFixAlloc.cpp:
  Fixed compiler warnings
storage/ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp:
  Fixed compiler warnings
storage/ndb/src/kernel/blocks/dbtup/DbtupRoutines.cpp:
  Fixed compiler warnings
storage/ndb/src/kernel/blocks/dbtup/DbtupScan.cpp:
  Fixed compiler warnings
storage/ndb/src/kernel/blocks/dbtup/DbtupVarAlloc.cpp:
  Fixed compiler warnings
storage/ndb/src/kernel/blocks/dbtup/tuppage.cpp:
  Fixed compiler warnings
storage/ndb/src/kernel/blocks/dbtup/tuppage.hpp:
  Fixed compiler warnings
storage/ndb/src/kernel/blocks/dbtux/DbtuxStat.cpp:
  Fixed compiler warnings
storage/ndb/src/kernel/blocks/diskpage.hpp:
  Fixed compiler warnings
storage/ndb/src/kernel/vm/ndbd_malloc.cpp:
  Fixed compiler warnings
storage/ndb/src/kernel/vm/ndbd_malloc_impl.cpp:
  Fixed compiler warnings
storage/ndb/src/mgmclient/main.cpp:
  Fixed compiler warnings
storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp:
  Fixed compiler warnings
storage/ndb/src/ndbapi/NdbOperationExec.cpp:
  Fixed compiler warnings
storage/ndb/src/ndbapi/SignalSender.cpp:
  Fixed compiler warnings
storage/ndb/tools/restore/consumer_restore.cpp:
  Fixed compiler warnings
strings/ctype-ucs2.c:
  Fixed compiler warnings
strings/ctype-utf8.c:
  Fixed compiler warnings
strings/decimal.c:
  Fixed compiler warnings
strings/my_strchr.c:
  Fixed conflict between function and prototype
support-files/compiler_warnings.supp:
  Ignore warnings from sql_yacc.cc that are hard to remove
  Ignore some not important warnings from windows 64 bit build
  Suppress warnings from bdb and (for the moment) warnings from ndb
  Suppress all warnings for all pushbuild platforms (should make all trees green)
vio/viosslfactories.c:
  Added DBUG_PRINT
BUILD/compile-pentium64-max:
  New BitKeeper file ``BUILD/compile-pentium64-max''
libmysqld/scheduler.cc:
  New BitKeeper file ``libmysqld/scheduler.cc''
libmysqld/sql_connect.cc:
  New BitKeeper file ``libmysqld/sql_connect.cc''
mysql-test/include/one_thread_per_connection.inc:
  New BitKeeper file ``mysql-test/include/one_thread_per_connection.inc''
mysql-test/r/no-threads.result:
  New BitKeeper file ``mysql-test/r/no-threads.result''
mysql-test/r/one_thread_per_connection.require:
  New BitKeeper file ``mysql-test/r/one_thread_per_connection.require''
mysql-test/t/no-threads-master.opt:
  New BitKeeper file ``mysql-test/t/no-threads-master.opt''
mysql-test/t/no-threads.test:
  New BitKeeper file ``mysql-test/t/no-threads.test''
sql/scheduler.cc:
  New BitKeeper file ``sql/scheduler.cc''
sql/scheduler.h:
  New BitKeeper file ``sql/scheduler.h''
sql/sql_connect.cc:
  New BitKeeper file ``sql/sql_connect.cc''
2007-02-23 13:13:55 +02:00
..
1st.result Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.1-arch 2006-12-08 22:30:18 -05:00
alias.result
alter_table-big.result Fixed test case for bug #25044 "ALTER TABLE ... ENABLE KEYS acquires 2007-01-20 14:08:53 +03:00
alter_table.result Manual merge 2007-01-18 21:30:25 -07:00
analyse.result
analyze.result
ansi.result
archive.result Two things: 2007-01-26 15:36:39 -08:00
archive_bitfield.result
archive_gis.result
auto_increment.result
backup.result WL# 3031 2006-12-08 22:19:51 -05:00
bench_count_distinct.result
big_test.require
bigint.result
binary.result
binlog_row_binlog.result
binlog_row_blackhole.result
binlog_row_ctype_cp932.result
binlog_row_ctype_ucs.result After merge fix. 2006-12-29 16:00:51 +04:00
binlog_row_drop_tmp_tbl.result
binlog_row_innodb_stat.result
binlog_row_insert_select.result
binlog_row_mix_innodb_myisam.result Bug#17642 mysqlbinlog: Restore from row-based binlog fails 2006-12-14 14:05:25 +04:00
binlog_statement_insert_delayed.result
binlog_stm_binlog.result
binlog_stm_blackhole.result
binlog_stm_ctype_cp932.result
binlog_stm_ctype_ucs.result After merge fix. 2006-12-29 16:00:51 +04:00
binlog_stm_drop_tmp_tbl.result
binlog_stm_innodb_stat.result
binlog_stm_insert_select.result
binlog_stm_mix_innodb_myisam.result Bug#17642 mysqlbinlog: Restore from row-based binlog fails 2006-12-14 14:05:25 +04:00
bool.result
bulk_replace.result
cache_innodb.result
case.result
case_sensitive_file_system.require
cast.result Merge pilot.mysql.com:/home/msvensson/mysql/mysql-5.0-maint 2007-02-06 14:32:08 +01:00
check.result
check_var_limit.require
client_xml.result
comments.result
compare.result
compress.result
concurrent_innodb.result
connect.result Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.1-arch 2006-12-08 22:30:18 -05:00
consistent_snapshot.result
constraints.result
contributors.result
count_distinct.result
count_distinct2.result
count_distinct3.result
crash_commit_before.result
create.result Change to new (after merge) error numbers 2007-01-23 01:58:07 +02:00
create_not_windows.result
create_select_tmp.result
csv.result Merge bk-internal.mysql.com:/home/bk/mysql-5.1 2007-01-11 22:15:20 +03:00
ctype_big5.result
ctype_collate.result
ctype_cp932_binlog_row.result
ctype_cp932_binlog_stm.result
ctype_cp1250_ch.result
ctype_cp1251.result
ctype_create.result
ctype_eucjpms.result
ctype_euckr.result
ctype_filename.result
ctype_gb2312.result
ctype_gbk.result
ctype_hebrew.result Fix for the bug #24037 "Lossy Hebrew to Unicode conversion". 2006-12-22 15:30:37 +03:00
ctype_latin1.result
ctype_latin1_de.result
ctype_latin2.result
ctype_latin2_ch.result
ctype_many.result
ctype_mb.result
ctype_recoding.result
ctype_sjis.result
ctype_tis620.result
ctype_uca.result
ctype_ucs.result
ctype_ucs2_def.result
ctype_ujis.result
ctype_utf8.result
date_formats.result
deadlock_innodb.result
default.result Merge mysql.com:/home/hf/work/20691/my50-20691 2007-02-13 01:22:43 +04:00
delayed.result
delete.result Merge moonbone.local:/work/latest-4.1-opt-mysql 2007-01-12 16:43:52 +03:00
derived.result
dirty_close.result
distinct.result Merge mysql.com:/home/gluh/MySQL/Merge/5.0-opt 2007-02-02 10:25:45 +04:00
drop.result
empty_table.result
endspace.result
errors.result
events.result
events_bugs.result BUG#25211: events_bugs.test fails on sapsrv1 2007-01-19 18:33:48 +03:00
events_grant.result
events_logs_tests.result fix for bug #18981 event_logs_tests failure 2007-01-03 14:09:31 +01:00
events_microsec.result
events_restart_phase0.result
events_restart_phase1.result
events_restart_phase2.result
events_restart_phase3.result
events_scheduling.result
events_stress.result
exampledb.result
execution_constants.result
explain.result
federated.result Merge chilla.local:/home/mydev/mysql-5.0-axmrg 2006-12-01 23:01:33 +01:00
federated_archive.result
federated_bug_13118.result
federated_server.result WL# 3031 2006-12-12 19:39:45 -05:00
federated_transactions.result
fix_priv_tables.result
fix_priv_tabs.result
flush.result
flush2.result Update result file for 5.1 2007-02-06 17:23:21 +01:00
flush_block_commit.result Merge bk@192.168.21.1:mysql-5.1-opt 2006-12-08 15:49:43 +04:00
flush_block_commit_notembedded.result merging 2007-01-03 03:35:57 +04:00
flush_read_lock_kill.result
flush_table.result
foreign_key.result
fulltext.result
fulltext2.result
fulltext_cache.result
fulltext_distinct.result
fulltext_left_join.result Fixed bug #25637: LEFT JOIN with BOOLEAN FULLTEXT loses left table matches. 2007-01-22 14:23:53 -08:00
fulltext_multi.result
fulltext_order_by.result
fulltext_update.result
fulltext_var.result
func_compress.result
func_concat.result
func_crypt.result
func_date_add.result
func_default.result
func_des_encrypt.result
func_encrypt.result
func_encrypt_nossl.result
func_equal.result
func_gconcat.result
func_group.result Merge siva.hindu.god:/usr/home/tim/m/bk/50 2006-12-26 12:43:57 -07:00
func_group_innodb.result
func_if.result
func_in.result Merge mysql.com:/home/gluh/MySQL/Merge/5.1 2007-01-24 19:54:40 +04:00
func_isnull.result
func_like.result
func_math.result Bug #6172: RAND(a) should only accept constant values as arguments 2007-01-23 19:45:58 +02:00
func_misc.result
func_op.result
func_regexp.result
func_sapdb.result
func_set.result
func_str.result merge of 5.0-opt -> 5.1-opt 2007-01-24 15:55:16 +02:00
func_system.result
func_test.result
func_time.result Merge mysql.com:/home/gluh/MySQL/Merge/5.0-opt 2007-02-02 10:25:45 +04:00
func_timestamp.result
gcc296.result
gis-rtree.result Merge macbook.local:/Users/kgeorge/mysql/work/mysql-5.0-opt 2007-01-08 12:32:48 +02:00
gis.result Merge mysql.com:/home/hf/work/20691/my50-20691 2007-02-13 01:22:43 +04:00
grant.result Fix merge error 2007-02-06 17:22:56 +01:00
grant2.result
grant3.result
grant_cache.result
greedy_optimizer.result
group_by.result Merge macbook.gmz:/Users/kgeorge/mysql/work/mysql-5.0-opt 2007-01-23 12:34:50 +02:00
group_min_max.result
group_min_max_innodb.result
handler_innodb.result
handler_myisam.result
have_big5.require
have_binlog_format_mixed.require
have_binlog_format_row.require
have_binlog_format_statement.require
have_compress.require
have_cp932.require
have_cp1250_ch.require
have_crypt.require
have_debug.require
have_dynamic_loading.require Add support for loading example plugin and add plugin.test 2006-12-15 00:09:56 +01:00
have_eucjpms.require
have_euckr.require
have_example_plugin.require Add support for loading example plugin and add plugin.test 2006-12-15 00:09:56 +01:00
have_gb2312.require
have_gbk.require
have_geometry.require
have_latin2_ch.require
have_met_timezone.require
have_moscow_leap_timezone.require
have_mysql_upgrade.result
have_ndb_extra.require
have_ndbapi_examples.require
have_openssl.require
have_outfile.require
have_partition.require
have_perror.require
have_query_cache.require
have_sjis.require
have_symlink.require
have_tis620.require
have_ucs2.require
have_udf_example.require
have_ujis.require
having.result
heap.result
heap_auto_increment.result
heap_btree.result
heap_hash.result
help.result
im_cmd_line.result
im_daemon_life_cycle.result
im_instance_conf.result
im_life_cycle.result
im_options.result
im_utils.result
index_merge_innodb.result
index_merge_myisam.result After merge fix. 2006-12-26 22:10:02 +04:00
information_schema.result Post-merge fix. 2007-02-13 13:15:23 -08:00
information_schema_chmod.result
information_schema_db.result
information_schema_inno.result Bug#21713 incorrect value for the REFERENTIAL_CONSTRAINTS.UNIQUE_CONSTRAINT_NAME column 2007-01-15 13:39:28 +04:00
information_schema_part.result
init_connect.result
init_file.result
innodb-lock.result
innodb-replace.result
innodb.result Merge bk-internal.mysql.com:/home/bk/mysql-5.1 2007-01-31 16:24:28 -05:00
innodb_gis.result bug #22682 Test fails --without-geometry 2007-01-24 14:49:36 +04:00
innodb_mysql.result Merge olga.mysql.com:/home/igor/mysql-5.0-opt 2007-02-13 01:34:36 -08:00
innodb_notembedded.result
innodb_timeout_rollback.result Added innodb_rollback_on_timeout option to restore the 4.1 2006-12-19 16:57:51 -07:00
insert.result Merge macbook.gmz:/Users/kgeorge/mysql/work/mysql-5.0-opt 2007-01-23 12:34:50 +02:00
insert_notembedded.result
insert_select.result Post-merge fix. 2007-02-13 13:15:23 -08:00
insert_update.result
is_debug_build.require
isam.result
join.result Merge mysql.com:/home/gluh/MySQL/Merge/5.0-opt 2007-01-12 14:48:59 +04:00
join_crash.result
join_nested.result Merge mysql.com:/home/gluh/MySQL/Merge/5.0-opt 2007-02-02 10:25:45 +04:00
join_outer.result Merge olga.mysql.com:/home/igor/mysql-5.0-opt 2007-02-13 01:34:36 -08:00
join_outer_innodb.result
key.result BUG#20604: FORCE INDEX uses keys disabled by ALTER TABLE 2007-01-29 15:07:11 +01:00
key_cache.result
key_diff.result
key_primary.result
keywords.result Fixed compiler warnings 2007-02-23 13:13:55 +02:00
kill.result
limit.result
loaddata.result
loaddata_autocom_innodb.result
loaddata_autocom_ndb.result
lock.result
lock_multi.result
lock_tables_lost_commit.result
log_state.result
log_tables.result Merge bk-internal.mysql.com:/home/bk/mysql-5.1 2006-12-12 13:57:28 +03:00
lowercase0.require
lowercase2.require
lowercase_fs_off.result
lowercase_table.result
lowercase_table2.result
lowercase_table3.result
lowercase_table_grant.result
lowercase_table_qcache.result
lowercase_view.result
merge.result Merge mysql.com:/home/svoj/devel/mysql/WL3567/mysql-5.0-engines 2007-01-31 18:57:54 +04:00
metadata.result
mix2_myisam.result
multi_statement.result
multi_update.result
myisam-blob.result
myisam-system.result
myisam.result Merge mysql.com:/home/svoj/devel/bk/mysql-5.1 2007-01-25 01:44:30 +04:00
mysql.result WL #3031 2006-12-11 11:44:03 -05:00
mysql_client_test.result
mysql_protocols.result
mysql_upgrade.result WL #3031 2006-12-09 13:33:26 -05:00
mysqladmin.result
mysqlbinlog.result Merge mysql.com:/home/my/mysql-5.0 2007-01-27 03:46:45 +02:00
mysqlbinlog2.result Bug#17642 mysqlbinlog: Restore from row-based binlog fails 2006-12-14 14:05:25 +04:00
mysqlbinlog_base64.result Bug#17642 mysqlbinlog: Restore from row-based binlog fails 2006-12-14 14:05:25 +04:00
mysqlcheck.result Merge mysql.com:/home/my/mysql-5.0 2007-01-27 03:46:45 +02:00
mysqldump-max.result
mysqldump.result Merge mysql.com:/home/bkroot/mysql-5.1-new-rpl 2006-12-08 23:41:29 +01:00
mysqlshow.result
mysqlslap.result Extended mysqlslap.c for auto tests (see the comment on the mysqlslap.c file). I also fixed a bug where limit was not being reached. 2007-01-29 13:17:30 -08:00
mysqltest.result Merge neptunus.(none):/home/msvensson/mysql/mysql-5.1 2007-02-06 15:46:17 +01:00
ndb_alter_table.result fix for commit 1.2368 2006-12-18 09:46:44 +03:00
ndb_alter_table2.result
ndb_alter_table3.result
ndb_autodiscover.result
ndb_autodiscover2.result
ndb_autodiscover3.result
ndb_basic.result Enabled engine_condition_pushdown (on) as default 2007-02-09 21:04:43 +01:00
ndb_binlog_basic.result Changed mysql.apply_status, mysql.binlog_index, and mysql.schema to mysql.ndb_apply_status, mysql.ndb_binlog_index, and mysql.ndb_schema 2006-12-01 15:49:07 +01:00
ndb_binlog_basic2.result
ndb_binlog_ddl_multi.result Changed mysql.apply_status, mysql.binlog_index, and mysql.schema to mysql.ndb_apply_status, mysql.ndb_binlog_index, and mysql.ndb_schema 2006-12-01 15:49:07 +01:00
ndb_binlog_discover.result Bug #21806: wrong ndb binlog behaviour when cluster disconnects/restarts 2006-12-20 15:34:45 +01:00
ndb_binlog_ignore_db.result Forgot to add result file to changeset. :( 2007-01-06 18:40:43 -05:00
ndb_binlog_multi.result Changed mysql.apply_status, mysql.binlog_index, and mysql.schema to mysql.ndb_apply_status, mysql.ndb_binlog_index, and mysql.ndb_schema 2006-12-01 15:49:07 +01:00
ndb_bitfield.result
ndb_blob.result Enabled engine_condition_pushdown (on) as default 2007-02-09 21:04:43 +01:00
ndb_blob_partition.result
ndb_cache.result
ndb_cache2.result
ndb_cache_multi.result
ndb_cache_multi2.result
ndb_charset.result
ndb_condition_pushdown.result
ndb_config.result
ndb_config2.result
ndb_cursor.result fix for commit 1.2368 2006-12-18 12:52:59 +03:00
ndb_database.result
ndb_dd_alter.result ha_ndbcluster.h, ndb_dd_alter.result, ha_ndbcluster.cc: 2007-01-04 17:26:53 +01:00
ndb_dd_backuprestore.result
ndb_dd_basic.result WL# 3031 2006-12-08 22:19:51 -05:00
ndb_dd_ddl.result Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1 2006-12-27 11:01:54 +01:00
ndb_dd_disk2memory.result bug#24667 After ALTER TABLE operation ndb_dd table becomes regular ndb: ALTER TABLE must specify STORAGE explicitely to change it, + post review changes 2006-12-19 23:20:43 +01:00
ndb_dd_dump.result
ndb_dd_sql_features.result
ndb_default_cluster.require
ndb_gis.result
ndb_grant.result
ndb_index.result
ndb_index_ordered.result bug#24820 CREATE INDEX ....USING HASH on NDB table creates ordered index, not HASH index: Merged up test 5.0 case 2007-01-08 14:20:35 +01:00
ndb_index_unique.result Bug#24818 CREATE UNIQUE INDEX (...) USING HASH on a NDB table crashes mysqld: Re-generated test result 2006-12-07 16:27:38 +01:00
ndb_insert.result
ndb_limit.result
ndb_load.result
ndb_loaddatalocal.result
ndb_lock.result Fixed compiler warnings 2007-02-23 13:13:55 +02:00
ndb_minmax.result
ndb_multi.result
ndb_multi_row.result
ndb_partition_error.result
ndb_partition_key.result ndb - bug#25587 2007-01-12 15:48:47 +01:00
ndb_partition_list.result
ndb_partition_range.result
ndb_read_multi_range.result bug#25821 Excessive partition pruning for multi-range index scan in NDB API: added original test case 2007-02-07 09:49:16 +01:00
ndb_rename.result
ndb_replace.result
ndb_restore.result
ndb_restore_compat.result Changed mysql.apply_status, mysql.binlog_index, and mysql.schema to mysql.ndb_apply_status, mysql.ndb_binlog_index, and mysql.ndb_schema 2006-12-01 15:49:07 +01:00
ndb_restore_partition.result
ndb_sp.result WL#2862 ndb_sp.test - removed unnecessary line 2006-12-19 16:17:57 +03:00
ndb_subquery.result BUG#24127: merge: update tests results 2007-01-25 10:00:09 +03:00
ndb_temporary.result
ndb_transaction.result
ndb_trigger.result WL#2862 2006-12-17 23:08:04 +03:00
ndb_truncate.result
ndb_types.result Merge siva.hindu.god:/home/tsmith/m/bk/mrg-jan17/maint/41 2007-01-18 13:26:48 -07:00
ndb_update.result
ndb_view.result
ndbapi.result
negation_elimination.result
no-threads.result Fixed compiler warnings 2007-02-23 13:13:55 +02:00
not_as_root.require
not_embedded.require
not_embedded_server.result
not_ndb.require
not_ndb_default.require
not_openssl.require
not_partition.require
not_partition.result
not_valgrind.require
not_windows.require
null.result
null_key.result Merge mysql.com:/home/gluh/MySQL/Merge/5.0-opt 2007-02-02 10:25:45 +04:00
odbc.result
olap.result
one_thread_per_connection.require Fixed compiler warnings 2007-02-23 13:13:55 +02:00
openssl_1.result Bug#25988 openssl_1 Test Case Fails 2007-02-06 16:28:36 +01:00
openssl_2.result
order_by.result Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.1-opt 2007-01-22 12:58:14 +02:00
order_fill_sortbuf.result
outfile.result
overflow.result
packet.result
parser.result Bug#22687 (Functions UNIQUE_USERS, GROUP_UNIQUE_USERS) 2007-01-11 14:58:05 -07:00
parser_bug21114_innodb.result
partition.result bug #24186 (nested query across partitions returns fewer records) 2007-01-12 15:46:20 +04:00
partition_02myisam.result
partition_03ndb.result
partition_charset.result
partition_error.result
partition_federated.result bug #22451 (Partitions: duplicating results with ENGINE=FEDERATED) 2006-12-19 16:37:50 +04:00
partition_grant.result
partition_hash.result
partition_innodb.result
partition_list.result
partition_mgm.result
partition_mgm_err.result
partition_mgm_err2.result
partition_order.result
partition_pruning.result
partition_range.result
perror.result
plugin.result Add support for loading example plugin and add plugin.test 2006-12-15 00:09:56 +01:00
preload.result
ps.result Fixed compiler warnings 2007-02-23 13:13:55 +02:00
ps_1general.result
ps_2myisam.result
ps_3innodb.result
ps_4heap.result
ps_5merge.result
ps_7ndb.result New result 2006-12-05 15:52:31 +01:00
ps_10nestset.result
ps_11bugs.result
ps_grant.result
ps_not_windows.result
query_cache.result
query_cache_merge.result
query_cache_notembedded.result
raid.result
range.result Merge mysql.com:/home/gluh/MySQL/Merge/5.1 2007-01-24 19:54:40 +04:00
read_many_rows_innodb.result
read_only.result Post-merge fixes. 2006-12-12 23:22:46 +03:00
read_only_innodb.result
rename.result
renamedb.result
repair.result
replace.result
rollback.result
round.result
row.result
rowid_order_innodb.result
rpl000001.a.result
rpl000001.b.result
rpl000010.result
rpl000011.result
rpl000013.result
rpl000017.result
rpl_000015.result
rpl_alter.result
rpl_alter_db.result
rpl_auto_increment.result
rpl_auto_increment_11932.result
rpl_bit.result
rpl_bit_npk.result
rpl_change_master.result
rpl_charset_sjis.result
rpl_commit_after_flush.result
rpl_create_database.result
rpl_ddl.result
rpl_deadlock_innodb.result
rpl_delete_no_where.result
rpl_do_grant.result Merge mysql.com:/usr/home/bar/mysql-5.0.b24158 2006-12-08 16:15:43 +04:00
rpl_drop.result
rpl_drop_db.result
rpl_drop_temp.result
rpl_dual_pos_advance.result
rpl_EE_err.result
rpl_empty_master_crash.result
rpl_err_ignoredtable.result
rpl_extraCol_innodb.result WL #3031 2006-12-15 09:42:41 -05:00
rpl_extraCol_myisam.result WL# 3031 2006-12-18 16:39:50 -05:00
rpl_failed_optimize.result
rpl_flushlog_loop.result
rpl_foreign_key_innodb.result
rpl_free_items.result
rpl_get_lock.result
rpl_ignore_grant.result
rpl_ignore_revoke.result
rpl_ignore_table.result
rpl_ignore_table_update.result
rpl_init_slave.result
rpl_innodb.result
rpl_insert.result
rpl_insert_id.result
rpl_insert_id_pk.result
rpl_insert_ignore.result
rpl_insert_select.result
rpl_LD_INFILE.result
rpl_load_from_master.result
rpl_load_table_from_master.result
rpl_loaddata.result
rpl_loaddata2.result
rpl_loaddata_m.result
rpl_loaddata_s.result
rpl_loaddatalocal.result
rpl_loadfile.result
rpl_locale.result Bug#22645 LC_TIME_NAMES: Statement not replicated 2006-12-07 09:31:53 +04:00
rpl_log_pos.result
rpl_many_optimize.result
rpl_master_pos_wait.result
rpl_misc_functions.result
rpl_mixed_ddl_dml.result
rpl_multi_delete.result
rpl_multi_delete2.result
rpl_multi_engine.result
rpl_multi_update.result
rpl_multi_update2.result
rpl_multi_update3.result
rpl_multi_update4.result
rpl_ndb_2innodb.result
rpl_ndb_2myisam.result
rpl_ndb_auto_inc.result
rpl_ndb_bank.result
rpl_ndb_basic.result
rpl_ndb_blob.result
rpl_ndb_blob2.result
rpl_ndb_charset.result
rpl_ndb_commit_afterflush.result
rpl_ndb_dd_advance.result bug#24667 After ALTER TABLE operation ndb_dd table becomes regular ndb: ALTER TABLE must specify STORAGE explicitely to change it, + post review changes 2006-12-19 23:20:43 +01:00
rpl_ndb_dd_basic.result Changed mysql.apply_status, mysql.binlog_index, and mysql.schema to mysql.ndb_apply_status, mysql.ndb_binlog_index, and mysql.ndb_schema 2006-12-01 15:49:07 +01:00
rpl_ndb_dd_partitions.result
rpl_ndb_ddl.result
rpl_ndb_delete_nowhere.result
rpl_ndb_do_db.result Many files: 2007-01-04 04:09:06 +01:00
rpl_ndb_do_table.result Many files: 2007-01-04 04:09:06 +01:00
rpl_ndb_extraCol.result WL# 3031 2006-12-18 16:39:50 -05:00
rpl_ndb_func003.result
rpl_ndb_idempotent.result Changed mysql.apply_status, mysql.binlog_index, and mysql.schema to mysql.ndb_apply_status, mysql.ndb_binlog_index, and mysql.ndb_schema 2006-12-01 15:49:07 +01:00
rpl_ndb_innodb_trans.result
rpl_ndb_insert_ignore.result
rpl_ndb_load.result
rpl_ndb_log.result Changed mysql.apply_status, mysql.binlog_index, and mysql.schema to mysql.ndb_apply_status, mysql.ndb_binlog_index, and mysql.ndb_schema 2006-12-01 15:49:07 +01:00
rpl_ndb_multi.result Changed mysql.apply_status, mysql.binlog_index, and mysql.schema to mysql.ndb_apply_status, mysql.ndb_binlog_index, and mysql.ndb_schema 2006-12-01 15:49:07 +01:00
rpl_ndb_multi_update2.result
rpl_ndb_multi_update3.result
rpl_ndb_relayrotate.result
rpl_ndb_rep_ignore.result Many files: 2007-01-04 04:09:06 +01:00
rpl_ndb_row_001.result
rpl_ndb_sp003.result
rpl_ndb_sp006.result
rpl_ndb_sync.result
rpl_ndb_trig004.result
rpl_ndb_UUID.result
rpl_ndbapi_multi.result
rpl_openssl.result
rpl_optimize.result
rpl_packet.result
rpl_ps.result
rpl_rbr_to_sbr.result
rpl_read_only.result
rpl_redirect.result
rpl_relay_space_innodb.result
rpl_relay_space_myisam.result
rpl_relayrotate.result
rpl_relayspace.result
rpl_replicate_do.result
rpl_replicate_ignore_db.result
rpl_rewrt_db.result
rpl_rotate_logs.result
rpl_row_001.result
rpl_row_4_bytes.result
rpl_row_basic_2myisam.result
rpl_row_basic_3innodb.result
rpl_row_basic_7ndb.result
rpl_row_basic_8partition.result
rpl_row_basic_11bugs.result
rpl_row_blob_innodb.result
rpl_row_blob_myisam.result
rpl_row_charset.result
rpl_row_create_table.result BUG#22864 (Rollback following CREATE... SELECT discards 'CREATE TABLE' 2006-12-21 09:29:02 +01:00
rpl_row_delayed_ins.result Bug#24998 rpl_row_delayed_ins.test fails in pushbuild 2007-01-14 19:15:59 +02:00
rpl_row_drop.result
rpl_row_err_ignoredtable.result
rpl_row_flsh_tbls.result
rpl_row_func001.result
rpl_row_func002.result
rpl_row_func003.result
rpl_row_inexist_tbl.result
rpl_row_loaddata_m.result
rpl_row_log.result
rpl_row_log_innodb.result
rpl_row_max_relay_size.result
rpl_row_multi_query.result
rpl_row_mysqlbinlog.result After merge fix for bug N20396 2006-12-11 15:08:04 +04:00
rpl_row_mystery22.result
rpl_row_NOW.result
rpl_row_reset_slave.result
rpl_row_sp001.result
rpl_row_sp002_innodb.result
rpl_row_sp003.result
rpl_row_sp005.result
rpl_row_sp006_InnoDB.result
rpl_row_sp007_innodb.result
rpl_row_sp008.result
rpl_row_sp009.result
rpl_row_sp010.result
rpl_row_sp011.result
rpl_row_sp012.result
rpl_row_stop_middle.result
rpl_row_stop_middle_update.result
rpl_row_tabledefs_2myisam.result Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.1-new-rpl 2007-01-12 12:31:44 +01:00
rpl_row_tabledefs_3innodb.result Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.1-new-rpl 2007-01-12 12:31:44 +01:00
rpl_row_tabledefs_7ndb.result
rpl_row_trig001.result
rpl_row_trig002.result
rpl_row_trig003.result
rpl_row_trig004.result
rpl_row_until.result
rpl_row_USER.result
rpl_row_UUID.result
rpl_row_view01.result
rpl_server_id1.result
rpl_server_id2.result
rpl_session_var.result
rpl_set_charset.result
rpl_sf.result
rpl_skip_error.result
rpl_slave_status.result
rpl_sp.result Change to new (after merge) error numbers 2007-01-23 01:58:07 +02:00
rpl_sp004.result
rpl_sp_effects.result
rpl_sporadic_master.result
rpl_start_stop_slave.result
rpl_stm_000001.result
rpl_stm_charset.result After merge fix: 2006-12-29 17:12:59 +04:00
rpl_stm_EE_err2.result
rpl_stm_flsh_tbls.result
rpl_stm_log.result
rpl_stm_max_relay_size.result
rpl_stm_multi_query.result
rpl_stm_mystery22.result
rpl_stm_no_op.result
rpl_stm_reset_slave.result
rpl_stm_until.result
rpl_switch_stm_row_mixed.result Manual merge of the fix for BUG#19725 "Calls to SF in other database are not replicated 2007-01-08 23:52:21 +01:00
rpl_temp_table.result
rpl_temporary.result
rpl_timezone.result Merge mysql.com:/home/bkroot/mysql-5.0-rpl 2006-12-08 23:33:39 +01:00
rpl_trigger.result
rpl_trunc_temp.result
rpl_truncate_2myisam.result
rpl_truncate_3innodb.result
rpl_truncate_7ndb.result Changed mysql.apply_status, mysql.binlog_index, and mysql.schema to mysql.ndb_apply_status, mysql.ndb_binlog_index, and mysql.ndb_schema 2006-12-01 15:49:07 +01:00
rpl_truncate_7ndb_2.result
rpl_user_variables.result
rpl_variables.result
rpl_view.result
schema.result
select.result Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-5.1-opt 2007-02-13 16:08:01 -08:00
select_found.result
select_safe.result
server_id.require
server_id1.require
show_check.result Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.1-arch 2006-12-08 22:30:18 -05:00
skip_grants.result
skip_name_resolve.result
slave-running.result
slave-stopped.result
sp-big.result
sp-code.result Merge mysql.com:/home/gluh/MySQL/Merge/5.1 2007-01-24 19:54:40 +04:00
sp-destruct.result
sp-dynamic.result
sp-error.result Merge mockturtle.local:/home/dlenev/src/mysql-5.0-bg24491 2007-01-24 10:42:57 +03:00
sp-prelocking.result
sp-security.result
sp-threads.result
sp-vars.result
sp.result Change to new (after merge) error numbers 2007-01-23 01:58:07 +02:00
sp_gis.result errmsg change 2007-01-17 18:15:35 -05:00
sp_notembedded.result
sp_stress_case.result Bug#19194 (Right recursion in parser for CASE causes excessive stack usage, 2006-12-11 16:59:02 -07:00
sp_trans.result WL# 3031 2006-12-08 22:19:51 -05:00
sql_mode.result
ssl.result
ssl_compress.result
ssl_connect.result Add result file for ssl_connect.test 2007-01-29 19:09:30 +01:00
ssl_des.result
status.result
strict.result
strict_autoinc_1myisam.result
strict_autoinc_2innodb.result
strict_autoinc_3heap.result
strict_autoinc_4bdb.result
strict_autoinc_5ndb.result
subselect.result Merge mysql.com:/home/gluh/MySQL/Merge/5.0-opt 2007-02-02 10:25:45 +04:00
subselect2.result BUG#24127: (a,b) IN (SELECT c,d ...) can produce wrong results if a and/or b are NULLs: 2007-01-12 23:22:41 +03:00
subselect3.result Merge mysql.com:/home/gluh/MySQL/Merge/5.0-opt 2007-02-02 10:25:45 +04:00
subselect_gis.result
subselect_innodb.result
subselect_notembedded.result
sum_distinct-big.result
sum_distinct.result
symlink.result Update result file to 5.1 format 2007-01-19 12:18:18 +01:00
synchronization.result
sysdate_is_now.result
system_mysql_db.result WL #3031 2006-12-11 11:44:03 -05:00
system_mysql_db_refs.result
tablelock.result
temp_table.result
testdb_only.require
timezone.result
timezone2.result
timezone3.result
timezone4.result
timezone_grant.result
trigger-compat.result
trigger-grant.result
trigger-trans.result
trigger.result Merge mysql.com:/home/gluh/MySQL/Merge/5.0-opt 2007-02-02 10:25:45 +04:00
true.require
truncate.result
type_binary.result Merge mysql.com:/home/gluh/MySQL/Merge/5.0-opt 2007-01-10 14:14:22 +04:00
type_bit.result Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0-maint 2007-01-18 17:10:00 +04:00
type_bit_innodb.result Merge mysql.com:/usr/home/ram/work/bug22533/my50-bug22533 2007-01-18 15:59:40 +04:00
type_blob.result
type_date.result
type_datetime.result
type_decimal.result
type_enum.result Bug#24660: "enum" field type definition problem 2007-01-12 11:06:38 +01:00
type_float.result Merge mysql.com:/home/ram/work/b19690/b19690.5.0 2007-01-31 12:53:36 +04:00
type_nchar.result
type_newdecimal-big.result
type_newdecimal.result
type_ranges.result
type_set.result
type_time.result
type_timestamp.result WL# 3031 2006-12-08 22:19:51 -05:00
type_uint.result
type_varchar.result Merge dl145s.mysql.com:/data0/bk/team_tree_merge/MERGE2/mysql-5.0 2006-12-04 18:08:50 +01:00
type_year.result
udf.result Merge mysql.com:/home/gluh/MySQL/Merge/5.1 2007-01-24 19:54:40 +04:00
union.result
unsafe_binlog_innodb.result
update.result Post-merge fix. 2007-02-13 13:15:23 -08:00
upgrade.result
user_limits.result
user_var-binlog.result Bug#17642 mysqlbinlog: Restore from row-based binlog fails 2006-12-14 14:05:25 +04:00
user_var.result Merge mysql.com:/home/gluh/MySQL/Merge/5.0-opt 2007-01-10 14:14:22 +04:00
varbinary.result
variables.result Merge mysql.com:/usr/home/bar/mysql-5.0.b22645 2006-12-05 16:09:27 +04:00
view.result Post-merge fix 2007-02-13 19:59:46 -08:00
view_grant.result Merge moonlight.home:/home/tomash/src/mysql_ab/mysql-5.0 2007-01-18 13:06:10 +03:00
view_query_cache.result
wait_timeout.result Added two possible error cases for a test. 2007-01-10 16:55:53 +02:00
warnings.result Cleaning up warning for windows. Innodb is compiled but disable on Windows, so it should be fine. NDB wasn't compiled in, which is what caused the issue. 2007-01-05 20:20:53 -08:00
warnings_engine_disabled.result Bug#24997 warnings test case failure 2006-12-15 15:05:50 +01:00
windows.require
windows.result Bug#17489 failed to put data file in custom directory use "data directory" option 2006-12-11 12:33:42 +01:00
xa.result
xml.result WL# 3031 2006-12-08 22:19:51 -05:00