• SachinSetiya's avatar
    MDEV-11016 wsrep_node_is_ready() check is too strict · 7ed5563b
    SachinSetiya authored
      Problem:-
      The condition that checks for node readiness is too strict as it does
      not allow SELECTs even if these selects do not access any tables.
      For example,if we run
           SELECT 1;
      OR
           SELECT @@max_allowed_packet;
      Solution:-
      We need not to report this error when all_tables(lex->query_tables)
      is NULL:
    7ed5563b
galera_var_dirty_reads.test 1.39 KB