1. 14 Dec, 2002 1 commit
  2. 13 Dec, 2002 5 commits
    • unknown's avatar
      Merge vvagin@work.mysql.com:/home/bk/mysql-4.1 · c62afb93
      unknown authored
      into eagle.mysql.r18.ru:/home/vva/work/VARIANCE/4.1.clone
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      sql/item.cc:
        Auto merged
      sql/item.h:
        Auto merged
      sql/item_sum.cc:
        Auto merged
      sql/lex.h:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      c62afb93
    • unknown's avatar
      add VARIANCE function · 5b646220
      unknown authored
      
      mysql-test/r/func_group.result:
        add 'VARIANCE' tests
      mysql-test/r/having.result:
        add 'VARIANCE' tests
      mysql-test/r/select.result:
        add 'VARIANCE' tests
      mysql-test/t/func_group.test:
        add 'VARIANCE' tests
      mysql-test/t/having.test:
        add 'VARIANCE' tests
      mysql-test/t/select.test:
        add 'VARIANCE' tests
      sql/item.cc:
        add 'VARIANCE' sum function
      sql/item.h:
        add 'VARIANCE' sum function
      sql/item_sum.cc:
        add 'VARIANCE' sum function
      sql/item_sum.h:
        add 'VARIANCE' sum function
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      5b646220
    • unknown's avatar
      Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/4.1 · b281c2e5
      unknown authored
      into eagle.mysql.r18.ru:/home/vva/work/SOUNDS_LIKE/4.1
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      b281c2e5
    • unknown's avatar
      add 'SOUNDS LIKE' syntax · 6c2b30e6
      unknown authored
      
      Docs/manual.texi:
        add 'SOUNDS LIKE' description
      mysql-test/r/func_str.result:
        add 'SOUNDS LIKE' test
      mysql-test/t/func_str.test:
        add 'SOUNDS LIKE' test
      sql/lex.h:
        add 'SOUNDS' symbol
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      6c2b30e6
    • unknown's avatar
      Remove variables redefined and variable shutdown_event_name fix · e0e19fc2
      unknown authored
      
      sql/mysqld.cc:
        Remove variables redefined and same fix for shutdown_event_name made by Monty on 4.0
      e0e19fc2
  3. 12 Dec, 2002 3 commits
  4. 11 Dec, 2002 10 commits
  5. 10 Dec, 2002 8 commits
  6. 09 Dec, 2002 10 commits
  7. 08 Dec, 2002 3 commits
    • unknown's avatar
      fixed typo in cardinality check of row items (SCRUM) · c90e7fcb
      unknown authored
      
      sql/item_cmpfunc.cc:
        fixed typo
      c90e7fcb
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1 · 08b4c503
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/work-leak-4.1
      
      08b4c503
    • unknown's avatar
      optimized IN with Rows (SCRUM) · 4c1e1864
      unknown authored
      NULL with row (IN)
      cardinality error of row inside row
      new[]
      fixed layout
      
      
      mysql-test/r/row.result:
        test of optimized IN with Rows
        test of NULL with row
        test of cardinality error of row inside row
      mysql-test/t/row.test:
        test of optimized IN with Rows
        test of NULL with row
        test of cardinality error of row inside row
      sql/item_cmpfunc.cc:
        optimized IN with Rows
        NULL with row (IN)
        cardinality error of row inside row
      sql/item_cmpfunc.h:
        optimized IN with Rows
        NULL with row (IN)
        cardinality error of row inside row
        fixed layout
      sql/sql_list.h:
        fixed layout
        new[]
      4c1e1864