summaryrefslogtreecommitdiff
path: root/sql/sql_show.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0kostja@bodhi.(none)2007-07-161-7/+7
|\
| * Remove typedef st_table_list TABLE_LIST and always use name 'TABLE_LIST'.kostja@bodhi.(none)2007-07-061-7/+7
* | Backport from 5.2: Fix valgrind failure: Don't access item_func->arguments()sergefp@mysql.com2007-07-041-4/+2
|/
* Bug#28149 overflow in some "SHOW STATUS"-variablesgluh@mysql.com/eagle.(none)2007-06-091-0/+2
* Bug#28266 IS_UPDATABLE field on VIEWS table in I_S database is wronggluh@mysql.com/eagle.(none)2007-06-091-1/+29
* Backport of TIME->MYSQL_TIME / Y2K fixsetmsvensson@pilot.blaudden2007-05-161-2/+2
* Merge bk-internal.mysql.com:/data0/bk/mysql-5.0ibabaev@bk-internal.mysql.com2007-04-211-11/+25
|\
| * Bug#27499 DROP TABLE race with SHOW TABLE STATUSgluh@mysql.com/eagle.(none)2007-04-191-11/+25
* | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.0jani@ua141d10.elisa.omakaista.fi2007-04-121-0/+9
|\ \ | |/
| * Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug27047/my50-prece-bug27047cmiller@zippy.cornsilk.net2007-03-271-0/+9
| |\
| | * Bug#26600: table PROFILING in INFORMATION SCHEMA has wrong data typecmiller@zippy.cornsilk.net2007-03-271-0/+9
* | | Fix for BUG#27337: Privileges are not properly restored.anozdrin/alik@ibm.opbmk2007-04-031-1/+1
* | | Fix for BUG#25082: default database change on triggeranozdrin/alik@alik.opbmk2007-03-271-10/+11
|/ /
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0kostja@bodhi.local2007-03-191-18/+25
|\ \
| * | Fix typo.anozdrin/alik@booka.opbmk2007-03-091-1/+1
| * | Polishing: use constants instead of magic numbers.anozdrin/alik@booka.opbmk2007-03-091-18/+25
* | | Bug #26794:gkodinov/kgeorge@magare.gmz2007-03-141-1/+1
|/ /
* | Fixed compiler warnings (for linux and win32 and win64)monty@mysql.com/narttu.mysql.fi2007-02-221-3/+4
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com/narttu.mysql.fi2007-02-211-13/+21
|\ \ | |/ |/|
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com/narttu.mysql.fi2007-01-221-13/+21
| |\
| | * Fixed compiler warnings detected by option -Wshadow and -Wunused:monty@mysql.com/narttu.mysql.fi2006-12-151-13/+21
* | | Bug#24630 Subselect query crashes mysqldgluh@mysql.com/eagle.(none)2007-02-121-8/+20
* | | Bug#23299 Some queries against INFORMATION_SCHEMA with subqueries failgluh@mysql.com/eagle.(none)2007-02-011-0/+1
|/ /
* | Manual merge.kostja@bodhi.local2007-01-151-1/+1
|\ \
| * \ Merge bodhi.local:/opt/local/work/mysql-4.1-4968kostja@bodhi.local2006-12-121-1/+1
| |\ \
| | * | A fix and test cases forkostja@bodhi.local2006-12-081-1/+1
* | | | Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
| |_|/ |/| |
* | | Fixed portability issue in my_thr_init.c (was added in my last push)monty@mysql.com/narttu.mysql.fi2006-11-301-4/+2
|/ /
* | Merge bk@192.168.21.1:mysql-5.0-optholyfoot/hf@mysql.com/deer.(none)2006-11-171-1/+1
|\ \
| * \ Merge rurik.mysql.com:/home/igor/mysql-5.0-optigor@rurik.mysql.com2006-11-011-1/+1
| |\ \
| | * | Fixed bug #21727.igor@rurik.mysql.com2006-10-311-1/+1
* | | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0-maintramil/ram@mysql.com/myoffice.izhnet.ru2006-10-311-1/+3
|\ \ \ \
| * | | | Fix for bug #22723: Host field blank when server started with skip-grantramil/ram@mysql.com/myoffice.izhnet.ru2006-10-201-1/+3
| | |/ / | |/| |
* | | | Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-5.0-maintandrey@example.com2006-10-231-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix for bug#23037 Bug in field "Default" of query "SHOW COLUMNS FROM table"andrey@example.com2006-10-231-1/+1
| |/ /
* | | Bug#20862 truncated result with show variables like 'innodb_data_file_path'gluh@mysql.com/gluh.(none)2006-09-111-1/+1
|/ /
* | bug #20910 (NOT NULL reported as NULL for TIMESTAMP)holyfoot/hf@mysql.com/deer.(none)2006-08-081-3/+1
* | Merge bk-internal.mysql.com:/data0/bk/mysql-5.0rburnett@bk-internal.mysql.com2006-08-031-51/+87
|\ \
| * \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0kostja@bodhi.local2006-08-021-6/+11
| |\ \
| | * | Fixed bug #21231: wrong results for a simple query with aigor@olga.mysql.com2006-07-241-6/+10
| | * | Fixed bug #18925: wrong results for queries withigor@olga.mysql.com2006-07-221-0/+1
| * | | Merge moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.0kroki/tomash@moonlight.intranet2006-07-281-15/+66
| |\ \ \
| | * | | Bug#16581: deadlock: server and client both read from connection inkroki/tomash@moonlight.intranet2006-07-281-15/+66
| | |/ /
| * | | Fix for BUG#16211: Stored function return type for strings is ignored.anozdrin/alik@booka.2006-07-271-30/+10
| |/ /
* | | Bug#20543 select on information_schema strange warnings, view, different sche...gluh@mysql.com/gluh.(none)2006-07-251-20/+7
|/ /
* | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.0gluh@mysql.com2006-07-031-6/+16
|\ \
| * | Fix for bug#13934 Silent truncation of table commentsgluh@eagle.intranet.mysql.r18.ru2006-06-291-5/+8
| * | Bug#19671 mysql_list_fields returns incorrect table name for VIEWsgluh@eagle.intranet.mysql.r18.ru2006-06-291-1/+8
* | | Bug#20230: routine_definition is not nullkroki@mysql.com2006-06-301-1/+2
|/ /
* | bug #16832 (ALGORITHM missed in VIEW's information schema)holyfoot@deer.(none)2006-06-131-6/+34