1. 05 Nov, 2004 2 commits
    • konstantin@mysql.com's avatar
      A fix and test case for Bug#6102 "Server crash with prepared statement · fe5889de
      konstantin@mysql.com authored
      and blank after function name".
      Crop fruits of copy-paste programming: pre-caching of stored functions
      wasn't performed for prepared statements just because implementation
      of prepared statements is done as an add-on to the main execution flow, 
      and the preload was originally implemented for main execution branch
      only (mysql_execute_command).
      fe5889de
    • joerg@mysql.com's avatar
      The new "Bootstrap" pushed in 4.0 with changeset "joerg:1.2057" is used for building · ff1e3153
      joerg@mysql.com authored
      _all_ versions. It tries to remove "Docs/Images/Makefile*" as part of the actions to
      correct bug number 6350. If the source tree does not contain a dummy file matching
      that pattern, this "rm" will fail, and so "Bootstrap" will fail.
      The "Makefile.am" introduced with this changeset is identical to the one that will
      arrive in the 5.0 tree when "joerg:1.2057" is propagated from 4.0 via 4.1 to here,
      so this separate introduction here is just to allow "Bootstraps" in the meantime.
      ff1e3153
  2. 04 Nov, 2004 8 commits
  3. 03 Nov, 2004 12 commits
  4. 02 Nov, 2004 8 commits
  5. 01 Nov, 2004 7 commits
  6. 31 Oct, 2004 3 commits