mariadb/mysql-test/suite/galera
Daniel Black 99837c61a6 MDEV-23915 ER_KILL_DENIED_ERROR not passed a thread id
The 10.5 test error main.grant_kill showed up a incorrect
thread id on a big endian architecture.

The cause of this is the sql_kill_user function assumed the
error was ER_OUT_OF_RESOURCES, when the the actual error was
ER_KILL_DENIED_ERROR. ER_KILL_DENIED_ERROR as an error message
requires a thread id to be passed as unsigned long, however a
user/host was passed.

ER_OUT_OF_RESOURCES doesn't even take a user/host, despite
the optimistic comment. We remove this being passed as an
argument to the function so that when MDEV-21978 is implemented
one less compiler format warning is generated (which would
have caught this error sooner).

Thanks Otto for reporting and Marko for analysis.
2022-03-16 09:37:45 +11:00
..
include MDEV-27524: Incorrect binlogs after Galera SST using rsync and mariabackup 2022-02-22 10:45:06 +01:00
r MDEV-23915 ER_KILL_DENIED_ERROR not passed a thread id 2022-03-16 09:37:45 +11:00
t MDEV-23915 ER_KILL_DENIED_ERROR not passed a thread id 2022-03-16 09:37:45 +11:00
disabled.def MDEV-24097: galera[_3nodes] suite tests in MTR sporadically fails 2021-12-23 14:19:44 +01:00
galera_2nodes.cnf MDEV-21182: Galera test failure on MW-284 2019-11-30 13:52:49 +02:00
galera_2nodes_as_master.cnf Merge remote-tracking branch 'origin/10.0-galera' into 10.1 2017-08-21 13:35:00 +03:00
galera_2nodes_as_slave.cnf Merge remote-tracking branch 'origin/10.0-galera' into 10.1 2017-08-21 13:35:00 +03:00
galera_3nodes_as_slave.cnf Test case cleanups. 2020-06-23 07:46:35 +03:00
galera_4nodes.cnf MDEV-21189: Dropping partition with 'wsrep_OSU_method=RSU' and 'SESSION sql_log_bin = 0' cases the galera node to hang 2019-12-09 08:14:39 +02:00
my.cnf cleanup: remove galera/wsrep magic from mtr 2014-10-01 23:38:27 +02:00
suite.pm MDEV-25719: stunnel uses "verifyChain" without subject checks 2021-05-21 03:11:48 +02:00