Commit graph

4925 commits

Author SHA1 Message Date
paul@teton.kitebird.com
28d4754202 manual.texi HEAP does allow indexes on NULL columns as of 4.0.2. 2002-09-27 12:17:07 -05:00
paul@teton.kitebird.com
48ca28c824 Merge paul@work.mysql.com:/home/bk/mysql-4.0
into teton.kitebird.com:/home/paul/mysql-4.0
2002-09-26 15:37:50 -05:00
heikki@hundin.mysql.fi
ffdff5f763 ha_innodb.h:
Put the flag HA_NOT_READ_PREFIX_LAST back to index_flags: seems to fix also the LIKE ... DESC bug
2002-09-26 21:21:44 +03:00
paul@teton.kitebird.com
310b6c5fc7 Merge paul@work.mysql.com:/home/bk/mysql-4.0
into teton.kitebird.com:/home/paul/mysql-4.0
2002-09-26 12:01:48 -05:00
paul@teton.kitebird.com
63888e91be manual.texi tables usually should have a name. 2002-09-26 12:00:15 -05:00
serg@build.mysql2.com
7a7a0ae842 COUNT(*) for merge can be longlong even if it's long for MyISAM 2002-09-26 17:52:52 +02:00
lenz@mysql.com
dd1ed20dd5 - reworked Do-compile a bit (better failure report output, only build
with InnoDB support when requested to do so)
2002-09-26 15:36:31 +02:00
heikki@hundin.mysql.fi
64c3498f82 ha_innodb.cc:
Fix an assertion in btr0pcur.c line 203 when an UPDATE is done inside LOCK TABLES
2002-09-26 14:50:25 +03:00
monty@hundin.mysql.fi
a937a4fa5f Do filesort if handler has the HA_NOT_READ_PREFIX_LAST flag set. 2002-09-26 10:20:49 +03:00
paul@teton.kitebird.com
663b983fb7 manual.texi Qcache not available on Windows until 4.0.4. 2002-09-25 19:59:15 -05:00
paul@teton.kitebird.com
80d07e53ef Merge paul@work.mysql.com:/home/bk/mysql-4.0
into teton.kitebird.com:/home/paul/mysql-4.0
2002-09-25 19:42:22 -05:00
nick@mysql.com
b25d39d5b7 Merge nleippe@work.mysql.com:/home/bk/mysql-4.0
into mysql.com:/home/nick/mysql/repository/mysql-4.0
2002-09-25 18:07:13 -06:00
nick@mysql.com
96e9cd3ae1 fix (work-around) rpl_log test on FreeBSD. 2002-09-25 18:04:08 -06:00
paul@teton.kitebird.com
0190269ca0 Merge paul@work.mysql.com:/home/bk/mysql-4.0
into teton.kitebird.com:/home/paul/mysql-4.0
2002-09-25 14:38:55 -05:00
monty@hundin.mysql.fi
e03d4330f8 Merge 2002-09-25 20:48:32 +03:00
monty@hundin.mysql.fi
12ac759d95 Compare hostnames case insensitive
Accept zero dates without warnings
2002-09-25 20:42:55 +03:00
heikki@hundin.mysql.fi
cfff5b5025 ha_innodb.h, ha_innodb.cc:
Remove the flag HA_NOT_READ_PREFIX_LAST because ORDER BY orders wrong then; also remove the diagnostic print to avoid cluttering the error log
2002-09-25 20:35:12 +03:00
heikki@hundin.mysql.fi
b46d2ca192 ha_innodb.cc, ha_innodb.h:
Move to the right place the flag which bans use of HA_READ_PREFIX_LAST; add diagnostics and remove the assertion on line 2180 of ha_innodb.cc
2002-09-25 19:02:46 +03:00
paul@teton.kitebird.com
7b1ff7d8a1 Merge paul@work.mysql.com:/home/bk/mysql-4.0
into teton.kitebird.com:/home/paul/mysql-4.0
2002-09-25 10:44:59 -05:00
lenz@mysql.com
9aeb138a69 - added Changelog entry to manual.texi
- mysql.spec.sh: MySQL-Max now requires MySQL >= 4.0 to avoid version
   mismatches (people were mixing MySQL 3.23 and 4.0 RPMs)
