diff options
author | Monty <monty@mariadb.org> | 2016-08-21 20:18:39 +0300 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2016-08-21 20:18:39 +0300 |
commit | 6f31dd093a245a21a69fd990f947611a5dcfb77b (patch) | |
tree | d9210599ff8956c39f9b1bc1e247f88c3151a990 /mysql-test/r/create.result | |
parent | 8d5a0d650b123e963d5fead2424783a9b52da395 (diff) | |
download | mariadb-git-6f31dd093a245a21a69fd990f947611a5dcfb77b.tar.gz |
Added new status variables to make it easier to debug certain problems:
- Handler_read_retry
- Update_scan
- Delete_scan
Diffstat (limited to 'mysql-test/r/create.result')
-rw-r--r-- | mysql-test/r/create.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/create.result b/mysql-test/r/create.result index 372e2baa02b..20120bf7663 100644 --- a/mysql-test/r/create.result +++ b/mysql-test/r/create.result @@ -1721,6 +1721,7 @@ Handler_read_key 0 Handler_read_last 0 Handler_read_next 0 Handler_read_prev 0 +Handler_read_retry 0 Handler_read_rnd 0 Handler_read_rnd_deleted 0 Handler_read_rnd_next 7 |