1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

merge Spider 3.2.4

This commit is contained in:
Kentoku SHIBA
2014-06-08 19:52:11 +09:00
parent 349e31d5a7
commit 29cf8fb348
22 changed files with 1296 additions and 326 deletions

View File

@@ -214,6 +214,11 @@ public:
spider_string *str,
CHARSET_INFO *access_charset
);
int fetch_table_for_discover_table_structure(
spider_string *str,
SPIDER_SHARE *spider_share,
CHARSET_INFO *access_charset
);
#endif
};