summaryrefslogtreecommitdiff
path: root/sql/mysql_priv.h
Commit message (Expand)AuthorAgeFilesLines
* Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-forcollapseandmergeunknown2007-12-141-57/+70
|\
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.1-maintunknown2007-12-141-46/+44
| |\
| | * Doxygenize comments.unknown2007-10-161-46/+44
| * | Bug#23713 LOCK TABLES + CREATE TRIGGER + FLUSH TABLES WITH READ LOCK = deadlockunknown2007-11-291-2/+4
| * | Merge lambda.hsd1.co.comcast.net.:/home/malff/TREE/mysql-5.1-baseunknown2007-11-281-6/+3
| |\ \
| | * | Bug#31397 Inconsistent drop table behavior of handler tables.unknown2007-11-201-6/+3
| * | | Bug#26379 - Combination of FLUSH TABLE and REPAIR TABLEunknown2007-11-151-4/+20
| |/ /
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-communityunknown2007-11-091-3/+2
|\ \ \ | |/ /
| * | Bug#30882 Dropping a temporary table inside a stored function may cause a ser...unknown2007-11-011-2/+2
| * | Remove net_printf_error(). Do not talk to network directly inunknown2007-11-011-1/+0
* | | Sundry changes to fix merge problems. Most of these are duplicatedunknown2007-10-311-1/+2
* | | Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-recentcommmergeunknown2007-10-291-3/+11
|\ \ \ | |/ /
| * | Merge mysql.com:/home/gluh/MySQL/Merge/5.1unknown2007-10-231-0/+1
| |\ \
| | * \ Merge sunlight.local:/local_work/27216-bug-5.0-opt-mysqlunknown2007-09-241-0/+1
| | |\ \
| | | * | Bug#27216: functions with parameters of different date types may return wrongunknown2007-09-221-0/+1
| * | | | Merge malff@bk-internal.mysql.com:/home/bk/mysql-5.1-runtimeunknown2007-10-181-1/+6
| |\ \ \ \
| | * \ \ \ Merge lambda.hsd1.co.comcast.net.:/home/malff/TREE/mysql-5.1-baseunknown2007-10-181-1/+6
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Merge sita.local:/Users/tsmith/m/bk/51unknown2007-09-241-1/+6
| | | |\ \ \ | | | | |/ / | | | |/| |
| | | | * | Merge shellback.(none):/home/msvensson/mysql/mysql-5.0-maintunknown2007-09-221-1/+6
| | | | |\ \
| | | | | * | Bug#28359 Intermitted lost connection at 'reading authorization packet' errorsunknown2007-09-211-1/+6
| | | | | |/
| * | | | | Bug#21557 entries in the general query log truncated at 1000 characters.unknown2007-10-181-0/+3
| |/ / / /
| * | | | Fix for BUG#20023: mysql_change_user() resets the valueunknown2007-10-101-1/+0
| * | | | Fix merge.unknown2007-10-091-0/+1
| * | | | Merge station.:/mnt/raid/alik/MySQL/devel/5.0-rtunknown2007-10-091-1/+0
| |\ \ \ \
| | * | | | Bug#16918: Aborted_clients > Connections.unknown2007-09-131-1/+0
| | | |_|/ | | |/| |
| * | | | WL#4030 (Deprecate RENAME DATABASE: replace with ALTER DATABASE <name>unknown2007-09-101-1/+1
| | |/ / | |/| |
* | | | Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-comeng-unificationunknown2007-10-171-137/+312
|\ \ \ \ | |/ / /
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-runtimeunknown2007-08-311-0/+7
| |\ \ \ | | |_|/ | |/| |
| | * | Fix for BUG#25843: changing default database between PREPARE and EXECUTEunknown2007-08-311-0/+7
| * | | Merge hynda.mysql.fi:/home/my/mysql-5.1-mainunknown2007-08-211-3/+3
| |\ \ \ | | |/ / | |/| |
| | * | Fixed a lot of compiler warnings and errors detected by Forte C++ on Solarisunknown2007-08-131-3/+3
| * | | Merge ramayana.hindu.god:/home/tsmith/m/bk/maint/50unknown2007-08-161-1/+0
| |\ \ \ | | |/ / | |/| / | | |/
| | * Bug #29474: 21587 Regression Ever increasing open tables/fd when using HANDLE...unknown2007-08-161-1/+0
| * | Merge bk-internal.mysql.com:/home/bk/mysql-5.1unknown2007-08-021-2/+3
| |\ \
| | * | Slow query log to file now displays queries with microsecond precissionunknown2007-07-301-2/+3
| * | | Merge bodhi.(none):/opt/local/work/mysql-5.0-runtimeunknown2007-07-311-1/+2
| |\ \ \ | | | |/ | | |/|
| | * | A fix and a test case for Bug#24918 drop table and lock / inconsistentunknown2007-07-271-1/+2
| | * | Merge ramayana.hindu.god:/home/tsmith/m/bk/50unknown2007-07-171-3/+3
| | |\ \
| * | | | WL#3984 (Revise locking of mysql.general_log and mysql.slow_log)unknown2007-07-271-1/+13
| | |_|/ | |/| |
| * | | Merge ramayana.hindu.god:/home/tsmith/m/bk/51unknown2007-07-171-7/+9
| |\ \ \
| | * \ \ Merge bodhi.(none):/opt/local/work/mysql-5.0-runtimeunknown2007-07-161-3/+3
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Remove typedef st_table_list TABLE_LIST and always use name 'TABLE_LIST'.unknown2007-07-061-3/+3
| | * | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1unknown2007-07-161-4/+6
| | |\ \ \
| | | * | | A follow up after the patch for Bug#21074 - even thoughunknown2007-07-141-2/+1
| | | * | | Merge adventure.(none):/home/thek/Development/cpp/bug21074/my51-bug21074unknown2007-07-021-4/+7
| | | |\ \ \
| | | | * | | Bug#21074 Large query_cache freezes mysql server sporadically under heavy loadunknown2007-07-021-4/+7
| * | | | | | Merge sin.intern.azundris.com:/home/tnurnberg/27198/50-27198unknown2007-07-171-19/+20
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | / | | | |_|_|/ | | |/| | |
| | * | | | Merge sin.intern.azundris.com:/home/tnurnberg/27198/41-27198unknown2007-07-171-8/+10
| | |\ \ \ \ | | | |_|_|/ | | |/| | |
| | | * | | Merge sin.intern.azundris.com:/home/tnurnberg/27198/40-27198unknown2007-07-161-8/+10
| | | |\ \ \
| | | | * | | Bug#27198: Error returns from time() are ignoredunknown2007-07-131-9/+8