1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Galera MTR Tests: fix variable output in galera_as_slave_gtid_replicate_do_db.result

Signed-off-by: Sachin Setiya <sachinsetia1001@gmail.com>
This commit is contained in:
Sachin Setiya
2017-03-14 14:42:52 +05:30
parent f29c40d0a5
commit 00f1ed6655
2 changed files with 33 additions and 1 deletions

View File

@ -69,6 +69,7 @@ struct wsrep_thd_shadow {
char *db;
size_t db_length;
my_hrtime_t user_time;
longlong row_count_func;
};
#endif
class Reprepare_observer;