An error occurred fetching the project authors.
  1. 10 Aug, 2024 1 commit
  2. 28 May, 2024 1 commit
  3. 27 May, 2024 1 commit
    • Sergei Golubchik's avatar
      MDEV-28671 post-merge fixes · df10a945
      Sergei Golubchik authored
      * use new deprecated printer for all deprecated server options
      * restore alphabetic option sorting order
      * move deprecated printer from mysqld.cc to my_getopt.c
      * in --help print deprecation message at the end of the option help
      * move 'ALL' help text where it belongs - to other SET options, and
        with a correct indentation.
      * consistently end all or none command-line option help strings
        with a dot - my_print_help() needs that.
        It's about 50/50 now, so let's do none, less line wraps in --help
      * remove trailing spaces from command-line option help strings
      df10a945
  4. 23 May, 2024 1 commit
  5. 17 Feb, 2024 2 commits
  6. 16 Aug, 2023 1 commit
  7. 11 Aug, 2023 1 commit
  8. 09 Aug, 2023 1 commit
  9. 03 Jun, 2023 1 commit
  10. 10 Mar, 2023 1 commit
  11. 20 Feb, 2023 1 commit
  12. 03 Feb, 2023 1 commit
  13. 20 Jan, 2023 1 commit
  14. 03 Jan, 2023 1 commit
  15. 20 Dec, 2022 1 commit
  16. 17 Oct, 2022 2 commits
  17. 14 Sep, 2022 1 commit
    • Sergei Golubchik's avatar
      race condition in the test · 35e18c24
      Sergei Golubchik authored
      this test loads sql_errlog plugin. then in a second connection
      it triggers an error, this locks the plugin in that thd.
      then the plugin is uninstalled in the default connection.
      but that doesn't unload the plugin, as it's still locked. it'll
      auto-unload after the foo connection is closed. without an explicit
      disconnect it is closed after mysqltest exits and the post-test check
      might still see sql_errlog not fully unoaded.
      35e18c24
  18. 16 Aug, 2022 1 commit
  19. 10 Aug, 2022 1 commit
  20. 09 Aug, 2022 1 commit
  21. 15 May, 2022 1 commit
  22. 13 May, 2022 2 commits
  23. 08 Feb, 2022 1 commit
  24. 26 Jan, 2022 1 commit
  25. 21 Dec, 2021 1 commit
  26. 02 Nov, 2021 1 commit
  27. 24 Sep, 2021 1 commit
  28. 06 Jul, 2021 1 commit
  29. 02 Jul, 2021 1 commit
  30. 11 Jun, 2021 1 commit
  31. 20 May, 2021 1 commit
  32. 19 Jun, 2020 1 commit
  33. 14 May, 2020 1 commit
  34. 11 May, 2020 1 commit
  35. 13 Feb, 2020 1 commit
  36. 14 Oct, 2019 1 commit