mirror of
https://github.com/MariaDB/server.git
synced 2025-12-03 19:06:32 +01:00
There was two problems. Firsty, implementation assumed that thd->wsrep_rgi is not nullptr, this is not true for TOI. Secondly, Sql_condition_iterator was also assumed to be not nullptr, this might not be also true. Fixed by adding nullptr guard for thd->wsrep_rgi and if Sql_condition_iterator is nullptr obtain error information directly from Diagnostics_area if there is some error there. |
||
|---|---|---|
| .. | ||
| include | ||
| r | ||
| t | ||
| disabled.def | ||
| galera_2nodes.cnf | ||
| galera_2nodes_as_master.cnf | ||
| galera_2nodes_as_replica_2primary.cnf | ||
| galera_2nodes_as_slave.cnf | ||
| galera_2x2nodes.cnf | ||
| galera_3nodes_as_slave.cnf | ||
| galera_4nodes.cnf | ||
| my.cnf | ||
| suite.pm | ||