Commit graph

4515 commits

Author SHA1 Message Date
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
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
a4b77125fd Update of Dutch error messages. 2002-08-08 09:55:16 +10:00
arjen@fred.bitbike.com
86c891b588 Clarification regarding commits to public bk tree.
Changelog fixups.
2002-08-08 09:26:40 +10:00
serg@sergbook.mysql.com
f57a559615 Merge work:/home/bk/mysql-4.0
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
2002-08-08 00:31:40 +02:00
monty@hundin.mysql.fi
3f48e0369b Better fix for problem with empty database names in the mysql.db table 2002-08-08 00:53:00 +03:00
serg@sergbook.mysql.com
0e0137b588 one more "suboptimal memory usage during REPAIR for FULLTEXT keys" bug fixed 2002-08-07 23:11:26 +02: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
Sinisa@sinisa.nasamreza.org
2c29eda642 Merge sinisa@work.mysql.com:/home/bk/mysql-4.0
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
2002-08-06 23:38:25 +03:00
Sinisa@sinisa.nasamreza.org
72c0c0c0cb Fix for a bug which caused problems in CREATE from SELECT with
MONTH() function in SELECT list ...
2002-08-06 23:37:22 +03:00
heikki@hundin.mysql.fi
042facc475 Many files:
Merge InnoDB-3.23.52d
2002-08-06 22:59:13 +03:00
jani@rhols221.adsl.netsonic.fi
5434e99e5d Fixed a bug in mysql when running in non-interactive mode (batch) 2002-08-06 22:51:43 +03: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
monty@hundin.mysql.fi
842e8fca83 Backported pthread_mutex_trylock code from MySQL 4.0 to fix problem on HPUX.
Removed Heikki's patch for handling this.
2002-08-06 17:15:51 +03:00
monty@hundin.mysql.fi
a500c7de66 Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql 2002-08-06 16:18:37 +03:00
monty@hundin.mysql.fi
4e5b087172 Better error messages for mysql-test-run
Added option --host to mysqlhotcopy
2002-08-06 16:12:52 +03:00
serg@sergbook.mysql.com
3a2f57745d Merge work:/home/bk/mysql-4.0
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
2002-08-06 13:10:39 +02:00
serg@sergbook.mysql.com
9621e36238 fixed bug, that caused suboptimal memory usage during REPAIR when ft_max_word_len was decreased by user 2002-08-06 13:09:16 +02:00
heikki@hundin.mysql.fi
01bed722c7 my_pthread.h, configure.in:
In HP-UX-10.20, but not in HP-UX-11.0, the return value of pthread_mutex_trylock is inverted
2002-08-06 12:32:56 +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
jani@hynda.(none)
7a9e780a77 Made documentation better in mysqld_multi --help 2002-08-05 19:06:48 +03:00
monty@narttu.mysql.fi
b3d3d3c2e6 Changelog 2002-08-05 18:53:49 +03:00
jani@hynda.(none)
8300f92b5a Fixed a bug in option --lower-case-table-name in mysqld.cc 2002-08-05 18:51:29 +03:00
monty@narttu.mysql.fi
c0a6890292 Added some missing mutex_locks() when manipulating the table cache.
This should fix some possible table cache corruptions when doing
OPTIMIZE or REPAIR table when other threads are opening new tables.
2002-08-05 18:50:38 +03:00
jani@hynda.(none)
fc0d47240e Added --count=N (-c) to mysqladmin 2002-08-05 18:37:43 +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
jani@hynda.(none)
9bc030f68a Small fixes in mysql and myisamchk. 2002-08-05 17:08:27 +03:00
jani@rhols221.adsl.netsonic.fi
65c090085e Fix for QNX 6.2. 2002-08-05 15:23:11 +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