Commit graph

1179 commits

Author SHA1 Message Date
tim@black.box
9d304d8c31 Merge 2001-11-06 07:50:58 -05:00
arjen@co3064164-a.bitbike.com
00ff406b17 Oops, late catch of Monty-speak ;-). We're not working against ANSI 99 compliancy..... 2001-11-06 13:39:29 +10:00
arjen@co3064164-a.bitbike.com
22413196fd Copyright fixups and typo. From Erik Grandstrom. 2001-11-06 10:56:52 +10:00
arjen@co3064164-a.bitbike.com
eb893a2fbb Rewrite/re-arrange of "How stable is MySQL?" section, as per Monty/Kaj request. 2001-11-06 10:20:16 +10:00
tim@black.box
d50f77ed1a manual.texi Remove upper-case emphasis (e.g., NOT -> @strong{not}) 2001-11-05 19:08:45 -05:00
arjen@co3064164-a.bitbike.com
e0690d1116 Updated reserved words list (get rid of EVENTS). 2001-11-06 08:53:18 +10:00
arjen@co3064164-a.bitbike.com
8e2bfcb876 Copy info on WEEK() change in 4.0 from change log to appropriate section.
Typo fix.
2001-11-05 17:58:29 +10:00
arjen@co3064164-a.bitbike.com
e013a062c3 Heaps of fixups for MGM/Kaj. 2001-11-05 16:23:38 +10:00
arjen@co3064164-a.bitbike.com
7926c032b5 Removed UNION from 'things that must be done sometime' in 4.0. Is implemented in 4.0.0. 2001-11-05 12:35:14 +10:00
arjen@co3064164-a.bitbike.com
2dd56c612c Fixup, paragraph lost since 3.23.41 (noted by Carsten Pederson). 2001-11-05 12:30:04 +10:00
monty@hundin.mysql.fi
fd0780493d merge with 3.23.44 2001-11-04 16:14:09 +02:00
monty@hundin.mysql.fi
67951fdeb4 Fix error messages
mysqltest now also writes failed error messages to log
2001-11-04 15:43:41 +02:00
monty@hundin.mysql.fi
65d4c846d8 Fixed problem with t1 LEFT_JOIN t2 ... WHERE t2.date_column IS NULL when date_column is declared as NOT NULL. 2001-11-03 21:22:06 +02:00
monty@hundin.mysql.fi
8cd4c2358d Fix that mysqladmin shutdown can be interrupted with ^C
Fixed bug with BLOB keys in BDB tables
Fixed problem with MERGE tables on OS with 32 bit files
Fixed that TIME_TO_SEC() works with negative times
2001-11-03 15:18:09 +02:00
tim@black.box
2050505fb4 Merge work.mysql.com:/home/bk/mysql-4.0 into black.box:/u/home/tim/my/4 2001-11-02 09:57:22 -05:00
arjen@co3064164-a.bitbike.com
bc3d013d1a Lingo consistency fixups and typos noted by Paul DuBois. 2001-11-02 14:29:26 +10:00
arjen@co3064164-a.bitbike.com
73a98018b7 Improved improvement of Internals story and location. 2001-11-02 14:11:52 +10:00
arjen@co3064164-a.bitbike.com
176631c712 Improved reference to internals list for code contributions. 2001-11-02 13:58:24 +10:00
arjen@co3064164-a.bitbike.com
4e03a69543 Fixed foreign key text/reference in "common queries" section. 2001-11-02 12:36:49 +10:00
arjen@co3064164-a.bitbike.com
1a7547202e manual.texi:
InnoDB section merge from Heikki.
2001-11-02 11:55:38 +10:00
arjen@co3064164-a.bitbike.com
8066874e15 Fixed typos/lingo, from notes by Stefan Hinz (German translator). 2001-11-02 11:18:50 +10:00
arjen@co3064164-a.bitbike.com
e79a1b9e96 Fixed TcX references. 2001-11-02 09:53:07 +10:00
tim@black.box
c32735ff3d manual.texi Remove bogus mention of --with-libwrap from Solaris
manual.texi	install notes.
2001-11-01 17:05:07 -05:00
arjen@co3064164-a.bitbike.com
3fbbfbed3e More header caps fixes & a dopey typo. 2001-11-01 14:46:09 +10:00
arjen@co3064164-a.bitbike.com
485afb3acc Fixed typos and header caps. 2001-11-01 14:26:09 +10:00
arjen@co3064164-a.bitbike.com
9f49c80241 Updated gnu.org @urefs. 2001-11-01 12:50:04 +10:00
arjen@co3064164-a.bitbike.com
1ef54787e0 Resolved z/s spelling inconsistencies.
Fixed few Innobase -> InnoDB inconsistencies.
2001-11-01 11:26:19 +10:00
monty@hundin.mysql.fi
44a2a213b8 Changed time -> query_time in slow query log.
Fixed Rows_examined in slow query log.
2001-10-31 22:24:33 +02:00
heikki@donna.mysql.fi
04bf72bebe manual.texi Test push in 4.0 repository 2001-10-31 20:00:02 +02:00
monty@hundin.mysql.fi
d89690e606 Portability fixes
Fix for consistent 0000-00-00 date handling
Close + open binary logs on flush tables
Fix for AVG() in HAVING.
2001-10-31 18:27:49 +02:00
tfr@sarvik.tfr.cafe.ee
3ebd8c76fc manual.texi:
Added 2 new mirrors
2001-10-31 16:16:14 +02:00
tfr@sarvik.tfr.cafe.ee
8509214fa0 Merge tfr@work.mysql.com:/home/bk/mysql-4.0
into sarvik.tfr.cafe.ee:/usr/home/tfr/BK/mysql-4.0
2001-10-31 15:14:21 +02:00
ahlentz@co3064164-a.rochd1.qld.optusnet.com.au
6085ac6aeb Added MySQL AB Certification.
Updated Training, Consulting info with additional text from Bertrand.
Added certification and press info to contact details.
2001-10-31 15:19:07 +10:00
ahlentz@co3064164-a.rochd1.qld.optusnet.com.au
b1a43c2d74 Reference to stable version shouldn't be using variable with current version! 2001-10-31 12:18:47 +10:00
monty@hundin.mysql.fi
5a9ce774dc Update for OS2 (patch from Yuri Dario).
Use LONG_TIMEOUT (one year) instead of ~0 for long timeouts
Fixed error messages.
Fixed problem with const propagation when comparing columns of different types
2001-10-31 03:22:31 +02:00
monty@hundin.mysql.fi
7367545cad Fix for gcc 3.0
Fix for using quoted table names with the SJIS character set.
2001-10-30 16:31:35 +02:00
ahlentz@co3064164-a.rochd1.qld.optusnet.com.au
ec761d5730 Fixed explanation in another reference of -- comment style. 2001-10-30 15:46:01 +10:00
ahlentz@co3064164-a.rochd1.qld.optusnet.com.au
09112bfe12 Restructuring/rewrite of "What standards" and "Missing functions" sections. 2001-10-30 15:25:48 +10:00
tfr@sarvik.tfr.cafe.ee
a3ee8703d1 manual.texi:
Update mirror listing
2001-10-30 00:11:00 +02:00
tim@black.box
3c0333511a Improve libmsyql_r and libmysqld sections of manual. 2001-10-29 14:12:46 -05:00
ahlentz@co3064164-a.rochd1.qld.optusnet.com.au
18206d84af Fixups from Marten Mickos. 2001-10-29 15:36:37 +10:00
ahlentz@co3064164-a.rochd1.qld.optusnet.com.au
89a78a8b8e Typo fix. 2001-10-29 12:28:35 +10:00
Administrator@co3064164-a.rochd1.qld.optushome.com.au
e006329df7 Working on "Missing functions" sections. 2001-10-26 15:53:04 +10:00
Administrator@co3064164-a.rochd1.qld.optushome.com.au
b154e84697 Further clarification/cleanup of Windows text. 2001-10-26 15:14:56 +10:00
Administrator@co3064164-a.rochd1.qld.optushome.com.au
1928cae128 Fixup of lingo (PR clean) in "-- as the start of a comment" text. 2001-10-26 13:48:32 +10:00
Administrator@co3064164-a.rochd1.qld.optushome.com.au
21cae00978 Fixup of English in SSL section. 2001-10-26 12:51:42 +10:00
Administrator@co3064164-a.rochd1.qld.optushome.com.au
5280da9c9c Removal of duplicate lines in transaction text.
Fixup of Windows texts.
2001-10-26 11:47:52 +10:00
Administrator@co3064164-a.rochd1.qld.optushome.com.au
8be48f847d Typo fix; reported by Rodney Broom (rbroom@rbroom.com). 2001-10-26 09:51:06 +10:00
tfr@sarvik.tfr.cafe.ee
0785269e5f manual.texi:
* Update WideXS mirror URLs
2001-10-25 10:49:51 +02:00
Administrator@co3064164-a.rochd1.qld.optushome.com.au
e8023fad96 General and Windows fixups. 2001-10-25 15:36:50 +10:00
Administrator@co3064164-a.rochd1.qld.optushome.com.au
e1f79e3b66 Rewrite of Windows binary/source installation/configuration. 2001-10-25 15:08:47 +10:00
Administrator@co3064164-a.rochd1.qld.optushome.com.au
5148f003c7 O'Reilly fixups. 2001-10-25 09:00:35 +10:00
tfr@sarvik.tfr.cafe.ee
665ece680f manual.texi:
* Change mirror URL
2001-10-24 19:03:21 +02:00
Administrator@co3064164-a.rochd1.qld.optushome.com.au
bb78de048e Various fixups. 2001-10-24 15:46:05 +10:00
Administrator@co3064164-a.rochd1.qld.optushome.com.au
191563b9b6 Swapped InnoDB and BDB in manual (InnoDB now mentioned first). 2001-10-24 14:41:35 +10:00
Administrator@co3064164-a.rochd1.qld.optushome.com.au
d56cf69873 Numerous fixups.
Updated "Contact Information".
2001-10-24 14:10:40 +10:00
Administrator@co3064164-a.rochd1.qld.optushome.com.au
06cafbba4b Merging old/new info in chapter 1. 2001-10-23 15:59:19 +10:00
Administrator@co3064164-a.rochd1.qld.optushome.com.au
6a301204ca Typo fixes.
Shuffling sections.
2001-10-22 16:33:01 +10:00
Administrator@co3064164-a.rochd1.qld.optushome.com.au
6b0df5bc18 Little fixups. 2001-10-22 12:14:11 +10:00
monty@hundin.mysql.fi
b58873ae15 merge 2001-10-20 11:27:02 +03:00
monty@work.mysql.com
35f2d831a8 merge 2001-10-20 10:27:01 +02:00
monty@hundin.mysql.fi
915f1aeef5 Fix bugs in LEFT JOIN and field=NUL 2001-10-20 11:04:23 +03:00
jcole@tetra.spaceapes.com
52270d3283 Fixes to tables per Andy Oram.
Sigh, should be all the remaining errors!
2001-10-20 01:29:09 -05:00
monty@hundin.mysql.fi
6ee6fbf700 Don't use signal() on windows.
Added missing InnoDB variables to SHOW VARIABLES.
Fixed bug when doing WHERE 'column_name=NULL' on an indexed column that had NULL values.
Fixed bug when doing 'LEFT JOIN ...  ON (column_name = constant) WHERE column_name = constant'
2001-10-19 22:10:54 +03:00
Administrator@co3064164-a.rochd1.qld.optushome.com.au
e4557c4334 Minor fixes. 2001-10-19 14:42:32 +10:00
Administrator@co3064164-a.rochd1.qld.optushome.com.au
68127e69c1 Typo fix. 2001-10-19 13:02:27 +10:00
Administrator@co3064164-a.rochd1.qld.optushome.com.au
049c41aab0 Merge arjen@work.mysql.com:/home/bk/mysql-4.0
into co3064164-a.rochd1.qld.optushome.com.au:c:/home/mysql-4.0
2001-10-19 12:46:19 +10:00
jcole@tetra.spaceapes.com
6af49a8f94 Added script to update reserved word list.
Updated reserved word list.
2001-10-18 21:46:18 -05:00
Administrator@co3064164-a.rochd1.qld.optushome.com.au
eb6bac0e8d Quick rearrange and ordering of "main features" list. 2001-10-19 12:39:11 +10:00
Administrator@co3064164-a.rochd1.qld.optushome.com.au
caa4e886a8 Another reserved words fixup. 2001-10-19 11:40:51 +10:00
Administrator@co3064164-a.rochd1.qld.optushome.com.au
bd4197e0ef Some minor fixups.
Updated reserved words list.
2001-10-19 09:55:19 +10:00
Administrator@co3064164-a.rochd1.qld.optushome.com.au
389964a6c3 Heaps of little structural fixups.
Added Jorge to developers.
Added activities for Miguel.
2001-10-18 14:26:27 +10:00
Administrator@co3064164-a.rochd1.qld.optushome.com.au
064b7e3f0b Merge arjen@work.mysql.com:/home/bk/mysql-4.0
into co3064164-a.rochd1.qld.optushome.com.au:c:/home/mysql-4.0
2001-10-18 10:21:15 +10:00
Administrator@co3064164-a.rochd1.qld.optushome.com.au
2211660be1 Added reference to Software Portal in 'Contributed Programs' appendix. 2001-10-18 10:18:39 +10:00
jcole@tetra.spaceapes.com
dc5e4f21cc merge 2001-10-17 19:12:05 -05:00
jcole@tetra.spaceapes.com
c7d13c6a06 Small fixes. 2001-10-17 18:49:39 -05:00
Administrator@co3064164-a.rochd1.qld.optushome.com.au
b266c46f6d Section 'Conventions Used in This Manual' now subsection under 'About This Manual' 2001-10-18 09:09:00 +10:00
monty@hundin.mysql.fi
779695c17b Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2001-10-17 19:40:52 +03:00
monty@hundin.mysql.fi
0bfec316ce Don't do signal() on windows (Causes instability problems)
Safer, a bit faster filesort.
Code changes to avoid calls to current_thd() (faster code).
Removed all compiler warnings from readline.
2001-10-17 19:39:39 +03:00
tfr@sarvik.tfr.cafe.ee
0585db179c manual.texi:
* Fix kernelnotes.de mirror FTP url
  * Add a mirror in Germany
