Commit graph

1093 commits

Author SHA1 Message Date
unknown
3006cd3246 Fixed that myisamchk -R works on text columns
Fixed typo when removing space from argument to -O


Docs/manual.texi:
  Update of merge tables
myisam/mi_check.c:
  Moved test of FULLTEXT keys to make things more efficient
myisam/myisamchk.c:
  Incremented version
myisam/myisamdef.h:
  Fixed that myisamchk -R works on text columns
mysys/getvar.c:
  Fixed typo when removing space from argument to -O
2001-02-18 01:39:09 +02:00
unknown
a772844b42 Cleaned up ha_innobase.cc from whitespace
sql/ha_innobase.cc:
  Removed some whitespace
2001-02-18 00:04:51 +02:00
unknown
f8509fecdb Added locks needed for Innobase
Fixed mutex problem when doing automatic repair of MyISAM tables


Docs/manual.texi:
  changelog
include/thr_lock.h:
  Added TL_READ_WITH_SHARED_LOCKS for Innobase
mysql-test/r/update.result:
  Added 'select' to verify update results
mysql-test/t/update.test:
  Better code coverage
mysys/getvar.c:
  Allow space in to --set-variable
mysys/thr_lock.c:
  Added TL_READ_WITH_SHARED_LOCKS
sql/ha_myisam.cc:
  Added comment
sql/lock.cc:
  Added missing broadcast
sql/sql_base.cc:
  Fixed some mutex problem when doing automatic repair of MyISAM tables
sql/sql_update.cc:
  Purecoverage
2001-02-18 00:03:37 +02:00
unknown
456102115c Write UNION() for MERGE tables
Docs/manual.texi:
  Clearify when logging is done
myisam/myisamchk.c:
  Better error message
mysql-test/r/merge.result:
  Added test for SHOW CREATE on MERGE table
scripts/safe_mysqld.sh:
  Search by default in database directory
sql/ha_myisammrg.h:
  Add UNION() to SHOW CREATE TABLE
sql/sql_update.cc:
  removed compiler warning
2001-02-17 19:04:33 +02:00
unknown
d83e79ce76 Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql
configure.in:
  Auto merged
Docs/manual.texi:
  Auto merged
2001-02-17 14:21:51 +02:00
unknown
2662b59306 Added Innobase to source distribution
Docs/manual.texi:
  Added Innobase documentation
configure.in:
  Incremented version
include/my_base.h:
  Added option for Innobase
myisam/mi_check.c:
  cleanup
mysql-test/t/bdb.test:
  cleanup
mysql-test/t/innobase.test:
  Extended with new tests from bdb.test
mysql-test/t/merge.test:
  Added test of SHOW create
mysys/my_init.c:
  Fix for UNIXWARE 7
scripts/mysql_install_db.sh:
  Always write how to start mysqld
scripts/safe_mysqld.sh:
  Fixed type
sql/ha_innobase.cc:
  Update to new version
sql/ha_innobase.h:
  Update to new version
sql/handler.h:
  Added 'update_table_comment()' and 'append_create_info()'
sql/sql_delete.cc:
  Fixes for Innobase
sql/sql_select.cc:
  Fixes for Innobase
sql/sql_show.cc:
  Append create information (for MERGE tables)
sql/sql_update.cc:
  Fixes for Innobase
2001-02-17 14:19:19 +02:00
unknown
3d30ff09fd Merge work.mysql.com:/home/bk/mysql
into tetra.spaceapes.com:/usr/home/jcole/bk/mysql


BitKeeper/etc/logging_ok:
  auto-union
sql/sql_parse.cc:
  Auto merged
2001-02-16 15:47:37 -06:00
unknown
2f89466870 COM_TABLE_DUMP and COM_BINLOG_DUMP are no longer erroneously logged
to the slow query log.


BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2001-02-16 15:46:52 -06:00
unknown
790efcea7f Updates to use db-3.2.9a.
acinclude.m4:
  - only allow berkeley db versions 3.2.3h and 3.2.9a
configure.in:
  - update how the BDB Makefile is modified
