mirror of
https://github.com/MariaDB/server.git
synced 2025-01-25 00:04:33 +01:00
Fix -ansi -pedantic compilation failure.
This commit is contained in:
parent
c7674f1424
commit
bebba9582f
1 changed files with 1 additions and 1 deletions
|
@ -1310,7 +1310,7 @@ enum enum_mysql_completiontype {
|
||||||
SAVEPOINT_NAME_ROLLBACK=2,
|
SAVEPOINT_NAME_ROLLBACK=2,
|
||||||
SAVEPOINT_NAME_RELEASE=4,
|
SAVEPOINT_NAME_RELEASE=4,
|
||||||
COMMIT_AND_CHAIN=6,
|
COMMIT_AND_CHAIN=6,
|
||||||
ROLLBACK_AND_CHAIN=7,
|
ROLLBACK_AND_CHAIN=7
|
||||||
};
|
};
|
||||||
|
|
||||||
int mysql_endtrans(THD *thd, enum enum_mysql_completiontype completion,
|
int mysql_endtrans(THD *thd, enum enum_mysql_completiontype completion,
|
||||||
|
|
Loading…
Add table
Reference in a new issue