diff options
Diffstat (limited to 'include/mysql_com.h')
-rw-r--r-- | include/mysql_com.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mysql_com.h b/include/mysql_com.h index c5fd2d84425..f02f5baab09 100644 --- a/include/mysql_com.h +++ b/include/mysql_com.h @@ -285,6 +285,7 @@ enum enum_server_command */ #define SERVER_STATUS_IN_TRANS_READONLY 8192 + /** Server status flags that must be cleared when starting execution of a new SQL statement. |