diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2022-09-13 09:02:38 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2022-09-13 09:02:38 +0300 |
commit | d2cae171d1a105d52e10757aa268aebd9387ed24 (patch) | |
tree | 98b6d1fa5075bb70f183c58549fef7bc514c3afb /sql/log_event.h | |
parent | d95ffd3df02906303625e7d5c4a6c431013f5b41 (diff) | |
parent | f3785f099c2f0f251f39632928e822328abe9a02 (diff) | |
download | mariadb-git-d2cae171d1a105d52e10757aa268aebd9387ed24.tar.gz |
Merge 10.7 into 10.8mariadb-10.8.5
Diffstat (limited to 'sql/log_event.h')
-rw-r--r-- | sql/log_event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/log_event.h b/sql/log_event.h index 06f51d263e1..f00cbc8d1fd 100644 --- a/sql/log_event.h +++ b/sql/log_event.h @@ -2149,7 +2149,7 @@ public: flags2==0 (5.0 master, we know this has a meaning of flags all down which must influence the query). */ - bool flags2_inited; + uint32 flags2_inited; bool sql_mode_inited; bool charset_inited; |