1. 28 Dec, 2002 1 commit
    • unknown's avatar
      aliases with multi-table updates / deletes · 84a9a9fe
      unknown authored
      fix for a bug with derived tables and query cache
      ix for a charset bug in timestamp
      
      
      mysql-test/r/multi_update.result:
        aliases with multi-table updates / deletes
      mysql-test/r/query_cache.result:
        fix for query cache with derived tables
      mysql-test/t/multi_update.test:
        aliases with multi-table updates / deletes
      mysql-test/t/outfile.test:
        Fix of bug with charset in timestamp
      mysql-test/t/query_cache.test:
        fix for a bug with derived tables and query cache
      sql/field.cc:
        fix for a charset bug in timestamp
      sql/sql_parse.cc:
        aliases with multi-table updates / deletes
      sql/sql_yacc.yy:
        aliases with multi-table updates / deletes
      84a9a9fe
  2. 26 Dec, 2002 3 commits
  3. 25 Dec, 2002 5 commits
  4. 24 Dec, 2002 7 commits
    • unknown's avatar
      Fix messages in other languages · 4abcd967
      unknown authored
      
      sql/share/czech/errmsg.txt:
        Chezh
      sql/share/danish/errmsg.txt:
        Danish
      sql/share/dutch/errmsg.txt:
        Dutch
      sql/share/estonian/errmsg.txt:
        Estonian
      sql/share/french/errmsg.txt:
        French
      sql/share/german/errmsg.txt:
        German
      sql/share/greek/errmsg.txt:
        Greek
      sql/share/hungarian/errmsg.txt:
        Hungarian
      sql/share/italian/errmsg.txt:
        Italian
      sql/share/japanese/errmsg.txt:
        Japanese
      sql/share/korean/errmsg.txt:
        Korean
      sql/share/norwegian-ny/errmsg.txt:
        Norwegian-ny
      sql/share/norwegian/errmsg.txt:
        Norwegian
      sql/share/polish/errmsg.txt:
        polish
      sql/share/portuguese/errmsg.txt:
        Portuguese
      sql/share/romanian/errmsg.txt:
        Romainian
      sql/share/russian/errmsg.txt:
        Russian
      sql/share/serbian/errmsg.txt:
        Serbian
      sql/share/slovak/errmsg.txt:
        Slovak
      sql/share/spanish/errmsg.txt:
        spanish
      sql/share/swedish/errmsg.txt:
        Swedish
      sql/share/ukrainian/errmsg.txt:
        Ukrainian
      4abcd967
    • unknown's avatar
      Correct wrong error messages · 709311d5
      unknown authored
      
      sql/share/english/errmsg.txt:
        Correct Error messages to match actual behavior
      709311d5
    • unknown's avatar
      Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.1 · b8d9e65d
      unknown authored
      into mysql.r18.ru:/usr/home/ram/work/mysql-4.1.bdb
      
      
      b8d9e65d
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1 · 5895f377
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/work-derived-4.1
      
      
      sql/item.cc:
        Auto merged
      5895f377
    • 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
  5. 23 Dec, 2002 4 commits
  6. 20 Dec, 2002 13 commits
  7. 19 Dec, 2002 7 commits