MariaDB 10.10.5 release

-----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEF39AEP5WyjM2MAMF8WVvJMdM0dgFAmSAdK8ACgkQ8WVvJMdM
 0djVHA/+OFBiJlc0XIPSJAzxvsjVeh9ufjRCEaugj3SQv9oAI5C/teegVRjxl+6E
 BZWZUpGHzr+p5w50M9P3oThqMriawyJne48cAcuNa6rWG7OAOqCLD0VAc/QL6lF5
 diRutRv8DoRC3iHTIKQlFOR18pQDbcczgBtgznI/bmtf5SIFKd1mrq0z+iA5wQ++
 0/VPqcIixumGCFsjaBxzafOz4wD4oYed3HCuVs143ZHqP99HGmsZxVbT7ASd5r2K
 9OPsov/G3kVtJSXoxJcnNflZNFNkH5Ek2z5fEZAR/HFYvypNksT6GY2Y9GbwPoGe
 TqXTUXy3VwZ4+7498y50P0Y3UikOQWDUSCHyrU96e5JN1/fRDPvpz7C52EXFVUfC
 eCNhnIeTL1qVIK6cn1JQO++Odn8Suyt92gq1T8K8yRjaWWoZa/ElY2PxgjpqIbqo
 A01EDUrPu4O79XLfXjOWp6TaM/pYSk4mHtPhso+GNKsM2rMPuYtb5RbdA1dYwFAM
 aP5bOALzQUygNN6a0G+wQoclQRKbDHFaCzByh1L3cIJ6+5Pvk4mP+xPtbgt06jhG
 9tmA8hwWdqP5AI5xf27wYrn0AS2i7NsunVjKC12851JLsn1Y0dm6KQ/dhTys+Bxc
 VCbw3Y3Yanqhbyx6XfoyfcQ5Ctnwvz4dNYTI2YeVG6FDYCYrwWk=
 =MKqT
 -----END PGP SIGNATURE-----

Merge mariadb-10.10.5 into 10.10
This commit is contained in:
Marko Mäkelä 2023-06-08 11:22:20 +03:00
commit 47c9a61d96

View file

@ -8,6 +8,8 @@ connection node_4;
call mtr.add_suppression("WSREP: Ignoring server id for non bootstrap node.");
connection node_3;
CHANGE MASTER TO master_host='127.0.0.1', master_user='root', master_port=NODE_MYPORT_1, master_use_gtid=current_pos;;
Warnings:
Warning 1681 'master_use_gtid=current_pos' is deprecated and will be removed in a future release. Please use master_demote_to_slave=1 instead
START SLAVE;
include/wait_for_slave_to_start.inc
connection node_1;
@ -110,6 +112,8 @@ connection node_3;
connection node_3;
STOP SLAVE;
RESET SLAVE ALL;
Warnings:
Note 4190 RESET SLAVE is implicitly changing the value of 'Using_Gtid' from 'Current_Pos' to 'Slave_Pos'
connection node_1;
SET SESSION WSREP_ON=OFF;
RESET MASTER;