mirror of
https://github.com/MariaDB/server.git
synced 2026-04-29 11:45:32 +02:00
Merge tag 'mariadb-10.0.19' into 10.1
This commit is contained in:
commit
5091a4ba75
1133 changed files with 51909 additions and 24285 deletions
|
|
@ -1,5 +1,6 @@
|
|||
/*
|
||||
Copyright (c) 2000, 2010, Oracle and/or its affiliates.
|
||||
Copyright (c) 2010, 2015, MariaDB
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -892,7 +893,7 @@ int mysql_multi_delete_prepare(THD *thd)
|
|||
*/
|
||||
lex->select_lex.exclude_from_table_unique_test= FALSE;
|
||||
|
||||
if (lex->select_lex.save_prep_leaf_tables(thd))
|
||||
if (lex->save_prep_leaf_tables())
|
||||
DBUG_RETURN(TRUE);
|
||||
|
||||
DBUG_RETURN(FALSE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue