1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-27 05:56:07 +03:00
Commit Graph

2476 Commits

Author SHA1 Message Date
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
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
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
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
paul@teton.kitebird.com
aaf0d7b169 manual.texi fix prefix/suffix mixup. 2002-06-11 11:02:50 -05:00
monty@mashka.mysql.fi
2aecdd1a91 Big code cleanup/review before 4.0.2 release.
(All commit emails since 4.0.1 checked)
This had to be done now, before the 4.1 tree changes to much, to make it easy to propagate bug fixes to the 4.1 tree.
2002-06-11 11:20:31 +03:00
monty@hundin.mysql.fi
ad04b7f677 Fixed bug in SQL_CALC_FOUND_ROWS + LIMIT 2002-06-10 13:33:25 +03:00
jcole@mugatu.spaceapes.com
e5e6d0b12d Added changelog entry for mysql_secure_installation 2002-06-08 23:16:01 -05:00
arjen@fred.bitbike.com
f69959dbac Style fix. 2002-06-07 12:39:16 +10:00
bell@sanja.is.com.ua
1a69084465 Fixed query cache align data bug. 2002-06-07 00:02:50 +03:00
worm@altair.is.lan
221ac250c3 mirrors.texi:
add new mirrors
2002-06-06 14:20:08 +03:00
monty@hundin.mysql.fi
9263b77e0c Merge hundin.mysql.fi:/my/mysql-3.23
into hundin.mysql.fi:/my/bk/mysql-4.0
2002-06-05 23:10:29 +03:00
monty@hundin.mysql.fi
d02a9bd0c5 changelog 2002-06-05 23:09:04 +03:00
monty@hundin.mysql.fi
640abc687c Fixed mysql_info() result when using INSERT DELAYED 2002-06-05 16:42:07 +03:00
monty@hundin.mysql.fi
8f29ae77bf Merge 2002-06-04 23:03:56 +03:00
monty@hundin.mysql.fi
b0aa96dd81 Fixed mutex problem in TRUNCATE TABLE 2002-06-04 22:59:12 +03:00
Sinisa@sinisa.nasamreza.org
7fcb8b52f4 Bug fix for multi-table delete with test case and manual entry 2002-06-04 20:34:13 +03:00
arjen@fred.bitbike.com
3a9e7bd7f0 Removed dup info from changelog (noted by Peter Zaitsev). 2002-06-04 13:29:33 +10:00
monty@hundin.mysql.fi
8cba72fe1f Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2002-06-04 00:41:32 +03:00
monty@hundin.mysql.fi
4b1836ee36 Enable LOAD DATA LOCAL INFILE in mysql_test
Added syntax for column comments (for compability with 4.1)
Fix of ALTER TABLE RENAME
2002-06-04 00:40:27 +03:00
tfr@indrek.tfr.cafe.ee
1fe93ceadb mirrors.texi:
Update mirror list
2002-06-03 17:50:12 +02:00
arjen@fred.bitbike.com
eda0037d40 Clarified mysqldump -T option (noted by James Green). 2002-06-03 13:25:13 +10:00
arjen@fred.bitbike.com
cfe6e0b9f2 Added proper spelling of 'deprecated' to writing guidelines document. 2002-06-03 12:28:48 +10:00
arjen@fred.bitbike.com
5b5a981da7 Typo fixup. 2002-06-03 12:21:09 +10:00
monty@hundin.mysql.fi
544f95c451 merge with 3.23 2002-06-02 20:46:03 +03:00
monty@hundin.mysql.fi
44a631f1fc Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2002-06-02 17:05:08 +03:00
monty@hundin.mysql.fi
e2a116411e Portability fixes for SCO and HPUX
Change TRUNCATE(number) to truncate towards zero for negative numbers
Fix NULL handling for DESCRIBE table_name
2002-05-31 15:22:38 +03:00
worm@altair.is.lan
7bde7e21b9 mirrors.texi:
change mirror
2002-05-30 17:50:10 +03:00
monty@hundin.mysql.fi
4eb3ce226f Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2002-05-29 14:30:44 +03:00
arjen@fred.bitbike.com
51883b3239 Style fixup. 2002-05-29 12:31:22 +10:00
arjen@fred.bitbike.com
5b855dec10 A few style/spelling fixups. 2002-05-29 12:21:36 +10:00
monty@narttu.mysql.fi
b9e0ee3723 Merge hundin:/my/mysql-4.0 into narttu.mysql.fi:/my/mysql-4.0 2002-05-28 10:42:06 +03:00
monty@narttu.mysql.fi
e814ca4108 Small documentation change 2002-05-28 10:39:47 +03:00
monty@hundin.mysql.fi
65039ca99f Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2002-05-28 10:22:50 +03:00
monty@hundin.mysql.fi
7e0358e509 fixed tests after merge 2002-05-28 10:21:56 +03:00
monty@hundin.mysql.fi
bbebc75163 merge with 3.23.51 2002-05-27 23:52:21 +03:00
monty@hundin.mysql.fi
7a436e6ad1 Manual update about SET/ENUM 2002-05-27 23:40:26 +03:00
monty@hundin.mysql.fi
6d0e43c73b Renamed stripp_sp -> strip_sp
Remove end space from ENUM and SET strings
2002-05-27 23:21:49 +03:00
arjen@fred.bitbike.com
597d90b89f Clarified myisampack 'limitations' (note from Werner). 2002-05-27 09:44:43 +10:00
worm@altair.is.lan
dfd2766099 mirrors.texi:
added new mirrors
2002-05-24 10:46:19 +03:00