mirror of
https://github.com/MariaDB/server.git
synced 2025-08-09 22:24:09 +03:00
Fix a compiler warning
This commit is contained in:
@@ -751,6 +751,7 @@ public:
|
|||||||
|
|
||||||
interface Rdb_tables_scanner {
|
interface Rdb_tables_scanner {
|
||||||
virtual int add_table(Rdb_tbl_def * tdef) = 0;
|
virtual int add_table(Rdb_tbl_def * tdef) = 0;
|
||||||
|
virtual ~Rdb_tables_scanner() {} /* Keep the compiler happy */
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user