1. 15 Feb, 2005 1 commit
    • unknown's avatar
      Fix signatures of placement operator delete in places where placement · 4386d89f
      unknown authored
      delete is declared. As we don't use exceptions placement delete is never 
      called and the fix only affects numerous warnings when
      compiling with MS Visual C++.
      For more info see http://www.gotw.ca/gotw/010.htm.
      
      
      sql/item.h:
        Fix the signature of placement operator delete for class Item.
      sql/sql_class.cc:
        Add placement delete operator to suppress a warning under Windows.
      sql/sql_lex.h:
        Fix the signature of placement operator delete for class LEX
      sql/sql_list.h:
        Fix the signature of placement operator delete for class Sql_alloc
      sql/sql_string.h:
        Fix the signature of placement operator delete for class Sql_string
      4386d89f
  2. 14 Feb, 2005 6 commits
  3. 13 Feb, 2005 4 commits
    • unknown's avatar
      Bug#2435 · 0b751b40
      unknown authored
        Alter handling for UNION syntax
        Tests for UNION and parentheses
      
      
      mysql-test/r/union.result:
        Bug#2435
          Tests for UNION and parentheses
      mysql-test/t/union.test:
        Bug#2435
          Tests for UNION and parentheses
      sql/sql_yacc.yy:
        Bug#2435
          Amend handling of UNION with parentheses.
      0b751b40
    • unknown's avatar
      Merge hundin.mysql.fi:/home/heikki/mysql-4.0 · 76e070ba
      unknown authored
      into hundin.mysql.fi:/home/heikki/mysql-4.1
      
      
      innobase/row/row0mysql.c:
        Auto merged
      sql/sql_cache.cc:
        Auto merged
      76e070ba
    • unknown's avatar
      row0mysql.c: · 113078d2
      unknown authored
        Backport the column prefix memory corruption fix from 5.0
      
      
      innobase/row/row0mysql.c:
        Backport the column prefix memory corruption fix from 5.0
      113078d2
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.0 · 61322722
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/bk/work-4.0
      
      61322722
  4. 12 Feb, 2005 7 commits
  5. 11 Feb, 2005 20 commits
  6. 10 Feb, 2005 2 commits