1. 04 May, 2016 1 commit
  2. 03 May, 2016 3 commits
  3. 02 May, 2016 1 commit
    • Alexey Botchkov's avatar
      MDEV-9898 SET ROLE NONE can crash mysqld. · 94cd0f6c
      Alexey Botchkov authored
              The check_user_can_set_role() used find_user_exact() to get the
              permissions for the SET ROLE NONE command. Which returned NULL too often,
              for instance when user authenticated as 'user'@'%'.
              Now we use find_user_wild() instead.
      94cd0f6c
  4. 01 May, 2016 1 commit
    • Monty's avatar
      Fixed assert if user table was mailformed. · ad4239cc
      Monty authored
      Added mysql_to_mariadb.sql script, to change mysql.user tables from
      MySQL 5.7 to MariaDB.
      After this script is run, one can get the other tables fixed by running
      mysql_upgrade
      ad4239cc
  5. 30 Apr, 2016 1 commit
  6. 29 Apr, 2016 1 commit
  7. 28 Apr, 2016 9 commits
  8. 27 Apr, 2016 5 commits
  9. 26 Apr, 2016 13 commits
  10. 25 Apr, 2016 4 commits
  11. 24 Apr, 2016 1 commit
    • Olivier Bertrand's avatar
      - Fix an error causing MYSQL table to fail saying "no result set" · 26adbb2d
      Olivier Bertrand authored
        when joining a table to a MYSQL indexed table.
        modified:   storage/connect/myconn.cpp
        modified:   storage/connect/myconn.h
        modified:   storage/connect/tabmysql.cpp
      
      - Add more tests to the mysql_index.test file
        modified:   storage/connect/mysql-test/connect/r/mysql_index.result
        modified:   storage/connect/mysql-test/connect/t/mysql_index.test
      
      - Fix and error causing remote indexing to fail when for not unique index.
        Was experienced with MYSQL, ODBC and JDBC tables.
        modified:   storage/connect/connect.cc
      
      - Fix MDEV-9966 (zero lines returned)
        modified:   storage/connect/ha_connect.cc
        modified:   storage/federatedx/ha_federatedx.cc
      26adbb2d