mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
MDEV-35837 Move to c++17
Move from c++11 to c++17.
This commit is contained in:
committed by
Dave Gosselin
parent
2563839853
commit
cacaaebf01
@@ -175,7 +175,7 @@ struct dbcontext : public dbcontext_i, private noncopyable {
|
||||
THD *thd;
|
||||
MYSQL_LOCK *lock;
|
||||
bool lock_failed;
|
||||
std::auto_ptr<expr_user_lock> user_lock;
|
||||
std::unique_ptr<expr_user_lock> user_lock;
|
||||
int user_level_lock_timeout;
|
||||
bool user_level_lock_locked;
|
||||
bool commit_error;
|
||||
|
Reference in New Issue
Block a user