1. 06 Feb, 2004 1 commit
    • unknown's avatar
      1. fixed bug @2593 "SHOW CREATE TABLE doesn't properly double quotes" · dfbaa161
      unknown authored
      2. added automatic quotation of keywords in SHOW CREATE TABLE
      
      
      mysql-test/r/show_check.result:
        added tests for 
        bug #2593 "SHOW CREATE TABLE doesn't properly double quotas"
        and for automatic quotation of keywords
      mysql-test/t/show_check.test:
        added tests for 
        bug #2593 "SHOW CREATE TABLE doesn't properly double quotas"
        and for automatic quotation of keywords
      sql/mysql_priv.h:
        added declaration of function is_keyword
      sql/sql_lex.cc:
        added implementation of function is_keyword
      sql/sql_show.cc:
        changed function append_identifier and it's subfunctions
        1. fixed bug @2593 "SHOW CREATE TABLE doesn't properly double quotes"
        2. added automatic quotation of keywords
      dfbaa161
  2. 04 Feb, 2004 2 commits
  3. 03 Feb, 2004 4 commits
  4. 02 Feb, 2004 8 commits
    • unknown's avatar
      Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 0058d24d
      unknown authored
      into eagle.mysql.r18.ru:/home/vva/work/BUG_2438/mysql-4.1
      
      
      0058d24d
    • unknown's avatar
      Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.1 · bfadd733
      unknown authored
      into eagle.mysql.r18.ru:/home/vva/work/BUG_2438/mysql-4.1
      
      
      bfadd733
    • unknown's avatar
      changed allocation of st_table::insert_values · bbdba292
      unknown authored
      from table->mem_root to thd->mem_root 
      (fixed bug #2438 "Runaway memory consumption")
      
      
      bbdba292
    • unknown's avatar
      just tried to find all 'skipp' and replace it with 'skip'. · f1bfba29
      unknown authored
      
      client/sql_string.cc:
        skipp -> skip
      dbug/dbug.c:
        skipp -> skip
      myisam/mi_create.c:
        skipp -> skip
      myisam/mi_dynrec.c:
        skipp -> skip
      myisam/mi_packrec.c:
        skipp -> skip
      myisam/mi_rrnd.c:
        skipp -> skip
      myisam/mi_test1.c:
        skipp -> skip
      myisam/myisampack.c:
        skipp -> skip
      myisam/rt_test.c:
        skipp -> skip
      myisam/sp_test.c:
        skipp -> skip
      mysys/default.c:
        skipp -> skip
      mysys/mf_iocache.c:
        skipp -> skip
      mysys/mf_pack.c:
        skipp -> skip
      mysys/mf_wcomp.c:
        skipp -> skip
      mysys/typelib.c:
        skipp -> skip
      sql/filesort.cc:
        skipp -> skip
      sql/item_strfunc.cc:
        skipp -> skip
      sql/mysqld.cc:
        skipp -> skip
      sql/opt_range.h:
        skipp -> skip
      sql/sql_delete.cc:
        skipp -> skip
      sql/sql_select.cc:
        skipp -> skip
      sql/sql_string.cc:
        skipp -> skip
      sql/sql_update.cc:
        skipp -> skip
      strings/ctype-bin.c:
        skipp -> skip
      strings/ctype-simple.c:
        skipp -> skip
      strings/r_strinstr.c:
        skipp -> skip
      strings/strinstr.c:
        skipp -> skip
      strings/strstr.c:
        skipp -> skip
      f1bfba29
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 · f85e469e
      unknown authored
      into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b2419
      
      
      sql/opt_range.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      f85e469e
    • unknown's avatar
      Added a comment for NULL range creation. · 8131ccaf
      unknown authored
      8131ccaf
    • unknown's avatar
      Indexes can be used for optimization if the operation · 65534b77
      unknown authored
      collation is the same with the index collation.
      
      
      65534b77
    • unknown's avatar
      preload.result, key_cache.result, preload.test, key_cache.test, sql_yacc.yy: · c91c1470
      unknown authored
        Fixed bug #2602 in CACHE INDEX, LOAD INDEX
      
      
      sql/sql_yacc.yy:
        Fixed bug #2602 in CACHE INDEX, LOAD INDEX
      mysql-test/t/key_cache.test:
        Fixed bug #2602 in CACHE INDEX, LOAD INDEX
      mysql-test/t/preload.test:
        Fixed bug #2602 in CACHE INDEX, LOAD INDEX
      mysql-test/r/key_cache.result:
        Fixed bug #2602 in CACHE INDEX, LOAD INDEX
      mysql-test/r/preload.result:
        Fixed bug #2602 in CACHE INDEX, LOAD INDEX
      c91c1470
  5. 31 Jan, 2004 1 commit
    • unknown's avatar
      fix for the bug #2419: order by ignores rows. · abc17f8f
      unknown authored
      null_ref_key moved to TABLE_REF.
      new null range created if necessary.
      
      
      mysql-test/r/order_by.result:
        fix for the bug #2419: order by ignores rows
      mysql-test/t/order_by.test:
        fix for the bug #2419: order by ignores rows
      sql/item_subselect.cc:
        fix for the bug #2419: order by ignores rows
      sql/opt_range.cc:
        fix for the bug #2419: order by ignores rows
      sql/sql_select.cc:
        fix for the bug #2419: order by ignores rows
      sql/sql_select.h:
        fix for the bug #2419: order by ignores rows
      abc17f8f
  6. 30 Jan, 2004 5 commits
  7. 29 Jan, 2004 2 commits
  8. 28 Jan, 2004 4 commits
  9. 27 Jan, 2004 4 commits
  10. 26 Jan, 2004 6 commits
  11. 24 Jan, 2004 3 commits