1. 22 Feb, 2002 1 commit
    • unknown's avatar
      Added GIS extension · fe48e577
      unknown authored
      
      BitKeeper/etc/ignore:
        Added myisam/rt_test myisam/sp_test to the ignore list
      fe48e577
  2. 20 Feb, 2002 1 commit
    • unknown's avatar
      This ChangeSet adds RTREE support into myisam library. · 5dac635c
      unknown authored
      RTREEs will be used for GIS extension in MySQL
      
      
      myisam/.cvsignore:
        Added sp_test and rt_test
      myisam/Makefile.am:
        Added RTREE files
      myisam/mi_create.c:
        Added RTREE/SPATIAL initialization
      myisam/mi_delete.c:
        Switched to use virual function, instead of mi_ck_delete() direct call
      myisam/mi_key.c:
        Added sp_make_key() call in the case of SPATIAL index type
      myisam/mi_open.c:
        Added some new initialization actions which depend on key_alg being used: RTREE or BTREE
      myisam/mi_range.c:
        Rtree estimation
      myisam/mi_rkey.c:
        rtree
      myisam/mi_rnext.c:
        rtree
      myisam/mi_rnext_same.c:
        rtree
      myisam/mi_static.c:
        New search flags for bounding rectungles
      myisam/mi_test1.c:
        one now should always specify key_alg during keyinfo initializing: BTREE or RTREE
      myisam/mi_test2.c:
        Added key_alg initializing
      myisam/mi_test3.c:
        Added key_alg initialization
      myisam/mi_update.c:
        Switched to virtual functions, instead of mi_ck_delete/mi_ck_write direct call
      myisam/mi_write.c:
        Virtual function instead of mi_ck_write() direct call
      myisam/myisamdef.h:
        Rtree additions
      5dac635c
  3. 19 Feb, 2002 3 commits
  4. 15 Feb, 2002 1 commit
    • unknown's avatar
      post-commit: · 5e231625
      unknown authored
        Move to 4.1
      README:
        It is just test, ignore. My first attempt to push into bk
      
      
      README:
        It is just test, ignore. My first attempt to push into bk
      BitKeeper/triggers/post-commit:
        Move to 4.1
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      5e231625
  5. 11 Feb, 2002 4 commits
  6. 09 Feb, 2002 2 commits
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · 4c7f0deb
      unknown authored
      into mysql.sashanet.com:/reiser-data/mysql-4.0
      
      4c7f0deb
    • unknown's avatar
      updated test suite to be able to run 3.23 master and 4.0 slave · 0d1a632d
      unknown authored
      got LOAD DATA INFILE replication from 3.23 master to 4.0 slave to work
      for some reason query_cache now fails - will push anyway and document the
      failure if I can repeat it.
      
      
      client/mysqltest.c:
        added require_version
      mysql-test/mysql-test-run.sh:
        added --master-binary=,--slave-binary=,--old-master options
        sleep_until_file_exists -> sleep_until_file_created
      sql/slave.cc:
        fixed bug in LOAD DATA INFILE replication from 3.23 master
      0d1a632d
  7. 08 Feb, 2002 5 commits
    • unknown's avatar
      small bug fix in max queries per hour · 1d510c0f
      unknown authored
      1d510c0f
    • unknown's avatar
      bugfix for max_user_connections · 0489064e
      unknown authored
      0489064e
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · 87eaa92e
      unknown authored
      into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
      
      87eaa92e
    • unknown's avatar
      merge · 932ef260
      unknown authored
      
      sql/mysql_priv.h:
        Auto merged
      932ef260
    • unknown's avatar
      Fix some bugs introduced with the new my_getopt · bc1fc0a0
      unknown authored
      Added counting of rollback's and commits
      Fixed bug in 'SELECT 0 LIMIT 0'
      Fixed bug in 'SELECT SQL_CALC_FOUND_ROWS'
      
      
      Docs/manual.texi:
        Changelog
      configure.in:
        Cleanup
      myisam/myisamchk.c:
        Fix some bugs introduced with the new my_getopt
      mysql-test/r/limit.result:
        Test for bugfix
      mysql-test/r/rpl000001.result:
        fix wrong result
      mysql-test/r/select.result:
        Fix things after fixing ignore index()
      mysql-test/r/select_found.result:
        Test of bug in SQL_CALC_FOUND_ROWS
      mysql-test/t/limit.test:
        Test bug in LIMIT 0
      mysql-test/t/rpl000001.test:
        fix wrong result
      mysql-test/t/select_found.test:
        Test of bug in SQL_CALC_FOUND_ROWS
      sql/handler.cc:
        Added counting of rollback's and commits
      sql/mysql_priv.h:
        Added counting of rollback's and commits
      sql/mysqld.cc:
        Added counting of rollback's and commits
      sql/sql_select.cc:
        Fixed bug in 'SELECT 0 LIMIT 0'
        Fixed bug in 'SELECT SQL_CALC_FOUND_ROWS'
      bc1fc0a0
  8. 07 Feb, 2002 5 commits
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · 9eb5b88d
      unknown authored
      into mysql.sashanet.com:/reiser-data/mysql-4.0
      
      9eb5b88d
    • unknown's avatar
      fixes for slave backward compat · f6333fec
      unknown authored
      fixed bug in LOAD DATA FROM MASTER
      fixed rpl000001.result
      Slave now replicates 3.23 master, with the exception of LOAD DATA INFILE, 
      which is still buggy. Will push this one after the pull/merge
      
      
      mysql-test/r/rpl000001.result:
        fixed bug in result
      sql/log_event.cc:
        fixes for slave backward compat
      sql/log_event.h:
        fixes for slave backward compat
      sql/mysql_priv.h:
        fixes for slave backward compat
      sql/net_serv.cc:
        fixes for slave backward compat
      sql/repl_failsafe.cc:
        fixed bug in LOAD DATA FROM MASTER
      sql/slave.cc:
        fixes for slave backward compat
      sql/slave.h:
        fixes for slave backward compat
      sql/sql_load.cc:
        fixes for slave backward compat
      f6333fec
    • unknown's avatar
    • unknown's avatar
      Merge sinisa@work.mysql.com:/home/bk/mysql-4.0 · 08e155ac
      unknown authored
      into sinisa.nasamreza.org:/mnt/hdc/Sinisa/mysql-4.0
      
      08e155ac
    • unknown's avatar
      small typo fix · d41d4a5e
      unknown authored
      d41d4a5e
  9. 06 Feb, 2002 2 commits
  10. 05 Feb, 2002 2 commits
    • unknown's avatar
      Remove old test suite in xml format · 14081cc0
      unknown authored
      
      BitKeeper/deleted/.del-README~877d76bcd19f7193:
        Delete: mysql-test/xml/README
      BitKeeper/deleted/.del-sel000001.xml~f0eb64c0346366db:
        Delete: mysql-test/xml/tests/sel000001.xml
      BitKeeper/deleted/.del-sel000002.xml~8cd06da5293a7147:
        Delete: mysql-test/xml/tests/sel000002.xml
      BitKeeper/deleted/.del-sel000003.xml~1a622b8d30d7ade8:
        Delete: mysql-test/xml/tests/sel000003.xml
      BitKeeper/deleted/.del-sel000004.xml~515488ef221523d9:
        Delete: mysql-test/xml/tests/sel000004.xml
      BitKeeper/deleted/.del-sel000005.xml~a6344e46ba572dc3:
        Delete: mysql-test/xml/tests/sel000005.xml
      BitKeeper/deleted/.del-sel000006.xml~8ad8f44f49b21246:
        Delete: mysql-test/xml/tests/sel000006.xml
      BitKeeper/deleted/.del-sel000007.xml~bfcb6d85276be7e8:
        Delete: mysql-test/xml/tests/sel000007.xml
      BitKeeper/deleted/.del-sel000008.xml~1d6082f0905c51b6:
        Delete: mysql-test/xml/tests/sel000008.xml
      BitKeeper/deleted/.del-sel000009.xml~8677613dc624cb0c:
        Delete: mysql-test/xml/tests/sel000009.xml
      BitKeeper/deleted/.del-sel000010.xml~9b98c9cce8fac145:
        Delete: mysql-test/xml/tests/sel000010.xml
      BitKeeper/deleted/.del-sel000011.xml~432156d127cbd22f:
        Delete: mysql-test/xml/tests/sel000011.xml
      BitKeeper/deleted/.del-sel000012.xml~a410d08dc4cfee11:
        Delete: mysql-test/xml/tests/sel000012.xml
      BitKeeper/deleted/.del-sel000013.xml~2717cbfbe5730174:
        Delete: mysql-test/xml/tests/sel000013.xml
      BitKeeper/deleted/.del-sel000014.xml~bcf55df6a036bd8f:
        Delete: mysql-test/xml/tests/sel000014.xml
      BitKeeper/deleted/.del-sel000015.xml~b72689a8f9b21372:
        Delete: mysql-test/xml/tests/sel000015.xml
      BitKeeper/deleted/.del-sel000016.xml~32f1ef2e3d214be0:
        Delete: mysql-test/xml/tests/sel000016.xml
      BitKeeper/deleted/.del-sel000017.xml~81423597605ff77f:
        Delete: mysql-test/xml/tests/sel000017.xml
      BitKeeper/deleted/.del-sel000018.xml~82e2e7bde83f56d8:
        Delete: mysql-test/xml/tests/sel000018.xml
      BitKeeper/deleted/.del-sel000019.xml~c0f0b05e481b90e7:
        Delete: mysql-test/xml/tests/sel000019.xml
      BitKeeper/deleted/.del-sel000020.xml~8849bbf91a4fd5ec:
        Delete: mysql-test/xml/tests/sel000020.xml
      BitKeeper/deleted/.del-sel000021.xml~2763b87c1549ba87:
        Delete: mysql-test/xml/tests/sel000021.xml
      BitKeeper/deleted/.del-sel000022.xml~da2083ef423ae39a:
        Delete: mysql-test/xml/tests/sel000022.xml
      BitKeeper/deleted/.del-sel000023.xml~11993b379b9838be:
        Delete: mysql-test/xml/tests/sel000023.xml
      BitKeeper/deleted/.del-sel000024.xml~dd067aa28220fa4c:
        Delete: mysql-test/xml/tests/sel000024.xml
      BitKeeper/deleted/.del-sel000025.xml~3e766aa1e43b303:
        Delete: mysql-test/xml/tests/sel000025.xml
      BitKeeper/deleted/.del-sel000026.xml~15145e496417646f:
        Delete: mysql-test/xml/tests/sel000026.xml
      BitKeeper/deleted/.del-README~cd4bb681e5a0cd10:
        Delete: mysql-test/xml/xsl/README
      BitKeeper/deleted/.del-sel000027.xml~95e7de3e9934b570:
        Delete: mysql-test/xml/tests/sel000027.xml
      BitKeeper/deleted/.del-sel000028.xml~c72bfec6600949b:
        Delete: mysql-test/xml/tests/sel000028.xml
      BitKeeper/deleted/.del-sel000029.xml~3aba1eb23ef86c9e:
        Delete: mysql-test/xml/tests/sel000029.xml
      BitKeeper/deleted/.del-sel000030.xml~c2b25781eefaee9:
        Delete: mysql-test/xml/tests/sel000030.xml
      BitKeeper/deleted/.del-mysqltest.xsl~1b8f6ec4f1b5f634:
        Delete: mysql-test/xml/xsl/mysqltest.xsl
      sql/opt_sum.cc:
        Fixed typo
      14081cc0
    • unknown's avatar
      manual.texi: · 4c7ced0b
      unknown authored
        Updated general manual about InnoDB locking and CHECK TABLE
      
      
      Docs/manual.texi:
        Updated general manual about InnoDB locking and CHECK TABLE
      4c7ced0b
  11. 04 Feb, 2002 1 commit
  12. 02 Feb, 2002 2 commits
  13. 01 Feb, 2002 5 commits
  14. 31 Jan, 2002 5 commits
    • unknown's avatar
      fixed wrong DBUG_ASSERT() in IO_CACHE · 37ead40e
      unknown authored
      fixed apparent typo in opt_sum.cc
      I will push this Changeset although it fails select test - failing select 
      is better than the code that does not compile.
      
      
      mysql-test/r/rpl000001.result:
        updated result
      mysys/mf_iocache2.c:
        fixed wrong DBUG_ASSERT()
      sql/opt_sum.cc:
        fixed an apparent typo to make it compile
      37ead40e
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · 9730b525
      unknown authored
      into mysql.sashanet.com:/reiser-data/mysql-4.0
      
      
      sql/item_func.cc:
        Auto merged
      sql/slave.cc:
        Auto merged
      9730b525
    • unknown's avatar
      temporary commit to pull Monty's changes · af6c16b3
      unknown authored
      
      include/my_global.h:
        added dbug_volatile
      mysys/mf_iocache2.c:
        some debugging code to investigate failed assert in my_b_append_tell()
      sql/item_func.cc:
        fixed logging bug in DO RELEASE_LOCK()
      af6c16b3
    • unknown's avatar
      manual.texi minor cleanups, typo fixes · 8513b6e0
      unknown authored
      
      Docs/manual.texi:
        minor cleanups
      8513b6e0
    • unknown's avatar
      Fixes for new getopt · 6c1eb92e
      unknown authored
      Bug fix when using --no-deaults
      Sets ref_length to right value (faster rnd_pos() handling in InnoDB).
      Fixed problem with multi-table-delete and InnoDB
      Fixed problem with truncate table, which required a COMMIT before.
      Fixed multi-table-delete bug with InnoDB.
      Remove not used index from EXPLAIN
      
      
      Docs/manual.texi:
        ChangeLog
      include/my_getopt.h:
        Removed compiler warnings
      myisam/myisamchk.c:
        Fixes for new getopt
      mysql-test/r/explain.result:
        Updated test results
      mysql-test/r/innodb.result:
        Updated test results
      mysql-test/r/join.result:
        Updated test results
      mysql-test/t/innodb.test:
        Updated test results
      mysys/default.c:
        Bug fix when using --no-defaults
      mysys/my_getopt.c:
        Fixes for new getopt
      sql/ha_innodb.cc:
        Sets ref_length to right value (faster rnd_pos() handling).
        Fixed problem with multi-table-delete.
        Fixed problem with truncate table, which required a COMMIT before.
      sql/opt_sum.cc:
        Remove not used index from EXPLAIN
      sql/sql_cache.cc:
        Fixed core dump bug when not using query cache
      sql/sql_select.cc:
        Remove not used index from EXPLAIN
      6c1eb92e
  15. 30 Jan, 2002 1 commit
    • unknown's avatar
      Merge from 3.23.48 tree · 963ea1ae
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      Docs/manual.texi:
        Auto merged
      innobase/dict/dict0dict.c:
        Auto merged
      innobase/include/srv0srv.h:
        Auto merged
      innobase/mem/mem0dbg.c:
        Auto merged
      innobase/os/os0file.c:
        Auto merged
      innobase/que/que0que.c:
        Auto merged
      innobase/rem/rem0rec.c:
        Auto merged
      innobase/row/row0sel.c:
        Auto merged
      innobase/srv/srv0srv.c:
        Auto merged
      innobase/srv/srv0start.c:
        Auto merged
      innobase/sync/sync0arr.c:
        Auto merged
      innobase/trx/trx0trx.c:
        Auto merged
      innobase/trx/trx0undo.c:
        Auto merged
      myisam/mi_check.c:
        Auto merged
      mysql-test/t/join.test:
        Auto merged
      mysys/hash.c:
        Auto merged
      scripts/mysql_config.sh:
        Auto merged
      sql/ha_innodb.h:
        Auto merged
      sql/handler.cc:
        Auto merged
      sql/handler.h:
        Auto merged
      sql/sql_acl.cc:
        Auto merged
      963ea1ae