mariadb/sql
unknown f095274fe8 merge with 4.1
BitKeeper/etc/ignore:
  auto-union
BitKeeper/etc/logging_ok:
  auto-union
BitKeeper/triggers/post-commit:
  Auto merged
Docs/Support/texi2html:
  Auto merged
Makefile.am:
  Auto merged
client/Makefile.am:
  Auto merged
client/mysql.cc:
  Auto merged
client/mysqldump.c:
  Auto merged
include/my_base.h:
  Auto merged
include/my_global.h:
  Auto merged
include/my_pthread.h:
  Auto merged
include/my_sys.h:
  Auto merged
include/my_time.h:
  Auto merged
include/mysql.h:
  Auto merged
include/mysql_com.h:
  Auto merged
innobase/buf/buf0buf.c:
  Auto merged
innobase/include/row0mysql.h:
  Auto merged
innobase/row/row0sel.c:
  Auto merged
libmysql/libmysql.c:
  Auto merged
libmysqld/examples/Makefile.am:
  Auto merged
myisam/mi_check.c:
  Auto merged
mysql-test/include/ps_modify.inc:
  Auto merged
mysql-test/install_test_db.sh:
  Auto merged
mysql-test/r/alter_table.result:
  Auto merged
mysql-test/r/auto_increment.result:
  Auto merged
mysql-test/r/bdb.result:
  Auto merged
mysql-test/r/ctype_latin1_de.result:
  Auto merged
mysql-test/r/ctype_recoding.result:
  Auto merged
mysql-test/r/fulltext.result:
  Auto merged
mysql-test/r/func_gconcat.result:
  Auto merged
mysql-test/r/func_group.result:
  Auto merged
mysql-test/r/func_if.result:
  Auto merged
mysql-test/t/derived.test:
  Auto merged
mysql-test/t/insert.test:
  merge with 4.1
  Fixed test case to not use 'if exists' when it shouldn't
mysql-test/t/range.test:
  merge with 4.1
  Added missing drop table
sql/ha_ndbcluster.cc:
  merge with 4.1
  Simple optimization: use max() instead of ? :
sql/item_func.cc:
  merge with 4.1
  (Added back old variable names for easier merges)
sql/opt_range.cc:
  merge with 4.1
  Removed argument 'parent_alloc' from QUICK_RANGE_SELECT as this was not used
  Added assert if using QUICK_GROUP_MIN_MAX_SELECT with parent_alloc as the init() function can't handle this
  Changed back get_quick_select_for_ref() to use it's own alloc root becasue this function may be called several times for one query
sql/sql_handler.cc:
  merge with 4.1
  change variable 'err' to 'error' as same function had a label named 'err'
sql/sql_update.cc:
  Use multi-update code from 5.0 instead of 4.1
  We will fix the locking code shortly in 5.0 to be faster than in 4.1
