Commit graph

1701 commits

Author SHA1 Message Date
unknown
6be4a56aad ha_innobase.cc Fix a bug in showing of Auto_increment in SHOW TABLE STATUS
ha_innobase.h	Fix a bug in showing of Auto_increment in SHOW TABLE STATUS


sql/ha_innobase.h:
  Fix a bug in showing of Auto_increment in SHOW TABLE STATUS
sql/ha_innobase.cc:
  Fix a bug in showing of Auto_increment in SHOW TABLE STATUS
2001-07-16 21:10:29 +03:00
unknown
2e96c05506 Merge jcole@work.mysql.com:/home/bk/mysql
into tetra.spaceapes.com:/home/jcole/bk/mysql


Docs/manual.texi:
  Auto merged
2001-07-16 10:18:44 -05:00
unknown
53ccda5865 Updated link to mod_auth_mysql. 2001-07-16 10:16:18 -05:00
unknown
782750a0ed Changed GPL license example to make it more clear
Docs/manual.texi:
  Changed GPL license example to make it more clear.
configure.in:
  Fixed typo
2001-07-16 14:32:11 +03:00
unknown
a2805d9f4f Fix that libmysqlclient_r can be compiled with mit-pthreads on Linux 2001-07-16 13:27:30 +03:00
unknown
e2b803e3b6 Made replication test portable accross table handlers
mysql-test/r/rpl_sporadic_master.result:
  Made test portable accross table handlers
mysql-test/t/rpl_sporadic_master.test:
  Made test portable accross table handlers
2001-07-16 13:27:29 +03:00
unknown
fb1b1ba26b Merge
Docs/manual.texi:
  SCCS merged
2001-07-16 03:07:45 +03:00
unknown
2a18a762e1 Patch for netBSD
Added warning for tables where the auto_increment key is 0
Fixed DELETE ... LIMIT 0
Fixed UPDATE ..LIMIT 0


Docs/manual.texi:
  Changelog + Update to CHECK TABLE
configure.in:
  Patch for netBSD
mit-pthreads/gen/ctime.c:
  Patch for netBSD
mit-pthreads/machdep/netbsd-1.1/__signal.h:
  Patch for netBSD
mit-pthreads/stdio/strerror.c:
  Patch for netBSD
myisam/mi_check.c:
  Added warning for tables where the auto_increment key is 0
myisam/myisamchk.c:
  Added warning for tables where the auto_increment key is 0
mysql-test/r/auto_increment.result:
  Added warning for tables where the auto_increment key is 0
mysql-test/r/limit.result:
  Test of DELETE ... LIMIT 0
mysql-test/t/auto_increment.test:
  Added warning for tables where the auto_increment key is 0
mysql-test/t/limit.test:
  Test of DELETE ... LIMIT 0
sql/Makefile.am:
  Don't add mysqld_LDADD to mysqlbinlog (portability patch)
sql/ha_gemini.cc:
  Changed copyright (have got ok from NuSphere previously)
sql/ha_gemini.h:
  Changed copyright (have got ok from NuSphere previously)
sql/sql_delete.cc:
  Fixed DELETE ... LIMIT 0
sql/sql_update.cc:
  Fixed UPDATE ..LIMIT 0
2001-07-16 03:04:30 +03:00
unknown
ef63cbc810 Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql 2001-07-15 13:16:31 +02:00
unknown
7c7a4bc8de second INSERT ... SELECT removed 2001-07-15 13:16:01 +02:00
unknown
1ce9f19b1f updated lock test
mysql-test/r/lock.result:
  updated result
mysql-test/t/lock.test:
  updated test
2001-07-13 17:45:14 -06:00
unknown
959c180b5a test case for low priority updates race bug
not yet fixed


mysql-test/r/lock.result:
  updated result
mysql-test/t/lock.test:
  test case for low prior updates bug
