diff options
author | Vadim Tkachenko <vadim@percona.com> | 2009-02-10 18:56:11 -0800 |
---|---|---|
committer | Vadim Tkachenko <vadim@percona.com> | 2009-02-10 18:56:11 -0800 |
commit | 3e5c7d0ce7c96115bc1004c2da93307c676a52b1 (patch) | |
tree | edb780a8b9469e28d59ed1225504f49891d388cc /handler | |
parent | 4ba507eff572a82e1de26ca81cd3a051fdfecc58 (diff) | |
download | mariadb-git-3e5c7d0ce7c96115bc1004c2da93307c676a52b1.tar.gz |
sync with rev43
Diffstat (limited to 'handler')
-rw-r--r-- | handler/i_s.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/handler/i_s.cc b/handler/i_s.cc index b73f9abc334..dbcb65990d4 100644 --- a/handler/i_s.cc +++ b/handler/i_s.cc @@ -2544,6 +2544,8 @@ i_s_innodb_rseg_fill( int status = 0; trx_rseg_t* rseg; + DBUG_ENTER("i_s_innodb_rseg_fill"); + /* deny access to non-superusers */ if (check_global_access(thd, PROCESS_ACL)) { |