1. 24 Dec, 2002 3 commits
    • unknown's avatar
      Merge sinisa@work.mysql.com:/home/bk/mysql-4.1 · f46decc7
      unknown authored
      into sinisa.nasamreza.org:/mnt/work/mysql-4.1
      
      
      mysql-test/r/subselect.result:
        Auto merged
      mysql-test/t/subselect.test:
        Auto merged
      sql/item.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      f46decc7
    • unknown's avatar
      Many fixes. · 7a74837e
      unknown authored
      I still have to make a test case for :
      
      UPDATE from sub-select with derived table
      
      
      mysql-test/r/multi_update.result:
        Test for found rows in multi-table update
      mysql-test/r/subselect.result:
        Fix for new syntax for UNION's
      mysql-test/t/multi_update.test:
        Test for found rows in multi-table update
      mysql-test/t/subselect.test:
        Fix for new syntax for UNION's
      sql/sql_cache.cc:
        Fix for a bug that involved derived table in sub-select in UPDATE or
        DELETE statement
      sql/sql_derived.cc:
        Fix for a bug that involved derived table in sub-select in UPDATE or
        DELETE statement
      sql/sql_parse.cc:
        Fix for a bug that involved derived table in sub-select in UPDATE or
        DELETE statement
      sql/sql_show.cc:
        Fix for th eshow of replication status
      sql/sql_yacc.yy:
        Three fixes.
        
        One for not allowing mixing of braces and non-braces in UNION's
        
        Second one for table aliases in multi-table deletes / updates
        
        Third one for using derived tables within sub-selects for 
        UPDATE / DELETE commands
      7a74837e
    • unknown's avatar
      thd_charset copy in lex · b861d683
      unknown authored
      b861d683
  2. 23 Dec, 2002 1 commit
  3. 20 Dec, 2002 10 commits
  4. 19 Dec, 2002 18 commits
  5. 18 Dec, 2002 1 commit
    • unknown's avatar
      Spatial-related fixes · 190fb896
      unknown authored
      
      sql/item_strfunc.cc:
        spatial function's fixes
      sql/spatial.cc:
        spatial type comperations are case-independent now
      sql/sql_string.h:
        this is a bit safer
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      190fb896
  6. 17 Dec, 2002 7 commits