1. 27 May, 2010 2 commits
  2. 26 May, 2010 1 commit
  3. 21 May, 2010 1 commit
  4. 15 May, 2010 3 commits
  5. 14 May, 2010 2 commits
    • Sergei Golubchik's avatar
      crash on --with-embedded-privilege-control builds: · 3b98d69d
      Sergei Golubchik authored
      1. fix broken change user handling (no restart should happen in the normal case)
      2. add assert to guarantee that we never send a request to change to the same plugin
      3. "fix" plugin string as sent by the client to be able to compare native plugins by pointers
      4. more complete MYSQL initialization in the embedded case
      5. change_user.test updated to handle -with-embedded-privilege-control builds
      3b98d69d
    • Bo Thorsen's avatar
      Add a -nobuild argument to the script. Useful for building the zip file... · febb68f5
      Bo Thorsen authored
      Add a -nobuild argument to the script. Useful for building the zip file release with Express Edition which doesn't have the devenv command
      febb68f5
  6. 12 May, 2010 3 commits
  7. 11 May, 2010 2 commits
  8. 10 May, 2010 2 commits
  9. 09 May, 2010 1 commit
  10. 05 May, 2010 1 commit
  11. 30 Apr, 2010 3 commits
    • Sergei Golubchik's avatar
      create table options bug: · 8792d8a3
      Sergei Golubchik authored
      parse_engine_table_options() was only called when there was at least option with a
      non-default value. otherwise it was not called and option structure was not
      allocated at all. NULL pointer dereference in ::open().
      8792d8a3
    • Sergei Golubchik's avatar
      create table options bug: · 2b8de050
      Sergei Golubchik authored
      alter table does not reset HA_OPTION_TEXT_CREATE_OPTIONS when the last option value is removed
      2b8de050
    • Sergei Golubchik's avatar
      small changes to WL#43: · b58cb7c4
      Sergei Golubchik authored
        consistency: don't use "index" and "key" interchangeably
        => rename "key" to "index"
        consistency: all option types are logical, besides ULL
        => rename ULL to NUMBER
        don't accept floats where integers are expected
        accept hexadecimal where integers are expected
      b58cb7c4
  12. 06 May, 2010 1 commit
  13. 05 May, 2010 1 commit
  14. 29 Apr, 2010 2 commits
  15. 28 Apr, 2010 1 commit
    • Kristian Nielsen's avatar
      Fix buffer overflow in COM_FIELD_LIST. · 1f683a72
      Kristian Nielsen authored
      sql/sql_base.cc:
        Replace strmov() with strnmov() to remove the possibility for buffer overflow.
      sql/sql_parse.cc:
        Reject COM_FIELD_LIST with too-big table or wildcard argument.
        (libmysqlclient doesn't allow sending too long arguments anyway, but we
        need this to protect against buffer overflow exploits).
      1f683a72
  16. 21 Apr, 2010 1 commit
  17. 14 Apr, 2010 1 commit
  18. 12 Apr, 2010 1 commit
  19. 09 Apr, 2010 4 commits
  20. 08 Apr, 2010 7 commits