1. 28 Mar, 2006 33 commits
  2. 27 Mar, 2006 7 commits
    • unknown's avatar
      Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.0 · c8e9fc47
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-5.0-new
      
      c8e9fc47
    • unknown's avatar
      removed handlerton-win.cc · 684a4bbb
      unknown authored
      now using CONFIGURE_FILE and INCLUDE to generate handlerton.cc and to set the definitions based on
      the storage engines given on the command line
      
      
      BitKeeper/deleted/.del-handlerton-win.cc~322a7e59507976df:
        Delete: sql/handlerton-win.cc
      cmakelists.txt:
        use INCLUDE to read in the cmake file generated as part of configure
        comment out the setting of /wd4996 since we are using the -D flag instead
      sql/cmakelists.txt:
        include IF() blocks for every storage engine and set two vars that are used with CONFIGURE_FILE later
        in the script.
        This CONFIGURE_FILE call replaces the need for config-handlerton.js
      win/configure.js:
        write out proper cmake code instead of just the values.
      684a4bbb
    • unknown's avatar
      Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1-new · 65aeab46
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-5.0-new
      
      65aeab46
    • unknown's avatar
      mysql_config.sh: · 509adbe5
      unknown authored
        Remove Solaris -xc99=none C option as C++ compiler can't handle it
      
      
      scripts/mysql_config.sh:
        Remove Solaris -xc99=none C option as C++ compiler can't handle it
      509adbe5
    • unknown's avatar
      Fix for BUG#15921: DROP TRIGGER - can't be drop trigger created · c27c08ca
      unknown authored
      in older version.
      
      The problem is that TRN-files created in "old" versions contain
      junk in trigger_table field, which is not acceptable in "new" versions.
      
      
      sql/parse_file.cc:
        1. Made parse_escaped_string() available globally;
        2. Polishing: fixing the comments.
      sql/parse_file.h:
        Made parse_escaped_string() available globally.
      sql/sql_trigger.cc:
        1. Polishing
        2. Removed declaration of global handle_old_incorrect_sql_modes()
           since it is not used anymore.
        3. Added a hook to support invalid "trigger_table" field in TRN-file
           from old versions.
      c27c08ca
    • unknown's avatar
      Merge mysqldev@win2003-x86:my/mysql-5.1-new · b81a8640
      unknown authored
      into  mysql.com:/usr/local/mysql/mysql-5.1-win-src
      
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      b81a8640
    • unknown's avatar
      mysql_fix_privilege_tables is not available (nor needed) in a Windows CMake · cf24abda
      unknown authored
      build, so do not require it to be present in mysql-test-run.pl.
      
      cf24abda