diff options
author | Sergei Krivonos <sergeikrivonos@gmail.com> | 2021-11-30 18:11:14 -0700 |
---|---|---|
committer | Sergei Krivonos <sergeikrivonos@gmail.com> | 2021-12-20 10:09:46 +0200 |
commit | f5fe27294d42c7b9eb7cfbed4b4f5401b6c2bbbb (patch) | |
tree | fdabe4ed6f065ed57554b092dfaa782571a2bce5 /sql/sql_explain.h | |
parent | c9fcea14e9e1f34a97451706eac51276c85bbea7 (diff) | |
download | mariadb-git-bb-10.8-MDEV-27036.tar.gz |
MDEV-27036: re-enable my_json_writer-t unit testbb-10.8-MDEV-27036
Diffstat (limited to 'sql/sql_explain.h')
-rw-r--r-- | sql/sql_explain.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/sql_explain.h b/sql/sql_explain.h index 88fae9d4f1a..7281f2c966f 100644 --- a/sql/sql_explain.h +++ b/sql/sql_explain.h @@ -54,6 +54,8 @@ it into the slow query log. #ifndef SQL_EXPLAIN_INCLUDED #define SQL_EXPLAIN_INCLUDED +class select_result_sink; + class String_list: public List<char> { public: |