Commit graph

2419 commits

Author SHA1 Message Date
monty@hundin.mysql.fi
352fcd458f Fixed bug in LOCK TABLES on windows. 2002-10-09 12:05:22 +03:00
tfr@beta.frontier86.ee
57486309c7 Merge tfr@work.mysql.com:/home/bk/mysql-4.0
into beta.frontier86.ee:/stuff/bk/mysql-4.0
2002-10-08 21:14:46 +03:00
tfr@beta.frontier86.ee
224b252418 manual.texi:
Contrib overhaul
2002-10-08 21:11:47 +03:00
monty@hundin.mysql.fi
367e2d4396 Remove wrong clear of mysql_port when using --skip-show-databases 2002-10-08 16:40:50 +03:00
vva@genie.(none)
0274088f02 additions for compiling for Win via samba 2002-10-08 16:55:39 +05:00
bell@sanja.is.com.ua
2e4e1b3b3f Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.0
into sanja.is.com.ua:/home/bell/mysql/work-4.0
2002-10-08 09:46:00 +03:00
bell@sanja.is.com.ua
9363b916ab changelog entry for query cache with system database bug. 2002-10-08 09:44:35 +03:00
arjen@fred.bitbike.com
c0011ee02b Fixup. 2002-10-08 15:13:49 +10:00
arjen@fred.bitbike.com
1dc6183d50 Fixup. 2002-10-08 15:11:51 +10:00
arjen@fred.bitbike.com
582b20dc58 Update reserved words (from 4.1) 2002-10-08 13:06:51 +10:00
arjen@fred.bitbike.com
6b799de73c Sync with 3.23 changelog. 2002-10-08 12:55:10 +10:00
arjen@fred.bitbike.com
378102fd76 3.23 Changelog cleanup (sync with 4.0/4.1) 2002-10-08 12:54:18 +10:00
arjen@fred.bitbike.com
e2ce4cea81 Syncing with 4.1 docs. 2002-10-08 12:46:15 +10:00
paul@teton.kitebird.com
33c27caeb5 manual.texi Document IO_THREAD and SQL_THREAD for SLAVE START/STOP. 2002-10-07 09:53:17 -05:00
mwagner@work.mysql.com
e18a2d5c17 Merge work.mysql.com:/home/bk/mysql-4.0
into work.mysql.com:/d1/users/mwagner/work/bk/mysql-4.0
2002-10-07 13:29:20 +02:00
mwagner@work.mysql.com
ccedc9efa4 manual.texi Added docs about how to clone public 4.1 repository 2002-10-07 11:32:10 +02:00
paul@teton.kitebird.com
f1eab2774c manual.texi Change --full to --all for mysqldump references. 2002-10-06 20:21:48 -05:00
paul@teton.kitebird.com
444d420401 manual.texi UPDATE description mentioned ORDER BY, but it was
manual.texi	missing from the syntax diagram.
2002-10-06 14:07:25 -05:00
paul@teton.kitebird.com
23270596c4 manual.texi minor change note cleanups. 2002-10-05 12:07:57 -05:00
Sinisa@sinisa.nasamreza.org
57815006c7 Small fix in mysqld_safe for some shells 2002-10-05 15:57:18 +03:00
Sinisa@sinisa.nasamreza.org
d2ef2ec9c8 a small fix for some shells 2002-10-05 15:45:24 +03:00
serg@serg.mysql.com
3858bf1f81 fixed typo: s/ft_max_word_len_sort/ft_max_word_len_for_sort/ 2002-10-03 19:12:27 +00:00
arjen@fred.bitbike.com
b5ea7e8eff Clarify wildcards in dbname of GRANT command. 2002-10-03 09:52:30 +10:00
heikki@hundin.mysql.fi
dba3868523 manual.texi:
InnoDB does allow a foreign key constraint name to be specified
2002-10-02 20:54:21 +03:00
heikki@hundin.mysql.fi
89a61ccd0a manual.texi:
InnoDB does allow a foreign key constraint name to be specified, though it is not used in any way
2002-10-02 20:44:44 +03:00
paul@teton.kitebird.com
12e170e630 Merge paul@work.mysql.com:/home/bk/mysql-4.0
into teton.kitebird.com:/home/paul/mysql-4.0
2002-10-02 12:36:06 -05:00
paul@teton.kitebird.com
7dd3248737 manual.texi behavior -> behaviour 2002-10-02 12:34:25 -05:00
monty@hundin.mysql.fi
7377f54631 merge 2002-10-02 13:56:17 +03:00
monty@hundin.mysql.fi
bef1d7d32e Fix for building shared libraries with a patched glibc
Don't require UPDATE_ACL for REPLACE
2002-10-02 12:37:32 +03:00
paul@teton.kitebird.com
a0ffbe60f6 manual.texi Fix a few agreement problems. 2002-10-01 15:11:16 -05:00
lenz@mysql.com
3aa161d240 - Tagged ChangeSet 1.1321 as mysql-4.0.4
- added some missing changelog entries to the 4.0.5 changelog
 - applied small fix to configure.in from monty (already applied manually
   to configure.in of the 4.0.4 release source files - not relevant for
   normal builds anyway)
2002-10-01 21:16:27 +02:00
heikki@hundin.mysql.fi
30ee5200df manual.texi:
Clarified FOREIGN KEY syntax, added a note that CREATE TABLE causes an InnoDB commit if binlogging is used, added InnoDB version history
2002-09-30 18:01:56 +03:00
monty@hundin.mysql.fi
39c5540969 Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2002-09-30 15:01:26 +03:00
monty@hundin.mysql.fi
2d66b2f519 Revert change to use ha_rows for number of rows as other code depend of this 2002-09-30 14:54:16 +03:00
paul@teton.kitebird.com
2007a034fe manual.texi undo bad query cache mod. 2002-09-29 18:14:44 -05:00
paul@teton.kitebird.com
44d04328e3 Merge paul@work.mysql.com:/home/bk/mysql-4.0
into teton.kitebird.com:/home/paul/mysql-4.0
2002-09-27 12:18:46 -05:00
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
monty@hundin.mysql.fi
5ce2900d48 Merge hundin.mysql.fi:/my/mysql-3.23
into hundin.mysql.fi:/my/bk/mysql-4.0
2002-09-27 12:13:28 +03:00
monty@hundin.mysql.fi
649413f773 Don't reset Delayed_insert_threads on FLUSH STATUS 2002-09-27 12:01:26 +03:00
tfr@beta.frontier86.ee
144d7cc79b manual.texi:
Remove 'web clients' contrib section
2002-09-27 01:42:08 +03:00
tfr@beta.frontier86.ee
d914da119b Merge tfr@work.mysql.com:/home/bk/mysql-4.0
into beta.frontier86.ee:/stuff/bk/mysql-4.0
2002-09-27 00:35:23 +03:00
tfr@beta.frontier86.ee
9d8ec46b6c manual.texi:
Clean out 'Graphical clients' section of the contributed software section
2002-09-27 00:33:48 +03:00
paul@teton.kitebird.com
63888e91be manual.texi tables usually should have a name. 2002-09-26 12:00:15 -05: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
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
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
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