Commit graph

4902 commits

Author SHA1 Message Date
monty@hundin.mysql.fi
12ac759d95 Compare hostnames case insensitive
Accept zero dates without warnings
2002-09-25 20:42:55 +03: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
paul@teton.kitebird.com
745d170f5c Merge paul@work.mysql.com:/home/bk/mysql-4.0
into teton.kitebird.com:/home/paul/mysql-4.0
2002-09-21 19:07:52 -05:00
paul@teton.kitebird.com
ebfa7aa5d0 manual.texi Fix typo in option name. 2002-09-21 19:07:07 -05:00
heikki@hundin.mysql.fi
62b2b08717 row0ins.c, ha_innodb.cc:
Table hash key len in query cache also includes null char at end
2002-09-22 01:38:48 +03:00
monty@mashka.mysql.fi
755d4952af Change name -> alias in TABLE_LIST.
Added missing mutex-lock around critical section in GRANT handling.
2002-09-21 21:36:23 +03:00
heikki@hundin.mysql.fi
a644b1f6e2 dict0dict.c:
Fix a crash introduced when we grew foreign key comment to 16000 chars
2002-09-21 18:47:56 +03:00
heikki@hundin.mysql.fi
1f64f8d07d ha_innodb.cc:
Add return statement
2002-09-21 03:39:27 +03:00
heikki@hundin.mysql.fi
ef8b2fa85f ha_innodb.cc:
Fix typos in last push
  Fix typo
2002-09-21 03:15:54 +03:00
heikki@hundin.mysql.fi
cff9c1df1e ha_innodb.cc, ha_innodb.h:
Fix assertion when a temporary table is created and used inside LOCK TABLES
2002-09-20 23:26:21 +03:00
paul@teton.kitebird.com
12bf4a08a0 manual.texi fix capitalization, clarify context for
manual.texi	LAST_INSERT_ID() usage.
2002-09-20 09:13:25 -05:00
lenz@mysql.com
aca781a1e2 - merge some of the 4.0 configure.in modifications (mainly because
of the static_nss stuff required for linking against the patched
   glibc)
2002-09-20 14:45:28 +02:00
monty@mashka.mysql.fi
8a5ef8dc0c Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0 2002-09-20 14:45:04 +03:00
monty@mashka.mysql.fi
7726d4b5ac Added testing of glibc compiled with static nss (as on the MySQL build machine) 2002-09-20 14:42:47 +03:00
monty@mashka.mysql.fi
cb8580a2cd Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
This should fix some issues where --lower-case-table-names doesn't work properly under windows.
2002-09-20 14:05:18 +03:00
heikki@hundin.mysql.fi
2e0bffb9af srv0srv.c:
Fix typo
2002-09-20 05:50:25 +03:00
heikki@hundin.mysql.fi
f8d44429c5 srv0srv.h, srv0srv.c, row0mysql.c:
Put back a change unintentionally removed in the last 2 pushes
2002-09-20 05:44:41 +03:00
heikki@hundin.mysql.fi
55807d9553 trx0trx.ic, trx0trx.h, srv0srv.h, row0sel.h, dict0mem.h:
Modifications for query cache + trxs, fix of q.c.+ foreign keys
2002-09-20 05:18:55 +03:00
heikki@hundin.mysql.fi
9e493e91e9 Many files:
Modifications for query cache + trxs, fix of q.c.+ foreign keys
os0file.c:
  Use unbuffered i/o in Windows
2002-09-20 05:11:08 +03:00
bell@sanja.is.com.ua
a30d0261ae Merge abelkin@work.mysql.com:/home/bk/mysql-4.0
into sanja.is.com.ua:/home/bell/mysql/mysql-4.0
2002-09-19 20:14:00 +03:00
bell@sanja.is.com.ua
ecc9832c71 fixed typo 2002-09-19 20:10:06 +03:00
monty@mashka.mysql.fi
76d7ab0ad2 Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0 2002-09-19 18:46:35 +03:00
monty@mashka.mysql.fi
d2b0773244 Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0 2002-09-19 18:03:48 +03:00
monty@mashka.mysql.fi
ce4b584a85 Increased max possible max_allowed_packet to 1G
Small optimization to not do external locking of temporary MyISAM tables.
2002-09-19 17:49:41 +03:00
bell@sanja.is.com.ua
96ebe3816f new function for innodb
windows case insensitive tables name work around
2002-09-19 10:36:19 +03:00