2001-02-16 14:36:02 -05:00
unknown
80bca01df9 Undocument nonexistent functions (mysql_{start,stop}_slave).
Docs/manual.texi:
  - undocument nonexistent functions (mysql_{start,stop}_slave)
2001-02-16 14:31:29 -05:00
unknown
66de55a56b Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql 2001-02-15 18:01:03 +02:00
unknown
f5fefc94f2 Updates for innobase
Removed a ' that casued 'make paper' to fail


Docs/manual.texi:
  Updated myisamchk section;  Removed a ' that casued 'make paper' to fail
sql/handler.cc:
  Updates for innobase
sql/mysqld.cc:
  Updates for innobase
sql/sql_parse.cc:
  Fixed possible overrun if the mysqld server name is too big
sql/sql_select.cc:
  Updates for innobase
2001-02-15 18:00:30 +02:00
unknown
0fd8d82ab5 Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql


sql/slave.cc:
  Auto merged
2001-02-14 21:31:35 -07:00
unknown
9a17a41ed8 fixed bug in timestamp replication
mysql-test/r/rpl000002.result:
  test timestamp replication
mysql-test/t/rpl000002.test:
  test timestamp replication
2001-02-14 21:23:20 -07:00
unknown
dcd26ca7b9 Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql
Docs/manual.texi:
  Auto merged
mysql-test/r/fulltext.result:
  Auto merged
sql/slave.cc:
  Auto merged
2001-02-15 03:43:38 +02:00
unknown
c1488c7e58 Changed --replace to --replace_result in mysqltest
Changed errmsg -> my_errmsg (portability issue)
Fixed that mysqlbinlog writes SET TIMESTAMP before all queries
Fixed comments in default my.cnf files


Docs/manual.texi:
  Updated information about character sets
client/mysqladmin.c:
  Added missing help text
client/mysqltest.c:
  Changed --replace to --replace_result to not conflict with SQL replace command
include/my_sys.h:
  change errmsg -> my_errmsg (portability issue)
libmysql/errmsg.c:
  change errmsg -> my_errmsg (portability issue)
myisam/mi_cache.c:
  Changed seek+read to pread
myisam/mi_check.c:
  Fix bug that caused myisamchk to be very slow under some specific error conditions
myisam/mi_dynrec.c:
  cleanup
myisam/myisamchk.c:
  Write out value of checksum
myisam/myisamdef.h:
  cleanup
mysql-test/r/backup.result:
  Fixed the case where backup caused different error messages
mysql-test/r/bdb.result:
  Added new test case
mysql-test/r/fulltext.result:
  Fix for new CREATE TABLE format
mysql-test/t/backup.test:
  Use --replace_result and --send
mysql-test/t/bdb.test:
  New test case
mysql-test/t/status.test:
  Use --send
mysys/errors.c:
  change errmsg -> my_errmsg (portability issue)
mysys/my_error.c:
  change errmsg -> my_errmsg (portability issue)
mysys/typelib.c:
  Only accept full type names
sql/derror.cc:
  change errmsg -> my_errmsg (portability issue)
sql/ha_berkeley.cc:
  Fixed bug when using key parts that could be NULL
sql/log_event.cc:
  Log SET TIMESTAMP before all queries
sql/mysqlbinlog.cc:
  Incremented version number
sql/mysqld.cc:
  change errmsg -> my_errmsg (portability issue)
  Always accept --skip-gemeni, --skip-bdb and --skip-innobase
sql/slave.cc:
  cleanup
sql/sql_base.cc:
  cleanup
sql/sql_db.cc:
  cleanup
support-files/my-huge.cnf.sh:
  Remove usage of # at end of line
support-files/my-large.cnf.sh:
  Remove usage of # at end of line
support-files/my-medium.cnf.sh:
  Remove usage of # at end of line
support-files/my-small.cnf.sh:
  Remove usage of # at end of line
2001-02-15 03:43:14 +02:00
unknown
0a4ce964b4 merge 2001-02-14 15:14:24 -07:00
unknown
437b4659cf Do-compile monty's uncommitted stuff
Build-tools/Do-compile:
  monty's uncommitted stuff
