• unknown's avatar
    comments about mutexes in replication. · 3fdc38d4
    unknown authored
    Don't start the SQL slave thread with SQL_BIG_SELECTS;
    it's better to inhibate max_join_size instead.
    
    
    sql/slave.cc:
      OPTION_BIG_SELECTS does more than ignoring max_join_size (talks to the optimiser),
      just ignore max_join_size.
    sql/slave.h:
      comments
    3fdc38d4
slave.h 15 KB