1
0
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:
Georg Richter
2024-12-22 11:00:12 +01:00
parent 80a7fa5cee
commit 12a7054194
3 changed files with 51 additions and 8 deletions

View File

@@ -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,