Commit graph

2371 commits

Author SHA1 Message Date
lenz@mysql.com
29fafcedb0 - replaced manual.texi with a dummy placeholder file (manual.texi is
now maintained in a separate "mysqldoc" BK source tree) - it will be
   replaced with the correct manual.texi when building the official
   source distribution
 - fixed automake error about reservedwords.texi by moving it to EXTRA_DIST
   instead
2003-01-27 16:28:42 +01:00
lenz@mysql.com
82aca82da0 - added a dummy file "reservedwords.texi" to the BK tree and the Makefiles,
so it's part of the distribution (manual.texi includes this file)
   It will be replaced with the correct one from the mysqldoc tree before
   building the distribution
 - removed generation and inclusion of MIRRORS file, since the mirror list
   is no longer part of manual.texi anyway
 - replaced YFLAGS with AM_YFLAGS in sql/Makefile.am to make automake happy
 - Redirect standard error when checking for dpkg-architecture in ltconfig
   to avoid error message showing during configuration
2003-01-27 13:44:16 +01:00
arjen@george.bitbike.com
caaff55c01 Moved to mysqldoc tree. 2003-01-24 07:41:48 +10:00
venu@myvenu.com
2430b322ba Prepared statements - Doc to be incorporated in manual 2003-01-10 11:18:43 -08:00
monty@mashka.mysql.fi
f8e660d88c merge with 4.0.9
To get bug fixes for TCP/IP connections, FORCE INDEX and OPTIMIZE TABLE with NULL keys
2003-01-09 03:55:26 +02:00
monty@mashka.mysql.fi
89ef355b9e Fix for bug in LOAD DATA INFILE and replication
Fix for SHOW VARIABLES in embedded server
2003-01-08 11:24:39 +02:00
monty@mashka.mysql.fi
f9772317ee merge 2003-01-04 15:40:55 +02:00
monty@mashka.mysql.fi
07daf3169e Merge with 4.0.8 2003-01-03 00:04:33 +02:00
bar@bar.mysql.r18.ru
ae6519bbf7 GIS doc 2002-12-27 11:52:49 +04:00
monty@mashka.mysql.fi
3ca695ea0b Cut hostnames at HOSTNAME_LENGTH to avoid theoretical hostname overruns
Changed long packat handling to check for packets of length 0xffffff.
This does however break packet handling for older clients.
If you are using packets >= 16M then you need to upgrade client and server
after this patch.
2002-12-26 18:26:37 +02:00
monty@mashka.mysql.fi
b5aa9ae0c7 Changed thd variables max_join_size and select_limit to type ha_rows.
This fixed some optimization problems when using -DBIG_TABLES
Portabilty fixes for OpenUnix and HPUX
Added C and C++ version numbers to mysqlbug
2002-12-20 14:58:27 +02:00
vva@eagle.mysql.r18.ru
7050b5eb4d add 'SOUNDS LIKE' syntax 2002-12-14 02:18:14 +04:00
monty@mashka.mysql.fi
5022e56cba Ensure that BEGIN / COMMIT is handled properly if slave dies
Added syntax support for
CREATE TABLE foo (a char CHARACTER SET latin1) CHARSET=latin1;
2002-12-11 15:46:39 +02:00
monty@hundin.mysql.fi
cda8c9041f Added 4.1 protocol description 2002-11-10 09:39:00 +02:00
monty@hundin.mysql.fi
b0fae584b9 Portability fixes for HP compiler and HPUX11 2002-11-09 13:26:46 +02:00
serg@sergbook.mysql.com
ecfa37baa5 Merge 2002-11-06 09:52:13 +01:00
monty@hundin.mysql.fi
5333cfb429 Removed wrong patch to fix DATE BETWEEN TIMESTAMP1 AND TIMESTAMP2
Some simple optimizations
2002-11-05 22:45:42 +02:00
serg@sergbook.mysql.com
d4783821ba merged 2002-11-05 17:10:31 +01:00
monty@hundin.mysql.fi
685dba5bac Fix to get core file on Linux 2002-11-05 00:04:36 +02:00
monty@hundin.mysql.fi
2bcd60e113 Merge 2002-10-31 10:44:20 +02:00
monty@mashka.mysql.fi
bb7f37ab2e merge 2002-10-29 23:54:37 +02:00
monty@mashka.mysql.fi
5343d4c969 Added --skip-safemalloc to mysqltest
Added bug fix from 3.23 for AIX 4.3.3 and gcc 3.x
Small change in EXCHANGE output
Propagate open-files-limit from mysqld_safe -> mysqld
Fixed speed bug in GROUP BY
Added quotes around database name in CREATE DATABASE db_name (for binary log)
2002-10-29 22:56:30 +02:00
monty@hundin.mysql.fi
1e0538324d Added back old LARGEFILE handling
Fixed reference to freed memory in acl_init()/grant_init()
Fixed possible memory leak. (Could only happen in very strange circumstances)
Fixed bug in ALTER TABLE with BDB tables
Updated mysql-test for valgrind
2002-10-29 21:59:03 +02:00
monty@mashka.mysql.fi
c104f57df0 Updated changelog 2002-10-29 21:30:34 +02:00
Sinisa@sinisa.nasamreza.org
171f8c014a finally pushing what I could not due to BK problems 2002-10-28 17:04:18 +02:00
serg@serg.mysql.com
dede6634f6 merged 2002-10-25 21:15:52 +00:00
monty@hundin.mysql.fi
36afa9a96e Fixed problem with BDB tables and ALTER TABLE 2002-10-24 01:29:29 +03:00
monty@hundin.mysql.fi
2f72277933 Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2002-10-20 09:06:22 +03:00
monty@hundin.mysql.fi
cd38c07dc9 Fixed Changelog 2002-10-20 08:58:48 +03:00
Sinisa@sinisa.nasamreza.org
4175461c00 Small code improvement in multi-table updates 2002-10-17 21:25:24 +03:00
jani@rhols221.adsl.netsonic.fi
562b17185a Added notes about --set-variable being deprecated since MySQL 4.0 2002-10-17 20:03:31 +03:00
pem@mysql.com
98c4101b6e Added Change note about the fixed join parsing, allowing (removing) braces. 2002-10-17 10:58:30 +02:00
monty@hundin.mysql.fi
26b1bbdbd1 Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2002-10-16 16:34:29 +03:00
monty@hundin.mysql.fi
67d3cd643b Merge with 3.23.54 2002-10-16 13:11:25 +03:00
monty@hundin.mysql.fi
b4343ba939 Fixed bug in LEFT JOIN ... WHERE not_null_key_column=NULL; 2002-10-16 10:32:45 +03:00
arjen@fred.bitbike.com
8c85663c55 Name fix. 2002-10-16 08:09:55 +10:00
monty@hundin.mysql.fi
3712931cc6 Fixed bug in ORDER BY ... LIMIT 2002-10-15 16:47:55 +03:00
monty@hundin.mysql.fi
302a43f095 Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql 2002-10-14 17:13:45 +03:00
monty@hundin.mysql.fi
68963e91b2 Fixed a bug in key optimizing handling where the expression
WHERE column_name = key_column_name was calculated as true
for NULL values.
2002-10-14 17:04:12 +03:00
monty@hundin.mysql.fi
00e86fb5cc Allocate HEAP blocks in smaller blocks to get better memory utilization and more speed when used with safemalloc.
Don't initalize memory areas when run with --skip-safemalloc.
2002-10-13 23:42:37 +03:00
lenz@mysql.com
b8a8c5e3db Merge mysql.com:/space/my/mysql-4.0
into mysql.com:/space/my/mysql-4.0-automake
2002-10-13 16:58:20 +02:00
lenz@mysql.com
79ab39ec94 - replaced Docs/LICENSE with Docs/MySQLEULA.txt
- Updated scripts/make_binary_distribution and scripts/mysql-copyright*
   accordingly