2001-10-17 14:05:11 +02:00
Administrator@co3064164-a.rochd1.qld.optushome.com.au
26d04064d3 Typo fixes for manual addition. I missed the check. 2001-10-17 17:46:27 +10:00
Administrator@co3064164-a.rochd1.qld.optushome.com.au
a77b8c6210 Added Erik's texts on logos/trademarks, licences, business services. Fixup location/refs/dups later.
Added Kaj's text MySQL 4.0 in a Nutshell. Fixup location/refs later.
2001-10-17 17:30:19 +10:00
Administrator@co3064164-a.rochd1.qld.optushome.com.au
de33f719b6 Shuffled transit Installing a MySQL Binary Distribution to 2.2.7
Shuffled transit Perl Installation Comments to 2.7
Shuffled transit Functions for Use with GROUP BY Clauses to 6.3.6
2001-10-17 13:15:58 +10:00
Administrator@co3064164-a.rochd1.qld.optushome.com.au
d19d469e63 Explanation of maximum index length changed to maximum index width. 2001-10-17 10:54:54 +10:00
Administrator@co3064164-a.rochd1.qld.optushome.com.au
97b2626d17 Manual fixup in 4.0.0 changes for IS NULL and ISNULL() 2001-10-17 09:11:57 +10:00
Administrator@co3064164-a.rochd1.qld.optushome.com.au
a112fd6e23 Manual fixup in 4.0.0 changes for multi-table update not working yet. 2001-10-17 07:56:39 +10:00
Administrator@co3064164-a.rochd1.qld.optushome.com.au
fe4810b471 Typo fix. 2001-10-17 06:49:43 +10:00
Administrator@co3064164-a.rochd1.qld.optushome.com.au
49a1e3291a Changes on behalf of mgm. 2001-10-16 15:37:11 +10:00
mwagner@evoq.mwagner.org
d0ee699a5a Merge work:/home/bk/mysql-4.0
into evoq.mwagner.org:/home/mwagner/work/bk/mysql-4.0
2001-10-15 23:39:52 -05:00
mwagner@evoq.mwagner.org
24ac030a58 manual.texi A legit type fix... okay, so maybe it's one more trigger check. 2001-10-15 23:39:14 -05:00
Administrator@co3064164-a.rochd1.qld.optushome.com.au
eba5551ed6 Add e-mail address to Sales text in contact info. 2001-10-16 14:29:52 +10:00
mwagner@evoq.mwagner.org
b71244e2d2 manual.texi One more.. sorry for the spam. :) 2001-10-15 23:19:00 -05:00
mwagner@evoq.mwagner.org
0321ef411f manual.texi One more test 2001-10-15 23:16:58 -05:00
mwagner@evoq.mwagner.org
8473cf631b bk.txt Testing commit
manual.texi	Testing
2001-10-15 23:08:25 -05:00
mwagner@evoq.mwagner.org
8ce1334a77 manual.texi testing
manual.texi	test
2001-10-15 22:54:41 -05:00
Administrator@co3064164-a.rochd1.qld.optushome.com.au
56a9b9d469 Merge arjen@work.mysql.com:/home/bk/mysql-4.0
into co3064164-a.rochd1.qld.optushome.com.au:c:/home/mysql-4.0
2001-10-16 10:37:49 +10:00
Administrator@co3064164-a.rochd1.qld.optushome.com.au
6296f31411 Fixed typo. 2001-10-16 10:35:52 +10:00
monty@hundin.mysql.fi
faa51dc285 merge 2001-10-16 02:44:04 +03:00
monty@hundin.mysql.fi
cec2793eb8 Better error message in mysqlmanager 2001-10-16 02:27:08 +03:00
jcole@tetra.spaceapes.com
4dbaef5401 Merge jcole@work.mysql.com:/home/bk/mysql-4.0
into tetra.spaceapes.com:/home/jcole/bk/mysql-4.0
2001-10-15 18:00:53 -05:00
jcole@tetra.spaceapes.com
d8b9377715 Removed doubled paragraph from manual.texi. 2001-10-15 17:56:28 -05:00
Administrator@co3064164-a.rochd1.qld.optushome.com.au
2d7b1861c5 Added info on multi-table DELETE/UPDATE to 4.0.0 changes. 2001-10-16 08:09:58 +10:00
Administrator@co3064164-a.rochd1.qld.optushome.com.au
ed18c66df1 Merge arjen@work.mysql.com:/home/bk/mysql-4.0
into co3064164-a.rochd1.qld.optushome.com.au:c:/home/mysql-4.0
2001-10-16 06:58:51 +10:00
jcole@tetra.spaceapes.com
68bab97b4d Merge jcole@work.mysql.com:/home/bk/mysql-4.0
into tetra.spaceapes.com:/home/jcole/bk/mysql-4.0
2001-10-15 12:04:11 -05:00
serg@serg.mysql.com
e4405fc5d8 make mysql-test-run --gdb to work (as it does not wait for keypress anymore)
manual updated
2001-10-15 18:27:12 +02:00
Administrator@co3064164-a.
1284030cb0 Moved section on HANDLER command.
Fixed UNION from @subsection to @subsubsection under SELECT.
2001-10-15 16:04:19 +10:00
Administrator@co3064164-a.
a52df4337a Updated funding and employee info following Marten's input. 2001-10-15 14:52:25 +10:00
Administrator@co3064164-a.
8dcc414262 Removed old chapter about Unireg.
Inserted note about stable codebase and backwards compatibility in "How stable is MySQL" section.
2001-10-15 14:14:21 +10:00
Administrator@co3064164-a.
3241bed63f Fixed typo. 2001-10-15 11:15:17 +10:00
jcole@tetra.spaceapes.com
a351429e26 Added docbook-fixup.pl to fix up XML DocBook format. 2001-10-14 19:29:23 -05:00
Administrator@co3064164-a.
36d1022832 Fixed little typos. 2001-10-15 09:39:36 +10:00
serg@serg.mysql.com
6f0deb9806 ft_* and *bulk_insert* variables re-documented 2001-10-12 21:52:11 +02:00
monty@hundin.mysql.fi
da96aaed2f Manual cleanups 2001-10-12 00:41:31 +03:00
monty@hundin.mysql.fi
d121c2cdb9 Added missing files in libmysqld and the RPM spec file 2001-10-11 05:37:05 +03:00
monty@hundin.mysql.fi
075a0fbde0 Portability fixes
Fixed bug with long log-filenames in Innobase.
2001-10-11 04:25:00 +03:00
monty@hundin.mysql.fi
6265dfccda Always build thread safe client libraries in the distributed build
Add mysqlmanager to binary distribution.
2001-10-10 23:44:07 +03:00
monty@hundin.mysql.fi
440197b600 Fixes to get RPM done 2001-10-10 13:59:47 +03:00
monty@hundin.mysql.fi
51555b4020 Portability & build fixes 2001-10-10 01:26:56 +03:00
monty@hundin.mysql.fi
2eb83ad4e9 Don't depend on mit-pthreads include files when building libmysqld.a 2001-10-09 19:32:55 +03:00
monty@hundin.mysql.fi
d5fe1db868 One should not only have to include my_net.h to work with sockets.
This wrapper noew will include all the necessary, system specific files,
which makes all normal source files much easier to write and maintain.
Portability fixes.
2001-10-09 03:35:29 +03:00
monty@hundin.mysql.fi
196f620e90 Portability fixes + a couple of bug fixes introduced by last push. 2001-10-08 23:20:19 +03:00
monty@hundin.mysql.fi
938a8dc2ef merge 2001-10-08 05:36:35 +03:00
monty@hundin.mysql.fi
88aff4bf85 Updated manual about embedded version.
Speed up column-completion in 'mysql'
Don't use ISAM if HAVE_ISAM is not defined
A lot of fixes for the embedded version.  All libraries are now included in libmysqld.a
Changed arguments to convert_dirname() to make it more general.
Renamed files in the 'merge' directory to all use a common prefix.
Don't compile both assembler and C functions on x86
2001-10-08 04:58:07 +03:00
monty@work.mysql.com
0c81c7ea07 Merge 2001-10-07 13:31:12 +02:00
monty@hundin.mysql.fi
88e5ee0184 Fix for 'mysqladmin -w1 unknown-command'
Manual Changelog update
2001-10-07 14:18:09 +03:00
paul@teton.kitebird.com
5ea641ad21 manual.texi change notes cleanup 2001-10-04 11:05:03 -05:00
monty@hundin.mysql.fi
3dd994b2e9 Fix mmanual nodes 2001-10-04 11:24:02 +03:00
monty@hundin.mysql.fi
5942d1d30a Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2001-10-04 02:55:15 +03:00
jcole@tetra.spaceapes.com
f3d4e9b13c conflict fixed 2001-10-03 18:55:14 -05:00
monty@hundin.mysql.fi
6c1344a113 Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2001-10-04 02:44:54 +03:00
monty@hundin.mysql.fi
62c8014171 Fixed some build problems.
Fix that compressed packets and normal packets looks indentical before calling net_real_write()
(Needed for query cache)
Optimize IS NULL handling
2001-10-04 02:44:18 +03:00
monty@work.mysql.com
1805368556 merge 2001-10-03 18:00:38 +02:00
monty@hundin.mysql.fi
55a6911bb1 Portability fixes. 2001-10-03 17:02:14 +03:00
monty@hundin.mysql.fi
f5a53594c8 Added usage of --master-retry-count to make mysql-test-run safer. 2001-10-03 16:27:20 +03:00
monty@work.mysql.com
193ae61fc0 merge 2001-10-02 21:33:47 +02:00
monty@hundin.mysql.fi
4dd46e346c Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql 2001-10-02 21:13:55 +03:00
monty@hundin.mysql.fi
d28f23c14f Fixed bug in INSERT DELAYED
Fixed some problems in SHOW CREATE TABLE
Fixed calculation of checksums in myisamchk
2001-10-02 21:08:08 +03:00
monty@hundin.mysql.fi
ce347166d2 merge 2001-10-02 06:04:39 +03:00
Administrator@fred.
052784e40d Merge arjen@work.mysql.com:/home/bk/mysql-4.0
into fred.:c:/home/mysql-4.0
2001-10-02 13:00:36 +10:00
monty@hundin.mysql.fi
c2f6d57709 merge 2001-10-02 05:56:09 +03:00
monty@hundin.mysql.fi
880026ccf6 Cleaned up SSL documentation
Fixes for embedded server
Made key_cache more configurable
Fixed that one can change key blocksize in MyISAM
A lot of optimizations to make MyISAM slightly faster
2001-10-02 05:53:00 +03:00
Administrator@fred.
d3385bf989 Added Arjen to doc maintainer list.
Initial cleanup of SSL/X509 explanation.
2001-10-02 12:51:12 +10:00
tim@work.mysql.com
4ec3eda716 manual.texi Fix typo in support section. 2001-10-02 00:30:30 +02:00
tim@work.mysql.com
352101129b manual.texi Fix some details of the Support and Licensing section. 2001-10-02 00:23:28 +02:00
tim@work.mysql.com
7b5d0db08f Re-arrange support information in manual.texi so that no details about
pricing and support levels are given.  Also some style changes.
2001-10-01 23:14:06 +02:00
tfr@sarvik.tfr.cafe.ee
5e4b84594a manual.texi:
Added a mirror in France
2001-10-01 21:44:02 +02:00
tfr@sarvik.tfr.cafe.ee
3aceb88ea8 manual.texi:
Add a mirror
2001-10-01 19:21:52 +02:00
serg@serg.mysql.com
993be5c8a0 three column types (added to parser - but not to the manual - long time ago) documented 2001-10-01 14:37:15 +02:00
monty@hundin.mysql.fi
2350609bce Fixed that SHOW CREATE TABLE shows all attributes 2001-09-30 05:47:35 +03:00
tonu@volk.internalnet
a16796c8ac Merge work.mysql.com:/home/bk/mysql-4.0
into volk.internalnet:/home/tonu/mysql-4.0
2001-09-30 10:47:32 +08:00