You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-07 02:42:49 +03:00
Partial revert of 1a2ed3f67a
Since Item_result enumerations are also used by MariaDB server, we moved them back to mariadb_com.h. Item_result is not used in Connector/C 3.3 and above for replication api.
This commit is contained in:
@@ -59,6 +59,8 @@ enum mysql_enum_shutdown_level
|
||||
KILL_CONNECTION= 255
|
||||
};
|
||||
|
||||
enum Item_result {STRING_RESULT,REAL_RESULT,INT_RESULT,ROW_RESULT,DECIMAL_RESULT};
|
||||
|
||||
enum enum_server_command
|
||||
{
|
||||
COM_SLEEP = 0,
|
||||
|
Reference in New Issue
Block a user