2002-09-25 17:36:21 +02:00
serg@serg.mysql.com
0eb7d8e4c2 Merge work:/home/bk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
2002-09-25 14:30:48 +00:00
serg@serg.mysql.com
fdc42017d2 fixed bug in myisamchk -R mode 2002-09-25 14:29:38 +00:00
lenz@mysql.com
0a3612aaeb - added some missing changes to the 4.0.4 news section in manual.texi
and applied some cosmetical fixes
2002-09-25 12:02:47 +02:00
paul@teton.kitebird.com
764d2ec948 manual.texi DELETE grammer was not quite right (LOW_PRIORITY
manual.texi	and QUICK are not mutually exclusive).
2002-09-24 21:14:04 -05:00
paul@teton.kitebird.com
5165a94b3a Merge paul@work.mysql.com:/home/bk/mysql-4.0
into teton.kitebird.com:/home/paul/mysql-4.0
2002-09-24 19:15:07 -05:00
serg@serg.mysql.com
1adc7c554d Merge work:/home/bk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
2002-09-25 00:15:06 +00:00
serg@serg.mysql.com
4c1f30cddc fixed bug that causes mysqld crash on REVOKE 2002-09-25 00:14:22 +00:00
paul@teton.kitebird.com
deeae89c5e manual.texi Add missing plural 2002-09-24 17:31:16 -05:00
monty@hundin.mysql.fi
e8c77e16dc Fix of newly introduced bug in ORDER BY when one has a constant in the select list. 2002-09-24 21:23:56 +03:00
monty@mashka.mysql.fi
f8610ecb7b Merge hundin:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0 2002-09-24 17:12:59 +03:00
monty@mashka.mysql.fi
efaaf0b4b8 Updated VC++ project files for 4.0.4
Only write short usage if one starts mysqldump without any options
Added query cache on windows
Added error message if one can't read privilege tables
2002-09-24 17:11:59 +03:00
paul@teton.kitebird.com
5e5b311a4a manual.texi FULLTEXT works with CHAR, too. 2002-09-23 16:35:40 -05:00
lenz@mysql.com
6c3769ff35 - modified mysql-test/mysql-test-run.sh to only probe for "gcov", if
"--gcov" is actually passed as a command line option (to avoid
   failures on systems with no gcov installed)
2002-09-23 21:30:08 +02:00
serg@build.mysql2.com
f2f6f6d35c Merge work.mysql.com:/home/bk/mysql-4.0
into build.mysql2.com:/home/serg/mysql-4.0
2002-09-23 19:57:36 +02:00
serg@build.mysql2.com
88ce8f68ec Merge 2002-09-23 16:39:18 +02:00
serg@build.mysql2.com
140397d424 configure.in:
static nss linkingg issue
2002-09-23 16:39:17 +02:00
serg@serg.mysql.com
365dcfbbce Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql 2002-09-23 14:39:16 +00:00
serg@serg.mysql.com
4850c94143 followup: s/st_table_list->name/st_table_list->alias/ 2002-09-23 14:38:35 +00:00
monty@mashka.mysql.fi
108f2ccb4b Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0 2002-09-23 16:46:17 +03:00
monty@mashka.mysql.fi
2760213244 Made mysql-test results independent of MASTER_PORT and SLAVE_PORT 2002-09-23 16:34:49 +03:00
lenz@mysql.com
bff474e2ac - added missing line from the 4.0 configure.in patch 2002-09-23 14:06:48 +02:00
arjen@fred.bitbike.com
7b49f6327d Clarifications from Monty (by Zak). 2002-09-23 10:23:44 +10:00
arjen@fred.bitbike.com
97f8ff17d9 Caps keywords (OJ is Outer Join; ODBC compatibility). 2002-09-23 10:00:02 +10:00
arjen@fred.bitbike.com
6b71a258bf Explanation fixup (noted by Dean Ellis, info from Peter Zaitsev). 2002-09-23 09:47:16 +10:00
lenz@mysql.com
e5ee3122a3 - Bugfix for static glibc linking in configure.in (taken from 4.0) 2002-09-22 18:43:33 +02:00
monty@mashka.mysql.fi
cb2f04ca63 Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0 2002-09-22 18:04:13 +03:00
monty@mashka.mysql.fi
9c123d0c0b Don't give the anonymous user create temp table or lock tables privileges.
SET PASSWORD=... closed connection on error.
2002-09-22 18:02:39 +03:00
monty@mashka.mysql.fi
378d977d28 Merge with 3.23.53 2002-09-22 10:59:33 +03:00
monty@mashka.mysql.fi
6aef4237d7 Fixed bug in previous patch when using a libc with static nss 2002-09-22 10:35:15 +03:00
monty@mashka.mysql.fi
c4302b0beb Merge work:/my/mysql-3.23 into mashka.mysql.fi:/home/my/mysql-3.23 2002-09-22 10:01:22 +03:00