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 · 29624e32
      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
      29624e32
    • unknown's avatar
      add VARIANCE function · e10f255d
      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
      e10f255d
    • unknown's avatar
      Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/4.1 · b3d9826b
      unknown authored
      into eagle.mysql.r18.ru:/home/vva/work/SOUNDS_LIKE/4.1
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      b3d9826b
    • unknown's avatar
      add 'SOUNDS LIKE' syntax · caf1bf0a
      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
      caf1bf0a
    • unknown's avatar
      Remove variables redefined and variable shutdown_event_name fix · daeed636
      unknown authored
      
      sql/mysqld.cc:
        Remove variables redefined and same fix for shutdown_event_name made by Monty on 4.0
      daeed636
  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) · 3b24e7c0
      unknown authored
      
      sql/item_cmpfunc.cc:
        fixed typo
      3b24e7c0
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1 · b392b784
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/work-leak-4.1
      
      
      b392b784
    • unknown's avatar
      optimized IN with Rows (SCRUM) · 230f5f3b
      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[]
      230f5f3b