715 Commits (faad73550c157388ffb7b1606e3f896ed7b276ac)

Author SHA1 Message Date
unknown 07f797a9bf Return a warning for DROP DATABASE/TABLE IF EXISTS <non_existing_db/table(s)> 23 years ago
unknown 0029b4e794 INSERT ... ON DUPLICATE KEY UPDATE ... 23 years ago
unknown 64a3827b24 check of using same table for changing and select 23 years ago
unknown c1403e17a8 Correct bug which exposed itself in rpl000017 23 years ago
unknown 4653621909 New multi-table-update code 23 years ago
unknown 943522556d after review changes in IN/ALL/ANY/SOME (SCRUM) 23 years ago
unknown 4826ed0091 select_test.c, insert_test.c: 23 years ago
unknown 06e647472f Reference to field in outer subelect fixed 23 years ago
unknown 982e3423f3 revert open_ltable changing 23 years ago
unknown 7eafe60b36 protocol fixups 23 years ago
unknown c58d9d9a9d Fixes after merge with 4.0 23 years ago
unknown 9b9546edbc Try to optimize the cache buffer size needed for bulk_insert 23 years ago
unknown 548e59c685 Added some compatibility modes (for the future) 23 years ago
unknown bd1c2d65c4 Small improvement to alloc_root 23 years ago
unknown 5a8c6a33c2 removed unused function 23 years ago
unknown f980950bb3 Some code optimisations related to EXPLAIN of derived tables and the 23 years ago
unknown 6987b41456 ALL/ANY/SOME 23 years ago
unknown c88b910208 Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes. 23 years ago
unknown 1e63509dfc Extensions to support this: 23 years ago
unknown 85f35cbf57 All String->set() now have charset argument 23 years ago
unknown 0bb1e716bc removed SELECT_LEX_UNIT -> SELECT_LEX pointer conversion (SCRUM) 23 years ago
unknown fc4c9c01ee add help command on server side 23 years ago
unknown c813006913 fixed update with subselect (FOR REVIEW) 23 years ago
unknown cda34818c1 Some code improvements 23 years ago
unknown aee5ef8516 Added THD as parameter to filesort. Removed not used 'special' argument. 24 years ago
unknown 103330a3c0 fixed subselect explain bug 24 years ago
unknown 81a82f0d6e support for --tmpdir=dir1:dir2:... 24 years ago
unknown e8e3f7728f fixed couple of bugs in field/reference name resolution 24 years ago
unknown a370f86622 One more commit required to merge second pack of Monty's patches 24 years ago
unknown e57cd00a6f after merging bugfix 24 years ago
unknown 5a28c2caca Fixes and code cleanups after merge with 4.0.3 24 years ago
unknown 9396cc5a4a new EXPLAIN 24 years ago
unknown 9ce6267ebe Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host tables 24 years ago
unknown 3307f95554 Fixed bug introduces by last changeset 24 years ago
unknown 3fbcafea9c subselect with union 24 years ago
unknown e4d5597d7e Fixed bug in wait_for_update() that I had introduced. 24 years ago
unknown 87f9ad3724 Use our version of RWLOCKS on UNIXWARE 7 24 years ago
unknown 51156c5af2 Changed SQL variable delay_key_write to an enum 24 years ago
unknown 9b1930152d Changed IF(expr, column, NULL) to take type from column 24 years ago
unknown 33dab613c7 Added nety_retry_count as a changeable variable 24 years ago
unknown f01f49916b Lots of code fixes to the replication code (especially the binary logging and index log file handling) 24 years ago
unknown 20af76aa7c Moved have_* to mysql_priv.h. 24 years ago
unknown 72dec69046 Removed wrong implementation of CUBE/ROLLUP 24 years ago
unknown a8caad316a New SET syntax & system variables. 24 years ago
unknown 2ed3a33855 CREATE ... SELECT extension (WL 317) 24 years ago
unknown 18e0dd1f52 Some 24 years ago
unknown 1648e47889 SHOW CREATE DATABASE name; 24 years ago
unknown e0d8d62e39 Added interface for first set of dynamic variables. 24 years ago
unknown fce8822611 ALTER DATABASE DEFAULT CHARACTER SET latin1; 24 years ago
unknown 835a75c97b Removed mysql_ssl_clear() 24 years ago