An error occurred fetching the project authors.
  1. 24 Jul, 2024 1 commit
    • Souradeep Saha's avatar
      Cleanup Whitespace in unittest/ directory · 4dde925f
      Souradeep Saha authored
      Cleanup unnecessary whitespace at the end of lines and end of files
      in the unittest/ directory. Note that all code changes are
      non-functional.
      
      All new code of the whole pull request, including one or several files
      that are either new files or modified ones, are contributed under the
      BSD-new license. I am contributing on behalf of my employer Amazon Web
      Services, Inc.
      4dde925f
  2. 28 Jun, 2019 1 commit
  3. 11 May, 2019 1 commit
  4. 16 Sep, 2016 1 commit
  5. 08 May, 2016 1 commit
  6. 05 Apr, 2016 1 commit
    • Monty's avatar
      Added new range of MariaDB error messages, starting from 3000 · d0b178fb
      Monty authored
      This is done by splitting variables.errmsg and locale.errmsg to
      variables.errmsg_extra and locale.errmsg_extra
      
      The ER() macros in unireg.h now looks more complex than before, but this
      isn't critical as most usage of them are with constants and the compiler
      will remove most of the test code.
      d0b178fb
  7. 05 May, 2014 1 commit
  8. 26 Jun, 2013 2 commits
  9. 14 Jun, 2013 2 commits
  10. 21 Mar, 2013 2 commits
    • Annamalai Gurusami's avatar
      Bug #16051728 SERVER CRASHES IN ADD_IDENTIFIER ON CONCURRENT ALTER TABLE AND · b6bd1998
      Annamalai Gurusami authored
      SHOW ENGINE INNOD
      
      Problem:
      
      The purpose of explain_filename() is to provide useful additional
      information regarding the partitions given the filename.  This function
      was returning an error when it was not able to parse the given filename.
      For example, within InnoDB, temporary files are created with #sql-
      prefix.  But this function was not able to parse it correctly.
      
      Solution:
      
      It is not an error, if explain_filename() could not parse the given
      filename.  If there is no partition information to explain, then silently
      return from the function.
      
      rb#1940 approved by mattiasj
      
      b6bd1998
    • Annamalai Gurusami's avatar
      Bug #16051728 SERVER CRASHES IN ADD_IDENTIFIER ON CONCURRENT ALTER TABLE AND · 63dc91d7
      Annamalai Gurusami authored
      SHOW ENGINE INNOD
      
      Problem:
      
      The purpose of explain_filename() is to provide useful additional
      information regarding the partitions given the filename.  This function
      was returning an error when it was not able to parse the given filename.
      For example, within InnoDB, temporary files are created with #sql-
      prefix.  But this function was not able to parse it correctly.
      
      Solution:
      
      It is not an error, if explain_filename() could not parse the given
      filename.  If there is no partition information to explain, then silently
      return from the function.
      
      rb#1940 approved by mattiasj
      63dc91d7