summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* Merged 4.1 into 5.0.unknown2003-03-2712-3/+1346
|\
| * Fixed save/restore of current database when calling a procedure.unknown2003-03-262-0/+22
| * Added IF EXISTS to DROP PROCEDURE|FUNCTION.unknown2003-03-262-0/+4
| * Post post merge fix. Made the broken ip test work again.unknown2003-03-202-3/+8
| * Post-merge fixes.unknown2003-03-193-25/+20
| * Merged 4.1 -> 5.0.unknown2003-03-1812-3/+1320
| |\
| | * Fixed reentrantness bugs in select (lex->result) and select_dumpvar, and adde...unknown2003-03-062-8/+160
| | * Improved error handling regarding SPs (with info like names etc in the output).unknown2003-03-053-18/+180
| | * New FUNCTION documentation, and a minor test case modification.unknown2003-03-032-96/+71
| | * Made FUNCTIONs work in insert and select queries, as well as nested function ...unknown2003-03-022-0/+57
| | * Closing tables during SP execution the proper way.unknown2003-02-282-1/+2
| | * A small step forward. Fixed a few bugs and made string type functions work,unknown2003-02-272-8/+23
| | * Made stored FUNCTION invokation work almost always. Still buggy and unstable,...unknown2003-02-262-7/+42
| | * Most of the groundwork for sprint task 729 (implement FUNCTIONs).unknown2003-02-213-1/+45
| | * Fixed SELECT INTO OUTFILE/DUMPFILE and stored procedures, and extended andunknown2003-02-192-242/+424
| | * Merging 4.1 into 5.0unknown2003-02-188-2/+696
| | |\
| | | * Added another select into test.unknown2003-02-022-18/+39
| | | * A feature of doing automatick result buffering when INSERT isunknown2003-01-284-2/+46
| | | * Merge sinisa@work.mysql.com:/home/bk/mysql-5.0unknown2003-01-282-9/+40
| | | |\
| | | | * Added check for selects without into in SPs, and updated error messages and t...unknown2003-01-232-0/+31
| | | | * solve the lex conflict between the existing repeat() function unknown2003-01-232-9/+9
| | | * | Changing some proc names to a more suitable one.unknown2003-01-202-6/+6
| | | * | SELECT ... INTO local_vars ...;unknown2003-01-182-0/+30
| | | |/
| | | * Added the Stored Procedure tests.unknown2003-01-174-43/+551
| | | * Make the CLI client (client/mysql.cc) work with multi-line SPs.unknown2003-01-174-0/+60
| | | * Post-merge fix.unknown2003-01-091-1/+1
* | | | More OpenGIS compatibility:unknown2003-03-272-0/+42
* | | | German Phone book collation is always compiledunknown2003-03-263-36/+36
* | | | Fixes for fill_help_tables.sqlunknown2003-03-211-1/+1
* | | | Fixed reference to uninitialized memoryunknown2003-03-211-1/+1
* | | | After merge fixesunknown2003-03-204-10/+16
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-03-2014-240/+1386
|\ \ \ \
| * | | | Strings comparison is now done according to "Collating sequences used forunknown2003-03-194-11/+11
| * | | | Getting closer to be more SQL99 in dyadic operationsunknown2003-03-191-6/+6
| * | | | Merge abarkov@build.mysql.com:/home/bk/mysql-4.1unknown2003-03-182-311/+206
| |\ \ \ \
| | * | | | Should use GeometryFromWKB().unknown2003-03-182-311/+206
| * | | | | CONVERT class was removedunknown2003-03-183-17/+17
| |/ / / /
| * | | | SRID support.unknown2003-03-182-12/+12
| * | | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-03-182-0/+886
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Test case for rtree indexes.unknown2003-03-122-0/+886
| * | | | SHOW CREATE TABLE didn't display field names in the proper charsetunknown2003-03-182-0/+71
| * | | | ctype_many.result:unknown2003-03-171-0/+1685
| * | | | .del-ctype_many.result~9b541c4def2b5afb:unknown2003-03-171-1399/+0
| * | | | mysql-test/t/ctype_many.test:unknown2003-03-171-1/+9
| * | | | ctype_collate.result:unknown2003-03-171-3/+3
* | | | | Merge with 4.0.12unknown2003-03-1911-4/+362
|\ \ \ \ \
| * | | | | Print right hostname or IP in SHOW PROCESSLISTunknown2003-03-192-0/+40
| * | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-03-196-4/+277
| |\ \ \ \ \
| | * | | | | Allow optimzation of multi-table-update also for InnoDB tablesunknown2003-03-196-2/+201
| | * | | | | Merge with 3.23 to get fix for halloween problem on Update of InnoDB tablesunknown2003-03-181-0/+11
| | |\ \ \ \ \