mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge branch '10.3' into 10.4
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */
|
||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1335 USA */
|
||||
|
||||
/**
|
||||
@defgroup Semantic_Analysis Semantic Analysis
|
||||
@ -872,6 +872,12 @@ public:
|
||||
table for it
|
||||
*/
|
||||
Item_int *intersect_mark;
|
||||
/**
|
||||
TRUE if the unit contained TVC at the top level that has been wrapped
|
||||
into SELECT:
|
||||
VALUES (v1) ... (vn) => SELECT * FROM (VALUES (v1) ... (vn)) as tvc
|
||||
*/
|
||||
bool with_wrapped_tvc;
|
||||
/**
|
||||
Pointer to 'last' select, or pointer to select where we stored
|
||||
global parameters for union.
|
||||
@ -1347,7 +1353,7 @@ public:
|
||||
TABLE_LIST *convert_right_join();
|
||||
List<Item>* get_item_list();
|
||||
ulong get_table_join_options();
|
||||
void set_lock_for_tables(thr_lock_type lock_type);
|
||||
void set_lock_for_tables(thr_lock_type lock_type, bool for_update);
|
||||
/*
|
||||
This method created for reiniting LEX in mysql_admin_table() and can be
|
||||
used only if you are going remove all SELECT_LEX & units except belonger
|
||||
|
Reference in New Issue
Block a user