mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
cleanup: data type plugins
simplify type naming (less boilerplate code). don't force a plugin to specify the name twice.
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
struct st_mariadb_data_type
|
||||
{
|
||||
int interface_version;
|
||||
const class Type_handler *type_handler;
|
||||
class Type_handler *type_handler;
|
||||
};
|
||||
|
||||
|
||||
|
@@ -625,5 +625,5 @@ void thd_wakeup_subsequent_commits(THD* thd, int wakeup_error);
|
||||
struct st_mariadb_data_type
|
||||
{
|
||||
int interface_version;
|
||||
const class Type_handler *type_handler;
|
||||
class Type_handler *type_handler;
|
||||
};
|
||||
|
Reference in New Issue
Block a user