2002-10-13 16:57:33 +02:00
lenz@mysql.com
b7a83743ff - fixed formatting in MySQLEULA.txt 2002-10-13 16:53:19 +02:00
lenz@mysql.com
d8f843a779 - Tagged ChangeSet 1.1224 as "mysql-3.23.53"
- bumped up version number to 3.23.54 in configure.in
 - replaced Docs/LICENSE with Docs/MySQLEULA.txt and modified
   scripts/make_binary_distribution.sh and Build-tools/mysql-copyright*
   accordingly.
2002-10-13 16:26:28 +02:00
Sinisa@sinisa.nasamreza.org
7ba2242803 Two bug fixes 2002-10-12 21:36:39 +03:00
monty@hundin.mysql.fi
9b1d5b6f5f Fixed bug where we could reference a freed tmp_table->table_name variable for some
GROUP BY ... ORDER BY queries.
2002-10-12 12:38:48 +03:00
lenz@mysql.com
023be8ac53 - added missing changelog entry to manual.texi 2002-10-09 22:16:40 +02:00
lenz@mysql.com
3805a5edfe - removed some redundant version numbers for certain GNU tools required
from manual texi
2002-10-09 21:18:19 +02:00
lenz@mysql.com
5c0d195a5b Merge 2002-10-09 21:03:59 +02:00
serg@serg.mysql.com
1de40b6426 changelog updated 2002-10-09 19:03:58 +00:00
lenz@mysql.com
e4a3efa29d - minor fixes and documentation for the update to automake 1.5
- currently, "make distcheck" fails - this needs to be investigated
   before the next release
