summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* WL#1218 "Triggers". Some very preliminary version of patch.dlenev@brandersnatch.localdomain2004-09-0746-77/+1292
* satisfy VC++bell@sanja.is.com.ua2004-07-161-4/+5
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2004-07-161-22/+26
|\
| * changes to sutisfy VC++bell@sanja.is.com.ua2004-07-161-22/+26
* | Merge miguel@bk-internal.mysql.com:/home/bk/mysql-5.0miguel@hegel.txg2004-07-163-3/+28
|\ \ | |/
| * fix function prototypebell@sanja.is.com.ua2004-07-161-1/+1
| * memory leak removingbell@sanja.is.com.ua2004-07-162-2/+27
* | Fixes for bug #4571 (Windows compabilities)miguel@hegel.txg2004-07-167-20/+17
|/
* Fixed typo in sql/sql_insert.cc which caused non-debug builds to fail.dlenev@brandersnatch.localdomain2004-07-161-1/+1
* Fix warnings in sql/item_timefunc.cc which popped up during windows builds.dlenev@brandersnatch.localdomain2004-07-161-2/+2
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2004-07-1667-1084/+3784
|\
| * VIEWbell@sanja.is.com.ua2004-07-1667-1084/+3784
* | Merge gbichot@bk-internal.mysql.com://home/bk/mysql-5.0guilhem@mysql.com2004-07-153-25/+6
|\ \ | |/ |/|
| * after merge fixes (making rpl_charset and rpl_timezone pass).guilhem@mysql.com2004-07-153-25/+6
* | failing fulltext_order_by.test fixedserg@serg.mylan2004-07-153-2/+2
|/
* Mergemonty@mysql.com2004-07-15116-3889/+10264
|\
| * After merge fixesmonty@mysql.com2004-07-1513-51/+97
| * Merge with 4.1monty@mysql.com2004-07-1261-237/+623
| |\
| | * Don't close already closed files in vio (not critical)monty@mysql.com2004-07-122-1/+13
| | * Mergemonty@mysql.com2004-07-112-4/+3
| | |\
| | | * mysql_find_files() made extern (from static to sql_show.cc)serg@serg.mylan2004-07-102-4/+3
| | * | Reorder variables to preserve alphabetical sorting.dlenev@brandersnatch.localdomain2004-07-101-3/+3
| | * | manual merge vva@eagle.mysql.r18.ru2004-07-091-6/+6
| | |\ \
| | | * | added an optimization in mysql_create_db (sql_db.cc)vva@eagle.mysql.r18.ru2004-07-091-2/+2
| | | * | fixed Bug #4378 "create database IF NOT EXISTS thing" returns an errorvva@eagle.mysql.r18.ru2004-07-081-2/+3
| | * | | Cleanup of db option cacheingmonty@mysql.com2004-07-098-91/+127
| | * | | Merge with 4.0 to get bug fixesmonty@mysql.com2004-07-091-4/+29
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0guilhem@mysql.com2004-06-301-4/+29
| | | |\ \
| | | | * | Fix for BUG#4326 "Replicated LOAD DATA INFILE show nothing inguilhem@mysql.com2004-06-301-4/+29
| | * | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2004-07-0825-56/+83
| | |\ \ \ \
| | | * | | | New handler::index_flags() definition to make it easy to check the full used ...monty@mysql.com2004-07-0825-56/+83
| | * | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2004-07-0839-44/+312
| | |\ \ \ \ \
| | | * | | | | WL#807 Optimize loading database options in load_db_optbar@mysql.com2004-07-086-10/+235
| | | * | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1/serg@serg.mylan2004-07-071-3/+6
| | | |\ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | | | * | | | bug#4441 - crash in UNHEX(NULL)serg@serg.mylan2004-07-071-3/+6
| | | * | | | | Don't allow badly formed UTF8 identitiersbar@mysql.com2004-07-0724-0/+35
| | | * | | | | ha_archive.cc:bar@mysql.com2004-07-071-1/+1
| | | * | | | | Merge acurtis@bk-internal.mysql.com:/home/bk/mysql-4.1antony@ltantony.rdg.cyberkinetica.com2004-07-061-1/+4
| | | |\ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | | | * | | | Bug#4407 - assertion in ha_myisam.ccantony@ltantony.rdg.cyberkinetica.com2004-07-061-1/+4
| | | * | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1/serg@serg.mylan2004-07-061-6/+8
| | | |\ \ \ \ \
| | | | * | | | | Bug#4417 binary character set breaks multi-byte table/field name.bar@mysql.com2004-07-061-6/+8
| | | | |/ / / /
| | | * | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1/serg@serg.mylan2004-07-066-23/+23
| | | |\ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | | | * | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1/serg@serg.mylan2004-06-306-23/+23
| | | | |\ \ \ \
| | | | | * | | | fowwlowup fixes for index_flags()serg@serg.mylan2004-06-306-23/+23
| | * | | | | | | do not assign values of left expression of IN/ANN/ANY subquery in case of PS ...bell@sanja.is.com.ua2004-07-041-1/+8
| | |/ / / / / /
| | * | | | | | Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1paul@ice.snake.net2004-07-023-3/+5
| | |\ \ \ \ \ \
| | | * | | | | | Bug #4374 SHOW TABLE STATUS FROM ignores collation_connectionbar@mysql.com2004-07-021-1/+3
| | | * | | | | | armscii8_bin was referenced to as armscii_bin in a mistake.bar@mysql.com2004-07-022-2/+2
| | | |/ / / / /
| | * | | | | | item_geofunc.cc:paul@ice.snake.net2004-07-021-4/+4
| | |/ / / / /
| * | | | | | After merge fixesmonty@mysql.com2004-07-1210-14/+15