1. 05 Jun, 2015 2 commits
    • Sergey Vojtovich's avatar
      MDEV-6236 - [PATCH] mysql_tzinfo_to_sql may produce invalid SQL · b611ac06
      Sergey Vojtovich authored
      Factory timezone is supposed "For companies who don't want to put time zone
      specification in their installation procedures. When users run date, they'll get
      the message. Also useful for the "comp.sources" version."
      
      This "message" is exposed as timezone abbreviation, which is supposed to be
      short and thus may cause generated INSERT statements to fail.
      
      Do not attempt to load Factory timezone.
      b611ac06
    • Sergey Vojtovich's avatar
      MDEV-7207 - ALTER VIEW does not change ALGORITM · af2256ff
      Sergey Vojtovich authored
      Fixed that ALTER VIEW ALGORITHM=UNDEFINED behaved as if algorithm was not
      specified.
      af2256ff
  2. 04 Jun, 2015 5 commits
  3. 03 Jun, 2015 7 commits
  4. 02 Jun, 2015 1 commit
  5. 27 May, 2015 1 commit
  6. 26 May, 2015 1 commit
    • Alexey Kopytov's avatar
      Fixes MDEV-7658: MDEV-7026 fix reintroduces MDEV-6615 on AArch64 · 70bc0a3e
      Alexey Kopytov authored
      This is an addendum to the fix for MDEV-7026. The ARM memory model is
      similar to that of PowerPC and thus needs the same semantics with
      respect to memory barriers. That is, os_atomic_test_and_set_*_release()
      must be a store with a release barrier followed by a full
      barrier. Unlike x86 using __sync_lock_test_and_set() which is
      implemented as “exclusive load with acquire barriers + exclusive store”
      is insufficient in contexts where os_atomic_test_and_set_*_release()
      macros are used.
      70bc0a3e
  7. 16 May, 2015 1 commit
  8. 12 May, 2015 1 commit
    • Nirbhay Choubey's avatar
      Fix for debug build failure · 6f8558bb
      Nirbhay Choubey authored
      Do not use format function attribute for sql_print_xxx() family of
      functions as they use a MariaDB-specific extension of printf instead
      of one provided by the system.
      6f8558bb
  9. 08 May, 2015 3 commits
  10. 07 May, 2015 2 commits
  11. 06 May, 2015 1 commit
  12. 29 Apr, 2015 4 commits
  13. 28 Apr, 2015 8 commits
  14. 27 Apr, 2015 3 commits