mariadb/sql
unknown 04f6f63dd8 A preparatory patch to help adding JOIN::transform() and move one-time
query transformations to the PREPARE stage (prepared statements).


sql/item.h:
  Remove an unused friend declaration.
sql/mysql_priv.h:
  Change signature of insert_fields()
sql/sp_head.cc:
  Make is_stmt_prepare_or_first_sp_execute really work: reset SP state
  to EXECUTED after execution.
sql/sql_base.cc:
  allocate_view_names flag of insert_fields is removed.
  The purpose of this variable was to amend the case when a view
  is replaced with a base table between subsequent executions of a prepared
  statement: in that case the new table theoretically can be used instead
  of the view. If allocate_view_names was set,
  all the references to the view expressions were replaced with Item_field's
  which in turn could have been resolved by their names.
  But this approach doesn't work for other reasons, so let's not try
  to help what must be solved by TDC.
sql/sql_class.h:
  Add is_first_sp_execute() helper method.
sql/sql_handler.cc:
  insert_fields signature changed.
sql/sql_lex.h:
  Add a comment for variable 'first_execution'.
2005-06-21 21:15:21 +04:00
..
examples
share Fix a formatting bug and add a test for it. 2005-06-20 15:38:15 +04:00
.cvsignore
add_errmsg
client_settings.h
custom_conf.h
derror.cc
des_key_file.cc
discover.cc
field.cc WL#2286 - Compile MySQL w/YASSL support 2005-06-19 21:46:44 +05:00
field.h Merge 2005-06-20 22:31:25 +02:00
field_conv.cc
filesort.cc Fix bug #7422 "order by" doesn't work 2005-06-21 20:14:50 +04:00
frm_crypt.cc
gen_lex_hash.cc
gstream.cc
gstream.h
ha_berkeley.cc
ha_berkeley.h
ha_blackhole.cc
ha_blackhole.h
ha_federated.cc
ha_federated.h
ha_heap.cc
ha_heap.h
ha_innodb.cc InnoDB: Remove some warnings reported by GCC 4.0.0. 2005-06-21 11:49:55 +03:00
ha_innodb.h Merge hundin.mysql.fi:/home/marko/mysql-5.0 2005-06-21 07:36:18 +03:00
ha_myisam.cc
ha_myisam.h
ha_myisammrg.cc
ha_myisammrg.h
ha_ndbcluster.cc Merge 2005-06-20 18:02:47 +02:00
ha_ndbcluster.h
handler.cc Bug#6877 MySQL should give an error if the requested table type is not available 2005-06-17 22:14:44 +01:00
handler.h Bug#6877 MySQL should give an error if the requested table type is not available 2005-06-17 22:14:44 +01:00
hash_filo.cc
hash_filo.h
hostname.cc
init.cc
item.cc WL#2286 - Compile MySQL w/YASSL support 2005-06-19 21:46:44 +05:00
item.h A preparatory patch to help adding JOIN::transform() and move one-time 2005-06-21 21:15:21 +04:00
item_buff.cc Merge svojtovich@bk-internal.mysql.com:/home/bk/mysql-5.0 2005-06-20 11:33:57 +05:00
item_cmpfunc.cc
item_cmpfunc.h
item_create.cc
item_create.h
item_func.cc
item_func.h
item_geofunc.cc
item_geofunc.h
item_row.cc
item_row.h
item_strfunc.cc
item_strfunc.h
item_subselect.cc
item_subselect.h
item_sum.cc
item_sum.h
item_timefunc.cc
item_timefunc.h
item_uniq.cc
item_uniq.h
key.cc
lex.h
lex_symbol.h
lock.cc
log.cc
log_event.cc
log_event.h
Makefile.am Merge 2005-06-20 22:31:25 +02:00
matherr.c
mf_iocache.cc
my_decimal.cc
my_decimal.h
my_lock.c
mysql_priv.h A preparatory patch to help adding JOIN::transform() and move one-time 2005-06-21 21:15:21 +04:00
mysqld.cc Merge hundin.mysql.fi:/home/marko/mysql-5.0 2005-06-21 07:36:18 +03:00
mysqld_suffix.h
net_serv.cc
nt_servc.cc
nt_servc.h
opt_range.cc WL#2286 - Compile MySQL w/YASSL support 2005-06-19 21:46:44 +05:00
opt_range.h
opt_sum.cc
parse_file.cc
parse_file.h
password.c
procedure.cc
procedure.h
protocol.cc
protocol.h
protocol_cursor.cc
records.cc
repl_failsafe.cc
repl_failsafe.h
set_var.cc Merge svojtovich@bk-internal.mysql.com:/home/bk/mysql-5.0 2005-06-20 11:33:57 +05:00
set_var.h
slave.cc WL#2286 - Compile MySQL w/YASSL support 2005-06-19 21:46:44 +05:00
slave.h
sp.cc
sp.h
sp_cache.cc
sp_cache.h
sp_head.cc A preparatory patch to help adding JOIN::transform() and move one-time 2005-06-21 21:15:21 +04:00
sp_head.h
sp_pcontext.cc
sp_pcontext.h
sp_rcontext.cc
sp_rcontext.h
spatial.cc
spatial.h
sql_acl.cc WL#2286 - Compile MySQL w/YASSL support 2005-06-19 21:46:44 +05:00
sql_acl.h
sql_analyse.cc
sql_analyse.h
sql_base.cc A preparatory patch to help adding JOIN::transform() and move one-time 2005-06-21 21:15:21 +04:00
sql_bitmap.h
sql_cache.cc
sql_cache.h
sql_class.cc Merge svojtovich@bk-internal.mysql.com:/home/bk/mysql-5.0 2005-06-20 11:33:57 +05:00
sql_class.h A preparatory patch to help adding JOIN::transform() and move one-time 2005-06-21 21:15:21 +04:00
sql_client.cc
sql_crypt.cc
sql_crypt.h
sql_db.cc
sql_delete.cc Bug#6877 MySQL should give an error if the requested table type is not available 2005-06-17 22:14:44 +01:00
sql_derived.cc
sql_do.cc
sql_error.cc
sql_error.h
sql_handler.cc A preparatory patch to help adding JOIN::transform() and move one-time 2005-06-21 21:15:21 +04:00
sql_help.cc
sql_insert.cc Manual merge of patch for bug#11060 "Server crashes on calling stored 2005-06-20 16:58:02 +04:00
sql_lex.cc
sql_lex.h A preparatory patch to help adding JOIN::transform() and move one-time 2005-06-21 21:15:21 +04:00
sql_list.cc
sql_list.h
sql_load.cc
sql_manager.cc
sql_manager.h
sql_map.cc WL#2286 - Compile MySQL w/YASSL support 2005-06-19 21:46:44 +05:00
sql_map.h
sql_olap.cc
sql_parse.cc
sql_prepare.cc Fix a formatting bug and add a test for it. 2005-06-20 15:38:15 +04:00
sql_rename.cc Bug#6877 MySQL should give an error if the requested table type is not available 2005-06-17 22:14:44 +01:00
sql_repl.cc
sql_repl.h
sql_select.cc Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-4.1 2005-06-20 06:13:30 -07:00
sql_select.h
sql_show.cc WL#2286 - Compile MySQL w/YASSL support 2005-06-19 21:46:44 +05:00
sql_sort.h
sql_state.c
sql_string.cc
sql_string.h
sql_table.cc Bug#6877 MySQL should give an error if the requested table type is not available 2005-06-17 22:14:44 +01:00
sql_test.cc
sql_trigger.cc
sql_trigger.h
sql_udf.cc
sql_udf.h
sql_union.cc
sql_update.cc
sql_view.cc
sql_view.h
sql_yacc.yy
stacktrace.c
stacktrace.h
strfunc.cc
structs.h
table.cc Merge svojtovich@bk-internal.mysql.com:/home/bk/mysql-5.0 2005-06-20 11:33:57 +05:00
table.h
thr_malloc.cc
time.cc
tzfile.h
tztime.cc
tztime.h
udf_example.cc
uniques.cc
unireg.cc Bug#6877 MySQL should give an error if the requested table type is not available 2005-06-17 22:14:44 +01:00
unireg.h
watchdog_mysqld