mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
moved similar code to function
onversion with check sql/item.cc: removed similar code sql/item_sum.cc: conversion with check sql/sql_delete.cc: conversion with check sql/sql_derived.cc: style fix sql/sql_lex.cc: conversion with check moved similar code to function sql/sql_lex.h: conversion with check moved similar code to function sql/sql_parse.cc: conversion with check sql/sql_update.cc: conversion with check sql/sql_yacc.yy: conversion with check
This commit is contained in:
@@ -285,11 +285,7 @@ multi_delete::initialize_tables(JOIN *join)
|
||||
table->file->ref_length,
|
||||
MEM_STRIP_BUF_SIZE);
|
||||
}
|
||||
/*
|
||||
There are (SELECT_LEX*) pointer conversion here global union parameters
|
||||
can't be used in multidelete
|
||||
*/
|
||||
init_ftfuncs(thd, (SELECT_LEX*)thd->lex.current_select, 1);
|
||||
init_ftfuncs(thd, thd->lex.current_select->select_lex(), 1);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user