1. 22 Aug, 2019 1 commit
    • Sergey Vojtovich's avatar
      Cleanup MYSQL_LOG · e976d956
      Sergey Vojtovich authored
      Embed MYSQL_LOG::init().
      Reduce visibility of MYSQL_LOG::init_and_set_log_file_name().
      Cleanup unused mysql_bin_log_file_name() and mysql_bin_log_file_pos().
      e976d956
  2. 19 Aug, 2019 1 commit
  3. 17 Aug, 2019 1 commit
    • Monty's avatar
      Updated spider result file · da53fb6d
      Monty authored
      Kentoku told me that this is ok and that he just had forgot
      to do that as part of an earlier bug fix
      da53fb6d
  4. 16 Aug, 2019 9 commits
    • Alexander Barkov's avatar
      MDEV-20363 Assertion `is_unsigned() == attr.unsigned_flag' failed in... · cb4dcf39
      Alexander Barkov authored
      MDEV-20363 Assertion `is_unsigned() == attr.unsigned_flag' failed in Type_handler_longlong::make_table_field
      cb4dcf39
    • Marko Mäkelä's avatar
      Merge 10.4 into 10.5 · 67ddb650
      Marko Mäkelä authored
      67ddb650
    • Marko Mäkelä's avatar
      Merge 10.3 into 10.4 · c221bcdc
      Marko Mäkelä authored
      c221bcdc
    • Marko Mäkelä's avatar
      Merge 10.2 into 10.3 · 395e1dcd
      Marko Mäkelä authored
      395e1dcd
    • Marko Mäkelä's avatar
      MDEV-19200: shutdown timeout on innodb.undo_truncate_recover · fe6eac0c
      Marko Mäkelä authored
      Optimize the test by dropping the table early and by using only
      one undo log thread, so that purge will be doing more useful work
      and less busy work of suspending and resuming the worker threads.
      
      The test used to cause shutdown timeout on 10.4 on buildbot, and
      for me locally when using --mysqld=--innodb-sync-debug.
      With these tweaks, it passes for me with --mysqld=--innodb-sync-debug.
      fe6eac0c
    • Marko Mäkelä's avatar
      MDEV-8588/MDEV-19740: Restore a condition · 555af003
      Marko Mäkelä authored
      It looks like the merge of MySQL 5.7.9 to MariaDB 10.2.2 conflicted with
      earlier changes that were made in MDEV-8588.
      
      row_search_mvcc(): If the page is corrupted, avoid invoking
      btr_cur_store_position(). The caller should not try to fetch
      the next record after a hard error.
      555af003
    • Jan Lindström's avatar
      Remove file accidentally pushed. · 3bbf0080
      Jan Lindström authored
      3bbf0080
    • Marko Mäkelä's avatar
      Silence GCC 9.2.1 -Warray-bounds · 130d9490
      Marko Mäkelä authored
      No memory access violated the bounds of fake_extra_buf[],
      but GCC does not like the fact that the pointer fake_extra
      ends up pointing before the array.
      Allocate a dummy element at the start of fake_extra_buf[]
      in order to silence the warning.
      130d9490
    • Jan Lindström's avatar
      MDEV-18778: mysql_tzinfo_to_sql does not work correctly in MariaDB Galera · e6b505fd
      Jan Lindström authored
      There were two problems:
      
      (1) If user wanted same time zone information on all nodes in the Galera
      cluster all updates were not replicated as time zone information was
      stored on MyISAM tables. This is fixed on Galera by altering time zone
      tables to InnoDB while they are modified.
      
      (2) If user wanted different time zone information to nodes in the Galera
      cluster TRUNCATE TABLE for time zone tables was replicated by Galera
      destroying time zone information from other nodes. This is fixed
      on Galera by introducing new option for mysql_tzinfo_to_sql_symlink
      tool --skip-write-binlog to disable Galera replication while
      time zone tables are modified.
      
      Changes to be committed:
              modified:   mysql-test/r/mysql_tzinfo_to_sql_symlink.result
              modified:   mysql-test/suite/wsrep/r/mysql_tzinfo_to_sql_symlink.result
              new file:   mysql-test/suite/wsrep/r/mysql_tzinfo_to_sql_symlink_skip.result
              new file:   mysql-test/suite/wsrep/t/mysql_tzinfo_to_sql_symlink_skip.test
              modified:   sql/tztime.cc
      
      This is 10.4 version of commit fa740888
      e6b505fd
  5. 15 Aug, 2019 13 commits
  6. 14 Aug, 2019 15 commits