diff options
author | Sachin <sachin.setiya@mariadb.com> | 2020-03-10 21:17:34 +0530 |
---|---|---|
committer | Sachin <sachin.setiya@mariadb.com> | 2020-03-10 21:17:34 +0530 |
commit | bbe641664d35ca0d88e6cd2f34870e0d1b9b68c0 (patch) | |
tree | 97f0b690481de9560db5647243204301fe72fc37 /sql/rpl_mi.h | |
parent | bb91facb8fcc834554d79dd34814bde077ba89df (diff) | |
download | mariadb-git-bb-10.5-oalter.tar.gz |
States reducedbb-10.5-oalter
Diffstat (limited to 'sql/rpl_mi.h')
-rw-r--r-- | sql/rpl_mi.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sql/rpl_mi.h b/sql/rpl_mi.h index 4c2ebb9207b..3ab167c16e8 100644 --- a/sql/rpl_mi.h +++ b/sql/rpl_mi.h @@ -151,9 +151,7 @@ enum start_alter_state REGISTERED= 0, // Start Alter exist, Default state COMMIT_ALTER, // COMMIT the alter ROLLBACK_ALTER, // Rollback the alter - COMMITTED, // COMMIT/ROLLBACK Alter written in binlog - SHUTDOWN_RECIEVED, //Got shutdown in between - SHUTDOWN_COMPLETED //Shutdown formalities done on spawned thd side + COMMITTED // COMMIT/ROLLBACK Alter written in binlog }; struct start_alter_info { |