mirror of
https://github.com/MariaDB/server.git
synced 2025-02-10 23:45:34 +01:00
10 lines
256 B
Text
10 lines
256 B
Text
#
|
|
# MDEV-23466: SIGABRT in wsrep::server_state::provider on
|
|
# SELECT WSREP_LAST_SEEN_GTID() on optimized builds
|
|
#
|
|
|
|
--source include/have_innodb.inc
|
|
--source include/have_wsrep.inc
|
|
--source include/have_binlog_format_row.inc
|
|
|
|
SELECT WSREP_LAST_SEEN_GTID();
|