Commit graph

828 commits

Author SHA1 Message Date
unknown
89e1029b27 DocTOC Chapter 5 Complete! 2001-08-02 14:28:39 -05:00
unknown
03c23b5126 try this again.. 2001-08-02 03:29:27 -05:00
unknown
a636f4cb8a the back side of the short contents page should be blank... 2001-08-02 02:56:09 -05:00
unknown
7589011c8f Fixed some ugly things in manual.texi.
Docs/manual.texi:
  Fixed some ugly things.
2001-08-02 00:21:19 -05:00
unknown
48027bd02c Aesthetic changes to manual.texi.
Docs/manual.texi:
  Aesthetic changes.
2001-08-01 22:15:15 -05:00
unknown
ce7470ad34 A few random fixes to manual.texi.
Docs/manual.texi:
  A few random fixes.
2001-08-01 15:36:47 -05:00
unknown
f72d648099 Fixes to Chapter 4 of DocTOC. 2001-08-01 15:27:22 -05:00
unknown
ef049e69fa DocTOC Chapter 4 Complete! 2001-08-01 15:17:39 -05:00
unknown
9563e658c9 small fix per user email 2001-07-31 09:45:14 -05:00
unknown
72390f797f DocTOC Chapter 3 Complete! 2001-07-31 09:37:49 -05:00
unknown
2f4aad6537 Fixes to DocTOC Chapter 2. 2001-07-31 09:15:56 -05:00
unknown
d77fe435f4 DocTOC Chapter 2 Complete! 2001-07-31 08:55:29 -05:00
unknown
811532f56f Fixed optimizer bug in ORDER BY where some ORDER BY parts where ignored.
Extended default arguments to be up to 4095 characters


Docs/manual.texi:
  Update lof LOCK TABLES
mysql-test/r/order_by.result:
  Test for optimizer bug in ORDER BY
mysql-test/t/order_by.test:
  Test for optimizer bug in ORDER BY
mysys/default.c:
  Extended default arguments to be up to 4095 characters
sql/sql_select.cc:
  Fixed optimizer bug in ORDER BY
2001-07-30 22:49:39 +03:00
unknown
29ef945557 New Chapter 1 a la DocTOC.
Sorry for such a big patch. :)
2001-07-25 15:47:31 -05:00
unknown
47fe7b4f16 manual.texi change note cleanups, other misc. typo fixes
Docs/manual.texi:
  change note cleanups, other misc. typo fixes
2001-07-23 21:53:41 -05:00
unknown
10cae1f670 manual.texi bug was described incorrectly
Docs/manual.texi:
  bug was described incorrectly
2001-07-23 21:44:28 -05:00
unknown
0889a0055a Applied mysqldumslow patch to manual.texi.
Docs/manual.texi:
  Applied mysqldumslow patch.
2001-07-23 13:02:45 -05:00
unknown
dece009c8b Merge
Docs/manual.texi:
  SCCS merged
2001-07-18 23:35:13 +03:00
unknown
0e66a78a4d Upgrade TL_WRITE_CONCURRENT_INSERT to TL_WRITE_LOW_PRIORITY if
--low-priority-updates is used and the file has holes.


Docs/manual.texi:
  Changelog
sql/sql_insert.cc:
  Fixed that sleeptime is 0 for new insert delayed threads.
2001-07-18 23:34:04 +03:00
unknown
76eaa2595f fixed mysterious offset confusion bug
added a test case for it - took some creative work to figure out
how to make it happen at will
updated the manual


Docs/manual.texi:
  fixed wrong info on SLAVE_SKIP_COUNTER
  fixed wrong info in BitKeeper tree build instructions
  updated change history about bug fix
mysql-test/t/rpl_sporadic_master.test:
  tried hard to get slave confused, but failed. nevertheless, a more
  exhaustive test case does not hurt
sql/slave.cc:
  fixed mysterious offset confusion bug
2001-07-18 14:26:43 -06:00
unknown
653d19af02 Fixed problem with part keys and BDB tables
Docs/manual.texi:
  Changelog
2001-07-18 11:31:18 +03:00
unknown
ea82b7c687 Updated Changelog
Docs/manual.texi:
  Added slave_read_timeout
2001-07-17 23:57:43 +03:00
unknown
703f4d7b02 Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql
Docs/manual.texi:
  Auto merged
2001-07-17 21:05:38 +03:00
unknown
9302266bde Removed wrong warning from thr_lock
Fixed problem with UPDATE and BDB tables
Fixed problem with GRANT FILE privilege on database level
mysqld --warnings works now
Fixed problem with SHOW OPEN TABLES when not using BDB
Added some tests for ALTER TABLE to the test scripts


Docs/manual.texi:
  Added link to copyleft license.
  Updated Changelog
configure.in:
  Fixed typo
mysys/thr_lock.c:
  Removed wrong warning
sql/ha_berkeley.cc:
  Fixed problem with UPDATE
sql/sql_acl.cc:
  Fixed problem with GRANT FILE privilege on database level
sql/sql_parse.cc:
  Fixed that you don't get aborted connection error if you are not using --warning
sql/sql_show.cc:
  Fixed problem with SHOW OPEN TABLES when not using BDB
tests/fork2_test.pl:
  Added test of ALTER TABLE
tests/fork_big.pl:
  Added test of ALTER TABLE
2001-07-17 21:04:01 +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
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
7c7a4bc8de second INSERT ... SELECT removed 2001-07-15 13:16:01 +02:00
unknown
13448d1089 Put those back after I forgot to push. 2001-07-13 04:09:40 -05: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
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
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
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
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
1a5643b4b1 Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql
Docs/manual.texi:
  Auto merged
2001-06-28 15:24:53 +03:00
unknown
9665a34a73 Allow floats of type 1.0e1 2001-06-28 15:24:28 +03:00
unknown
93edcc74ef Cleanup
myisam/myisamchk.c:
  --force now implices --update
sql/share/italian/errmsg.txt:
  Update of error messages
2001-06-28 10:58:04 +03:00