diff options
author | unknown <heikki@hundin.mysql.fi> | 2004-01-20 17:35:51 +0200 |
---|---|---|
committer | unknown <heikki@hundin.mysql.fi> | 2004-01-20 17:35:51 +0200 |
commit | 4e6744a45fd95a5ca86b183277fe0684b0c9d795 (patch) | |
tree | 6a1360a342961acbffc0b6389e9b2753eeaf3c3f /innobase | |
parent | b89abbf8a154376678a3ed8a9fe6ea25b5209aba (diff) | |
download | mariadb-git-4e6744a45fd95a5ca86b183277fe0684b0c9d795.tar.gz |
row0sel.c:
Remove extra mtr_start()
innobase/row/row0sel.c:
Remove extra mtr_start()
Diffstat (limited to 'innobase')
-rw-r--r-- | innobase/row/row0sel.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/innobase/row/row0sel.c b/innobase/row/row0sel.c index 5a5da3ba59a..57de309c090 100644 --- a/innobase/row/row0sel.c +++ b/innobase/row/row0sel.c @@ -2903,8 +2903,6 @@ row_search_for_mysql( mtr_start(&mtr); - mtr_start(&mtr); - /*-------------------------------------------------------------*/ /* PHASE 2: Try fast adaptive hash index search if possible */ |