1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Fix clang -Wunused-private-field

This commit is contained in:
Marko Mäkelä
2019-04-03 19:50:51 +03:00
parent 1f3bcff1f2
commit 6a9b216301
3 changed files with 1 additions and 5 deletions

View File

@@ -4565,7 +4565,6 @@ class select_insert :public select_result_interceptor {
class select_create: public select_insert {
ORDER *group;
TABLE_LIST *create_table;
Table_specification_st *create_info;
TABLE_LIST *select_tables;