2004-10-29 19:26:52 +03:00
..
examples Merge bk-internal.mysql.com:/home/bk/mysql-4.1 2004-10-20 02:55:03 +03:00
share merge with 4.1 2004-10-29 19:26:52 +03:00
.cvsignore
add_errmsg
client_settings.h
custom_conf.h
derror.cc
des_key_file.cc
discover.cc
field.cc merge with 4.1 2004-10-29 19:26:52 +03:00
field.h merge with 4.1 2004-10-29 19:26:52 +03:00
field_conv.cc Fix for bug #5915 "ALTER TABLE behaves differently when converting column 2004-10-07 13:02:39 +04:00
filesort.cc merge with 4.1 2004-10-29 19:26:52 +03:00
frm_crypt.cc
gen_lex_hash.cc
gstream.cc
gstream.h
ha_berkeley.cc merge with 4.1 2004-10-29 19:26:52 +03:00
ha_berkeley.h merge with 4.1 2004-10-29 19:26:52 +03:00
ha_heap.cc merge with 4.1 2004-10-29 19:26:52 +03:00
ha_heap.h
ha_innodb.cc merge with 4.1 2004-10-29 19:26:52 +03:00
ha_innodb.h merge with 4.1 2004-10-29 19:26:52 +03:00
ha_isam.cc merge with 4.1 2004-10-29 19:26:52 +03:00
ha_isam.h
ha_isammrg.cc merge with 4.1 2004-10-29 19:26:52 +03:00
ha_isammrg.h
ha_myisam.cc merge with 4.1 2004-10-29 19:26:52 +03:00
ha_myisam.h
ha_myisammrg.cc merge with 4.1 2004-10-29 19:26:52 +03:00
ha_myisammrg.h
ha_ndbcluster.cc merge with 4.1 2004-10-29 19:26:52 +03:00
ha_ndbcluster.h merge with 4.1 2004-10-29 19:26:52 +03:00
handler.cc merge with 4.1 2004-10-29 19:26:52 +03:00
handler.h merge with 4.1 2004-10-29 19:26:52 +03:00
hash_filo.cc
hash_filo.h
hostname.cc
init.cc
item.cc merge with 4.1 2004-10-29 19:26:52 +03:00
item.h merge with 4.1 2004-10-29 19:26:52 +03:00
item_buff.cc
item_cmpfunc.cc merge with 4.1 2004-10-29 19:26:52 +03:00
item_cmpfunc.h merge with 4.1 2004-10-29 19:26:52 +03:00
item_create.cc
item_create.h
item_func.cc merge with 4.1 2004-10-29 19:26:52 +03:00
item_func.h merge with 4.1 2004-10-29 19:26:52 +03:00
item_geofunc.cc Additional fix for bug #5136 (Geometry object is corrupted when queried) 2004-09-22 22:36:53 +05:00
item_geofunc.h Additional fix for bug #5136 (Geometry object is corrupted when queried) 2004-09-22 22:36:53 +05:00
item_row.cc merge with 4.1 2004-10-29 19:26:52 +03:00
item_row.h merge with 4.1 2004-10-29 19:26:52 +03:00
item_strfunc.cc merge with 4.1 2004-10-29 19:26:52 +03:00
item_strfunc.h merge with 4.1 2004-10-29 19:26:52 +03:00
item_subselect.cc merge with 4.1 2004-10-29 19:26:52 +03:00
item_subselect.h merge with 4.1 2004-10-29 19:26:52 +03:00
item_sum.cc merge with 4.1 2004-10-29 19:26:52 +03:00
item_sum.h merge with 4.1 2004-10-29 19:26:52 +03:00
item_timefunc.cc merge with 4.1 2004-10-29 19:26:52 +03:00
item_timefunc.h merge with 4.1 2004-10-29 19:26:52 +03:00
item_uniq.cc
item_uniq.h
key.cc Merge with implementation of WL#1724. 2004-10-11 10:47:08 +03:00
lex.h Implemented the stored procedure data access characteristics: 2004-10-14 18:07:09 +02:00
lex_symbol.h
lock.cc merge with 4.1 2004-10-29 19:26:52 +03:00
log.cc merge with 4.1 2004-10-29 19:26:52 +03:00
log_event.cc merge with 4.1 2004-10-29 19:26:52 +03:00
log_event.h merge with 4.1 2004-10-29 19:26:52 +03:00
Makefile.am merge with 4.1 2004-10-29 19:26:52 +03:00
matherr.c
mf_iocache.cc
my_lock.c
mysql_priv.h merge with 4.1 2004-10-29 19:26:52 +03:00
mysqld.cc merge with 4.1 2004-10-29 19:26:52 +03:00
mysqld_suffix.h
net_serv.cc merge with 4.1 2004-10-29 19:26:52 +03:00
nt_servc.cc
nt_servc.h
opt_range.cc merge with 4.1 2004-10-29 19:26:52 +03:00
opt_range.h
opt_sum.cc merge with 4.1 2004-10-29 19:26:52 +03:00
parse_file.cc Fix for bug #5887 "Triggers with string literals cause errors" 2004-10-08 15:16:03 +04:00
parse_file.h fixed & added comments (according to Igor's review and a bit more) 2004-10-07 01:45:06 +03:00
password.c merge with 4.1 2004-10-29 19:26:52 +03:00
procedure.cc
procedure.h
protocol.cc merge with 4.1 2004-10-29 19:26:52 +03:00
protocol.h
protocol_cursor.cc
records.cc merge with 4.1 2004-10-29 19:26:52 +03:00
repl_failsafe.cc merge with 4.1 2004-10-29 19:26:52 +03:00
repl_failsafe.h Merge with 4.0 for 4.1 release 2004-10-06 19:14:33 +03:00
set_var.cc merge with 4.1 2004-10-29 19:26:52 +03:00
set_var.h
slave.cc merge with 4.1 2004-10-29 19:26:52 +03:00
slave.h merge with 4.1 2004-10-29 19:26:52 +03:00
sp.cc Fixed BUG#6022: Stored procedure shutdown problem with self-calling function. 2004-10-23 13:30:05 +02:00
sp.h Fixed BUG#6027: Stored procedures can be renamed. 2004-10-22 19:05:17 +02:00
sp_cache.cc
sp_cache.h
sp_head.cc Implemented the stored procedure data access characteristics: 2004-10-14 18:07:09 +02:00
sp_head.h Fixed BUG#3583: query cache doesn't work for stored procedures. 2004-09-17 15:40:38 +02:00
sp_pcontext.cc
sp_pcontext.h
sp_rcontext.cc Fixed BUG#6029: Stored procedure specific handlers should have priority. 2004-10-23 14:23:32 +02:00
sp_rcontext.h Fixed BUG#6029: Stored procedure specific handlers should have priority. 2004-10-23 14:23:32 +02:00
spatial.cc
spatial.h Fix compiler warnings (detected by Intel's C++ compiler) 2004-10-22 18:44:51 +03:00
sql_acl.cc merge with 4.1 2004-10-29 19:26:52 +03:00
sql_acl.h
sql_analyse.cc
sql_analyse.h
sql_base.cc merge with 4.1 2004-10-29 19:26:52 +03:00
sql_bitmap.h
sql_cache.cc merge with 4.1 2004-10-29 19:26:52 +03:00
sql_cache.h merge with 4.1 2004-10-29 19:26:52 +03:00
sql_class.cc merge with 4.1 2004-10-29 19:26:52 +03:00
sql_class.h merge with 4.1 2004-10-29 19:26:52 +03:00
sql_client.cc
sql_crypt.cc
sql_crypt.h
sql_db.cc merge with 4.1 2004-10-29 19:26:52 +03:00
sql_delete.cc merge with 4.1 2004-10-29 19:26:52 +03:00
sql_derived.cc merge with 4.1 2004-10-29 19:26:52 +03:00
sql_do.cc
sql_error.cc merge with 4.1 2004-10-29 19:26:52 +03:00
sql_handler.cc merge with 4.1 2004-10-29 19:26:52 +03:00
sql_help.cc merge with 4.1 2004-10-29 19:26:52 +03:00
sql_insert.cc merge with 4.1 2004-10-29 19:26:52 +03:00
sql_lex.cc merge with 4.1 2004-10-29 19:26:52 +03:00
sql_lex.h merge with 4.1 2004-10-29 19:26:52 +03:00
sql_list.cc
sql_list.h merge with 4.1 2004-10-29 19:26:52 +03:00
sql_load.cc merge with 4.1 2004-10-29 19:26:52 +03:00
sql_manager.cc
sql_manager.h
sql_map.cc
sql_map.h
sql_olap.cc
sql_parse.cc merge with 4.1 2004-10-29 19:26:52 +03:00
sql_prepare.cc merge with 4.1 2004-10-29 19:26:52 +03:00
sql_rename.cc
sql_repl.cc merge with 4.1 2004-10-29 19:26:52 +03:00
sql_repl.h merge with 4.1 2004-10-29 19:26:52 +03:00
sql_select.cc merge with 4.1 2004-10-29 19:26:52 +03:00
sql_select.h Merge for post-merge fixes for Item_equal patch. 2004-10-19 16:07:10 -07:00
sql_show.cc merge with 4.1 2004-10-29 19:26:52 +03:00
sql_sort.h
sql_state.c
sql_string.cc merge with 4.1 2004-10-29 19:26:52 +03:00
sql_string.h merge with 4.1 2004-10-29 19:26:52 +03:00
sql_table.cc merge with 4.1 2004-10-29 19:26:52 +03:00
sql_test.cc
sql_trigger.cc For now we will require super privilege for creating/dropping trigger because proper 2004-09-24 17:55:43 +04:00
sql_trigger.h
sql_udf.cc
sql_udf.h
sql_union.cc merge with 4.1 2004-10-29 19:26:52 +03:00
sql_update.cc merge with 4.1 2004-10-29 19:26:52 +03:00
sql_view.cc allow merging views with subqueries in WHERE clause (BUG#5504) 2004-10-07 22:54:31 +03:00
sql_view.h sql_updatable_view_key replaced with updatable_views_with_limit 2004-10-07 12:13:42 +03:00
sql_yacc.yy merge with 4.1 2004-10-29 19:26:52 +03:00
stacktrace.c Merge with 4.0 for 4.1 release 2004-10-06 19:14:33 +03:00
stacktrace.h
strfunc.cc Bug 6206: ENUMs are not case sensitive even if declared BINARY 2004-10-26 13:17:37 +05:00
structs.h
table.cc merge with 4.1 2004-10-29 19:26:52 +03:00
table.h merge with 4.1 2004-10-29 19:26:52 +03:00
thr_malloc.cc
time.cc merge with 4.1 2004-10-29 19:26:52 +03:00
tzfile.h
tztime.cc merge with 4.1 2004-10-29 19:26:52 +03:00
tztime.h merge with 4.1 2004-10-29 19:26:52 +03:00
udf_example.cc
uniques.cc
unireg.cc
unireg.h
watchdog_mysqld