mariadb/mysql-test/suite/funcs_1/r
Michael Widenius a10a9448b0 Added new states to be able to better diagnose where server hangs.
- Table locks now ends with state "After table lock"
- Open table now ends with state "After opening tables"
- All calls to close_thread_tables(), not only from mysql_execute_command(), has state "closing tables"
- Added state "executing" for mysql admin commands, like CACHE INDEX, REPAIR TABLE etc.
- Added state "Finding key cache" for CACHE INDEX
- Added state "Filling schema table" when we generate temporary table for SHOW commands and information schema.

Other things:
Add limit from innobase for thread_sleep_delay. This fixed a failing tests case.
Added db.opt to support-files to make 'make package' work


mysql-test/suite/funcs_1/datadict/processlist_val.inc:
  Use new state
mysql-test/suite/funcs_1/r/processlist_priv_no_prot.result:
  Updated test result because of new state
mysql-test/suite/funcs_1/r/processlist_val_no_prot.result:
  Updated test result because of new state
sql/CMakeLists.txt:
  Have option files in support-files
sql/lock.cc:
  Added new state 'After table lock'
sql/sql_admin.cc:
  Added state "executing" and "Sending data" for mysql admin commands, like CACHE INDEX, REPAIR TABLE etc.
  Added state "Finding key cache"
sql/sql_base.cc:
  open tables now ends with state "After table lock", instead of NULL
sql/sql_parse.cc:
  Moved state "closing tables" to close_thread_tables()
sql/sql_show.cc:
  Added state "Filling schema table" when we generate temporary table for SHOW commands and information schema.
storage/xtradb/buf/buf0buf.c:
  Removed compiler warning
storage/xtradb/handler/ha_innodb.cc:
  Add limit from innobase for thread_sleep_delay. This fixed a failing tests case.
support-files/db.opt:
  cmakes needs this to create data/test directory
