mariadb/sql
unknown fb74fccff9 Merge with 4.0.8
BitKeeper/etc/logging_ok:
  auto-union
BUILD/SETUP.sh:
  Auto merged
acinclude.m4:
  Auto merged
include/mysql.h:
  Auto merged
myisam/mi_check.c:
  Auto merged
myisam/mi_test1.c:
  Auto merged
sql/ha_berkeley.h:
  Auto merged
sql/item_strfunc.cc:
  Auto merged
sql/mini_client.cc:
  Auto merged
sql/protocol.cc:
  Auto merged
sql/sql_class.h:
  Auto merged
sql/table.cc:
  Auto merged
tools/mysqlmanager.c:
  Auto merged
2003-01-06 02:04:52 +02:00
..
share merge 2003-01-04 15:40:55 +02:00
.cvsignore
add_errmsg
cache_manager.cc
cache_manager.h
ChangeLog
convert.cc Some system_charset_info and default_charset_info were replaced by my_charset_latin1 2002-12-11 17:12:55 +04:00
custom_conf.h
derror.cc
des_key_file.cc removed several cases of default_charset_info use 2002-12-19 09:38:29 +04:00
field.cc merge 2003-01-04 15:40:55 +02:00
field.h Binary protocol changes (to monty) 2003-01-03 03:52:53 -08:00
field_conv.cc removed several cases of default_charset_info use 2002-12-19 09:38:29 +04:00
filesort.cc postreview fix (SCRUM) 2002-12-28 01:01:05 +02:00
frm_crypt.cc
gen_lex_hash.cc adding check for duplicated symbols 2002-12-15 22:30:26 +04:00
gstream.cc postreview fix (SCRUM) 2002-12-28 01:01:05 +02:00
gstream.h Fixes and code cleanups after merge with 4.0.3 2002-10-02 13:33:08 +03:00
ha_berkeley.cc Merge with 4.0.8 2003-01-06 02:04:52 +02:00
ha_berkeley.h A lot of portability fixes. 2003-01-05 20:18:49 +02:00
ha_heap.cc ::index_read_last() method has been added 2002-11-28 15:19:42 +04:00
ha_heap.h ::index_read_last() method has been added 2002-11-28 15:19:42 +04:00
ha_innodb.cc Merge with 4.0.8 2003-01-03 00:04:33 +02:00
ha_innodb.h Many files: 2002-10-29 23:16:46 +02:00
ha_isam.cc Portability fix when using -DBIG_TABLES 2002-11-14 12:21:36 +02:00
ha_isam.h Fixed some bugs after last merge 2002-06-20 15:25:02 +03:00
ha_isammrg.cc Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes. 2002-11-07 03:54:00 +02:00
ha_isammrg.h Fix some ORDER BY ... DESC problems with InnoDB 2002-09-27 08:23:51 +03:00
ha_myisam.cc Merge with 4.0.8 2003-01-03 00:04:33 +02:00
ha_myisam.h merge 2002-07-23 20:39:36 +03:00
ha_myisammrg.cc Merge with 4.0.8 2003-01-03 00:04:33 +02:00
ha_myisammrg.h - HP/UX 11 compile fix: fixed "records_in_range" class definition 2002-12-13 15:42:31 +01:00
handler.cc Merge with 4.0.6 2002-12-05 19:38:42 +02:00
handler.h Merge with 4.0 2002-11-21 15:56:48 +02:00
hash_filo.cc
hash_filo.h Merge with 4.0 2002-11-21 15:56:48 +02:00
hostname.cc removed several cases of default_charset_info use 2002-12-19 09:38:29 +04:00
init.cc Portability fixes to be able to compile MySQL with VC++ 2002-10-08 22:28:24 +03:00
item.cc Merge sinisa@work.mysql.com:/home/bk/mysql-4.1 2003-01-03 15:08:40 +02:00
item.h Added support for DROP TEMPORARY TABLE 2003-01-04 15:37:20 +02:00
item_buff.cc Less "default_charset_info" 2002-12-19 15:27:46 +04:00
item_cmpfunc.cc merge 2003-01-04 15:40:55 +02:00
item_cmpfunc.h post-post-review fix (SCRUM) 2003-01-02 12:24:33 +02:00
item_create.cc Added support for DROP TEMPORARY TABLE 2003-01-04 15:37:20 +02:00
item_create.h Merge with 4.0.8 2003-01-03 00:04:33 +02:00
item_func.cc merge 2003-01-04 15:40:55 +02:00
item_func.h merge 2003-01-04 15:40:55 +02:00
item_row.cc post-post-review fix (SCRUM) 2003-01-02 12:24:33 +02:00
item_row.h postreviews fix (SCRUM related) 2002-12-31 18:39:16 +02:00
item_strfunc.cc Fix for the QUOTE() function. 2003-01-03 19:46:15 +04:00
item_strfunc.h Merge mysql.com:/home/pz/mysql/mysql-4.1-root 2003-01-01 20:11:18 +03:00
item_subselect.cc post-post-review fix (SCRUM) 2003-01-02 12:24:33 +02:00
item_subselect.h postreview fix (SCRUM) 2002-12-28 01:01:05 +02:00
item_sum.cc COUNT(DISTINCT field) now honors charsets 2002-12-19 16:42:35 +04:00
item_sum.h COUNT(DISTINCT field) now honors charsets 2002-12-19 16:42:35 +04:00
item_timefunc.cc removed several cases of default_charset_info use 2002-12-19 09:38:29 +04:00
item_timefunc.h Fixes for binary protocol (complement to last push) 2002-12-14 17:43:01 +02:00
item_uniq.cc
item_uniq.h prevent using references on sum function (except HAVING clouse of current select) and forward references 2002-11-21 11:01:33 +02:00
key.cc less default_charset_info 2002-12-20 17:14:46 +04:00
lex.h Merge with 4.0.8 2003-01-03 00:04:33 +02:00
lex_symbol.h
lock.cc Merge with 4.0 2002-11-21 15:56:48 +02:00
log.cc Merge with 4.0.8 2003-01-03 00:04:33 +02:00
log_event.cc merge 2003-01-04 15:40:55 +02:00
log_event.h Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/4.1 2002-12-30 01:59:08 +04:00
Makefile.am - added missing file sql/protocol.h to distribution 2002-12-20 13:43:40 +01:00
matherr.c
mf_iocache.cc
mini_client.cc Merge with 4.0.8 2003-01-06 02:04:52 +02:00
mini_client.h New SET syntax & system variables. 2002-07-23 18:31:22 +03:00
my_lock.c
mysql_priv.h Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
mysqld.cc merge 2003-01-04 15:40:55 +02:00
net_serv.cc Merge with 4.0.8 2003-01-06 02:04:52 +02:00
nt_servc.cc postreview fix (SCRUM) 2002-12-28 01:01:05 +02:00
nt_servc.h Added optional NT service and fix the TZ variable bug 2002-10-16 21:51:03 -02:00
opt_ft.cc
opt_ft.h
opt_range.cc postreview fix (SCRUM) 2002-12-28 01:01:05 +02:00
opt_range.h Merge with 4.0.3 2002-08-30 12:40:40 +03:00
opt_sum.cc Less "default_charset_info" 2002-12-19 15:27:46 +04:00
password.c postreview fix (SCRUM) 2002-12-28 01:01:05 +02:00
procedure.cc
procedure.h Merge work:/home/bk/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1 2002-12-11 09:18:43 +02:00
protocol.cc Merge with 4.0.8 2003-01-06 02:04:52 +02:00
protocol.h rename of net_pkg.cc to protocol.cc 2002-12-11 09:17:51 +02:00
records.cc New SET syntax & system variables. 2002-07-23 18:31:22 +03:00
repl_failsafe.cc Merge with 4.0.8 2003-01-03 00:04:33 +02:00
repl_failsafe.h New SET syntax & system variables. 2002-07-23 18:31:22 +03:00
set_var.cc merge 2003-01-04 15:40:55 +02:00
set_var.h Merge with 4.0.8 2003-01-03 00:04:33 +02:00
slave.cc Merge with 4.0.8 2003-01-03 00:04:33 +02:00
slave.h Merge with 4.0.8 2003-01-03 00:04:33 +02:00
spatial.cc postreview fix (SCRUM) 2002-12-28 01:01:05 +02:00
spatial.h Fixes and code cleanups after merge with 4.0.3 2002-10-02 13:33:08 +03:00
sql_acl.cc Merge with 4.0.8 2003-01-03 00:04:33 +02:00
sql_acl.h Basically minor code optimizations and cleanups 2002-12-05 03:55:29 +03:00
sql_analyse.cc Merge with 4.0.8 2003-01-03 00:04:33 +02:00
sql_analyse.h All String->set() now have charset argument 2002-10-30 16:19:43 +04:00
sql_base.cc merging 2002-12-31 12:55:03 +02:00
sql_cache.cc Many fixes. 2002-12-24 13:58:07 +02:00
sql_cache.h new status variable (number of queries deleted because of low memory) 2002-11-17 20:41:25 +02:00
sql_class.cc Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1 2002-12-31 12:48:00 +02:00
sql_class.h Merge with 4.0.8 2003-01-06 02:04:52 +02:00
sql_crypt.cc
sql_crypt.h
sql_db.cc Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
sql_delete.cc less default_charset_info 2002-12-20 17:14:46 +04:00
sql_derived.cc merging 2002-12-31 12:55:03 +02:00
sql_do.cc Fixes and code cleanups after merge with 4.0.3 2002-10-02 13:33:08 +03:00
sql_error.cc Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
sql_handler.cc rename of net_pkg.cc to protocol.cc 2002-12-11 09:17:51 +02:00
sql_help.cc postreview fix (SCRUM) 2002-12-28 01:01:05 +02:00
sql_insert.cc Merge with 4.0.8 2003-01-03 00:04:33 +02:00
sql_lex.cc merging 2002-12-31 12:55:03 +02:00
sql_lex.h Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/4.1 2002-12-30 01:59:08 +04:00
sql_list.cc
sql_list.h optimized IN with Rows (SCRUM) 2002-12-08 03:19:03 +02:00
sql_load.cc Merge with 4.0.8 2003-01-03 00:04:33 +02:00
sql_manager.cc Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes. 2002-11-07 03:54:00 +02:00
sql_manager.h
sql_map.cc
sql_map.h
sql_olap.cc postreview fix (SCRUM) 2002-12-28 01:01:05 +02:00
sql_parse.cc Merge with 4.0.8 2003-01-06 02:04:52 +02:00
sql_prepare.cc Binary protocol changes (to monty) 2003-01-03 03:52:53 -08:00
sql_rename.cc Merge with 4.0 2002-11-21 15:56:48 +02:00
sql_repl.cc Added support for DROP TEMPORARY TABLE 2003-01-04 15:37:20 +02:00
sql_repl.h Put temporary files in binlog cache when using BEGIN/COMMIT 2002-11-07 04:02:37 +02:00
sql_select.cc merge 2003-01-04 15:40:55 +02:00
sql_select.h After merge fixes 2002-12-06 21:11:27 +02:00
sql_show.cc merge 2003-01-04 15:40:55 +02:00
sql_sort.h
sql_string.cc postreview fix (SCRUM) 2002-12-28 01:01:05 +02:00
sql_string.h Spatial-related fixes 2002-12-18 17:17:35 +04:00
sql_table.cc Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
sql_test.cc Fix warnings and error VC++ compiler 2003-01-04 01:19:17 -02:00
sql_udf.cc Change locks in sql_udf.cc to rw_locks (SCRUM) 2002-12-31 16:58:41 +05:00
sql_udf.h
sql_union.cc A lot of portability fixes. 2003-01-05 20:18:49 +02:00
sql_update.cc Merge with 4.0.8 2003-01-03 00:04:33 +02:00
sql_yacc.yy Merge mysql.com:/home/pz/mysql/mysql-4.1-root 2003-01-01 20:11:18 +03:00
stacktrace.c postreview fix (SCRUM) 2002-12-28 01:01:05 +02:00
stacktrace.h
structs.h Merge with 4.0.8 2003-01-03 00:04:33 +02:00
table.cc Merge with 4.0.8 2003-01-06 02:04:52 +02:00
table.h After merge fixes 2002-12-06 21:11:27 +02:00
thr_malloc.cc
time.cc less use of system_charset_info 2002-12-19 09:38:30 +04:00
udf_example.cc extended resolve() and reverse_resolve() UDFs for FreeBSD (SCRUM) 2002-12-16 19:09:48 +04:00
uniques.cc New multi-table-update code 2002-11-29 16:40:18 +02:00
unireg.cc Merge with 4.0.6 2002-12-05 19:38:42 +02:00
unireg.h Merge with 4.0.4 2002-10-02 17:55:12 +03:00
watchdog_mysqld