Commit fc8da659 authored by Marko Mäkelä's avatar Marko Mäkelä

After-merge fix: clang -Winconsistent-missing-override

The virtual member function that was added in
commit 1766a18e
needs to be declared "override".
parent 22d2df8c
......@@ -459,7 +459,7 @@ class ha_innobase final: public handler
/* @return true if it's necessary to switch current statement log
format from STATEMENT to ROW if binary log format is MIXED and
autoincrement values are changed in the statement */
bool autoinc_lock_mode_stmt_unsafe() const;
bool autoinc_lock_mode_stmt_unsafe() const override;
dict_index_t* innobase_get_index(uint keynr);
#ifdef WITH_WSREP
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment