summaryrefslogtreecommitdiff
path: root/mysql-test/r
Commit message (Collapse)AuthorAgeFilesLines
* Merged 4.1 into 5.0.pem@mysql.com2003-03-277-2/+600
|\
| * Fixed save/restore of current database when calling a procedure.pem@mysql.com2003-03-261-0/+10
| |
| * Added IF EXISTS to DROP PROCEDURE|FUNCTION.pem@mysql.com2003-03-261-0/+3
| | | | | | | | Changed another unecessary use of Item_string into LEX_STRING (in sp_pcontext).
| * Post post merge fix. Made the broken ip test work again.pem@mysql.com2003-03-201-0/+6
| |
| * Post-merge fixes.pem@mysql.com2003-03-191-6/+0
| |
| * Merged 4.1 -> 5.0.pem@mysql.com2003-03-187-2/+587
| |\
| | * Fixed reentrantness bugs in select (lex->result) and select_dumpvar, and ↵pem@mysql.com2003-03-061-7/+69
| | | | | | | | | | | | | | | | | | added cool prime number test example.
| | * Improved error handling regarding SPs (with info like names etc in the output).pem@mysql.com2003-03-051-0/+70
| | | | | | | | | | | | Disabled queries in FUNCTIONs.
| | * New FUNCTION documentation, and a minor test case modification.pem@mysql.com2003-03-031-54/+42
| | |
| | * Made FUNCTIONs work in insert and select queries, as well as nested function ↵pem@mysql.com2003-03-021-0/+30
| | | | | | | | | | | | | | | | | | | | | invocations. Had to add a cahing mechanism which is in parts an ugly kludge, but it will be reworked once the real SP caching is implemented.
| | * Closing tables during SP execution the proper way.pem@mysql.com2003-02-282-1/+2
| | |
| | * A small step forward. Fixed a few bugs and made string type functions work,pem@mysql.com2003-02-271-6/+13
| | | | | | | | | | | | but still strange interferences between multiple function invocations...
| | * Made stored FUNCTION invokation work almost always. Still buggy and ↵pem@mysql.com2003-02-261-3/+19
| | | | | | | | | | | | | | | | | | unstable, and various known problems, but good enough for a checkpoint commit.
| | * Most of the groundwork for sprint task 729 (implement FUNCTIONs).pem@mysql.com2003-02-211-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | Expanded the mysql.proc table, reworked the find/create/drop functions completely, added new functions for FUNCTIONs (lotta functions here :), got rid of some unnecessary use of Item_strings while at it. Extended the parser correspondingly, and fiddled around a bit to make SP FUNCTIONs coexist with UDFs. Can now CREATE and DROP FUNCTIONs. Invoking yet to come...
| | * Fixed SELECT INTO OUTFILE/DUMPFILE and stored procedures, and extended andpem@mysql.com2003-02-191-138/+216
| | | | | | | | | | | | reorganized the sp.test file.
| | * Merging 4.1 into 5.0pem@mysql.com2003-02-184-1/+318
| | |\
| | | * Added another select into test.pem@mysql.com2003-02-021-11/+20
| | | |
| | | * A feature of doing automatick result buffering when INSERT isSinisa@sinisa.nasamreza.org2003-01-282-1/+15
| | | | | | | | | | | | | | | | done from the select containing a table to be inserted to.
| | | * Merge sinisa@work.mysql.com:/home/bk/mysql-5.0Sinisa@sinisa.nasamreza.org2003-01-281-6/+19
| | | |\ | | | | | | | | | | | | | | | into sinisa.nasamreza.org:/mnt/work/petica
| | | | * Added check for selects without into in SPs, and updated error messages and ↵pem@mysql.com2003-01-231-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests accordingly.
| | | | * solve the lex conflict between the existing repeat() function vva@eagle.mysql.r18.ru2003-01-231-6/+6
| | | | | | | | | | | | | | | | | | | | and repeat SP-construction
| | | * | Changing some proc names to a more suitable one.Sinisa@sinisa.nasamreza.org2003-01-201-3/+3
| | | | |
| | | * | SELECT ... INTO local_vars ...;Sinisa@sinisa.nasamreza.org2003-01-181-0/+17
| | | |/ | | | | | | | | | | | | For Stored Procedures
| | | * Added the Stored Procedure tests.pem@mysql.com2003-01-172-22/+261
| | | | | | | | | | | | | | | | | | | | Removed newly added, but now redundant, test file.
| | | * Make the CLI client (client/mysql.cc) work with multi-line SPs.gluh@gluh.mysql.r18.ru2003-01-172-0/+25
| | | | | | | | | | | | | | | | Make the mysqltest program (client/mysqltest.c) work with multi-line SPs.
| | | * Post-merge fix.pem@mysql.com2003-01-091-1/+1
| | | |
* | | | More OpenGIS compatibility:bar@bar.mysql.r18.ru2003-03-271-0/+32
| | | | | | | | | | | | | | | | | | | | Point, MultiLine, Poligom, etc, are now not aliases for Geometry, but separate field types.
* | | | German Phone book collation is always compiledbar@bar.mysql.r18.ru2003-03-261-17/+17
| | | | | | | | | | | | | | | | Some collation names have been renamed
* | | | After merge fixesmonty@narttu.mysql.fi2003-03-203-10/+10
| | | | | | | | | | | | | | | | | | | | Fixed bug in Item::set_name() Fix for memory leak with geometry type
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@narttu.mysql.fi2003-03-208-222/+1263
|\ \ \ \ | | | | | | | | | | | | | | | into narttu.mysql.fi:/my/mysql-4.1
| * | | | Strings comparison is now done according to "Collating sequences used forbar@bar.mysql.r18.ru2003-03-192-6/+6
| | | | | | | | | | | | | | | | | | | | comparison" table, "SQL Complete, Really", page 162
| * | | | Getting closer to be more SQL99 in dyadic operationsbar@bar.mysql.r18.ru2003-03-191-6/+6
| | | | |
| * | | | Merge abarkov@build.mysql.com:/home/bk/mysql-4.1bar@bar.mysql.r18.ru2003-03-181-304/+202
| |\ \ \ \ | | | | | | | | | | | | | | | | | | into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1
| | * | | | Should use GeometryFromWKB().ram@mysql.r18.ru2003-03-181-304/+202
| | | | | |
| * | | | | CONVERT class was removedbar@bar.mysql.r18.ru2003-03-182-11/+11
| |/ / / /
| * | | | SRID support.ram@mysql.r18.ru2003-03-181-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GeomertyFromWKB() function. SRID() function. ::store() methods for Field_geom. Code cleanup.
| * | | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1ram@mysql.r18.ru2003-03-181-0/+814
| |\ \ \ \ | | |/ / / | |/| | | | | | | | into mysql.r18.ru:/usr/home/ram/work/mysql-4.1.sp
| | * | | Test case for rtree indexes.ram@mysql.r18.ru2003-03-121-0/+814
| | | | |
| * | | | SHOW CREATE TABLE didn't display field names in the proper charsetbar@bar.mysql.r18.ru2003-03-181-0/+43
| | | | |
| * | | | ctype_many.result:bar@bar.mysql.r18.ru2003-03-171-0/+1685
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | new file As far as bk could not apply delta, I removed it. Now I'm adding the new version into the tree again.
| * | | | .del-ctype_many.result~9b541c4def2b5afb:bar@bar.mysql.r18.ru2003-03-171-1399/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Delete: mysql-test/r/ctype_many.result I could not commit it, bk told it can't apply binary delta for textual file.
| * | | | ctype_collate.result:bar@bar.mysql.r18.ru2003-03-171-3/+3
| | | | | | | | | | | | | | | | | | | | Automatic client-server charset recoding has been added
* | | | | Merge with 4.0.12monty@narttu.mysql.fi2003-03-195-2/+212
|\ \ \ \ \
| * | | | | Print right hostname or IP in SHOW PROCESSLISTmonty@narttu.mysql.fi2003-03-191-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | Use SESSION TABLE_HANDLER as default table handler if given table handler doesn't exists
| * | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@narttu.mysql.fi2003-03-193-2/+176
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | into narttu.mysql.fi:/my/mysql-4.0
| | * | | | | Allow optimzation of multi-table-update also for InnoDB tablesmonty@narttu.mysql.fi2003-03-193-1/+144
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MEMORY is alias for HEAP for CREATE TABLE ... TYPE=HEAP Fixed bug in multi-table-update where a row could be updated several times
| | * | | | | Test of range optimizer in InnoDBmonty@narttu.mysql.fi2003-03-181-1/+32
| | | | | | |
| * | | | | | New variable rli->ignore_log_space_limit to resolveguilhem@mysql.com2003-03-171-0/+13
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | a deadlock between I/O and SQL threads in replication when relay_log_space is too small. This fixes bug #79.
* | | | | | Added support for ULONG division with DIVmonty@narttu.mysql.fi2003-03-191-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Fixed non fatal memory leak in slave code.
* | | | | | After merge fixesmonty@narttu.mysql.fi2003-03-178-31/+54
| | | | | | | | | | | | | | | | | | | | | | | | Don't create temporary objects with no table name