2014-05-03 19:12:17 +03:00
..
charset_collation.result Fix for Bug#40545, Bug#40209, Bug#40618, Bug#38346 2009-06-19 17:04:25 +02:00
innodb_bitdata.result WL#4203 Reorganize and fix the data dictionary tests of 2008-03-07 17:33:07 +01:00
innodb_cursors.result WL#4203 Reorganize and fix the data dictionary tests of 2008-03-07 17:33:07 +01:00
innodb_func_view.result Merge from 5.3 2014-04-18 13:41:15 +04:00
innodb_storedproc_02.result after merge changes: 2011-12-12 23:58:40 +01:00
innodb_storedproc_03.result Rename std_data_ln to std_data. 2009-01-31 17:22:59 -02:00
innodb_storedproc_06.result merge mysql-5.1->mysql-5.5 2011-03-09 16:04:50 +02:00
innodb_storedproc_07.result Bug #21099 MySQL 5.0.22 silently creates MyISAM tables even though 2009-10-09 16:52:02 +02:00
innodb_storedproc_08.result after merge changes: 2011-12-12 23:58:40 +01:00
innodb_storedproc_10.result Merge from mysql-trunk 2010-06-02 18:08:06 +02:00
innodb_trig_03.result Fixed many funcs_1 tests after 43588 2010-03-19 10:02:42 +01:00
innodb_trig_03e.result after merge changes: 2011-12-12 23:58:40 +01:00
innodb_trig_08.result after merge changes: 2011-12-12 23:58:40 +01:00
innodb_trig_09.result after-push test update (bug #39265) 2009-02-05 17:51:00 +04:00
innodb_trig_0102.result after merge changes: 2011-12-12 23:58:40 +01:00
innodb_trig_0407.result after merge changes: 2011-12-12 23:58:40 +01:00
innodb_trig_1011ext.result Rename std_data_ln to std_data. 2009-01-31 17:22:59 -02:00
innodb_trig_frkey.result 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
innodb_views.result 5.2 merge. 2012-08-22 16:45:25 +02:00
is_basics_mixed.result merge 2010-07-09 15:40:38 +03:00
is_character_sets.result Bug#35789 wrong datatypes for collation and charset columns in EVENTS, ROUTINES, TRIGGERS 2008-11-13 13:50:20 +04:00
is_cml_innodb.result merge with 5.3 2011-10-19 21:45:18 +02:00
is_cml_memory.result merge with 5.3 2011-10-19 21:45:18 +02:00
is_cml_myisam.result merge with 5.3 2011-10-19 21:45:18 +02:00
is_coll_char_set_appl.result Fix for Bug#43383 main.variables-big : Weak testing code and result 2009-03-26 19:12:19 +01:00
is_collations.result Bug#35789 wrong datatypes for collation and charset columns in EVENTS, ROUTINES, TRIGGERS 2008-11-13 13:50:20 +04:00
is_column_privileges.result Bug#35427 INFORMATION_SCHEMA.TABLES.TABLE_CATALOG is NULL, should be "def" 2009-10-23 16:02:20 +05:00
is_column_privileges_is_mysql_test.result WL#4203 Reorganize and fix the data dictionary tests of 2008-03-07 17:33:07 +01:00
is_columns.result merge with 5.3 2011-10-19 21:45:18 +02:00
is_columns_innodb.result 5.2 merge. 2012-08-22 16:45:25 +02:00
is_columns_is.result MDEV-4519 SHOW EVENTS and SHOW PROCEDURE STATUS truncate long user names 2013-06-13 20:18:40 +02:00
is_columns_is_embedded.result remove PBXT 2013-08-30 11:25:49 +02:00
is_columns_memory.result 5.2 merge. 2012-08-22 16:45:25 +02:00
is_columns_myisam.result 5.2 merge. 2012-08-22 16:45:25 +02:00
is_columns_myisam_embedded.result 5.2 merge. 2012-08-22 16:45:25 +02:00
is_columns_mysql.result 5.2 merge 2014-03-16 21:03:01 +01:00
is_columns_mysql_embedded.result 5.2 merge 2014-03-16 21:03:01 +01:00
is_engines.result Fixed test failures 2010-08-05 18:38:06 +03:00
is_engines_archive.result Post merge fixes after 2008-03-07 20:18:14 +01:00
is_engines_blackhole.result Post merge fixes after 2008-03-07 20:18:14 +01:00
is_engines_csv.result Post merge fixes after 2008-03-07 20:18:14 +01:00
is_engines_federated.result Result file update for new FederatedX 2009-11-07 07:29:10 +01:00
is_engines_innodb,innodb_plugin.rdiff allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
is_engines_innodb.result merge with 5.3 2011-10-19 21:45:18 +02:00
is_engines_memory.result Post merge fixes after 2008-03-07 20:18:14 +01:00
is_engines_merge.result Post merge fixes after 2008-03-07 20:18:14 +01:00
is_engines_myisam.result BUG#54832 - Comment for MyISAM says it is a default engine 2010-07-05 11:34:29 +04:00
is_events.result MDEV-4519 SHOW EVENTS and SHOW PROCEDURE STATUS truncate long user names 2013-06-13 20:18:40 +02:00
is_key_column_usage.result Bug #57916: Fix the naming of the proxy_priv table 2010-11-02 17:45:26 +02:00
is_key_column_usage_embedded.result 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
is_routines.result MDEV-4519 SHOW EVENTS and SHOW PROCEDURE STATUS truncate long user names 2013-06-13 20:18:40 +02:00
is_routines_embedded.result 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
is_schema_privileges.result Bug#35427 INFORMATION_SCHEMA.TABLES.TABLE_CATALOG is NULL, should be "def" 2009-10-23 16:02:20 +05:00
is_schema_privileges_is_mysql_test.result Bug#35427 INFORMATION_SCHEMA.TABLES.TABLE_CATALOG is NULL, should be "def" 2009-10-23 16:02:20 +05:00
is_schemata.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
is_schemata_embedded.result 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
is_schemata_is_mysql_test.result Bug#35427 INFORMATION_SCHEMA.TABLES.TABLE_CATALOG is NULL, should be "def" 2009-10-23 16:02:20 +05:00
is_statistics.result after merge changes: 2011-12-12 23:58:40 +01:00
is_statistics_is.result Patch for WL#3736: Extended Table, Column and Index Comments. 2010-02-20 13:07:32 +03:00
is_statistics_mysql.result Bug #57916: Fix the naming of the proxy_priv table 2010-11-02 17:45:26 +02:00
is_statistics_mysql_embedded.result up-merge 5.1 --> 5.5 2011-03-18 16:44:42 +05:30
is_table_constraints.result Bug #57916: Fix the naming of the proxy_priv table 2010-11-02 17:45:26 +02:00
is_table_constraints_is.result WL#4203 Reorganize and fix the data dictionary tests of 2008-03-07 17:33:07 +01:00
is_table_constraints_mysql.result Bug #57916: Fix the naming of the proxy_priv table 2010-11-02 17:45:26 +02:00
is_table_constraints_mysql_embedded.result up-merge 5.1 --> 5.5 2011-03-18 16:44:42 +05:30
is_table_privileges.result Bug#35427 INFORMATION_SCHEMA.TABLES.TABLE_CATALOG is NULL, should be "def" 2009-10-23 16:02:20 +05:00
is_tables.result Patch for WL#3736: Extended Table, Column and Index Comments. 2010-02-20 13:07:32 +03:00
is_tables_embedded.result Fix for 2008-06-16 20:39:58 +02:00
is_tables_innodb.result Bug#35427 INFORMATION_SCHEMA.TABLES.TABLE_CATALOG is NULL, should be "def" 2009-10-23 16:02:20 +05:00
is_tables_is.result remove PBXT 2013-08-30 11:25:49 +02:00
is_tables_is_embedded.result remove PBXT 2013-08-30 11:25:49 +02:00
is_tables_memory.result Bug#35427 INFORMATION_SCHEMA.TABLES.TABLE_CATALOG is NULL, should be "def" 2009-10-23 16:02:20 +05:00
is_tables_myisam.result merge. 2010-11-25 18:17:28 +01:00
is_tables_myisam_embedded.result merge. 2010-11-25 18:17:28 +01:00
is_tables_mysql.result mysql-5.1.73 merge 2014-03-15 18:24:15 +01:00
is_tables_mysql_embedded.result mysql-5.1.73 merge 2014-03-15 18:24:15 +01:00
is_triggers.result MDEV-4519 SHOW EVENTS and SHOW PROCEDURE STATUS truncate long user names 2013-06-13 20:18:40 +02:00
is_triggers_embedded.result Fix for 2008-06-16 20:39:58 +02:00
is_user_privileges.result merge with 5.3 2011-10-19 21:45:18 +02:00
is_views.result MDEV-4519 SHOW EVENTS and SHOW PROCEDURE STATUS truncate long user names 2013-06-13 20:18:40 +02:00
is_views_embedded.result Fix for 2008-06-16 20:39:58 +02:00
memory_bitdata.result 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
memory_cursors.result 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
memory_func_view.result Merge from 5.3 2014-04-18 13:41:15 +04:00
memory_storedproc_02.result after merge changes: 2011-12-12 23:58:40 +01:00
memory_storedproc_03.result Rename std_data_ln to std_data. 2009-01-31 17:22:59 -02:00
memory_storedproc_06.result merge mysql-5.1->mysql-5.5 2011-03-09 16:04:50 +02:00
memory_storedproc_07.result Bug #21099 MySQL 5.0.22 silently creates MyISAM tables even though 2009-10-09 16:52:02 +02:00
memory_storedproc_08.result after merge changes: 2011-12-12 23:58:40 +01:00
memory_storedproc_10.result Merge from mysql-trunk 2010-06-02 18:08:06 +02:00
memory_trig_03.result Fixed many funcs_1 tests after 43588 2010-03-19 10:02:42 +01:00
memory_trig_03e.result after merge changes: 2011-12-12 23:58:40 +01:00
memory_trig_08.result after merge changes: 2011-12-12 23:58:40 +01:00
memory_trig_09.result after-push test update (bug #39265) 2009-02-05 17:51:00 +04:00
memory_trig_0102.result after merge changes: 2011-12-12 23:58:40 +01:00
memory_trig_0407.result after merge changes: 2011-12-12 23:58:40 +01:00
memory_trig_1011ext.result Rename std_data_ln to std_data. 2009-01-31 17:22:59 -02:00
memory_views.result 5.2 merge. 2012-08-22 16:45:25 +02:00
myisam_bitdata.result 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
myisam_cursors.result 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
myisam_func_view.result Merge from 5.3 2014-04-18 13:41:15 +04:00
myisam_storedproc_02.result after merge changes: 2011-12-12 23:58:40 +01:00
myisam_storedproc_03.result Rename std_data_ln to std_data. 2009-01-31 17:22:59 -02:00
myisam_storedproc_06.result merge mysql-5.1->mysql-5.5 2011-03-09 16:04:50 +02:00
myisam_storedproc_07.result Bug #21099 MySQL 5.0.22 silently creates MyISAM tables even though 2009-10-09 16:52:02 +02:00
myisam_storedproc_08.result after merge changes: 2011-12-12 23:58:40 +01:00
myisam_storedproc_10.result Merge from mysql-trunk 2010-06-02 18:08:06 +02:00
myisam_trig_03.result Fixed many funcs_1 tests after 43588 2010-03-19 10:02:42 +01:00
myisam_trig_03e.result after merge changes: 2011-12-12 23:58:40 +01:00
myisam_trig_08.result after merge changes: 2011-12-12 23:58:40 +01:00
myisam_trig_09.result after-push test update (bug #39265) 2009-02-05 17:51:00 +04:00
myisam_trig_0102.result after merge changes: 2011-12-12 23:58:40 +01:00
myisam_trig_0407.result after merge changes: 2011-12-12 23:58:40 +01:00
myisam_trig_1011ext.result Rename std_data_ln to std_data. 2009-01-31 17:22:59 -02:00
myisam_views-big.result 5.2 merge. 2012-08-22 16:45:25 +02:00
processlist_priv_no_prot.result Added new states to be able to better diagnose where server hangs. 2014-05-03 19:12:17 +03:00
processlist_priv_ps.result fix test cases 2013-05-13 15:46:58 +02:00
processlist_val_no_prot.result Added new states to be able to better diagnose where server hangs. 2014-05-03 19:12:17 +03:00
processlist_val_ps.result fix test cases 2013-05-13 15:46:58 +02:00
row_count_func.result Patch for Bug#21818 (Return value of ROW_COUNT() is incorrect 2010-05-14 09:28:51 +04:00
storedproc.result OPTION is now a valid identifier (not a reserved word) 2013-03-14 18:39:22 +02:00