1. 25 Jul, 2016 1 commit
    • Kristian Nielsen's avatar
      MDEV-10271: Stopped SQL slave thread doesn't print a message to error log like IO thread does · fb076581
      Kristian Nielsen authored
      Make the slave SQL thread always output to the error log the message "Slave
      SQL thread exiting, replication stopped in ..." whenever it previously
      outputted "Slave SQL thread initialized, starting replication ...".
      
      Before this patch, it was somewhat inconsistent in which cases the message
      would be output and in which not, depending on the exact time and cause of
      the condition that caused the SQL thread to stop.
      fb076581
  2. 21 Jul, 2016 1 commit
  3. 04 Jul, 2016 2 commits
  4. 03 Jul, 2016 1 commit
    • Alexander Barkov's avatar
      Removing duplicate code in double-to-longlong conversion. · 59ec3973
      Alexander Barkov authored
      Adding Converter_double_to_longlong and reusing it in:
      1. Field_longlong::store(double nr)
      2. Field_double::val_int()
      3. Item::val_int_from_real()
      4. Item_dyncol_get::val_int()
      As a good side efferct, now overflow in conversion in the mentioned
      val_xxx() methods return exactly the same warning.
      59ec3973
  5. 02 Jul, 2016 4 commits
  6. 01 Jul, 2016 6 commits
  7. 30 Jun, 2016 25 commits