mariadb/mysql-test/suite/funcs_1/datadict
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
..
basics_mixed1.inc Bug#24062 Incorrect error msg after execute DROP TABLE IF EXISTS on information_schema 2009-10-23 11:56:30 +05:00
basics_mixed2.inc WL#4203 Reorganize and fix the data dictionary tests of 2008-03-07 17:33:07 +01:00
basics_mixed3.inc WL#4203 Reorganize and fix the data dictionary tests of 2008-03-07 17:33:07 +01:00
columns.inc Fix for 2008-06-16 20:39:58 +02:00
datadict.pre WL#4203 Reorganize and fix the data dictionary tests of 2008-03-07 17:33:07 +01:00
datadict_bug_12777.inc Fix for 2008-03-31 19:48:02 +02:00
datadict_load.inc Post merge fix for 2008-04-01 13:18:31 +02:00
datadict_priv.inc merge with 5.3 2011-10-19 21:45:18 +02:00
is_key_column_usage.inc Remove assignments of the $MASTER_MYSOCK variable. 2009-06-09 13:09:16 -03:00
is_routines.inc merge with 5.3 2011-10-19 21:45:18 +02:00
is_schemata.inc Remove assignments of the $MASTER_MYSOCK variable. 2009-06-09 13:09:16 -03:00
is_table_query.inc WL#4203 Reorganize and fix the data dictionary tests of 2008-03-07 17:33:07 +01:00
is_tables.inc Bug#35427 INFORMATION_SCHEMA.TABLES.TABLE_CATALOG is NULL, should be "def" 2009-10-23 16:02:20 +05:00
is_triggers.inc rename maria to aria 2010-09-12 18:40:01 +02:00
is_views.inc rename maria to aria 2010-09-12 18:40:01 +02:00
processlist_priv.inc merge with 5.3 2011-10-19 21:45:18 +02:00
processlist_val.inc Added new states to be able to better diagnose where server hangs. 2014-05-03 19:12:17 +03:00
statistics.inc Remove assignments of the $MASTER_MYSOCK variable. 2009-06-09 13:09:16 -03:00
table_constraints.inc Remove assignments of the $MASTER_MYSOCK variable. 2009-06-09 13:09:16 -03:00
tables.inc Remove assignments of the $MASTER_MYSOCK variable. 2009-06-09 13:09:16 -03:00
tables1.inc Remove assignments of the $MASTER_MYSOCK variable. 2009-06-09 13:09:16 -03:00
tables2.inc rename maria to aria 2010-09-12 18:40:01 +02:00