2002-10-09 20:54:47 +02:00
lenz@mysql.com
6851efff03 - Fixed typo in 3.23.53 changelog entry in manual.texi 2002-10-09 13:50:48 +02:00
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
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
paul@teton.kitebird.com
deeae89c5e manual.texi Add missing plural 2002-09-24 17:31:16 -05: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
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
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
paul@teton.kitebird.com
ebfa7aa5d0 manual.texi Fix typo in option name. 2002-09-21 19:07:07 -05: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
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
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
paul@teton.kitebird.com
c44c70fcfe manual.texi fix X'...' example to return correct result type 2002-09-18 16:39:26 -05:00
monty@mashka.mysql.fi
f638ee6df9 Added code to flush a bulk_insert index.
This fixes a bug when doing multi-row inserts on table with an auto_increment key that is not in the first key segment.
2002-09-18 21:04:49 +03:00
paul@teton.kitebird.com
d44e1e6830 Merge paul@work.mysql.com:/home/bk/mysql-4.0
into teton.kitebird.com:/home/paul/mysql-4.0
2002-09-18 10:37:59 -05:00
paul@teton.kitebird.com
9ab6c6ac2a manual.texi minor fixes 2002-09-18 10:35:29 -05:00
monty@mashka.mysql.fi
70b1d53883 merge with 3.23.53 (only code cleanup and new test case) 2002-09-18 02:04:56 +03:00
monty@mashka.mysql.fi
74744466b1 Fixed bug with BINARY NULL 2002-09-18 02:00:56 +03:00
monty@mashka.mysql.fi
f42a28e252 Merge 2002-09-18 00:44:58 +03:00
monty@mashka.mysql.fi
7f55d92637 fixed so that --ssl and --skip-ssl works with the MySQL clients.
Fixed core dump bug when sending wrong string to AES_DECRYPT()
2002-09-17 23:46:53 +03:00
serg@sergbook.mysql.com
aabcc1f634 Merge 2002-09-17 21:09:39 +02:00
serg@sergbook.mysql.com
7118d006b4 ft-boolean + ORDER BY (ftb tree reusing) bug 2002-09-17 21:04:10 +02:00
monty@mashka.mysql.fi
3bb2660d10 Merge with 3.23.53 2002-09-17 05:17:32 +03:00
monty@mashka.mysql.fi
c7b6854f70 Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0 2002-09-16 15:56:55 +03:00
monty@mashka.mysql.fi
c85c33a5c1 Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host tables
Fixed bug in SELECT ... ORDER BY ... LIMIT
Fixed bug in ALTER TABLE and RENAME TABLE with --lower-case-table-names
Fixed hang when using --with-openssl
2002-09-16 15:55:19 +03:00
monty@mashka.mysql.fi
ff993695a4 Fixed bug in ALTER TABLE and RENAME TABLE when running with lower-case-table-names. 2002-09-16 15:24:54 +03:00
paul@teton.kitebird.com
69b0b2903a manual.texi clarify that FULLTEXT is for MyISAM tables. 2002-09-15 12:10:33 -05:00
monty@mashka.mysql.fi
344c24d390 Fixed core dump bug in ORDER BY ... LIMIT 2002-09-15 01:23:01 +03:00
paul@teton.kitebird.com
3763f8412f manual.texi minor tweaks/fixups to charset section.
manual.texi	minor fixups to mysql_real_connect() section.
2002-09-13 10:47:02 -05:00
monty@mashka.mysql.fi
3a03bb1d23 Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0 2002-09-13 01:09:50 +03:00
monty@mashka.mysql.fi
2f7f09822a Added missing nodes to InnoDB section 2002-09-13 01:08:03 +03:00
paul@teton.kitebird.com
5fcc80ff98 manual.texi fix mangled sentence (pointed out by Egor). 2002-09-11 13:15:35 -05:00
paul@teton.kitebird.com
0375cbf6a7 manual.texi formatting cleanups. 2002-09-11 09:52:57 -05:00
monty@mashka.mysql.fi
8b7521eb7f Merge with 3.23.53 2002-09-11 14:49:38 +03:00
monty@mashka.mysql.fi
fa4e07bf97 merge 2002-09-11 06:44:45 +03:00
monty@mashka.mysql.fi
f3a186c905 Portability fixes.
Improve mysql-test to be more robust.
Fix that GRANT doesn't delete SSL options
Change innobase_flush_log_at_trx_commit to uint.
Don't rotate logs if we read a rotate log entry from the master.
2002-09-11 06:40:08 +03:00
serg@sergbook.mysql.com
75b4156dc0 changelog 2002-09-10 23:47:30 +02:00
paul@teton.kitebird.com
daf1a57502 manual.texi British-ise some -ize words
manual.texi	formatting fixups
2002-09-10 14:33:22 -05:00
monty@mashka.mysql.fi
75a39efa41 Fixed changelog 2002-09-10 20:56:38 +03:00
lenz@mysql.com
c29fa93f54 - Fixed changelog typo in manual.texi 2002-09-06 01:10:28 +02:00
monty@mashka.mysql.fi
5ee7d7e73c Merge 2002-09-05 17:17:22 +03:00
monty@mashka.mysql.fi
0281a6b160 Fixed searching after ssl directories.
Fixed that GRANT ... REQUIRE options are not forgot when doing new GRANT
Changed fn_ext to point at first '.' after directory.
FLUSH LOGS removed numerical extension for all future update logs.
Fixed the mysqld --help reports right values for --datadir and --bind-address
--log-binary=a.b.c now properly strips of .b.c
Fix that one can DROP UDF functions that was not loaded at startup
Made AND optional in REQUIRE
Added REQUIRE NONE
2002-09-05 16:17:08 +03:00
jani@rhols221.adsl.netsonic.fi
15ad3ee806 Fixed a bug in my_getopt and mysqld.cc 2002-09-05 14:22:52 +03:00