mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
UNION stuff mainly.
sql/sql_class.h: Made some temporary changes for UNION's. Still waiting for Monty's comments on this. sql/sql_delete.cc: Added a comment as Monty suggested sql/sql_parse.cc: Some speedups for UNIONs sql/sql_unions.cc: First attempts at running UNION's. Removed header temporarily because of some bug in my pre-processor.
This commit is contained in:
@@ -17,6 +17,8 @@
|
||||
|
||||
/* Delete of records */
|
||||
|
||||
/* Multi-table deletes were introduced by Monty and Sinisa */
|
||||
|
||||
#include "mysql_priv.h"
|
||||
#include "ha_innobase.h"
|
||||
#include "sql_select.h"
|
||||
|
||||
Reference in New Issue
Block a user