1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Expose utf8mb4_bin charset for plugins

Cleanup other linker errors
This commit is contained in:
Vicențiu Ciorbaru
2020-10-28 21:33:20 +02:00
parent 17ec6d6ce1
commit 76fabe816f
4 changed files with 4 additions and 3 deletions

View File

@ -3498,7 +3498,7 @@ public:
const Column_definition *row_start,
const Column_definition *row_end) const;
};
extern Vers_type_timestamp vers_type_timestamp;
extern MYSQL_PLUGIN_IMPORT Vers_type_timestamp vers_type_timestamp;
class Vers_type_trx: public Vers_type_handler