2001-02-14 23:14:23 +01:00
unknown
e485707b55 keep frame pointer 2001-02-14 15:09:38 -07:00
unknown
9902850d2f mysql-test/r/fulltext.result
after Indrek's bugfix in show create table, the result has two extra spaces


mysql-test/r/fulltext.result:
  after Indrek's bugfix in show create table, the result has two extra spaces
2001-02-14 13:46:13 -07:00
unknown
f0598b6d37 sql/slave.cc
fixed skipping bug in bi-directional replication


sql/slave.cc:
  fixed skipping bug in bi-directional replication
2001-02-14 12:51:49 -07:00
unknown
5a09cad9cd manual.texi Added FTP mirror in Japan.
Docs/manual.texi:
  Added FTP mirror in Japan.
2001-02-13 19:20:43 -06:00
unknown
8ece82e4dc Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql
Docs/manual.texi:
  Auto merged
2001-02-13 12:40:31 +02:00
unknown
01eff509a0 Added --replace to mysqltest
Fixed that GROUP BY can take DESC


Docs/manual.texi:
  Cleanups
client/mysqltest.c:
  Added --replace to mysqltest
mysql-test/t/backup.test:
  Fix to handle different error codes from backup table
sql-bench/crash-me.sh:
  Fixed error in create_index test
sql/item_func.cc:
  Cleanup
sql/sql_yacc.yy:
  Fixed that GROUP BY can take DESC
2001-02-13 12:39:50 +02:00
unknown
da06513a84 logging_ok Fixed logging after tfr.
BitKeeper/etc/logging_ok:
  Fixed logging after tfr.
2001-02-13 01:28:30 -06:00
unknown
b4cc568beb Merge
BitKeeper/etc/logging_ok:
  Auto merged
2001-02-13 08:58:32 +02:00
unknown
421f3f73da logging_ok Logging to logging@openlogging.org accepted
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2001-02-13 08:53:47 +02:00
unknown
8a31e9f04d mysqldump.c Fix to add space between index name and column definition in CREATE TABLE statement
sql_show.cc	Fix to add space in SHOW CREATE TABLE between index name and column definitions


sql/sql_show.cc:
  Fix to add space in SHOW CREATE TABLE between index name and column definitions
client/mysqldump.c:
  Fix to add space between index name and column definition in CREATE TABLE statement
2001-02-13 08:43:14 +02:00
unknown
5e532e9ecc manual.texi Typo fix.
Docs/manual.texi:
  Typo fix.
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2001-02-12 23:42:49 -06:00
unknown
a00ef17fdb Fixed bug in bitmap handling
mysys/my_bitmap.c:
  Clear bitmap array
2001-02-09 04:09:03 +02:00
unknown
5ccffb286d Fixed typo 2001-02-09 03:57:41 +02:00
unknown
61d3edba81 Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql 2001-02-08 04:54:15 +02:00
unknown
6d4d727efb Check that __FLOAT_WORD_ORDER is defined 2001-02-08 04:43:55 +02:00
unknown
71743a7c4d Merge work.mysql.com:/home/bk/mysql
into threads.polyesthetic.msg:/usr/local/src/my/work
2001-02-07 16:47:50 -05:00
unknown
2f40648f2a Added "--character-sets-dir" to myisampack
Docs/manual.texi:
  Changelog
2001-02-07 23:42:43 +02:00
unknown
fb3cc55067 Fix bug in mysql_backup_table that prevented other threads from
reading while the table was being backed up.


sql/sql_table.cc:
  open_for_modify should be FALSE in mysql_backup_table
2001-02-07 16:33:56 -05:00
unknown
455ac66af8 Force sockets to be blocking on HPUX 11.0
Changed BITMAP to MY_BITMAP to avoid type conflict on windows


configure.in:
  Force sockets to be blocking on HPUX 11.0
include/my_bitmap.h:
  Changed BITMAP to MY_BITMAP to avoid type conflict on windows
mysys/my_bitmap.c:
  Changed BITMAP to MY_BITMAP to avoid type conflict on windows
