monty@hundin.mysql.fi
ccce9d031f
Added STDCALL to mysql_sever and mysql_thread variables
...
Merged error messages with 3.23.44
Fixed bug with DATA DIRECTORY on windows
2001-11-03 21:33:11 +02:00
monty@tramp.mysql.fi
abb7df2de1
Fixed error message when opening a not-MyISAM file.
...
Extended MODIFY and CHANGE in ALTER TABLE to accept the AFTER keyword.
Extended MyISAM to handle records > 16M.
2001-10-29 10:49:35 +02:00
monty@hundin.mysql.fi
00046f8ed1
Update test results after merge
2001-10-20 11:56:49 +03:00
monty@hundin.mysql.fi
4eb41be6ff
Fix after merge
2001-10-20 11:27:03 +03: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
0f25a1a032
Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql
2001-10-19 22:11:19 +03: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
tonu@volk.internalnet
883424d2a6
Fast fix to support one more possible directory of OpenSSL include files.
2001-10-19 13:09:54 +02: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
115c867bd8
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:55:29 +10:00
jcole@tetra.spaceapes.com
e5a34e4304
Oops, didn't actually commit the script.
2001-10-18 21:50:25 -05: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
miguel@light.local
f33b914bc2
Add the export functions definition file for libmysql.dll.
...
When should add a function with STDCALL defined should be
add to this file, in this way the functions is exported for
the client application on Win32.
2001-10-18 23:00:15 -02:00
miguel@light.local
d621c83a2f
Merge miguel@work.mysql.com:/home/bk/mysql-4.0
...
into light.local:/home/miguel/develop/mysql-4.0.0
2001-10-18 22:32:40 -02:00
miguel@light.local
da53b793c4
Avoid the redefinition warning message from winsock.h
2001-10-18 22:31:42 -02: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
sasha@mysql.sashanet.com
f6321e8b75
fixed sleep
...
bug on reconnect
2001-10-17 14:12:14 -06: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
serg@serg.mysql.com
2eee3e9892
Merge work:/home/bk/mysql-4.0
...
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
2001-10-17 14:53:01 +02:00
serg@serg.mysql.com
5051120313
typo fixed
2001-10-17 14:49:54 +02: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
tfr@sarvik.tfr.cafe.ee
4dc2467490
Merge
2001-10-17 13:46:16 +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
354c49a142
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 14:31:03 +10: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
bed6035f67
post-commit Added docs@ to get manual edits
2001-10-15 23:28:30 -05:00
mwagner@evoq.mwagner.org
d66a33c192
mysql.cc Testing commit trigger
2001-10-15 23:22:42 -05:00