1. 01 Sep, 2001 1 commit
  2. 31 Aug, 2001 8 commits
  3. 30 Aug, 2001 1 commit
  4. 29 Aug, 2001 5 commits
  5. 28 Aug, 2001 1 commit
  6. 27 Aug, 2001 3 commits
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · 7a17233b
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
      
      
      BitKeeper/etc/ignore:
        auto-union
      7a17233b
    • unknown's avatar
      work on MySQL server management daemon · 5e878c0d
      unknown authored
      
      BitKeeper/etc/ignore:
        Added linked_tools_sources tools/my_vsnprintf.c tools/mysqlmngd tools/mysys_priv.h to the ignore list
      Makefile.am:
        fixes for tools directory
      configure.in:
        fixes for tools directory
      tools/mysqlmngd.c:
        some bare-bones server code
      5e878c0d
    • unknown's avatar
      Removed tens of annoying warnings about implicit declaration of memcpy(),... · a4c13122
      unknown authored
      Removed tens of annoying warnings about implicit declaration of memcpy(), strlen() and about unused variables. 
      
      
      mysys/mf_casecnv.c:
        Removed annoying warnings about implicit declaration of memcpy(), strlen() and about unused variables
      mysys/mf_qsort.c:
        Removed annoying warnings about implicit declaration of memcpy(), strlen() and about unused variables
      readline/complete.c:
        Removed annoying warnings about implicit declaration of memcpy(), strlen() and about unused variables
      readline/readline.c:
        Removed annoying warnings about implicit declaration of memcpy(), strlen() and about unused variables
      readline/vi_mode.c:
        Removed annoying warnings about implicit declaration of memcpy(), strlen() and about unused variables
      a4c13122
  7. 26 Aug, 2001 2 commits
    • unknown's avatar
      OpenSSL changes · a1f5a109
      unknown authored
      
      BitKeeper/etc/ignore:
        Added vio/test-sslclient vio/test-sslserver to the ignore list
      client/mysql.cc:
        Let make mysql client tell user about cipher in use
      sql/mini_client.cc:
        Synced SSL stuff with libmysql code
      sql/mysqld.cc:
        Preaparations to turn replication SSL on
        Stuff to output SSL variables with SHOW STATUS command
      sql/sql_show.cc:
        Stuff to output SSL variables with SHOW STATUS command
      sql/structs.h:
        Stuff to output SSL variables with SHOW STATUS command
      vio/viossl.c:
        Major modifications
      vio/viosslfactories.c:
        SSL fixes
      a1f5a109
    • unknown's avatar
      -DCPU flag added · d853390e
      unknown authored
      
      acinclude.m4:
        Added -DCPU flag to compile
      d853390e
  8. 25 Aug, 2001 2 commits
    • unknown's avatar
      Merge tonu@work.mysql.com:/home/bk/mysql-4.0 · f1f4a195
      unknown authored
      into x153.internalnet:/home/tonu/mysql-4.0
      
      
      f1f4a195
    • unknown's avatar
      Some warning fixes and some SSL testprograms check-in · cc22852e
      unknown authored
      
      extra/resolveip.c:
        Removed warnings about implicit declarations
      myisam/mi_open.c:
        Removed warning about unused symbol
      mysys/my_compress.c:
        Removed warnings about implicit declaration
      mysys/string.c:
        Removed warning about uninitialized variable
      strings/ctype.c:
        Removed warning about implicit declaration
      vio/test-sslclient.c:
        Testprogram heavy modify
      vio/test-sslserver.c:
        Testprogram heavy modify
      cc22852e
  9. 24 Aug, 2001 1 commit
    • unknown's avatar
      EXPLAIN on UNION"s · 5b95ffc5
      unknown authored
      
      mysql-test/r/union.result:
        New result for EXPLAIN UNION's
      mysql-test/t/union.test:
        No error when EXPLAIN is done on UNION's
      5b95ffc5
  10. 22 Aug, 2001 2 commits
    • unknown's avatar
      Warning fixes · ee5ba764
      unknown authored
      
      client/thread_test.c:
        Removed unused variables warnings
      sql/mysqld.cc:
        Fixed freeing null ptr warnings
      vio/Makefile.am:
        Make more test programs to compile
      ee5ba764
    • unknown's avatar
      Some new files added for SSL stuff · 55e17c84
      unknown authored
      55e17c84
  11. 21 Aug, 2001 4 commits
  12. 20 Aug, 2001 2 commits
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · 8d982e76
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
      
      
      8d982e76
    • unknown's avatar
      fixes in mysqltest and mysqlbinlog · 9326aa42
      unknown authored
      trying to understand why --bootstrap option does not create tables
      on disk, hope the problem will be fixed when I pull, if not will
      debug, but need to commit in order to pull
      
      
      client/mysqltest.c:
        added safe_connect() and chaned all calls to mysql_real_connect() to
        safe_connect()
      mysql-test/install_test_db.sh:
        more diagnostic
      sql/log_event.cc:
        fixed compile error in mysqlbinlog
      9326aa42
  13. 19 Aug, 2001 4 commits
    • unknown's avatar
      Add my_dup.c · f3171b49
      unknown authored
      
      sql/sql_parse.cc:
        cleanup
      f3171b49
    • unknown's avatar
      Fix of UNION code · cfdf5fee
      unknown authored
      Added heap_delete_table
      Added HA_EXTRA_PREPARE_FOR_DELETE
      Added and use my_dup() for faster open of tables.
      Removed not working no-mix-table-type
      
      
      BitKeeper/deleted/.del-=6~33f33b0a159dc5d5:
        Delete: =6
      heap/hp_clear.c:
        Cleanup
      heap/hp_close.c:
        Added delayed delete
      heap/hp_create.c:
        Added heap_delete_table
      heap/hp_delete.c:
        cleanup
      heap/hp_test2.c:
        Added heap_delete_table
      include/heap.h:
        Added heap_delete_table
      include/my_base.h:
        Added HA_EXTRA_PREPARE_FOR_DELETE
      include/my_sys.h:
        Adde my_dup and set_prealloc_root
      isam/extra.c:
        Added HA_EXTRA_PREPARE_FOR_DELETE
      myisam/mi_check.c:
        use my_dup
      myisam/mi_extra.c:
        use my_dup
      myisam/mi_open.c:
        use my_dup
      myisam/myisamchk.c:
        use my_dup
      myisam/myisamdef.h:
        use my_dup
      mysys/Makefile.am:
        my_dup
      mysys/hash.c:
        Add hash_replace
      mysys/mf_pack.c:
        cleanup
      mysys/my_alloc.c:
        Add set_prealloc_root
      mysys/my_fstream.c:
        cleanup
      mysys/my_lib.c:
        cleanup
      mysys/my_seek.c:
        cleanup
      sql/ha_heap.cc:
        Uses heap_delete_table()
      sql/mysqld.cc:
        Fix SIGHUP usage
        Remove no-mix-table-types
      sql/share/czech/errmsg.txt:
        new error message
      sql/share/danish/errmsg.txt:
        new error message
      sql/share/dutch/errmsg.txt:
        new error message
      sql/share/english/errmsg.txt:
        new error message
      sql/share/estonian/errmsg.txt:
        new error message
      sql/share/french/errmsg.txt:
        new error message
      sql/share/german/errmsg.txt:
        new error message
      sql/share/greek/errmsg.txt:
        new error message
      sql/share/hungarian/errmsg.txt:
        new error message
      sql/share/italian/errmsg.txt:
        new error message
      sql/share/japanese/errmsg.txt:
        new error message
      sql/share/korean/errmsg.txt:
        new error message
      sql/share/norwegian-ny/errmsg.txt:
        new error message
      sql/share/norwegian/errmsg.txt:
        new error message
      sql/share/polish/errmsg.txt:
        new error message
      sql/share/portuguese/errmsg.txt:
        new error message
      sql/share/romanian/errmsg.txt:
        new error message
      sql/share/russian/errmsg.txt:
        new error message
      sql/share/slovak/errmsg.txt:
        new error message
      sql/share/spanish/errmsg.txt:
        new error message
      sql/share/swedish/errmsg.txt:
        new error message
      sql/sql_base.cc:
        remove no-mix-table-type
      sql/sql_parse.cc:
        Fix UNION code
      cfdf5fee
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · e704dd72
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
      
      
      e704dd72
    • unknown's avatar
      make LOAD DATA INFILE replication work with multi-character · 87a85f7f
      unknown authored
      delimiters/starters/terminators
      
      started work on server management daemon
      
      
      mysql-test/r/rpl_log.result:
        fixed result
      sql/log_event.cc:
        make LOAD DATA INFILE replication
        work with multi-character delimiters/starters/terminators
      sql/log_event.h:
        make LOAD DATA INFILE replication
        work with multi-character delimiters/starters/terminators
      87a85f7f
  14. 18 Aug, 2001 1 commit
    • unknown's avatar
      New startup options and some cleanups · e3a9e7e4
      unknown authored
      
      BitKeeper/etc/ignore:
        Added =6 to the ignore list
      include/mysqld_error.h:
        Error message for no-mixing of table types..
      sql/mysql_priv.h:
        New option
      sql/mysqld.cc:
        New option
      sql/share/english/errmsg.txt:
        Error message for no-mixing of table types..
      sql/sql_base.cc:
        Checking of the mixing of table types
      sql/sql_parse.cc:
        some fixes
      e3a9e7e4
  15. 15 Aug, 2001 3 commits
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · 12d4a5ef
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
      
      
      Docs/manual.texi:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/sql_repl.cc:
        Auto merged
      12d4a5ef
    • unknown's avatar
      merged replication fixes from 3.23 · abb2aaa2
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      Docs/manual.texi:
        merged
      sql/mini_client.cc:
        merged
      sql/mysqld.cc:
        merged
      sql/sql_repl.cc:
        merged
      abb2aaa2
    • unknown's avatar
      Merge work:/home/bk/mysql · 2b861421
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql
      
      
      2b861421