summaryrefslogtreecommitdiff
path: root/sql/examples
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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
* | | | Apply Guilhem's patch (mmap->my_mmap, munmap->my_munmap in ha_tina) to improvepetr@mysql.com2005-07-081-9/+10
|/ / /
* | | Merge with 4.1monty@mysql.com2005-06-073-6/+0
|\ \ \ | |/ /
| * | a compiler must see '#pragma implementation' *before*serg@serg.mylan2005-06-053-6/+0
* | | Merge of 4.1->5.0. This contained the fixes for GCC 4.0brian@zim.(none)2005-06-013-34/+25
|\ \ \ | |/ /
| * | Mergebrian@zim.(none)2005-06-013-32/+16
| |\ \
| | * | Mainly cleanups for gcc 4.0. Some small pieces from looking at -Wall. Removed...brian@zim.(none)2005-06-013-32/+16
| * | | tztime.cc:kent@mysql.com2005-06-023-3/+9
| |/ /
* | | ha_archive.cc:kent@mysql.com2005-05-242-2/+2
* | | Merge neptunus.(none):/home/msvensson/mysql/bug10241msvensson@neptunus.(none)2005-05-092-2/+2
|\ \ \ | |/ /
| * | BUG#10241 cygwin port: invalid pragma interface directivesmsvensson@neptunus.(none)2005-05-042-2/+2
* | | Mergemsvensson@neptunus.(none)2005-04-282-30/+0
|\ \ \ | |/ /
| * | BUG#9911 After review fixesmsvensson@neptunus.(none)2005-04-282-25/+0
* | | BUG#9911 RENAME TABLE of type ARCHIVE fails with .ARN file errormsvensson@neptunus.(none)2005-04-271-6/+11
* | | Merge from 4.1 to 5.0msvensson@neptunus.(none)2005-04-272-0/+25
|\ \ \ | |/ /
| * | BUG#9911 RENAME TABLE of type ARCHIVE fails with .ARN file errormsvensson@neptunus.(none)2005-04-262-0/+25
| |/
* | BUG#9714 libsupc++ problemmsvensson@neptunus.(none)2005-04-273-4/+26
* | print xa recovery progressserg@serg.mylan2005-03-131-0/+1
* | Merge with global treemonty@mysql.com2005-02-251-9/+8
|\ \
| * | Remove compiler warnings and remove not used variablesmonty@mysql.com2005-02-251-4/+3
* | | Solved bug 8691.brian@zim.(none)2005-02-241-6/+6
|/ /
* | Fix confusing comments.petr@mysql.com2005-02-201-1/+1
* | fix compilation errorsserg@serg.mylan2005-02-191-4/+4
* | making XA tree to compile (and pass tests) in -max buildserg@serg.mylan2005-02-172-4/+4
* | Merge serg.mylan:/usr/home/serg/Abk/mysql-5.0serg@serg.mylan2005-02-171-6/+24
|\ \
| * | after merge fixesserg@serg.mylan2005-02-161-6/+24
* | | Merge with 4.1monty@mysql.com2005-02-151-2/+9
|\ \ \ | |/ / |/| / | |/
| * new static archive_inited variable, so that archive_db_end() will do somethin...guilhem@mysql.com2005-02-121-2/+9