summaryrefslogtreecommitdiff
path: root/sql/examples
Commit message (Expand)AuthorAgeFilesLines
* Merge mysql.com:/home/mysql_src/mysql-5.0guilhem@mysql.com2005-11-181-11/+10
|\
| * Merge mysql.com:/home/cps/mysql/trees/mysql-4.1petr@mysql.com2005-11-081-11/+11
| |\
| | * Fix Bug#14672 Bug in deletionpetr@mysql.com2005-11-061-1/+2
| | * Fix Bug#13894 Server crashes on update of CSV tablepetr@mysql.com2005-11-051-10/+9
* | | Make storage engines "pluggable", handlerton workacurtis@poseidon.ndb.mysql.com2005-11-074-8/+36
* | | Mergetomas@poseidon.ndb.mysql.com2005-10-065-1179/+27
|\ \ \ | |/ /
| * | Final patch for 5.0 for simplifying storage engine code. We now have just one...brian@zim.(none)2005-10-032-22/+0
| * | Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0brian@zim.(none)2005-10-022-1/+9
| |\ \
| | * | Next big patch for loadable storage engines!brian@zim.(none)2005-10-024-10/+33
| * | | Move handler specific options into handlerton flag checkeric@mysql.com2005-09-302-2/+2
| * | | Moving archive from example to sql.brian@zim.(none)2005-09-282-1152/+0
| |/ /
| * | fixed a memory leak in ha_tina.ccserg@serg.mylan2005-09-222-0/+13
| * | Cleanup for handlerton structure to allow for loadable engine work. This is t...brian@zim.(none)2005-09-193-3/+3
* | | ha_tina cleanup: fixed several compiler warnings, which occured because some ...petr@mysql.com2005-09-292-108/+139
* | | Mergendbdev@dl145c.mysql.com2005-09-131-1/+1
|\ \ \ | |/ /
| * | Merge mysql.com:/home/jimw/my/mysql-4.1-cleanjimw@mysql.com2005-09-121-1/+1
| |\ \ | | |/
| | * Merge mysqldev@production.mysql.com:jimw/mysql-4.1-scojimw@mysql.com2005-09-121-1/+1
| | |\
| | | * When first creating the ARZ file for an archive table, use "wb" as the mode forjimw@mysql.com2005-09-081-1/+1
* | | | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0ndbdev@dl145b.mysql.com2005-09-091-1/+2
|\ \ \ \ | |/ / /
| * | | Merge zim.(none):/home/brian/mysql/mysql-4.1brian@zim.(none)2005-09-071-1/+2
| |\ \ \ | | |/ /
| | * | Small tweak for random read performance (we shouldn't always tell the OS that...brian@zim.(none)2005-09-071-1/+2
| | * | Merge bk-internal.mysql.com:/home/bk/mysql-4.1msvensson@neptunus.(none)2005-09-011-1/+1
| | |\ \
| | | * \ Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1msvensson@neptunus.(none)2005-08-301-1/+1
| | | |\ \
* | | | \ \ Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0msvensson@neptunus.(none)2005-09-022-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0msvensson@neptunus.(none)2005-09-011-1/+1
| |\ \ \ \ \
| | * \ \ \ \ Merge neptunus.(none):/home/msvensson/mysql/bug12527/my41-bug12527msvensson@neptunus.(none)2005-08-301-1/+1
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | | * | | | Bug #12527 yassl causes errors in "repair" and "optimize"msvensson@neptunus.(none)2005-08-291-1/+1
| * | | | | | Merge mysql.com:/home/jimw/my/mysql-4.1-cleanjimw@mysql.com2005-08-311-1/+1
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | Merge mysql.com:/home/jimw/my/mysql-4.1-7156jimw@mysql.com2005-08-311-0/+2
| | |\ \ \ \ \
| | | * | | | | Add test for madvise() being declared in C++ code, because it is notjimw@mysql.com2005-08-311-0/+2
| | | | |_|/ / | | | |/| | |
* | | | | | | mergendbdev@dl145b.mysql.com2005-08-313-0/+14
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fix for bad merge. brian@zim.(none)2005-08-301-1/+1
| * | | | | | Update for delete_all_rows() which will be used for TRUNCATE and DELETE support.brian@zim.(none)2005-08-292-0/+12
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Added support for delete_all_rows() for archive. This fixes bug #12836. brian@zim.(none)2005-08-292-0/+12
| | |/ / / /
| * | | | | Merge mysql.com:/M50/clone-5.0 into mysql.com:/M50/push-5.0joerg@mysql.com2005-08-251-0/+2
| |\ \ \ \ \
| | * | | | | ha_tina.cc:kent@mysql.com2005-08-251-0/+2
| | | |/ / / | | |/| | |
* | | | | | Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.0pappa@c-4a09e253.1238-1-64736c10.cust.bredbandsbolaget.se2005-08-251-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge mishka.local:/home/my/mysql-4.1monty@mishka.local2005-08-251-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / /
| | * | | mysqld.dsp:kent@mysql.com2005-08-183-3/+3
| | |/ /
* | | | mergetulin@dl145b.mysql.com2005-07-213-30/+39
|\ \ \ \ | |/ / /
| * | | Implement MySQL framework to support consistent read views inkonstantin@mysql.com2005-07-203-30/+39
* | | | mergetulin@dl145b.mysql.com2005-07-196-24/+68
|\ \ \ \ | |/ / /
| * | | A fix and a test case for Bug#10760 and complementary cleanups. konstantin@mysql.com2005-07-196-24/+68
* | | | Mergetomas@poseidon.ndb.mysql.com2005-07-122-129/+146
|\ \ \ \ | |/ / /
| * | | ha_archive.cc:reggie@linux.site2005-07-111-1/+1
| * | | Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0brian@brian-akers-computer.local2005-07-102-121/+134
| |\ \ \
| | * | | Fixed 32bit issue, reworked error logic for open tables, and redid the repair...brian@brian-akers-computer.local2005-07-101-76/+25
| | * | | Refactoring of write_row() into two parts to allow future additions. Also rew...brian@brian-akers-computer.local2005-07-102-45/+109
| * | | | Fixed indention issue, made scan_rows an ha_rows type, and fixed show table s...brian@zim.(none)2005-07-091-2/+6
| |/ / /
| * | | Clean up warnings and build problems on Windows. (Bug #11045)jimw@mysql.com2005-06-182-8/+8