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
arjen@fred.bitbike.com
ee2ae2110e
Tweaks by Zak.
2002-09-05 11:45:04 +10:00
arjen@fred.bitbike.com
5b892894b0
Fix invalid Texinfo formatting and rephrase text.
...
Also copied note to 'know bugs and misfeatures' section.
2002-09-05 08:53:09 +10:00
Sinisa@sinisa.nasamreza.org
71775a801f
Merge sinisa@work.mysql.com:/home/bk/mysql-4.0
...
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
2002-09-04 21:28:59 +03:00
Sinisa@sinisa.nasamreza.org
8f539d2e5e
A small explanation regarding comparison of ENUM and SET values
2002-09-04 21:25:53 +03:00
serg@serg.mysql.com
2697582cfb
merged
2002-09-04 16:00:57 +00:00
serg@serg.mysql.com
0ce6e3ea15
changelog updated
2002-09-04 15:55:40 +00:00
Sinisa@sinisa.nasamreza.org
d88492938d
Merge sinisa@work.mysql.com:/home/bk/mysql-4.0
...
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
2002-09-04 15:26:25 +03:00
Sinisa@sinisa.nasamreza.org
cded64f5f3
a small bug fix
2002-09-04 15:24:27 +03:00
lenz@mysql.com
2ed3af4d8f
Merge mysql.com:/space/my/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0-build
2002-09-04 13:43:04 +02:00
lenz@mysql.com
dcf559af18
- Reworked/Cleaned up Build-tools/Do-compile to be more flexible and
...
better documented
- Added a note to manual.texi about using sysctl to tune Linux kernel
parameters, corrected a wrong path name
2002-09-04 13:39:21 +02:00
arjen@fred.bitbike.com
1a0e3423e6
Keyword typo fixup (noted by Carsten).
2002-09-04 11:35:28 +10:00
Sinisa@sinisa.nasamreza.org
1703a7b006
Adding to the Changelog
2002-09-03 23:23:46 +03:00
monty@mashka.mysql.fi
d11512ccd2
Merge mashka.mysql.fi:/home/my/mysql-3.23
...
into mashka.mysql.fi:/home/my/mysql-4.0
2002-09-03 16:50:59 +03:00
monty@mashka.mysql.fi
fee5128d25
Merge
2002-09-03 16:48:37 +03:00
monty@mashka.mysql.fi
20680f895e
Check if AND/OR expression can be NULL
...
Better fix for ALTER TABLE on BDB tables
(Both of the above fixes are already in 4.0)
2002-09-03 15:53:07 +03:00
monty@mashka.mysql.fi
93e033fabc
Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0
2002-09-03 15:46:13 +03:00
monty@mashka.mysql.fi
a01a0840dc
Some trivial optimzations
...
Check if AND/OR expression can be NULL; Fixed bug in GROUP BY and-or-expression where expression could be NULL
Bug fix for SHOW OPEN TABLES when user didn't have privilege to access all open tables.
Better fix for ALTER TABLE on BDB tables.
2002-09-03 15:44:25 +03:00
lenz@mysql.com
f7f940fc92
- added gcc 3.1 on HP-UX compile options to manual.texi
2002-09-02 10:05:47 +02:00
paul@teton.kitebird.com
87938a3266
manual.texi clarify 4.0.2 ORDER BY change note.
2002-09-01 20:55:05 -05:00
paul@teton.kitebird.com
94b04cdcab
Merge paul@work.mysql.com:/home/bk/mysql-4.0
...
into teton.kitebird.com:/home/paul/mysql-4.0
2002-09-01 16:49:06 -05:00
paul@teton.kitebird.com
cf814b3a6f
manual.texi A little rearrangement of binlog description.
2002-09-01 16:43:50 -05:00
serg@serg.mysql.com
a5f9e95a93
merged
2002-09-01 00:02:13 +00:00
serg@serg.mysql.com
b962da9aab
merged
2002-08-31 23:38:10 +00:00
serg@serg.mysql.com
27390a8d81
LOCK+modify+OPTIMIZE bugfix
2002-08-31 23:18:08 +00:00
serg@serg.mysql.com
2fb0ed812e
changelog updated
2002-08-31 20:51:21 +00:00
monty@mashka.mysql.fi
184ef91d4c
Merge
2002-08-31 14:41:56 +03:00
paul@teton.kitebird.com
8625fca784
manual.texi minor symlink section cleanups
2002-08-29 15:31:53 -05:00
paul@teton.kitebird.com
b5ac744db4
manual.texi define "replication coordinates"
...
manual.texi minor fixups
2002-08-29 15:22:57 -05:00
paul@teton.kitebird.com
6dc167281b
manual.texi minor fix
2002-08-28 11:32:53 -05:00
paul@teton.kitebird.com
f7ee98f438
manual.texi Some BDB fixups.
2002-08-28 11:30:10 -05:00
paul@teton.kitebird.com
0970e25d26
manual.texi minor fix to 3.23.53 change note
2002-08-28 10:00:48 -05:00
paul@teton.kitebird.com
c983bca51f
Merge paul@work.mysql.com:/home/bk/mysql-4.0
...
into teton.kitebird.com:/home/paul/mysql-4.0
2002-08-28 08:57:11 -05:00
paul@teton.kitebird.com
5104585fc0
manual.texi minor fixes
...
manual.texi fix minor typo.
manual.texi make some @code{} -> @file{} changes
2002-08-28 08:56:15 -05:00
Sinisa@sinisa.nasamreza.org
54594ebca1
Little but nasty bug with BDB and alter table
2002-08-28 16:41:23 +03:00
jani@rhols221.adsl.netsonic.fi
c7d7d8abe3
* Fixed a bug in my_getopt
...
* Fixed some spelling/language errors in mysqlcheck
* Added some more information in mysql -client internal help.
2002-08-28 13:14:11 +03:00
paul@teton.kitebird.com
7d4de76907
Merge paul@work.mysql.com:/home/bk/mysql-4.0
...
into teton.kitebird.com:/home/paul/mysql-4.0
2002-08-27 21:04:55 -05:00
paul@teton.kitebird.com
71f6a378ee
manual.texi max_bin_log_size -> max_binlog_size
2002-08-27 21:02:08 -05:00
arjen@george.bitbike.com
5560580149
Fix up dating of versions to sync with the bk tags.
2002-08-28 09:22:27 +10:00
paul@teton.kitebird.com
5174d98ed2
Merge paul@work.mysql.com:/home/bk/mysql-4.0
...
into teton.kitebird.com:/home/paul/mysql-4.0
2002-08-27 16:41:25 -05:00
paul@teton.kitebird.com
7a3375c144
manual.texi minor fixes
2002-08-27 16:40:17 -05:00
lenz@mysql.com
35edb8ffd2
Merge lgrimmer@work.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0
2002-08-27 20:02:36 +02:00
paul@teton.kitebird.com
6bb2fd9f3d
manual.texi --with-extra-charset -> --with-extra-charsets
2002-08-27 12:48:18 -05:00
lenz@mysql.com
00d1ca5f69
- added "--libwrap" option to Do-compile
...
- fixed wording of two 4.0 features in manual.texi
2002-08-27 19:48:11 +02:00
paul@teton.kitebird.com
454a5db425
manual.texi Fix busted @node for 4.0.3.
...
manual.texi Document equivalence of REPAIR ... EXTENDED and
manual.texi myisamchk --safe-recover.
2002-08-27 11:19:31 -05:00
paul@teton.kitebird.com
de871008c1
manual.texi whare -> where
2002-08-27 11:08:49 -05:00
paul@teton.kitebird.com
9b496fc37a
Merge paul@work.mysql.com:/home/bk/mysql-4.0
...
into teton.kitebird.com:/home/paul/mysql-4.0
2002-08-27 11:02:54 -05:00
paul@teton.kitebird.com
6c44112c52
manual.texi fix agreeement.
...
manual.texi undo botched "-specific" to " specific"
manual.texi some changes to dynamic variable-setting section.
2002-08-27 11:01:36 -05:00
paul@teton.kitebird.com
243e00d710
manual.texi add dashes to "-specific" constructs
...
manual.texi misc. small corrections.
2002-08-27 10:53:31 -05:00
lenz@mysql.com
812f54588f
- Added option "--raid" to Build-Tools/Do-compile
...
- Added 4.0.4 News section and updated Alpha-Linux compilation notes
to manual.texi
- Tagged ChangeSet 1.1244.1.2 as mysql-4.0.3
2002-08-27 16:03:42 +02:00
arjen@george.bitbike.com
e8461d6d55
Grammar fix.
...
B-Tree explanation fix (from Peter Zaitsev).
2002-08-27 08:05:38 +10:00
paul@teton.kitebird.com
a56631a7ca
manual.texi misc. minor corrections
2002-08-26 11:28:04 -05:00
paul@teton.kitebird.com
10416c1be5
manual.texi fix typos
2002-08-24 22:34:35 -05:00
monty@mashka.mysql.fi
9b67b029ad
Portability fix for AIX 4.3 powerpc with gcc 3.2
2002-08-24 16:32:16 +03:00
monty@mashka.mysql.fi
04723cf74d
Give better error from reconnect()
...
Fixed hang in start_slave_threads() when thread dies quickly.
2002-08-24 05:44:16 +03:00
monty@mashka.mysql.fi
d49bf802ec
Removed wrong mutex lock (hangup in kill on HPUX)
...
all free_defaults() on exit in mysql.cc; Should fix problem with SSL
2002-08-24 02:08:10 +03:00
monty@hundin.mysql.fi
a9c1508d7e
merge with 3.23 tree
2002-08-23 15:18:46 +03:00
monty@hundin.mysql.fi
3ee79d3a50
Fixed bug in mysqld when using configure --localstatedir
2002-08-23 10:33:18 +03:00
monty@hundin.mysql.fi
d3484f889a
Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
2002-08-23 02:50:04 +03:00
monty@hundin.mysql.fi
c7499a1039
Portabilityfix in mysqladmin.c
...
Fix when using --localstatedir
Cleaned up mysql.server
2002-08-23 02:48:52 +03:00
arjen@fred.bitbike.com
da87c43c07
Fix changed URL on MySQL website.
2002-08-23 07:52:04 +10:00
arjen@fred.bitbike.com
e2cc7f9cf7
Fixed URL (from JimW).
2002-08-22 14:00:20 +10:00
arjen@fred.bitbike.com
f04c4fd428
Add a few common synonyms to aid searching:
...
DROP: delete, ALTER: change, column: field.
2002-08-22 12:15:50 +10:00
jani@rhols221.adsl.netsonic.fi
f922064d73
Updated changelog section.
2002-08-22 02:54:12 +03:00
monty@hundin.mysql.fi
510ce83799
merge
2002-08-21 22:12:13 +03:00
monty@hundin.mysql.fi
03b0179af9
Use our version of RWLOCKS on UNIXWARE 7
...
More DBUG info for replication
Better error messages from replication
Fixed bug in replication code when connecting to 'localhost' (time was not released properly)
Block ALARM signal on Linux for signal handler thread (Fixes problem with running mysqld with --debug)
Removed warning when setting an AUTO_INCREMENT field to NULL
2002-08-21 22:04:22 +03:00
arjen@fred.bitbike.com
0989224bf0
Licensing info clarified/updated (from David).
2002-08-21 09:58:51 +10:00
arjen@fred.bitbike.com
d6f99ffdf3
Typo fixed (spotted by Thomas Spahni).
2002-08-21 09:08:44 +10:00
arjen@fred.bitbike.com
1975c8264d
Various fixes/updates.
...
Specifically mention Ruby in list of APIs (noted by Markus Jais).
2002-08-21 08:26:38 +10:00
arjen@fred.bitbike.com
8536692d1c
Remove trailing space in @node lines (JimW).
2002-08-20 12:22:15 +10:00
paul@teton.kitebird.com
ed2c852579
manual.texi fix typos
2002-08-19 12:10:45 -05:00
paul@teton.kitebird.com
58e211b667
Merge paul@work.mysql.com:/home/bk/mysql-4.0
...
into teton.kitebird.com:/home/paul/mysql-4.0
2002-08-19 09:05:40 -05:00
jani@hynda.(none)
706bae5cf2
A compatibility fix in my_getopt for boolean variables. All of
...
these work now and do the same thing: --lower-case-table-names,
--lower-case-table-names=1, -O lower-case-table-names=1,
--set-variable=lower-case-table-names=1
2002-08-19 16:27:59 +03:00
paul@teton.kitebird.com
a100317499
manual.texi fix option name typo
...
manual.texi fix typo
2002-08-18 22:38:00 -05:00
monty@hundin.mysql.fi
a5edb20042
Fixed timing problem with rpl000001 replication test.
...
Fixed configure problems with HPUX and openbsd
SHOW SLAVE STATUS returns empty set if slave is not initialized
SHOW MASTER STATUS returns empty set if binary logging is not enabled.
Fixed shutdown problem on Solaris.
2002-08-18 16:04:26 +03:00
paul@teton.kitebird.com
74f5799f5b
manual.texi fix missing word
2002-08-17 18:26:38 -05:00
monty@hundin.mysql.fi
f7c8bd0e47
Portability fixes for 4.0.3 build.
...
Don't update MyISAM index file on UPDATE if index is not changed
2002-08-17 18:02:56 +03:00
monty@hundin.mysql.fi
ca2e3aacff
Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
2002-08-17 05:23:17 +03:00
paul@teton.kitebird.com
d2b61a78a0
manual.texi begin to clean up the SSL section
2002-08-16 17:29:35 -05:00
monty@hundin.mysql.fi
339be73c05
Merge hundin.mysql.fi:/my/mysql-3.23
...
into hundin.mysql.fi:/my/bk/mysql-4.0
2002-08-17 00:43:39 +03:00
monty@hundin.mysql.fi
5ec63477ca
merge
2002-08-17 00:39:58 +03:00
monty@hundin.mysql.fi
5773b6504a
Fixed bug in blocking handling when compiling with OPENSSL (caused hangup in client code)
...
Fixed bug in SELECT DISTINCT ... ORDER BY not-used-column.
Fixed bug in pthread_mutex_trylock with HPUX 11.0
2002-08-17 00:35:51 +03:00
Sinisa@sinisa.nasamreza.org
8160291c6e
Merge sinisa@work.mysql.com:/home/bk/mysql-4.0
...
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
2002-08-16 20:33:23 +03:00
Sinisa@sinisa.nasamreza.org
c7f86c3373
A fix for bigints with quoted constants ..
...
Same princpile can be applied to other expressions
2002-08-16 20:31:48 +03:00
paul@teton.kitebird.com
f5bf15004c
manual.texi fix typo
2002-08-16 09:28:11 -05:00
monty@hundin.mysql.fi
65334e1c58
Fix for HPUX 11 and pthread_mutex_lock
2002-08-16 16:50:57 +03:00
monty@hundin.mysql.fi
5ff30464a6
merge with 3.23.53
...
New fix for pthread_mutex_trylock for HPUX 10.20
2002-08-16 14:41:22 +03:00
monty@hundin.mysql.fi
b8e611b464
Fix after merge
2002-08-16 13:36:13 +03:00
monty@hundin.mysql.fi
0bb3a632a0
merged changelog
2002-08-16 12:58:02 +03:00
monty@hundin.mysql.fi
a0e9e22320
Fixed typo so that ulonglong are properly converted to double on AIX with gcc 3.1
2002-08-16 12:50:21 +03:00
lenz@mysql.com
f321098ad2
- Tagged 3.23.52 release
...
- Added 3.23.53 News section to the manual
- Updated version number in configure.in to 3.23.53
2002-08-16 11:04:50 +02:00
arjen@fred.bitbike.com
9e90a915ce
Added backtick clarification when backtick char is used.
2002-08-15 15:12:28 +10:00
paul@teton.kitebird.com
b6618e28c7
manual.texi Add missing 's' to -with-extra-charset
2002-08-14 10:12:20 -05:00
serg@sergbook.mysql.com
545f616154
Merge sergbook.mysql.com:/usr/home/serg/Abk/mysql
...
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
2002-08-13 21:15:14 +02:00
paul@teton.kitebird.com
f0517bde21
Merge paul@work.mysql.com:/home/bk/mysql-4.0
...
into teton.kitebird.com:/home/paul/mysql-4.0
2002-08-12 22:48:04 -05:00
arjen@fred.bitbike.com
f43ac1046e
Remove 3.23.53 news section until 3.23.52 is tagged.
2002-08-13 10:07:36 +10:00
monty@hundin.mysql.fi
c369d5296f
merge (+ multi-table fix)
2002-08-13 02:38:48 +03:00
monty@hundin.mysql.fi
c531b43272
merge with 3.23.52
2002-08-13 02:33:25 +03:00
monty@hundin.mysql.fi
ae1ec6e16a
Changed SQL variable delay_key_write to an enum
...
able delay_key_write as default (as it was in 4.0.2)
2002-08-13 02:18:39 +03:00
paul@teton.kitebird.com
c17616d4cf
manual.texi small change note mods
2002-08-12 12:45:58 -05:00
paul@teton.kitebird.com
7f15737b84
manual.texi addition to mysql_real_escape_string() description.
2002-08-12 11:20:21 -05:00
paul@teton.kitebird.com
830076ccd0
Merge
2002-08-12 10:01:23 -05:00
arjen@fred.bitbike.com
ce61cb54c8
Update docs because of stable tree revert.
2002-08-12 18:24:28 +10:00
arjen@fred.bitbike.com
4861939801
Various little docs fixups.
2002-08-12 14:55:07 +10:00
paul@teton.kitebird.com
509305c231
manual.texi add change note for QUOTE().
...
manual.texi Add entry for QUOTE() function.
2002-08-11 23:32:28 -05:00
monty@hundin.mysql.fi
3ef9d44edc
merge with 3.23.52
2002-08-12 04:04:43 +03:00
monty@hundin.mysql.fi
c99c1fd384
Changed IF(expr, column, NULL) to take type from column
...
Fixed some windows portability problems and removed some compiler warnings
Cleaned up QUOTE() function and fixed bug in \0 and \Z handling.
2002-08-12 03:33:46 +03:00
monty@hundin.mysql.fi
b779b63862
Fixed problem with BIGINT and shutdown on AIX
...
Moved IF(test,column,NULL) code to 4.0
Changed mysys_priv.h to include my_pthread.h or my_no_pthread.h.
Removed some CR's in os2 files.
2002-08-12 03:28:02 +03:00
lenz@mysql.com
50958d6237
Moved a News entry from the 3.23.53 section into the 3.23.52 section
...
and removed the 3.23.53 News section for now until 3.23.52 is officially
tagged.
2002-08-10 02:08:41 +02:00
Sinisa@sinisa.nasamreza.org
a80d185e40
A change in IF behaviour that several users asked for ...
2002-08-09 23:14:02 +03:00
paul@teton.kitebird.com
34fca60c38
manual.texi BDB log files have 10 digit extension, not 6.
2002-08-09 13:46:15 -05:00
Sinisa@sinisa.nasamreza.org
5ac3792e16
bk resolve
2002-08-09 15:55:02 +03:00
arjen@fred.bitbike.com
ce60fe5d9b
decode_montyspeak();
2002-08-09 19:33:13 +10:00
Sinisa@sinisa.nasamreza.org
9badcb0c72
A very small security fix
2002-08-08 23:18:33 +03:00
monty@hundin.mysql.fi
c46ec25eaf
Reverted wrong patch for CREATE TABLE .. SELECT
2002-08-08 21:09:31 +03:00
monty@hundin.mysql.fi
8832927d5c
Added nety_retry_count as a changeable variable
...
Make safe_mysqld a symlink to mysqld_safe in binary distribution
Fixed problem with CTRL-C when using mysqld --bootstrap
2002-08-08 20:49:06 +03:00
Sinisa@sinisa.nasamreza.org
68360dc11f
bk resolve
2002-08-08 17:38:47 +03:00
monty@hundin.mysql.fi
77296b3f67
Fix after merge
...
Updated WEEK() and DATE information in the manual.
2002-08-08 16:41:04 +03:00
monty@hundin.mysql.fi
087261482a
merge with 3.23.52
2002-08-08 15:24:47 +03:00
Sinisa@sinisa.nasamreza.org
84ec8b9058
just manual differences resolving ..
...
Don't know what created the above three files ..
BK does not let me discard those ...
2002-08-08 14:19:01 +03:00
monty@hundin.mysql.fi
8be1cdeb89
merge
2002-08-08 12:05:18 +03:00
monty@mashka.mysql.fi
1bb7665a9c
merge
2002-08-08 03:29:36 +03:00
monty@hundin.mysql.fi
a31406e34e
Fix for Intel compiler (ecc)
...
Minor cleanups to other patches.
Make --temp-pool default
2002-08-08 03:14:44 +03:00
monty@mashka.mysql.fi
2c4fa340cc
Lots of code fixes to the replication code (especially the binary logging and index log file handling)
...
Fixed bugs in my last changeset that made MySQL hard to compile.
Added mutex around some data that could cause table cache corruptions when using OPTIMIZE TABLE / REPAIR TABLE or automatic repair of MyISAM tables.
Added mutex around some data in the slave start/stop code that could cause THD linked list corruptions
Extended my_chsize() to allow one to specify a filler character.
Extend vio_blocking to return the old state (This made some usage of this function much simpler)
Added testing for some functions that they caller have got the required mutexes before calling the function.
Use setrlimit() to ensure that we can write core file if one specifies --core-file.
Added --slave-compressed-protocol
Made 2 the minimum length for ft_min_word_len
Added variables foreign_key_checks & unique_checks.
Less logging from replication code (if not started with --log-warnings)
Changed that SHOW INNODB STATUS requre the SUPER privilege
More DBUG statements and a lot of new code comments
2002-08-08 03:12:02 +03:00
arjen@fred.bitbike.com
86c891b588
Clarification regarding commits to public bk tree.
...
Changelog fixups.
2002-08-08 09:26:40 +10:00
Sinisa@sinisa.nasamreza.org
e4b3d6fa72
Merge
2002-08-07 22:53:44 +03:00
Sinisa@sinisa.nasamreza.org
eb45da0431
Fixed bugs with create table from ITEM_FUNC and make it over
...
once for all derived functions.
I also reverted my patch for MONTH() and added a test case.
My MONTH() patch was too specific. This is a general fix.
Plus a fix for security flaw in database hash
2002-08-07 22:35:47 +03:00
Sinisa@sinisa.nasamreza.org
04e7beecf5
Fix for a security flaw in database hash
2002-08-07 21:57:32 +03:00
bell@sanja.is.com.ua
fcf253dd85
Merge
2002-08-07 15:35:52 +03:00
bell@sanja.is.com.ua
011fed6059
Fixed bug in query cache after temporary table creation.
2002-08-07 15:29:49 +03:00
jani@rhols221.adsl.netsonic.fi
c077119f47
Updated changelog.
2002-08-07 11:31:51 +03:00
arjen@fred.bitbike.com
f5579d3fc3
Minor lingo fixup.
2002-08-07 17:13:50 +10:00
bell@sanja.is.com.ua
cf30288ddf
changelog entry for bugfix
2002-08-07 08:56:49 +03:00
bell@sanja.is.com.ua
fb3837bbc3
Merge abelkin@work.mysql.com:/home/bk/mysql-4.0
...
into sanja.is.com.ua:/home/bell/mysql/mysql-4.0
2002-08-07 08:43:47 +03:00
bell@sanja.is.com.ua
8af5a19fa3
bug in query cache documentation fixed
2002-08-07 08:38:58 +03:00
arjen@fred.bitbike.com
6fa9bb2a46
Added informative tables for column types. Needs more shuffling.
...
Few little fixups.
2002-08-07 14:17:12 +10:00
arjen@fred.bitbike.com
4015320343
Little fixups in changelog.
2002-08-07 09:04:31 +10:00
arjen@fred.bitbike.com
d23b00d425
Merge work.mysql.com:/home/bk/mysql-4.0/
...
into fred.bitbike.com:/home/arjen/mysql-4.0
2002-08-07 08:58:52 +10:00
arjen@fred.bitbike.com
9c41b38f09
Some support/licensing URL changes (Tom request).
...
Minor info fixups for 4.0.3-beta.
Tracked down more 3.22/3.23 release dates via announce list archive.
2002-08-07 08:57:44 +10:00
monty@hundin.mysql.fi
5fadf19295
Fixed problem with make distcheck
...
Fixed bug in automatic repair of MyISAM tables where table cache was not locked properly
2002-08-06 22:20:11 +03:00
Sinisa@sinisa.nasamreza.org
afe5fa0e86
Merge
2002-08-06 21:31:03 +03:00
Sinisa@sinisa.nasamreza.org
e679540cfd
fixed two bugs in multi-table update
2002-08-06 21:24:12 +03:00
arjen@fred.bitbike.com
40f8e02831
Cleaned up and balanced credits a bit more (some feedback from Matt).
2002-08-06 16:03:07 +10:00
arjen@fred.bitbike.com
1751f56bed
Updated credits.
...
Updated info/texts for 4.0 going beta.
Various little fixups.
2002-08-06 14:56:05 +10:00
monty@mashka.mysql.fi
274f80626e
Changed initialization of RND() to be less predictable.
...
Use MYSQL_CONFIG_NAME instead of "my" as the configuration file name.
2002-08-06 03:21:12 +03:00
monty@narttu.mysql.fi
bea3a43b20
merge
2002-08-05 22:18:39 +03:00
monty@narttu.mysql.fi
b3d3d3c2e6
Changelog
2002-08-05 18:53:49 +03:00
monty@mashka.mysql.fi
621b5da80e
Fixed bug with GROUP BY on NULL fields.
...
(Merge of code from 4.0)
2002-08-05 18:10:53 +03:00
monty@mashka.mysql.fi
8a38deea44
merge
2002-08-05 13:15:39 +03:00
monty@mashka.mysql.fi
d050c30d42
Added some mutex locks to make SLAVE START and SLAVE STOP thread safe.
2002-08-05 13:09:12 +03:00
paul@teton.kitebird.com
596c3fc549
manual.texi restrict scope of a mysql.server comment
2002-08-04 22:39:53 -05:00
paul@teton.kitebird.com
773636ed01
manual.texi Add a couple of missing change notes for
...
manual.texi mysqldump -X bug fixes (3.23.50, 3.23.51)
2002-08-03 18:37:17 -05:00
paul@teton.kitebird.com
413b0f68ac
manual.texi remove overlap between server-side and client-side
...
manual.texi intro sections
2002-08-03 18:17:22 -05:00
Sinisa@sinisa.nasamreza.org
0bf9de2605
Fixed a problem with privilege tables when downgrading from 4.0.2
...
to 3.23
2002-08-03 17:21:21 +03:00
Sinisa@sinisa.nasamreza.org
d858c08b83
Merge sinisa@work.mysql.com:/home/bk/mysql-4.0
...
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
2002-08-03 16:09:44 +03:00
Sinisa@sinisa.nasamreza.org
1ac7e54b73
Two small bug fixes ...
2002-08-03 15:59:41 +03:00
paul@teton.kitebird.com
f1749ef761
manual.texi tweaks
2002-08-01 16:57:59 -05:00
paul@teton.kitebird.com
b2b0b4dbb3
manual.texi tweaks
2002-08-01 16:47:10 -05:00
paul@teton.kitebird.com
9b77fbdeda
manual.texi fixups for mysqld_multi section
2002-08-01 09:55:26 -05:00
arjen@fred.bitbike.com
f582a4637c
Clarified lower_case_table_names behaviour for 4.0.2
2002-08-01 08:41:53 +10:00
Sinisa@sinisa.nasamreza.org
095ae499c0
bk resolve
2002-07-31 19:57:16 +03:00
Sinisa@sinisa.nasamreza.org
aa7231af18
A bug with tables with different ref_length's whose order is
...
changed in table initialization
2002-07-31 19:53:06 +03:00
monty@hundin.mysql.fi
6899a4e30b
Fixed wrong printf() string in InnoDB
...
Removed some compiler warnings regarding 'static' from InnoDB
2002-07-31 18:02:24 +03:00
serg@sergbook.mysql.com
dbc266ee55
Merge work:/home/bk/mysql-4.0
...
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
2002-07-31 16:40:52 +02:00
serg@sergbook.mysql.com
755f55e321
News updated
2002-07-31 16:39:52 +02:00
paul@teton.kitebird.com
f3dbdca987
manual.texi clarify measurement of long_query_time.
2002-07-31 09:04:53 -05:00
monty@hundin.mysql.fi
4a88835a1d
Merge
2002-07-31 16:47:58 +03:00
monty@hundin.mysql.fi
6930e114a1
Changelog update
2002-07-31 16:43:48 +03:00
paul@teton.kitebird.com
a601a95167
manual.texi There is no CREATE ... INSERT.
...
manual.texi Transactions comprise statements, not the other way around
2002-07-30 14:10:26 -05:00
paul@teton.kitebird.com
a6b608dcd6
Merge paul@work.mysql.com:/home/bk/mysql-4.0
...
into teton.kitebird.com:/home/paul/mysql-4.0
2002-07-30 09:35:37 -05:00
arjen@fred.bitbike.com
5fefb8d30a
A few DocBook fixups.
2002-07-30 14:22:11 +10:00
paul@teton.kitebird.com
f1a176d797
Merge paul@work.mysql.com:/home/bk/mysql-4.0
...
into teton.kitebird.com:/home/paul/mysql-4.0
2002-07-29 09:00:43 -05:00
monty@mashka.mysql.fi
d686ef729f
Merge of ha_innobase.cc from 4.0; This fixes that MySQL doesn't allocate too big buffers when sorting innobase rows
...
Changed name of variables
NO_FOREIGN_KEY_CHECKS -> FOREIGN_KEY_CHECKS
RELAXED_UNIQUE_CHECKS -> UNIQUE_CHECKS
to avoid confusion with 'not...' variables.
Write name of adminstrator command to slow log.
Added mysqldumpslow to RPM
2002-07-29 09:35:25 +03:00
arjen@fred.bitbike.com
838a7123c3
British spelling style fixups.
2002-07-29 13:07:25 +10:00
bell@sanja.is.com.ua
7abb0b0d47
change log entry about previous bugfix.
2002-07-28 23:46:38 +03:00
paul@teton.kitebird.com
f6afbb5dda
manual.texi fix a couple of index entries
2002-07-27 17:26:02 -05:00
paul@teton.kitebird.com
28142456bf
manual.texi couple of minor touchups
2002-07-27 10:12:33 -05:00
paul@teton.kitebird.com
7703a8be4d
manual.texi point out just how powerful the Windows local anonymous
...
manual.texi user really is.
2002-07-27 10:10:39 -05:00
monty@mashka.mysql.fi
bc035c71f1
Merge with 3.23.51
...
Fixed wrong usage of sprintf() in ha_innodb.cc
2002-07-25 22:46:28 +03:00
paul@teton.kitebird.com
bdc0ff6be0
manual.texi an -> a. Sheesh.
2002-07-25 14:01:49 -05:00
paul@teton.kitebird.com
c040c7ef1a
manual.texi fix glitch in time value description
2002-07-25 10:43:33 -05:00
arjen@fred.bitbike.com
cfc21e2a18
Arjen's LN()/LOG()/LOG2() extensions into manual (with improvements).
2002-07-25 17:04:13 +10:00
arjen@fred.bitbike.com
97a62ca4e7
Added ROLLUP/CUBE to 4.1 todo list.
2002-07-25 16:46:53 +10:00
paul@teton.kitebird.com
ab5e1ef07c
manual.texi fix typos
2002-07-24 21:57:49 -05:00
paul@teton.kitebird.com
69a1952565
manual.texi Clarify (?) INSERT ...VALUES(DEFAULT)
2002-07-24 17:26:05 -05:00
monty@mashka.mysql.fi
b126501bf3
Merge work:/home/bk/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0
2002-07-25 01:06:04 +03:00
monty@mashka.mysql.fi
e701333bbf
INSERT ... VALUES(DEFAULT)
2002-07-25 01:00:56 +03:00
paul@teton.kitebird.com
1f5276d389
manual.texi fix typo
2002-07-24 12:12:34 -05:00
paul@teton.kitebird.com
1f5573d81e
manual.texi fix typo
2002-07-24 12:09:46 -05:00
monty@mashka.mysql.fi
c702a1f8fd
Removed wrong implementation of CUBE/ROLLUP
...
Fixed bugfix of INSERT ... SET db_name.table_name.column_name
Changed locking to external-locking
Fix client hangup for some invalid SQL queries.
2002-07-24 19:55:08 +03:00
monty@mashka.mysql.fi
00089b8148
Merge work:/home/bk/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0
2002-07-23 22:09:54 +03:00
monty@mashka.mysql.fi
fc7f7a2110
Small fixes after merge
2002-07-23 22:08:37 +03:00
paul@teton.kitebird.com
2bfd7c7357
manual.texi change note mods, 4.0.x.
2002-07-23 13:31:38 -05:00
monty@mashka.mysql.fi
4233d3a3d4
merge
2002-07-23 20:39:36 +03:00
monty@mashka.mysql.fi
dddc20d9d1
New SET syntax & system variables.
...
Made a some new buffers thread specific and changeable.
Resize of key_buffer.
AUTO_COMMIT -> AUTOCOMMIT
Fixed mutex bug in DROP DATABASE
Fixed bug when using auto_increment as second part of a key where first part could include NULL.
Split handler->extra() to extra() and extra_opt() to be able to support thread specific buffers.
Don't write message to error log when slave reconnects becasue of timeout.
Fixed possible update problem when using DELETE/UPDATE on small tables
(In some cases we used index even if table scanning would be better)
A lot of minior code cleanups
2002-07-23 18:31:22 +03:00
monty@mashka.mysql.fi
f93cb63202
Fixed problem with auto_increment key as not first key part
2002-07-23 02:08:48 +03:00
arjen@fred.bitbike.com
cffcb38cee
Fix old typo.
2002-07-23 08:32:16 +10:00
serg@sergbook.mysql.com
a4384f852f
merge.test:
...
merge.test - it was missed in the previous commit :(
manual.texi:
fixed bad auto-merge of OLAP manual
Docs/Makefile.am:
removed ../MIRROR target (mirror list is no longer in the manual)
2002-07-22 00:46:30 +02:00
serg@sergbook.mysql.com
9805b66dbc
Merge work:/home/bk/mysql-4.0
...
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
2002-07-21 23:56:16 +02:00
serg@sergbook.mysql.com
e20d9e06c5
AUTO_INCREMENT support for MERGE
...
HA_AUTO_PART_KEY support for handler parent class
2002-07-21 23:55:32 +02:00
Sinisa@sinisa.nasamreza.org
c8f89bb65f
Another item on TODO
2002-07-20 15:47:36 +03:00
Sinisa@sinisa.nasamreza.org
151e3e4347
Some small changes
2002-07-20 15:40:02 +03:00
Sinisa@sinisa.nasamreza.org
2e8fb546dc
OLAP functionality plus some small bug fixes
2002-07-20 14:51:52 +03:00
monty@mashka.mysql.fi
d909f4a551
Fix wrong usage of constant which could cause mysqld to use index when doing an update/delete on small tables.
...
code cleanup
2002-07-19 21:57:53 +03:00
arjen@fred.bitbike.com
b4e72ab350
Updated MySQL cert. information.
...
Removed certification@mysql.com address from manual. Just keep website ref.
2002-07-19 17:02:23 +10:00
arjen@fred.bitbike.com
2853ec811f
Minor fix.
2002-07-19 16:24:17 +10:00
arjen@fred.bitbike.com
75345481b5
Rearranged layout in section about the mysql cmdline client.
...
Noted version # for 'prompt' addition to cmdline client.
2002-07-19 15:30:43 +10:00
arjen@fred.bitbike.com
69063f87f5
Document LIMIT n,-1 possibility.
2002-07-19 15:01:03 +10:00