mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Hand merge, which needs fixes.
This commit is contained in:
@@ -73,6 +73,10 @@ typedef struct st_filesort_info
|
||||
/*
|
||||
Values in this enum are used to indicate during which operations value
|
||||
of TIMESTAMP field should be set to current timestamp.
|
||||
WARNING: The values are used for bit operations. If you change the enum,
|
||||
you must keep the bitwise relation of the values. For example:
|
||||
(int) TIMESTAMP_AUTO_SET_ON_BOTH ==
|
||||
(int) TIMESTAMP_AUTO_SET_ON_INSERT | (int) TIMESTAMP_AUTO_SET_ON_UPDATE.
|
||||
*/
|
||||
enum timestamp_auto_set_type
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user