1. 21 Nov, 2002 1 commit
  2. 19 Nov, 2002 10 commits
  3. 18 Nov, 2002 8 commits
  4. 17 Nov, 2002 1 commit
    • unknown's avatar
      fixed subselect explain bug · 0d317198
      unknown authored
      
      mysql-test/r/subselect.result:
        test of subselect explain bug
      mysql-test/t/subselect.test:
        test of subselect explain bug
      sql/sql_select.cc:
        remuved difference between optimization for execution and optimization for description
      0d317198
  5. 16 Nov, 2002 5 commits
  6. 15 Nov, 2002 11 commits
  7. 14 Nov, 2002 4 commits
    • unknown's avatar
      Merge sinisa@work.mysql.com:/home/bk/mysql-4.1 · 4f94f449
      unknown authored
      into sinisa.nasamreza.org:/mnt/work/mysql-4.1
      
      
      sql/sql_select.cc:
        Auto merged
      4f94f449
    • unknown's avatar
      Actually, I do it in order to pull new stuff · 52f4cd85
      unknown authored
      
      sql/sql_delete.cc:
        fix for safe_updates
        Actually, I do it in order to pull new stuff
      sql/sql_select.cc:
        fix for LIMIT 0
        Actually, I do it in order to pull new stuff
      52f4cd85
    • unknown's avatar
    • unknown's avatar
      Add shared memory protocol and option --protocol · 64f40ef4
      unknown authored
      
      client/client_priv.h:
        Add OPT_MYSQL_PROTOCOL and OPT_SHARED_MEMORY_BASE_NAME
      include/config-win.h:
        Add shared memory protocol
      include/errmsg.h:
        Add error codes of shared memory protocol
      include/my_sys.h:
        Delete TYPELIB, moved to typelib.h
      include/mysql.h:
        Add shared memory protocol
      include/violite.h:
        Add shared memory protocol
      libmysql/errmsg.c:
        Add texts of errors of shared memory protocol
      sql/mysqld.cc:
        Add shared memory protocol and option --shared-memory, correct option --named-pipe
      sql/set_var.cc:
        Add shared memory protocol variables
      vio/vio.c:
        Add shared memory protocol
      vio/viosocket.c:
        Add shared memory protocol
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      64f40ef4