1. 20 Nov, 2002 1 commit
    • unknown's avatar
      Added some compatibility modes (for the future) · 548e59c6
      unknown authored
      
      libmysql/libmysql.c:
        Removed ^M from source
      libmysqld/libmysqld.c:
        Added handling of protocol options (to get source to compile)
      sql/lex.h:
        Added compabitlity keywords
      sql/mysql_priv.h:
        Added compatibility modes
      sql/mysqld.cc:
        Added compatibility modes
      sql/sql_delete.cc:
        Cleaned up SAFE_UPDATES handling
      sql/sql_yacc.yy:
        Added compatibility modes
      548e59c6
  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 · 0fb3b8d9
      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
      0fb3b8d9
  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 · 8d70a01f
      unknown authored
      into sinisa.nasamreza.org:/mnt/work/mysql-4.1
      
      
      sql/sql_select.cc:
        Auto merged
      8d70a01f
    • unknown's avatar
      Actually, I do it in order to pull new stuff · 59436a6d
      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
      59436a6d
    • unknown's avatar
    • unknown's avatar
      Add shared memory protocol and option --protocol · 64dd949c
      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
      64dd949c