diff options
Diffstat (limited to 'sql/handler.cc')
-rw-r--r-- | sql/handler.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/handler.cc b/sql/handler.cc index 017b9d9d4c8..8ca842efebe 100644 --- a/sql/handler.cc +++ b/sql/handler.cc @@ -1493,4 +1493,3 @@ int handler::index_read_idx(byte * buf, uint index, const byte * key, error= ha_index_end(); return error; } - |