mariadb/storage/xtradb
Jan Lindström fc2df3c637 MDEV-6812: Merge Kakao: Add global status variables which tell
you the progress of inplace alter table and row log buffer usage

-    (x 100%, it's 4-digit. 10000 means 100.00%)
-    Innodb_onlineddl_rowlog_rows
       Shows how many rows are stored in row log buffer.
-    Innodb_onlineddl_rowlog_pct_used
       Shows row log buffer usage in percent ( *100%, it's 4-digit. 10000 means 100.00% ).
-    Innodb_onlineddl_pct_progress
       Shows the progress of inplace alter table. It might
       be not so accurate because inplace alter is highly
       depend on disk and buffer pool status.
       But still it is useful and better than nothing.

-    Add some log for inplace alter table
       XtraDB/InnoDB will print some message before and
       after doing some task.
2014-09-30 14:50:34 +03:00
..
api xtradb 5.6.17-65.0 2014-05-07 17:33:33 +02:00
btr Fix Windows compiler error by disabling for now the nullptr class 2014-08-07 13:41:46 +03:00
buf MDEV-6512: InnoDB: Assertion failure in thread 4537024512 in file 2014-07-31 11:31:39 +03:00
data Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
dict MDEV-6247: Merge 10.0-galera to 10.1. 2014-08-27 13:15:37 +03:00
dyn Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
eval Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
fil MDEV-6701: InnoDB tests fail in 10.1 2014-09-08 09:34:03 +03:00
fsp Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
fts xtradb 5.6.17-65.0 2014-05-07 17:33:33 +02:00
fut Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
ha Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
handler MDEV-6812: Merge Kakao: Add global status variables which tell 2014-09-30 14:50:34 +03:00
ibuf xtradb 5.6.17-65.0 2014-05-07 17:33:33 +02:00
include MDEV-6812: Merge Kakao: Add global status variables which tell 2014-09-30 14:50:34 +03:00
lock Fix incorrect merge. 2014-08-27 20:00:13 +03:00
log Fiix random test failures on fil_decompress_page_2 function. 2014-07-25 14:37:10 +03:00
mach Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
mem MDEV-6184 10.0.11 merge 2014-05-06 10:21:34 +02:00
mtr MDEV-6184 10.0.11 merge 2014-05-06 10:21:34 +02:00
os Remove unnecessary debug output causing unnecessary warnings. 2014-09-10 20:19:41 +03:00
page MDEV-5834: Merge Kakao Defragmentation implementation to MariaDB 10.1 2014-08-06 15:28:58 +03:00
pars xtradb 5.6.17-65.0 2014-05-07 17:33:33 +02:00
que Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
read Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
rem MDEV-6247: Merge 10.0-galera to 10.1. 2014-08-26 15:43:46 +03:00
row MDEV-6812: Merge Kakao: Add global status variables which tell 2014-09-30 14:50:34 +03:00
srv MDEV-6812: Merge Kakao: Add global status variables which tell 2014-09-30 14:50:34 +03:00
sync MDEV-5834: Merge Kakao Defragmentation implementation to MariaDB 10.1 2014-08-06 15:28:58 +03:00
trx MDEV-6247: Merge 10.0-galera to 10.1. 2014-08-26 15:43:46 +03:00
usr Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
ut MDEV-5834: Merge Kakao Defragmentation implementation to MariaDB 10.1 2014-08-06 15:28:58 +03:00
wsrep MDEV-6247: Merge 10.0-galera to 10.1. 2014-08-26 15:43:46 +03:00
CMakeLists.txt MDEV-6247: Merge 10.0-galera to 10.1. 2014-08-27 13:15:37 +03:00
COPYING.Google
COPYING.Percona
Doxyfile merge with xtradb-5.5.15 2011-07-18 23:04:24 +02:00
ha_innodb.def