mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fix ORDER BY ... DESC optimization
Docs/manual.texi: Update with changes from old version of the 4.0 manual. mysql-test/r/order_by.result: New tests for ORDER BY ... DESC mysql-test/t/order_by.test: New tests for ORDER BY ... DESC sql/sql_delete.cc: Removed DEBUG code
This commit is contained in:
@@ -290,11 +290,7 @@ int mysql_delete(THD *thd,
|
||||
** delete multiple tables from join
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef DBUG_OFF
|
||||
#define MEM_STRIP_BUF_SIZE 2048
|
||||
#else
|
||||
#define MEM_STRIP_BUF_SIZE sortbuffer_size
|
||||
#endif
|
||||
#define MEM_STRIP_BUF_SIZE sortbuff_size
|
||||
|
||||
#ifndef SINISAS_STRIP
|
||||
int refposcmp2(void* arg, const void *a,const void *b)
|
||||
|
Reference in New Issue
Block a user