monty@hundin.mysql.fi
a3538124d7
Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
2002-06-19 12:31:15 +03:00
arjen@fred.bitbike.com
256378fb48
Serious rewrite of the "reset forgotten password" section.
2002-06-19 16:51:49 +10:00
arjen@fred.bitbike.com
a3ae5573aa
Typo fix (noted by Mathias Berchtold).
2002-06-19 11:57:59 +10:00
monty@hundin.mysql.fi
3184dc1f16
Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
2002-06-19 00:38:58 +03:00
monty@hundin.mysql.fi
0d8e13979d
Made keyread (key scanning) a key specific attribute.
...
This avoids using fulltext keys for table scanning.
This also reverts Sinisa's original fix for this problem.
2002-06-19 00:22:30 +03:00
Sinisa@sinisa.nasamreza.org
6ad30c9b2d
Fixed some comments , plus introduced some tests so that I do not
...
make some new mistakes.
2002-06-18 17:38:06 +03:00
heikki@hundin.mysql.fi
73ffcf6ec6
manual.texi:
...
Emphasize that the size and the signedness of integer types has to be the same in a foreign key constraint
2002-06-18 10:34:00 +03:00
Sinisa@sinisa.nasamreza.org
3aff0a47c9
Merge sinisa@work.mysql.com:/home/bk/mysql-4.0
...
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
2002-06-17 21:00:50 +03:00
Sinisa@sinisa.nasamreza.org
a2356e3033
My previous patch was not good at all.
...
This one is better, but should not be final.
Better fix is to make some changes in ha_myisammrg::index_read
This patch also reverts my previous one ...
2002-06-17 20:58:09 +03:00
paul@teton.kitebird.com
6985839a73
redo some changes lost after I messed up local repository
2002-06-17 11:37:31 -05:00
monty@hundin.mysql.fi
b1f7c1251c
Merge with 3.23.52
2002-06-17 16:08:34 +03:00
monty@hundin.mysql.fi
4d7030606e
Fixed problem with innodb_log_group_home_dir and SHOW VARIABLES
2002-06-17 15:07:46 +03:00
monty@hundin.mysql.fi
0762b00d86
Backported fix from 4.0 which caused core dumps for some complex queries.
2002-06-17 15:00:06 +03:00
monty@hundin.mysql.fi
f4da1be1e1
Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql
2002-06-17 12:49:18 +03:00
monty@hundin.mysql.fi
b44b485491
Ensure that share->tot_locks s updated correctly
...
This fixes that mysamchk --sort-records works on windows.
2002-06-17 12:34:19 +03:00
monty@mashka.mysql.fi
8d75ff64e1
Portability fix for HPUX
2002-06-17 09:56:27 +03:00
lenz@mysql.com
c25a99214c
Fixed Build-tools/mysql-copyright-2 to properly replace the copyright
...
header in x86 assemler files instead of eating the whole file
2002-06-17 08:54:57 +02:00
monty@hundin.mysql.fi
6d69e1205f
Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
2002-06-17 09:46:38 +03:00
arjen@fred.bitbike.com
7fb871405d
Added MYSQL_PS1 to environment variables section.
2002-06-17 11:54:45 +10:00
arjen@fred.bitbike.com
9a6dc9a33e
Typo fix and sentence cleanup in post-commit script.
2002-06-17 09:44:39 +10:00
arjen@fred.bitbike.com
dbc1d5bc55
Changelog cleanup.
2002-06-17 08:15:05 +10:00
arjen@fred.bitbike.com
b96f340cef
Merge work.mysql.com:/home/bk/mysql-4.0
...
into fred.bitbike.com:/home/arjen/mysql-4.0
2002-06-17 08:00:47 +10:00
monty@mashka.mysql.fi
fc52abc50f
Cleanup of checking of user resources
...
Added missing checking of no_keyread
2002-06-16 17:06:12 +03:00
Sinisa@sinisa.nasamreza.org
138e5d57eb
Fixed a bug in optimiser with MERGE tables with non-unique values
...
with aggregating functions.
This consistently crashed Mysql
2002-06-15 20:59:42 +03:00
Sinisa@sinisa.nasamreza.org
eab0de7ce6
A fix for a bug which hits the optimiser when trying to group keys
...
for a seemingly impoosbile conds in WHERE....
This crashed MySQL in 4.0.2
2002-06-15 14:56:35 +03:00
Sinisa@sinisa.nasamreza.org
b559a6335c
Merge
2002-06-14 15:15:24 +03:00
Sinisa@sinisa.nasamreza.org
078dada497
Fixed a rare bug when fulltext index is present and no tables are used.
...
A better fix would be to have a map of tables that are not used at all,
and to annul just fledls in that TABLE.
2002-06-14 15:06:01 +03:00
peter@linux.local
f85a002c68
Merge
2002-06-14 15:24:22 +04:00
peter@linux.local
d505803728
This is just code style/minor optimizations cleanup changeset
2002-06-14 15:14:30 +04:00
arjen@fred.bitbike.com
38cd5e80b5
Some style and consistency cleanups.
...
Adjusting target versions for implementation of new features.
Removed already implemented features from todo.
2002-06-14 18:50:17 +10:00
arjen@fred.bitbike.com
fcc8e364fd
Style change for grant access privileges.
...
Fixed typo ("create temporary table" privilege is really "create temporary tables" privilege).
2002-06-14 15:46:36 +10:00
arjen@fred.bitbike.com
8a5f89bede
Fixed one inconsistency in previous priv-names style edit.
...
Fix some grammatical errors using 's instead of s for plural.
2002-06-14 12:02:53 +10:00
arjen@fred.bitbike.com
9778faefab
Added bk marker date for 3.23.51 in manual.
2002-06-14 11:07:27 +10:00
arjen@fred.bitbike.com
fdc1d4d1e5
Update reserved word list.
2002-06-14 09:36:39 +10:00
arjen@fred.bitbike.com
b42b7ca8e9
Merge work.mysql.com:/home/bk/mysql-4.0
...
into fred.bitbike.com:/home/arjen/mysql-4.0
2002-06-14 09:26:27 +10:00
Sinisa@sinisa.nasamreza.org
acb1710d62
Some small changes in multi-table update "ported" from mulit-table
...
delete.
2002-06-13 17:08:27 +03:00
worm@altair.is.lan
e6ea89dedd
Merge
2002-06-13 12:15:06 +03:00
worm@altair.is.lan
4a940f8f8e
mirrors.texi:
...
update mirrors
2002-06-13 12:01:51 +03:00
arjen@fred.bitbike.com
6665beeda9
Style cleanups.
2002-06-13 15:20:59 +10:00
arjen@fred.bitbike.com
409fba38c9
Style/spelling fixups, mainly of new privileges.
2002-06-13 14:31:10 +10:00
arjen@fred.bitbike.com
72032a1905
Translated new error message to Dutch.
2002-06-13 09:46:55 +10:00
monty@mashka.mysql.fi
33a377c716
Remove remains of old getopt
2002-06-12 23:54:52 +03:00
monty@mashka.mysql.fi
0e759036cc
Added missing include file to sql_acl.cc (bug in last changeset)
2002-06-12 17:35:04 +03:00
monty@mashka.mysql.fi
fb5c9ff0bf
Merge work:/home/bk/mysql-4.0 into mashka.mysql.fi:/my/mysql-4.0
2002-06-12 15:08:22 +03:00
monty@mashka.mysql.fi
b8421d34ec
Added the following new privleges:
...
SHOW DATABASES
CREATE TEMPORARY TABLE
LOCK TABLES
REPLICATION SLAVE & REPLICATION CLIENT
SUPER
EXECUTE
All scripts & documentation is updated for this change.
Added better error messages for global privileges
2002-06-12 15:04:18 +03:00
Sinisa@sinisa.nasamreza.org
8677ec8d25
Merge sinisa@work.mysql.com:/home/bk/mysql-4.0
...
into sinisa.nasamreza.org:/mnt/hdc/Sinisa/mysql-4.0
2002-06-11 22:47:12 +03:00
Sinisa@sinisa.nasamreza.org
8ebadc5d0a
A fix for multi-table delete with tables optimised away.
...
Still not able to make a proper test case as this crashes on files
where key and data pointers are 4 bytes each. Possibly a proper
test case would require myisampack.
2002-06-11 22:45:51 +03:00
paul@teton.kitebird.com
aaf0d7b169
manual.texi fix prefix/suffix mixup.
2002-06-11 11:02:50 -05:00
lenz@mysql.com
3629a3d5a4
Added creation of debug symbols to Build-tools/Do-linux-build
2002-06-11 12:26:36 +02:00
peter@linux.local
7e80b05884
Merge linux.local:/data/mysql-4.0-root into linux.local:/data/mysql-4.0
2002-06-11 13:56:58 +04:00