1. 12 Jul, 2005 21 commits
  2. 11 Jul, 2005 17 commits
    • unknown's avatar
      Fix for gcc 4.0 (they have removed min/max operators). · 86f46a34
      unknown authored
      
      include/my_global.h:
        Fix for gcc 4.0 (they removed min/max)
      86f46a34
    • unknown's avatar
      Merge mysql.com:/usr/local/bk/mysql-5.0 · ed244881
      unknown authored
      into  mysql.com:/home/pem/work/mysql-5.0
      
      
      ed244881
    • unknown's avatar
      Post-review fix. · cc2ad349
      unknown authored
      
      sql/sql_yacc.yy:
        Added explanation to comment.
      cc2ad349
    • unknown's avatar
      Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-5.0 · b3e420b3
      unknown authored
      into  linux.site:/home/reggie/bk/mysql-5.0
      
      
      b3e420b3
    • unknown's avatar
      Merge mysql.com:/usr/local/bk/mysql-5.0 · e9f74b0a
      unknown authored
      into  mysql.com:/home/pem/work/mysql-5.0
      
      
      e9f74b0a
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0 · 6c8004f5
      unknown authored
      into brian-akers-computer.local:/Users/brian/mysql/comment-5.0
      
      
      6c8004f5
    • unknown's avatar
      Added a test for glibtoolize so that the autoconf tools that come installed on... · 96035298
      unknown authored
      Added a test for glibtoolize so that the autoconf tools that come installed on OSX will work fine (so no need to replace them). 
      
      
      BUILD/autorun.sh:
        Added a test for glibtoolize. This will fix issues with compiling on OSX
      96035298
    • unknown's avatar
      Updated system_mysql_db.result after mysql.proc definition changes. · 990a97d4
      unknown authored
      
      mysql-test/r/system_mysql_db.result:
        Updated result after mysql.proc definition changes.
      990a97d4
    • unknown's avatar
      ha_archive.cc: · 313bda9e
      unknown authored
        Added cast to fix windows compile error
      
      
      sql/examples/ha_archive.cc:
        Added cast to fix windows compile error
      313bda9e
    • unknown's avatar
      field_conv.cc: · b18b97aa
      unknown authored
        Identation fix
      
      
      sql/field_conv.cc:
        Identation fix
      b18b97aa
    • unknown's avatar
      Merge mysql.com:/usr/local/bk/mysql-5.0 · eb314af4
      unknown authored
      into  mysql.com:/home/pem/work/mysql-5.0
      
      
      mysql-test/r/sp-error.result:
        Auto merged
      mysql-test/r/sp.result:
        Auto merged
      mysql-test/t/sp-error.test:
        Auto merged
      mysql-test/t/sp.test:
        Auto merged
      sql/sp.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      eb314af4
    • unknown's avatar
      sql_insert.cc: · 799299a5
      unknown authored
        Added cast to bool to fix windows compile problem
      
      
      sql/sql_insert.cc:
        Added cast to bool to fix windows compile problem
      799299a5
    • unknown's avatar
      field_conv.cc: · dce0304a
      unknown authored
        Bug#11591
        CHAR column with utf8 does not work properly
        (more chars than expected)
        do_cut_string didn't call well_formed_length,
        and copied all data, which was wrong in the
        case of multibyte character set.
      ctype_utf8.result, ctype_utf8.test:
        adding test case
      
      
      sql/field_conv.cc:
        Bug#11591
        CHAR column with utf8 does not work properly
        (more chars than expected)
        do_cut_string didn't call well_formed_length,
        and copied all data, which was wrong in the
        case of multibyte character set.
      mysql-test/t/ctype_utf8.test:
        adding test case
      mysql-test/r/ctype_utf8.result:
        adding test caser
      dce0304a
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0 · 83772bc5
      unknown authored
      into brian-akers-computer.local:/Users/brian/mysql/optimize-5.0
      
      
      sql/examples/ha_archive.h:
        Auto merged
      83772bc5
    • unknown's avatar
      Fixed 32bit issue, reworked error logic for open tables, and redid the repair... · a339be0f
      unknown authored
      Fixed 32bit issue, reworked error logic for open tables, and redid the repair table code so that it uses the extended optimize table code.
      
      
      sql/examples/ha_archive.cc:
        Fixed issue with 32bit systems giving warnings on bit shift (this is due to the fix by Jim to change to ha_rows). The error logic for opening a table was reworked after studing up on a reported issue. It has been reworked to create a share in all situations. The repair table will just have to figure everything out or toss its own error. The read only filesystem and permission denied problems were solved. Repair table code now rebuilds with the new optimize table extended code (so it no longer does the work itself).
      a339be0f
    • unknown's avatar
      Merge ssmith@bk-internal.mysql.com:/home/bk/mysql-5.0 · 6951bad6
      unknown authored
      into  mysql.com:/home/stewart/Documents/MySQL/5.0/main
      
      
      6951bad6
    • unknown's avatar
      Refactoring of write_row() into two parts to allow future additions. Also... · 46f0327e
      unknown authored
      Refactoring of write_row() into two parts to allow future additions. Also rewrote the OPTIMIZE TABLE code, to add new extended optimize. This form of optimize rebuilds not only the file, but each individual row. 
      
      
      mysql-test/r/archive.result:
        Update results file for new OPTIMIZE TABLE <foo> EXTENDED command.
      mysql-test/t/archive.test:
        Added new test for extended optimize
      sql/examples/ha_archive.cc:
        Refactored write_row code into two parts. This will allow me to abstract it out once I add in new row format. This also allowed code sharing for the new optimize command (which will be used for new repair code).
      sql/examples/ha_archive.h:
        Added new real_write_row() method for writing out rows.
      46f0327e
  3. 10 Jul, 2005 1 commit
  4. 09 Jul, 2005 1 commit
    • unknown's avatar
      Manual fixes after merging patch for bug #8406 "Triggers crash if referencing · d0c69a82
      unknown authored
      a table" with main tree.
      
      
      mysql-test/r/trigger.result:
        Temporalily disable part of test which exposes bug #11554 (work on which is in
        progress).
      mysql-test/t/sp-error.test:
        After merge fix.
          Fixed wrong delimiter command.
      mysql-test/t/trigger.test:
        Temporalily disable part of test which exposes bug #11554 (work on which is in
        progress).
      sql/sp.cc:
        After merge fix.
          Item_arena was renamed to Query_arena.
      sql/sp.h:
        After merge fix.
          Item_arena was renamed to Query_arena.
      sql/sql_lex.cc:
        After merge fix.
          LEX::spfuns/spprocs hashes were replaces with one LEX::sroutines hash.
      d0c69a82