2001-07-13 17:25:37 -06:00
unknown
13448d1089 Put those back after I forgot to push. 2001-07-13 04:09:40 -05:00
unknown
6d4dd77271 Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql 2001-07-12 14:24:47 +02:00
unknown
7b0cf9180a bug fixed 2001-07-12 14:09:51 +02:00
unknown
7cc86549bc send kill signal to slave thread on shutdown
sql/slave.cc:
  fixed bug in end_slave() - must send kill signal to slave thread
2001-07-11 21:33:19 -06:00
unknown
083f283ceb Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-07-11 19:30:25 -06:00
unknown
1f41db2905 fixed race condition in automatic binlog rotation
remove extension from binary log if the user specifies one to avoid
    non-rotatable logs
fixed possible use of unitialized IO_CACHE in debug mode


sql/log.cc:
  fixed race condition in automatic binlog rotation
sql/mysqld.cc:
  remove extension from binary log if the user specifies one to avoid
  non-rotatable logs
sql/slave.cc:
  fixed race condition with slave thread during server shutdown
sql/sql_class.h:
  new_file() needed an argument to know if it was called withing the 
  log mutex or not
sql/sql_repl.cc:
  fixed possible use of unitialized IO_CACHE in debug mode
2001-07-11 19:29:23 -06:00
unknown
77b05dc966 manual.texi Removed one more bugger.
Docs/manual.texi:
  Removed on more bugger.
2001-07-11 19:08:35 -05:00
unknown
6f76a92dbd manual.texi Removed a few more spurious occurances of 'Gemini'. The manual is now completely rid of and documentation about GEMINI. GEMINI is not
manual.texi	Open Source software.


Docs/manual.texi:
  Removed a few more spurious occurances of 'Gemini'. The manual is now completely rid of and documentation about GEMINI. GEMINI is not
  Open Source software.
2001-07-11 19:01:55 -05:00
unknown
2560b327e2 manual.texi Removed all documentation referring to the GEMINI table type. GEMINI is not released under an Open Source license.
Docs/manual.texi:
  Removed all documentation referring to the GEMINI table type. GEMINI is not released under an Open Source license.
2001-07-11 17:55:52 -05:00
unknown
65876c1ffd Include latest GPL and LGPL texts from fsf.org
Docs/manual.texi:
  Include latest GPL and LGPL texts from fsf.org
  
  Fix syntax error in email address
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2001-07-11 13:32:32 +02:00
unknown
0f9ea6f45d Corrected misleading syntax example.
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2001-07-10 15:57:23 -05:00
unknown
6d268708da manual.texi Fixed up licencing costs wording.
Docs/manual.texi:
  Fixed up licencing costs wording.
2001-07-10 01:27:31 -05:00
unknown
91b7bdaa80 manual.texi Change licensing prices.
Docs/manual.texi:
  Change licensing prices.
2001-07-10 01:01:40 -05:00
unknown
cb696ba1f3 Merge work:/my/mysql into tik.mysql.fi:/home/my/mysql 2001-07-07 23:28:51 +03:00
unknown
973c1c44aa dded volatile to replication variable
Docs/manual.texi:
  Changelog
sql/slave.cc:
  Added volatile to replication variable
sql/slave.h:
  Added volatile to replication variable
sql/sql_base.cc:
  Cleanup
sql/sql_show.cc:
  Cleanup
2001-07-07 23:26:06 +03:00
unknown
502806cd50 HUP should not flush everything, just the logs 2001-07-06 15:30:52 -06:00
unknown
c2ed1c114a Merge
Docs/manual.texi:
  SCCS merged
2001-07-05 13:15:04 +03:00
unknown
a19de9adf4 Added new examples to the manual.
Docs/manual.texi:
  Added new example
  Updated 4.0 changelog
2001-07-05 13:06:10 +03:00
unknown
9897da4c47 Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql
BitKeeper/etc/logging_ok:
  auto-union
