summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Replication: new code to not modify in-memory log positions until the COMMITunknown2003-04-2411-284/+392
* set_var.cc:unknown2003-04-231-6/+0
* Variable names have been renamed:unknown2003-04-238-82/+80
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2003-04-234-13/+63
|\
| * processing of subselect in global ORDER BY (fifed crash of server)unknown2003-03-114-13/+63
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2003-04-236-7/+86
|\ \
| * | fixed bug 185 (constant IN (SELECT field ...) do not return NULL correctly)unknown2003-04-236-7/+86
* | | Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.1unknown2003-04-225-32/+24
|\ \ \
| * | | small compress/uncompress modification after monty's reviewunknown2003-04-225-32/+24
* | | | sql_base.cc:unknown2003-04-221-1/+1
|/ / /
* | | I renamed system variable literal_collation into connection_collationunknown2003-04-226-26/+26
* | | item_cmpfunc.cc:unknown2003-04-221-1/+1
|/ /
* | fixed bug in processing transaction in query cache (inserted lost lines)unknown2003-04-201-0/+9
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2003-04-177-34/+89
|\ \
| * \ mergingunknown2003-04-167-34/+89
| |\ \
| | * \ Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1unknown2003-02-187-34/+89
| | |\ \
| | | * | aftermerging fixunknown2003-02-181-2/+3
| | | * | mergingunknown2002-12-117-33/+87
| | | |\ \
| | | | * | Fix to make working new innodb query cache beahaviourunknown2002-11-061-11/+8
| | | | * | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1unknown2002-11-067-24/+83
| | | | |\ \
| | | | | * | new innodb query cache behaviour (recommit because of problem with 4.1 reposi...unknown2002-11-037-24/+83
* | | | | | | Fix to have a reserved OK byte (prepare result)unknown2003-04-161-4/+5
* | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-04-164-5/+10
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-04-162-4/+5
| |\ \ \ \ \ \
| | * | | | | | Add mysys specific error messagesunknown2003-04-162-4/+5
| * | | | | | | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-04-161-0/+2
| |\ \ \ \ \ \ \
| | * | | | | | | Fix for bug #212unknown2003-04-161-0/+2
| * | | | | | | | replace default separator in group_concat, correct a bugunknown2003-04-162-1/+3
| |/ / / / / / /
* | | | | | | | Fix broken windows distribution workspace file (libmysql.dsp), which is causi...unknown2003-04-163-7/+4
* | | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-04-1254-255/+657
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Mergeunknown2003-04-1033-22/+287
| |\ \ \ \ \ \ \
| | * | | | | | | added compress/uncompress functionunknown2003-04-0933-1/+266
| * | | | | | | | Merge bk-internal:/home/bk/mysql-4.1unknown2003-04-091-2/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | don't increment LAST_INSERT_ID() when incremented value cannot be stored in a...unknown2003-03-311-2/+2
| * | | | | | | | | Use of CHARSWT_INFO *result_collationunknown2003-04-086-48/+89
| * | | | | | | | | SET NAMES doesn't start recodingunknown2003-04-083-6/+7
| | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | A better fix for UNION and slow query log.unknown2003-04-081-27/+44
| * | | | | | | | All collation names are now fit into convensionunknown2003-04-077-71/+31
| * | | | | | | | sys_var_collation is now abstract classunknown2003-04-0711-62/+113
| * | | | | | | | New methods to store strings with "convert to" argimumentunknown2003-04-073-15/+64
| * | | | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2003-04-053-61/+45
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Some optimization in SET NAMESunknown2003-04-053-61/+45
| * | | | | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2003-04-053-14/+46
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| | * | | | | | | | sql_yacc.yy:unknown2003-04-051-1/+1
| | * | | | | | | | sql_yacc.yy, set_var.h, set_var.cc:unknown2003-04-053-14/+46
| * | | | | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2003-04-052-4/+6
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | fixed st_select_lex initializationunknown2003-04-052-4/+6
| * | | | | | | | | sql_cache.cc:unknown2003-04-051-2/+2
* | | | | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-04-047-35/+212
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Fix to support update + bianry logs with prepared statements (Dynamic query)unknown2003-04-047-35/+212