• SachinSetiya's avatar
    MDEV-11016 wsrep_node_is_ready() check is too strict · 72fd15f7
    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:
    72fd15f7
galera_var_dirty_reads.result 744 Bytes