diff options
author | monty@mysql.com <> | 2004-07-15 04:19:07 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2004-07-15 04:19:07 +0300 |
commit | 5b3c418b4835c688b0859a3e82d0280cd177e52a (patch) | |
tree | e83d5aa4118851b076ed870c7e9c5fd8b5bb53ef /sql/handler.cc | |
parent | 31fe2837f9c0579454cba635ee127536a6ac55ce (diff) | |
download | mariadb-git-5b3c418b4835c688b0859a3e82d0280cd177e52a.tar.gz |
After merge fixes
Note: The following tests fails
- fulltext (Sergei has promised to fix)
- rpl_charset (Guilhem should fix)
- rpl_timezone (Dimitray has promised to fix)
Sanja needs to check out the calling of close_thread_tables() in sp_head.cc
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; } - |