mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
70823e1d91
The reason for the failure was a bug in an include file on debian that causes 'struct stat' to have different sized depending on the environment. This patch fixes so that we always include my_global.h or my_config.h before we include any other files. Other things: - Removed #include <my_global.h> in some include files; Better to always do this at the top level to have as few "always-include-this-file-first' files as possible. - Removed usage of some include files that where already included by my_global.h or by other files. client/mysql_plugin.c: Use my_global.h first client/mysqlslap.c: Remove duplicated include files extra/comp_err.c: Remove duplicated include files include/m_string.h: Remove duplicated include files include/maria.h: Remove duplicated include files libmysqld/emb_qcache.cc: Use my_global.h first plugin/semisync/semisync.h: Use my_pthread.h first sql/datadict.cc: Use my_global.h first sql/debug_sync.cc: Use my_global.h first sql/derror.cc: Use my_global.h first sql/des_key_file.cc: Use my_global.h first sql/discover.cc: Use my_global.h first sql/event_data_objects.cc: Use my_global.h first sql/event_db_repository.cc: Use my_global.h first sql/event_parse_data.cc: Use my_global.h first sql/event_queue.cc: Use my_global.h first sql/event_scheduler.cc: Use my_global.h first sql/events.cc: Use my_global.h first sql/field.cc: Use my_global.h first Remove duplicated include files sql/field_conv.cc: Use my_global.h first sql/filesort.cc: Use my_global.h first Remove duplicated include files sql/gstream.cc: Use my_global.h first sql/ha_ndbcluster.cc: Use my_global.h first sql/ha_ndbcluster_binlog.cc: Use my_global.h first sql/ha_ndbcluster_cond.cc: Use my_global.h first sql/ha_partition.cc: Use my_global.h first sql/handler.cc: Use my_global.h first sql/hash_filo.cc: Use my_global.h first sql/hostname.cc: Use my_global.h first sql/init.cc: Use my_global.h first sql/item.cc: Use my_global.h first sql/item_buff.cc: Use my_global.h first sql/item_cmpfunc.cc: Use my_global.h first sql/item_create.cc: Use my_global.h first sql/item_geofunc.cc: Use my_global.h first sql/item_inetfunc.cc: Use my_global.h first sql/item_row.cc: Use my_global.h first sql/item_strfunc.cc: Use my_global.h first sql/item_subselect.cc: Use my_global.h first sql/item_sum.cc: Use my_global.h first sql/item_timefunc.cc: Use my_global.h first sql/item_xmlfunc.cc: Use my_global.h first sql/key.cc: Use my_global.h first sql/lock.cc: Use my_global.h first sql/log.cc: Use my_global.h first sql/log_event.cc: Use my_global.h first sql/log_event_old.cc: Use my_global.h first sql/mf_iocache.cc: Use my_global.h first sql/mysql_install_db.cc: Remove duplicated include files sql/mysqld.cc: Remove duplicated include files sql/net_serv.cc: Remove duplicated include files sql/opt_range.cc: Use my_global.h first sql/opt_subselect.cc: Use my_global.h first sql/opt_sum.cc: Use my_global.h first sql/parse_file.cc: Use my_global.h first sql/partition_info.cc: Use my_global.h first sql/procedure.cc: Use my_global.h first sql/protocol.cc: Use my_global.h first sql/records.cc: Use my_global.h first sql/records.h: Don't include my_global.h Better to do this at the upper level sql/repl_failsafe.cc: Use my_global.h first sql/rpl_filter.cc: Use my_global.h first sql/rpl_gtid.cc: Use my_global.h first sql/rpl_handler.cc: Use my_global.h first sql/rpl_injector.cc: Use my_global.h first sql/rpl_record.cc: Use my_global.h first sql/rpl_record_old.cc: Use my_global.h first sql/rpl_reporting.cc: Use my_global.h first sql/rpl_rli.cc: Use my_global.h first sql/rpl_tblmap.cc: Use my_global.h first sql/rpl_utility.cc: Use my_global.h first sql/set_var.cc: Added comment sql/slave.cc: Use my_global.h first sql/sp.cc: Use my_global.h first sql/sp_cache.cc: Use my_global.h first sql/sp_head.cc: Use my_global.h first sql/sp_pcontext.cc: Use my_global.h first sql/sp_rcontext.cc: Use my_global.h first sql/spatial.cc: Use my_global.h first sql/sql_acl.cc: Use my_global.h first sql/sql_admin.cc: Use my_global.h first sql/sql_analyse.cc: Use my_global.h first sql/sql_audit.cc: Use my_global.h first sql/sql_base.cc: Use my_global.h first sql/sql_binlog.cc: Use my_global.h first sql/sql_bootstrap.cc: Use my_global.h first Use my_global.h first sql/sql_cache.cc: Use my_global.h first sql/sql_class.cc: Use my_global.h first sql/sql_client.cc: Use my_global.h first sql/sql_connect.cc: Use my_global.h first sql/sql_crypt.cc: Use my_global.h first sql/sql_cursor.cc: Use my_global.h first sql/sql_db.cc: Use my_global.h first sql/sql_delete.cc: Use my_global.h first sql/sql_derived.cc: Use my_global.h first sql/sql_do.cc: Use my_global.h first sql/sql_error.cc: Use my_global.h first sql/sql_explain.cc: Use my_global.h first sql/sql_expression_cache.cc: Use my_global.h first sql/sql_handler.cc: Use my_global.h first sql/sql_help.cc: Use my_global.h first sql/sql_insert.cc: Use my_global.h first sql/sql_lex.cc: Use my_global.h first sql/sql_load.cc: Use my_global.h first sql/sql_locale.cc: Use my_global.h first sql/sql_manager.cc: Use my_global.h first sql/sql_parse.cc: Use my_global.h first sql/sql_partition.cc: Use my_global.h first sql/sql_plugin.cc: Added comment sql/sql_prepare.cc: Use my_global.h first sql/sql_priv.h: Added error if we use this before including my_global.h This check is here becasue so many files includes sql_priv.h first. sql/sql_profile.cc: Use my_global.h first sql/sql_reload.cc: Use my_global.h first sql/sql_rename.cc: Use my_global.h first sql/sql_repl.cc: Use my_global.h first sql/sql_select.cc: Use my_global.h first sql/sql_servers.cc: Use my_global.h first sql/sql_show.cc: Added comment sql/sql_signal.cc: Use my_global.h first sql/sql_statistics.cc: Use my_global.h first sql/sql_table.cc: Use my_global.h first sql/sql_tablespace.cc: Use my_global.h first sql/sql_test.cc: Use my_global.h first sql/sql_time.cc: Use my_global.h first sql/sql_trigger.cc: Use my_global.h first sql/sql_udf.cc: Use my_global.h first sql/sql_union.cc: Use my_global.h first sql/sql_update.cc: Use my_global.h first sql/sql_view.cc: Use my_global.h first sql/sys_vars.cc: Added comment sql/table.cc: Use my_global.h first sql/thr_malloc.cc: Use my_global.h first sql/transaction.cc: Use my_global.h first sql/uniques.cc: Use my_global.h first sql/unireg.cc: Use my_global.h first sql/unireg.h: Removed inclusion of my_global.h storage/archive/ha_archive.cc: Added comment storage/blackhole/ha_blackhole.cc: Use my_global.h first storage/csv/ha_tina.cc: Use my_global.h first storage/csv/transparent_file.cc: Use my_global.h first storage/federated/ha_federated.cc: Use my_global.h first storage/federatedx/federatedx_io.cc: Use my_global.h first storage/federatedx/federatedx_io_mysql.cc: Use my_global.h first storage/federatedx/federatedx_io_null.cc: Use my_global.h first storage/federatedx/federatedx_txn.cc: Use my_global.h first storage/heap/ha_heap.cc: Use my_global.h first storage/innobase/handler/handler0alter.cc: Use my_global.h first storage/maria/ha_maria.cc: Use my_global.h first storage/maria/unittest/ma_maria_log_cleanup.c: Remove duplicated include files storage/maria/unittest/test_file.c: Added comment storage/myisam/ha_myisam.cc: Move sql_plugin.h first as this includes my_global.h storage/myisammrg/ha_myisammrg.cc: Use my_global.h first storage/oqgraph/oqgraph_thunk.cc: Use my_config.h and my_global.h first One could not include my_global.h before oqgraph_thunk.h (don't know why) storage/spider/ha_spider.cc: Use my_global.h first storage/spider/hs_client/config.cpp: Use my_global.h first storage/spider/hs_client/escape.cpp: Use my_global.h first storage/spider/hs_client/fatal.cpp: Use my_global.h first storage/spider/hs_client/hstcpcli.cpp: Use my_global.h first storage/spider/hs_client/socket.cpp: Use my_global.h first storage/spider/hs_client/string_util.cpp: Use my_global.h first storage/spider/spd_conn.cc: Use my_global.h first storage/spider/spd_copy_tables.cc: Use my_global.h first storage/spider/spd_db_conn.cc: Use my_global.h first storage/spider/spd_db_handlersocket.cc: Use my_global.h first storage/spider/spd_db_mysql.cc: Use my_global.h first storage/spider/spd_db_oracle.cc: Use my_global.h first storage/spider/spd_direct_sql.cc: Use my_global.h first storage/spider/spd_i_s.cc: Use my_global.h first storage/spider/spd_malloc.cc: Use my_global.h first storage/spider/spd_param.cc: Use my_global.h first storage/spider/spd_ping_table.cc: Use my_global.h first storage/spider/spd_sys_table.cc: Use my_global.h first storage/spider/spd_table.cc: Use my_global.h first storage/spider/spd_trx.cc: Use my_global.h first storage/xtradb/handler/handler0alter.cc: Use my_global.h first storage/xtradb/handler/i_s.cc: Use my_global.h first
420 lines
12 KiB
C++
420 lines
12 KiB
C++
/*
|
|
Copyright (c) 2005, 2010, Oracle and/or its affiliates.
|
|
|
|
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
|
|
the Free Software Foundation; version 2 of the License.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
|
|
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 Street, Fifth Floor, Boston, MA 02110-1301, USA */
|
|
#ifdef USE_PRAGMA_IMPLEMENTATION
|
|
#pragma implementation /* gcc class implementation */
|
|
#endif
|
|
|
|
#include <my_global.h>
|
|
#include "sql_priv.h"
|
|
#include "unireg.h"
|
|
#include "sql_cursor.h"
|
|
#include "probes_mysql.h"
|
|
#include "sql_parse.h" // mysql_execute_command
|
|
|
|
/****************************************************************************
|
|
Declarations.
|
|
****************************************************************************/
|
|
|
|
/**
|
|
Materialized_cursor -- an insensitive materialized server-side
|
|
cursor. The result set of this cursor is saved in a temporary
|
|
table at open. The cursor itself is simply an interface for the
|
|
handler of the temporary table.
|
|
*/
|
|
|
|
class Materialized_cursor: public Server_side_cursor
|
|
{
|
|
MEM_ROOT main_mem_root;
|
|
/* A fake unit to supply to select_send when fetching */
|
|
SELECT_LEX_UNIT fake_unit;
|
|
TABLE *table;
|
|
List<Item> item_list;
|
|
ulong fetch_limit;
|
|
ulong fetch_count;
|
|
bool is_rnd_inited;
|
|
public:
|
|
Materialized_cursor(select_result *result, TABLE *table);
|
|
|
|
int send_result_set_metadata(THD *thd, List<Item> &send_result_set_metadata);
|
|
virtual bool is_open() const { return table != 0; }
|
|
virtual int open(JOIN *join __attribute__((unused)));
|
|
virtual void fetch(ulong num_rows);
|
|
virtual void close();
|
|
virtual ~Materialized_cursor();
|
|
};
|
|
|
|
|
|
/**
|
|
Select_materialize -- a mediator between a cursor query and the
|
|
protocol. In case we were not able to open a non-materialzed
|
|
cursor, it creates an internal temporary HEAP table, and insert
|
|
all rows into it. When the table reaches max_heap_table_size,
|
|
it's converted to a MyISAM table. Later this table is used to
|
|
create a Materialized_cursor.
|
|
*/
|
|
|
|
class Select_materialize: public select_union
|
|
{
|
|
select_result *result; /**< the result object of the caller (PS or SP) */
|
|
public:
|
|
Materialized_cursor *materialized_cursor;
|
|
Select_materialize(select_result *result_arg)
|
|
:result(result_arg), materialized_cursor(0) {}
|
|
virtual bool send_result_set_metadata(List<Item> &list, uint flags);
|
|
};
|
|
|
|
|
|
/**************************************************************************/
|
|
|
|
/**
|
|
Attempt to open a materialized cursor.
|
|
|
|
@param thd thread handle
|
|
@param[in] result result class of the caller used as a destination
|
|
for the rows fetched from the cursor
|
|
@param[out] pcursor a pointer to store a pointer to cursor in
|
|
|
|
@retval
|
|
0 the query has been successfully executed; in this
|
|
case pcursor may or may not contain
|
|
a pointer to an open cursor.
|
|
@retval
|
|
non-zero an error, 'pcursor' has been left intact.
|
|
*/
|
|
|
|
int mysql_open_cursor(THD *thd, select_result *result,
|
|
Server_side_cursor **pcursor)
|
|
{
|
|
PSI_statement_locker *parent_locker;
|
|
select_result *save_result;
|
|
Select_materialize *result_materialize;
|
|
LEX *lex= thd->lex;
|
|
int rc;
|
|
|
|
if (! (result_materialize= new (thd->mem_root) Select_materialize(result)))
|
|
return 1;
|
|
|
|
save_result= lex->result;
|
|
|
|
lex->result= result_materialize;
|
|
|
|
MYSQL_QUERY_EXEC_START(thd->query(),
|
|
thd->thread_id,
|
|
(char *) (thd->db ? thd->db : ""),
|
|
&thd->security_ctx->priv_user[0],
|
|
(char *) thd->security_ctx->host_or_ip,
|
|
2);
|
|
parent_locker= thd->m_statement_psi;
|
|
thd->m_statement_psi= NULL;
|
|
/* Mark that we can't use query cache with cursors */
|
|
thd->query_cache_is_applicable= 0;
|
|
rc= mysql_execute_command(thd);
|
|
thd->m_statement_psi= parent_locker;
|
|
MYSQL_QUERY_EXEC_DONE(rc);
|
|
|
|
lex->result= save_result;
|
|
/*
|
|
Possible options here:
|
|
- a materialized cursor is open. In this case rc is 0 and
|
|
result_materialize->materialized is not NULL
|
|
- an error occurred during materialization.
|
|
result_materialize->materialized_cursor is not NULL, but rc != 0
|
|
- successful completion of mysql_execute_command without
|
|
a cursor: rc is 0, result_materialize->materialized_cursor is NULL.
|
|
This is possible if some command writes directly to the
|
|
network, bypassing select_result mechanism. An example of
|
|
such command is SHOW VARIABLES or SHOW STATUS.
|
|
*/
|
|
if (rc)
|
|
{
|
|
if (result_materialize->materialized_cursor)
|
|
{
|
|
/* Rollback metadata in the client-server protocol. */
|
|
result_materialize->abort_result_set();
|
|
|
|
delete result_materialize->materialized_cursor;
|
|
}
|
|
|
|
goto end;
|
|
}
|
|
|
|
if (result_materialize->materialized_cursor)
|
|
{
|
|
Materialized_cursor *materialized_cursor=
|
|
result_materialize->materialized_cursor;
|
|
|
|
/*
|
|
NOTE: close_thread_tables() has been called in
|
|
mysql_execute_command(), so all tables except from the cursor
|
|
temporary table have been closed.
|
|
*/
|
|
|
|
if ((rc= materialized_cursor->open(0)))
|
|
{
|
|
delete materialized_cursor;
|
|
goto end;
|
|
}
|
|
|
|
*pcursor= materialized_cursor;
|
|
thd->stmt_arena->cleanup_stmt();
|
|
}
|
|
|
|
end:
|
|
delete result_materialize;
|
|
return rc;
|
|
}
|
|
|
|
/****************************************************************************
|
|
Server_side_cursor
|
|
****************************************************************************/
|
|
|
|
Server_side_cursor::~Server_side_cursor()
|
|
{
|
|
}
|
|
|
|
|
|
void Server_side_cursor::operator delete(void *ptr, size_t size)
|
|
{
|
|
Server_side_cursor *cursor= (Server_side_cursor*) ptr;
|
|
MEM_ROOT own_root= *cursor->mem_root;
|
|
|
|
DBUG_ENTER("Server_side_cursor::operator delete");
|
|
TRASH(ptr, size);
|
|
/*
|
|
If this cursor has never been opened mem_root is empty. Otherwise
|
|
mem_root points to the memory the cursor object was allocated in.
|
|
In this case it's important to call free_root last, and free a copy
|
|
instead of *mem_root to avoid writing into freed memory.
|
|
*/
|
|
free_root(&own_root, MYF(0));
|
|
DBUG_VOID_RETURN;
|
|
}
|
|
|
|
|
|
/***************************************************************************
|
|
Materialized_cursor
|
|
****************************************************************************/
|
|
|
|
Materialized_cursor::Materialized_cursor(select_result *result_arg,
|
|
TABLE *table_arg)
|
|
:Server_side_cursor(&table_arg->mem_root, result_arg),
|
|
table(table_arg),
|
|
fetch_limit(0),
|
|
fetch_count(0),
|
|
is_rnd_inited(0)
|
|
{
|
|
fake_unit.init_query();
|
|
fake_unit.thd= table->in_use;
|
|
}
|
|
|
|
|
|
/**
|
|
Preserve the original metadata to be sent to the client.
|
|
Initiate sending of the original metadata to the client
|
|
(call Protocol::send_result_set_metadata()).
|
|
|
|
@param thd Thread identifier.
|
|
@param send_result_set_metadata List of fields that would be sent.
|
|
*/
|
|
|
|
int Materialized_cursor::send_result_set_metadata(
|
|
THD *thd, List<Item> &send_result_set_metadata)
|
|
{
|
|
Query_arena backup_arena;
|
|
int rc;
|
|
List_iterator_fast<Item> it_org(send_result_set_metadata);
|
|
List_iterator_fast<Item> it_dst(item_list);
|
|
Item *item_org;
|
|
Item *item_dst;
|
|
|
|
thd->set_n_backup_active_arena(this, &backup_arena);
|
|
|
|
if ((rc= table->fill_item_list(&item_list)))
|
|
goto end;
|
|
|
|
DBUG_ASSERT(send_result_set_metadata.elements == item_list.elements);
|
|
|
|
/*
|
|
Unless we preserve the original metadata, it will be lost,
|
|
since new fields describe columns of the temporary table.
|
|
Allocate a copy of the name for safety only. Currently
|
|
items with original names are always kept in memory,
|
|
but in case this changes a memory leak may be hard to notice.
|
|
*/
|
|
while ((item_dst= it_dst++, item_org= it_org++))
|
|
{
|
|
Send_field send_field;
|
|
Item_ident *ident= static_cast<Item_ident *>(item_dst);
|
|
item_org->make_field(&send_field);
|
|
|
|
ident->db_name= thd->strdup(send_field.db_name);
|
|
ident->table_name= thd->strdup(send_field.table_name);
|
|
}
|
|
|
|
/*
|
|
Original metadata result set should be sent here. After
|
|
mysql_execute_command() is finished, item_list can not be used for
|
|
sending metadata, because it references closed table.
|
|
*/
|
|
rc= result->send_result_set_metadata(item_list, Protocol::SEND_NUM_ROWS);
|
|
|
|
end:
|
|
thd->restore_active_arena(this, &backup_arena);
|
|
/* Check for thd->is_error() in case of OOM */
|
|
return rc || thd->is_error();
|
|
}
|
|
|
|
|
|
int Materialized_cursor::open(JOIN *join __attribute__((unused)))
|
|
{
|
|
THD *thd= fake_unit.thd;
|
|
int rc;
|
|
Query_arena backup_arena;
|
|
|
|
thd->set_n_backup_active_arena(this, &backup_arena);
|
|
|
|
/* Create a list of fields and start sequential scan. */
|
|
|
|
rc= result->prepare(item_list, &fake_unit);
|
|
rc= !rc && table->file->ha_rnd_init_with_error(TRUE);
|
|
is_rnd_inited= !rc;
|
|
|
|
thd->restore_active_arena(this, &backup_arena);
|
|
|
|
/* Commit or rollback metadata in the client-server protocol. */
|
|
|
|
if (!rc)
|
|
{
|
|
thd->server_status|= SERVER_STATUS_CURSOR_EXISTS;
|
|
result->send_eof();
|
|
}
|
|
else
|
|
{
|
|
result->abort_result_set();
|
|
}
|
|
|
|
return rc;
|
|
}
|
|
|
|
|
|
/**
|
|
Fetch up to the given number of rows from a materialized cursor.
|
|
|
|
Precondition: the cursor is open.
|
|
|
|
If the cursor points after the last row, the fetch will automatically
|
|
close the cursor and not send any data (except the 'EOF' packet
|
|
with SERVER_STATUS_LAST_ROW_SENT). This is an extra round trip
|
|
and probably should be improved to return
|
|
SERVER_STATUS_LAST_ROW_SENT along with the last row.
|
|
*/
|
|
|
|
void Materialized_cursor::fetch(ulong num_rows)
|
|
{
|
|
THD *thd= table->in_use;
|
|
|
|
int res= 0;
|
|
result->begin_dataset();
|
|
for (fetch_limit+= num_rows; fetch_count < fetch_limit; fetch_count++)
|
|
{
|
|
if ((res= table->file->ha_rnd_next(table->record[0])))
|
|
break;
|
|
/* Send data only if the read was successful. */
|
|
/*
|
|
If network write failed (i.e. due to a closed socked),
|
|
the error has already been set. Just return.
|
|
*/
|
|
if (result->send_data(item_list) > 0)
|
|
return;
|
|
}
|
|
|
|
switch (res) {
|
|
case 0:
|
|
thd->server_status|= SERVER_STATUS_CURSOR_EXISTS;
|
|
result->send_eof();
|
|
break;
|
|
case HA_ERR_END_OF_FILE:
|
|
thd->server_status|= SERVER_STATUS_LAST_ROW_SENT;
|
|
result->send_eof();
|
|
close();
|
|
break;
|
|
default:
|
|
table->file->print_error(res, MYF(0));
|
|
close();
|
|
break;
|
|
}
|
|
}
|
|
|
|
|
|
void Materialized_cursor::close()
|
|
{
|
|
/* Free item_list items */
|
|
free_items();
|
|
if (is_rnd_inited)
|
|
(void) table->file->ha_rnd_end();
|
|
/*
|
|
We need to grab table->mem_root to prevent free_tmp_table from freeing:
|
|
the cursor object was allocated in this memory.
|
|
*/
|
|
main_mem_root= table->mem_root;
|
|
mem_root= &main_mem_root;
|
|
clear_alloc_root(&table->mem_root);
|
|
free_tmp_table(table->in_use, table);
|
|
table= 0;
|
|
}
|
|
|
|
|
|
Materialized_cursor::~Materialized_cursor()
|
|
{
|
|
if (is_open())
|
|
close();
|
|
}
|
|
|
|
|
|
/***************************************************************************
|
|
Select_materialize
|
|
****************************************************************************/
|
|
|
|
bool Select_materialize::send_result_set_metadata(List<Item> &list, uint flags)
|
|
{
|
|
DBUG_ASSERT(table == 0);
|
|
if (create_result_table(unit->thd, unit->get_unit_column_types(),
|
|
FALSE,
|
|
thd->variables.option_bits | TMP_TABLE_ALL_COLUMNS,
|
|
"", FALSE, TRUE, TRUE))
|
|
return TRUE;
|
|
|
|
materialized_cursor= new (&table->mem_root)
|
|
Materialized_cursor(result, table);
|
|
|
|
if (!materialized_cursor)
|
|
{
|
|
free_tmp_table(table->in_use, table);
|
|
table= 0;
|
|
return TRUE;
|
|
}
|
|
|
|
if (materialized_cursor->send_result_set_metadata(unit->thd, list))
|
|
{
|
|
delete materialized_cursor;
|
|
table= 0;
|
|
materialized_cursor= 0;
|
|
return TRUE;
|
|
}
|
|
|
|
return FALSE;
|
|
}
|
|
|