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