mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
f8bf5b0f84
SELECT WSREP_LAST_SEEN_GTID aborts the server if no provider is loaded.
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();
|