2001-07-03 18:00:12 +02:00
unknown
ac3219dc65 bug fixed (sometimes it broke filesort, due to too late maybe_null=1)
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
BitKeeper/etc/ignore:
  Added myisam/test1.MYD myisam/test1.MYI to the ignore list
2001-07-03 17:58:47 +02:00
unknown
2da39d8484 Merge work.mysql.com:/home/bk/mysql into white.box:/home/tim/my/3 2001-07-03 10:07:12 -04:00
unknown
2550d5b2ed manual.texi Corrected installation example.
Docs/manual.texi:
  Corrected installation example.
2001-07-02 23:25:23 -05:00
unknown
073e58812b manual.texi Fixed bug for displaying in PDF, added mirror in France.
Docs/manual.texi:
  Fixed bug for displaying in PDF, added mirror in France.
2001-07-02 15:13:21 -05:00
unknown
02d0232e73 Merge work.mysql.com:/home/bk/mysql into white.box:/home/tim/my/3
BitKeeper/etc/logging_ok:
  auto-union
2001-06-29 15:28:50 -04:00
unknown
c0e6d9df4a manual.texi say how to set up filter for mailing list messages
manual.ja.texi	sinisa@coresinc.com -> sinisa@mysql.com (per
manual.ja.texi	Sinisa's request)


Docs/manual.ja.texi:
  sinisa@coresinc.com -> sinisa@mysql.com (per
  Sinisa's request)
Docs/manual.texi:
  say how to set up filter for mailing list messages
2001-06-29 10:23:51 -05:00
unknown
7452fb69cd Merge miguel@work.mysql.com:/home/bk/mysql
into light.local:/home/miguel/bk/mysql


BitKeeper/etc/logging_ok:
  auto-union
2001-06-29 05:18:58 -03:00
unknown
63f3702cda Completed the translation for the errmsg.txt Spanish file.
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2001-06-29 05:15:54 -03:00
unknown
62febccfec Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql


mysql-test/r/type_float.result:
  Auto merged
2001-06-28 19:27:40 -06:00
unknown
76ef5e9fd7 Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql 2001-06-29 04:21:46 +03:00
unknown
96eb526088 Updated float test result 2001-06-29 04:21:01 +03:00
unknown
6157b55d24 Merge mysql.sashanet.com:/home/sasha/src/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql-fast
2001-06-28 19:20:11 -06:00
unknown
7c7647850b fixed float test result for updated test case
mysql-test/r/type_float.result:
  fixed test result
2001-06-28 19:19:23 -06:00
unknown
0a584af461 fixed typo 2001-06-28 19:17:04 -06:00
unknown
656d118a58 chmod +x on post-incoming trigger
BitKeeper/triggers/post-incoming:
  Change mode to -rwxrwxr-x
2001-06-28 18:41:51 -06:00
unknown
d9a86a9ce3 Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-06-28 18:23:48 -06:00
unknown
c7e200cdd8 fixed message in post-commit trigger
added debugging options to master to behave sporadically, and a 
test case to make sure the slave can deal with it


BitKeeper/triggers/post-commit:
  fixed message
sql/mysqld.cc:
  added debugging options to force the master to occasionally break
  replication
sql/slave.cc:
  cosmetic change to improve readability
sql/sql_repl.cc:
  support for --sporadic-binlog-dump-fail and --max-binlog-dump-events
sql/sql_repl.h:
  support for --sporadic-binlog-dump-fail and --max-binlog-dump-events
2001-06-28 18:22:29 -06:00
unknown
a94cf89609 Merge work.mysql.com:/home/bk/mysql into white.box:/home/tim/my/3
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2001-06-28 17:39:53 -04:00
unknown
0640b4b5b4 ha_innobase.cc Update possible row timestamp column also in an update
sql/ha_innobase.cc:
  Update possible row timestamp column also in an update
2001-06-28 17:19:42 +03:00