diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2021-03-19 13:06:31 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2021-03-19 13:09:21 +0200 |
commit | be881ec4572b1cecd497436c5db471a83b6ae728 (patch) | |
tree | 966fef6744a55d6b0decd0ccee14d89774734c07 /sql/wsrep_dummy.cc | |
parent | 190a8312f598fc4892331225104297f6288f23ac (diff) | |
parent | 550cf13eb3e8a25826a0fa67935fc28ee7adb0c8 (diff) | |
download | mariadb-git-be881ec4572b1cecd497436c5db471a83b6ae728.tar.gz |
Merge 10.4 into 10.5
Diffstat (limited to 'sql/wsrep_dummy.cc')
-rw-r--r-- | sql/wsrep_dummy.cc | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sql/wsrep_dummy.cc b/sql/wsrep_dummy.cc index 5174b6e0b07..68cc3cf4ae4 100644 --- a/sql/wsrep_dummy.cc +++ b/sql/wsrep_dummy.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2014, 2020, MariaDB +/* Copyright (C) 2014, 2021, MariaDB This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -107,14 +107,6 @@ const char* wsrep_thd_client_state_str(const THD*) const char* wsrep_thd_client_mode_str(const THD*) { return 0; } -void wsrep_thd_auto_increment_variables(THD *thd, - unsigned long long *offset, - unsigned long long *increment) -{ - *offset= thd->variables.auto_increment_offset; - *increment= thd->variables.auto_increment_increment; -} - const char* wsrep_thd_transaction_state_str(const THD*) { return 0; } |