mariadb/support-files
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
..
dtrace Updated/added copyright headers 2011-06-30 17:46:53 +02:00
MacOSX mysql-5.5.37 selective merge 2014-03-27 22:26:58 +01:00
RHEL4-SElinux Updated/added copyright header. Added line "use is subject to license terms" 2014-02-17 18:19:04 +05:30
rpm MDEV-5986 MariaDB upgrade on CentOS 6 fails due to sed error 2014-04-07 20:41:28 +02:00
binary-configure.sh
build-tags Bug#16729109: FIX COMPILATION WARNINGS WITH GCC 4.8 2013-06-14 10:52:23 +02:00
ccfilter
CMakeLists.txt MDEV-5182 - build of 10.0.4/r3863 fails @ 'cmake' with 2013-11-18 15:48:01 +04:00
compiler_warnings.supp MDEV-5905: Creating tmp. memory table kills the server 2014-03-26 21:58:27 +02:00
config.huge.ini.sh Initail merge with MySQL 5.1 (XtraDB still needs to be merged) 2011-11-21 19:13:14 +02:00
config.medium.ini.sh Initail merge with MySQL 5.1 (XtraDB still needs to be merged) 2011-11-21 19:13:14 +02:00
config.small.ini.sh Initail merge with MySQL 5.1 (XtraDB still needs to be merged) 2011-11-21 19:13:14 +02:00
db.opt Added new states to be able to better diagnose where server hangs. 2014-05-03 19:12:17 +03:00
magic
my-huge.cnf.sh Ensure we don't assert with debug binaries if SHOW INNODB STATUS returns with an error. 2012-08-20 22:54:15 +03:00
my-innodb-heavy-4G.cnf.sh merge with 5.3 2011-10-19 21:45:18 +02:00
my-large.cnf.sh Merge with MySQL 5.1.55 2011-02-20 18:51:43 +02:00
my-medium.cnf.sh Merge with MySQL 5.1.55 2011-02-20 18:51:43 +02:00
my-small.cnf.sh 5.5-merge 2011-07-02 22:08:51 +02:00
mysql-log-rotate.sh
mysql-multi.server.sh A follow-up on WL#5154 and WL#5182: remove forgotten options. 2010-03-03 22:22:02 +03:00
MySQL-shared-compat.spec.sh Updated/added copyright headers 2014-01-06 10:52:35 +05:30
mysql.m4 Updated/added copyright header. Added line "use is subject to license terms" 2014-02-17 18:19:04 +05:30
mysql.server-sys5.sh
mysql.server.sh MDEV-5068 import file from init script 2014-04-10 10:34:28 +02:00
mysql.spec.sh Merge 5.1 => 5.5 2013-10-30 04:12:24 +01:00
mysqld_multi.server.sh
ndb-config-2-node.ini.sh Updated/added copyright headers 2011-06-30 17:46:53 +02:00