summaryrefslogtreecommitdiff
path: root/sql/sql_base.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge dl145s.mysql.com:/data/bk/team_tree_merge/MERGE/mysql-5.0-optgkodinov@dl145s.mysql.com2006-10-191-2/+10
|\
| * Fixed bug #19579: at range analysis optimizer did not take into igor@rurik.mysql.com2006-10-161-0/+1
| * Merge macbook.gmz:/Users/kgeorge/mysql/work/B14019-4.1-optgkodinov/kgeorge@macbook.gmz2006-10-161-2/+9
| |\
| | * BUG#14019 : group by converts literal string to column namegkodinov/kgeorge@macbook.gmz2006-10-161-2/+9
* | | Merge dl145s.mysql.com:/data/bk/team_tree_merge/MERGE/mysql-5.0-optgkodinov@dl145s.mysql.com2006-09-291-1/+4
|\ \ \ | |/ /
| * | Fixed bug#5505: Wrong error message on INSERT into a viewevgen@moonbone.local2006-09-291-1/+4
* | | Merge lamia.home:/home/timka/mysql/src/5.0-bug-21774-smtimour/timka@lamia.home2006-09-131-1/+14
|\ \ \ | |/ /
| * | Fix for BUG#21774: Column count doesn't match value count at row xtimour/timka@lamia.home2006-09-121-1/+14
* | | sql_base.cc, ndb_condition_pushdown.result, opt_range.cc:evgen@moonbone.local2006-08-301-1/+1
* | | Merge moonbone.local:/work/tmp_merge-5.0-mysqlevgen@moonbone.local2006-08-291-1/+5
|\ \ \ | |/ /
| * | Fixed bug#21261: Wrong access rights was required for an insert into a viewevgen@sunlight.local2006-08-151-2/+7
| * | Merge sunlight.local:/home/evgen/bk-trees/mysql-5.0evgen@sunlight.local2006-08-091-13/+31
| |\ \
* | | | Fix for bug#19403/12212 "Crash that happens during removing of database namedlenev@mockturtle.local2006-08-211-30/+11
* | | | Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.1patg@govinda.patg.net2006-08-101-4/+9
|\ \ \ \
| * \ \ \ Merge istruewing@bk-internal.mysql.com:/home/bk/mysql-5.1-enginesingo/istruewing@chilla.local2006-08-021-4/+9
| |\ \ \ \
| | * | | | Bug#18775 - Temporary table from alter table visible to other threadsingo/istruewing@chilla.local2006-08-021-4/+9
* | | | | | Merge moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.1kroki/tomash@moonlight.intranet2006-08-101-7/+11
|\ \ \ \ \ \
| * \ \ \ \ \ Merge moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.1-mergekroki/tomash@moonlight.intranet2006-08-091-7/+11
| |\ \ \ \ \ \
| | * | | | | | Fix Bug #20139 Infinite loop after "FLUSH" and "LOCK tabX, general_log"petr/cps@mysql.com/owlet.2006-08-031-7/+11
* | | | | | | | sql_base.cc, table.cc:evgen@moonbone.local2006-08-101-3/+4
* | | | | | | | Merge sunlight.local:/local_work/leak_fix_origevgen@sunlight.local2006-08-091-12/+22
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | / / | | |_|_|_|/ / | |/| | | | |
| * | | | | | sql_base.cc, unireg.h, sql_lex.h, table.cc, sql_view.h, sql_view.cc:evgen@sunlight.local2006-08-091-13/+31
* | | | | | | Merge sunlight.local:/local_work/tmp_merge-5.0-opt-mysqlevgen@sunlight.local2006-07-301-15/+32
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | Bug #21086: server crashes when VIEW defined with a SELECT with COLLATE claus...gkodinov/kgeorge@macbook.gmz2006-07-251-2/+7
| |/ / / /
| * | | | Fix for BUG#21007.timour/timka@lamia.home2006-07-211-13/+25
| * | | | Merge dl145k.mysql.com:/data0/mkindahl/bkroot/mysql-5.0mkindahl@dl145k.mysql.com2006-07-121-2/+3
| |\ \ \ \
| | * \ \ \ Merge dsl-hkigw8-feb1fb00-100.dhcp.inet.fi:/usr_rh9/home/elkin.rh9/MySQL/TEAM...aelkin/elkin@dsl-hkigw8-feb1fb00-100.dhcp.inet.fi2006-07-101-2/+3
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | BUG#20919 temp tables closing fails when binlog is offaelkin/elkin@dsl-hkigw8-feb1fb00-100.dhcp.inet.fi2006-07-101-3/+5
* | | | | | Bug#21039 Transaction cache not flushed after SELECT CREATEmsvensson@shellback.(none)2006-07-261-16/+4
| |_|_|/ / |/| | | |
* | | | | Merge dl145k.mysql.com:/data0/mkindahl/bkroot/mysql-5.1-new-rplmkindahl@dl145k.mysql.com2006-07-111-89/+154
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | fixes after merge. Updates to test's results.guilhem@gbichot3.local2006-07-101-4/+0
| * | | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-5.1-rplguilhem@gbichot3.local2006-07-101-0/+70
| |\ \ \ \
| | * | | | * Mixed replication mode * :guilhem@gbichot3.local2006-07-091-0/+70
| * | | | | BUG#19188 incorrect temporary table name of DROP query in replicationaelkin/elkin@dsl-hkigw8-feb1fb00-100.dhcp.inet.fi2006-07-091-99/+219
| * | | | | Bug#19188: incorrect temporary table name of DROP query in replicationaelkin@mysql.com2006-05-291-91/+84
* | | | | | Merge mysql.com:/home/mydev/mysql-5.0-tmp_mergeingo@mysql.com2006-07-041-6/+8
|\ \ \ \ \ \ | |_|/ / / / |/| | / / / | | |/ / / | |/| | |
| * | | | Merge mysql.com:/home/mydev/mysql-5.0--mainingo@mysql.com2006-06-261-7/+7
| |\ \ \ \
| | * | | | Bug#16986 - Deadlock condition with MyISAM tablesingo@mysql.com2006-06-261-7/+7
| | | |/ / | | |/| |
* | | | | Manual mergeevgen@moonbone.local2006-06-281-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge mysql.com:/home/kgeorge/mysql/5.0/teamcleangkodinov@mysql.com2006-06-211-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Bug #20482: failure on Create join view with sources views/tables in different gkodinov@mysql.com2006-06-211-1/+1
* | | | | Merge aelkin@bk-internal.mysql.com:/home/bk/mysql-5.1-new-rplaelkin@mysql.com2006-06-191-7/+29
|\ \ \ \ \
| * | | | | Bug#19881: slave cores at close_temporary_tables under shutdownaelkin@mysql.com2006-06-191-7/+29
| | |_|/ / | |/| | |
* | | | | Manually mergedevgen@moonbone.local2006-06-181-11/+11
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Manually mergedevgen@moonbone.local2006-06-171-11/+11
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Bug #15355: Common natural join column not resolved in prepared statement nes...gkodinov@mysql.com2006-06-081-11/+11
* | | | | Merge c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/clean-m...mikael@c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se2006-06-121-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/clean-m...mikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se2006-05-271-1/+1
| |\ \ \ \ \
| | * | | | | BUG#19122: MySQL Server crashes when ALTER TABLE t1 REBUILD PARTITION on Inno...mikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se2006-05-261-1/+1
* | | | | | | Merge rurik.mysql.com:/home/igor/tmp_mergeigor@rurik.mysql.com2006-06-091-1/+2
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |