1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Make testsuite to pass

- Drop all tables in explain_json.test
- Tabular form should print ref='' when type='fulltext' (another peculiarity
  of the traditional EXPLAIN format)
- String_list::append_str should allocate memory for \0, too
- Some temporary code for EXPLAIN JSON and join buffering.
This commit is contained in:
Sergei Petrunia
2014-11-21 21:44:06 +03:00
parent 305dd8e5fb
commit 3c5ce8a0a3
3 changed files with 15 additions and 4 deletions

View File

@ -174,5 +174,5 @@ EXPLAIN
}
}
}
drop table t1;
drop table t1,t2;
drop table t0;