* Added mariadb-fix-testsuite-openssl3.2.3.patch OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=326
14 lines
545 B
Diff
14 lines
545 B
Diff
Index: mariadb-11.6.1/mysql-test/main/init_connect.test
|
|
===================================================================
|
|
--- mariadb-11.6.1.orig/mysql-test/main/init_connect.test
|
|
+++ mariadb-11.6.1/mysql-test/main/init_connect.test
|
|
@@ -46,7 +46,7 @@ select @a;
|
|
# We got disconnected after receiving the above error message; any further
|
|
# requests should fail with a notice that no one's listening to us.
|
|
# --error CR_SERVER_GONE_ERROR,CR_SERVER_LOST
|
|
---error 2013,2006
|
|
+--error 2013,2006,2026
|
|
select @a;
|
|
connection con0;
|
|
drop table t1;
|