mysys/my_init.c:
  Removed LOCK_bitmap
sql/mysql_priv.h:
  Changed BITMAP to MY_BITMAP to avoid type conflict on windows
sql/mysqld.cc:
  Changed BITMAP to MY_BITMAP to avoid type conflict on windows
sql/violite.c:
  Force sockets to be blocking on HPUX 11.0
2001-02-07 23:27:19 +02:00
unknown
f816d6f16d Use new bitmap interface
Patches for Armstrong
Removed warnings when using REPAIR TABLE .. EXTENDED


Docs/manual.texi:
  Changelog
configure.in:
  Added missing -lsocket library on SCO
include/global.h:
  Patch for Armstrong
include/my_bitmap.h:
  Changed bitmap interface to avoid problem with missing LOCK_bitmap symbol
include/myisampack.h:
  Portability fix for Armstrong
mysql-test/t/select.test:
  Changed to work with 'mysql test < select.tst'
mysys/my_bitmap.c:
  Changed bitmap interface to avoid problem with missing LOCK_bitmap symbol
mysys/my_init.c:
  Removed LOCK_bitmap
sql/field.cc:
  Patch for Armstrong
sql/filesort.cc:
  Patch for Armstrong
sql/ha_myisam.cc:
  Removed warnings when using REPAIR TABLE .. EXTENDED
sql/mysql_priv.h:
  Use new bitmap interface
sql/mysqld.cc:
  Use new bitmap interface
sql/sql_select.cc:
  Use new bitmap interface
2001-02-07 17:42:20 +02:00
unknown
e5f835b101 Removed references to deleted Results-linux directory 2001-02-07 00:11:01 +02:00
unknown
88d19bb549 Fixed installation bug in Makefile
Docs/manual.texi:
  Updated MyODBC installation
sql/share/Makefile.am:
  Fixed typo
2001-02-06 23:47:54 +02:00
unknown
8520725908 Install charsets/README 2001-02-06 23:09:12 +02:00
unknown
22913794f5 Fixed makefiles for distribution
README:
  Cleanup
sql-bench/Makefile.am:
  Remove deleted directory
sql/mysqlbinlog.cc:
  Cleanup --help
2001-02-06 22:32:19 +02:00
unknown
d89bbf8880 Fixed typo in Makefile
Docs/manual.texi:
  Added link
sql/share/Makefile.am:
  Fixed typo
2001-02-06 19:59:57 +02:00
unknown
5a1ae6d4ce Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql 2001-02-06 14:50:31 +01:00
unknown
06da1723bf item_func.cc auto-init of ft-index restored (to cope with const/system tables)
sql/item_func.cc:
  auto-init of ft-index restored (to cope with const/system tables)
2001-02-06 14:10:13 +01:00
unknown
669cc1992a Lots of cleanups to manual.texi.
Docs/manual.texi:
  Lots of cleanups.
2001-02-06 00:07:50 -06:00
unknown
6dcdc303c0 Perl cleanups in sql-bench.
Thanks to Chris Richmond MD6-FDC <crichmon@pcocd2.intel.com> for the
patch.


sql-bench/crash-me.sh:
  fix bug with $limits{create_index} handling.
  fix typo (result_type -> $result_type).
sql-bench/server-cfg.sh:
  fix uninitialized variable warning.
2001-02-05 22:21:36 -05:00
unknown
c8908b8fd1 Remove several uses of cp -a, and fix broken dist-hook in sql-bench.
Build-tools/mysql-copyright:
  remove use of cp -a.
sql-bench/Makefile.am:
  fix broken dist-hook target (brain-o)
sql/share/Makefile.am:
  remove use of cp -a.
2001-02-05 21:58:20 -05:00
unknown
6eaef0598f manual.texi change notes update
Docs/manual.texi:
  change notes update
2001-02-05 15:55:13 -06:00
unknown
ec581bd961 manual.texi s/Korea/South Korea/.
Docs/manual.texi:
  s/Korea/South Korea/.
2001-02-05 18:57:54 +01:00