diff options
author | marko@hundin.mysql.fi <> | 2005-04-25 10:14:35 +0300 |
---|---|---|
committer | marko@hundin.mysql.fi <> | 2005-04-25 10:14:35 +0300 |
commit | b3d6f517056680b609c9d5c3c0ed2ac85f34a8f6 (patch) | |
tree | 4840b10eed2c1bb2f0170e733698fa1cc219e077 /innobase/dict | |
parent | ee7ed763931dd347bfa7725ceba84ce645a1e42c (diff) | |
download | mariadb-git-b3d6f517056680b609c9d5c3c0ed2ac85f34a8f6.tar.gz |
InnoDB: Performance optimizations based on OProfile analysis
Diffstat (limited to 'innobase/dict')
-rw-r--r-- | innobase/dict/dict0crea.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/dict/dict0crea.c b/innobase/dict/dict0crea.c index 1f12386e413..c7d6ffd2c22 100644 --- a/innobase/dict/dict0crea.c +++ b/innobase/dict/dict0crea.c @@ -736,7 +736,7 @@ dict_truncate_index_tree( dulint index_id; byte* ptr; ulint len; - ibool comp; + ulint comp; dict_index_t* index; #ifdef UNIV_SYNC_DEBUG |