mariadb/sql
unknown d7bedeb998 Added support for ULONG division with DIV
Fixed non fatal memory leak in slave code.


mysql-test/r/func_test.result:
  Added test for DIV
mysql-test/t/func_test.test:
  Added test for DIV
mysys/my_alloc.c:
  More DBUG statements
sql/item_func.cc:
  Added support for ULONG division with DIV
sql/log_event.cc:
  Fixed memory leak (Wrong call to init_sql_alloc)
sql/slave.cc:
  Fixed memory leak (Wrong call to init_sql_alloc)
sql/sql_base.cc:
  More DBUG statements
sql/sql_class.cc:
  Added init_for_queries() to fix memory leak in slave code
sql/sql_class.h:
  Added init_for_queries() to fix memory leak in slave code
sql/sql_error.cc:
  More DBUG statements
sql/sql_parse.cc:
  Added init_for_queries() to fix memory leak in slave code
sql/unireg.h:
  Moved memory defaults to include file
2003-03-19 21:23:13 +02:00
..
share Merge with 4.0 2003-03-16 19:17:54 +02:00
.cvsignore
add_errmsg
cache_manager.cc
cache_manager.h
convert.cc Move latin1 into a separarte file 2003-01-29 17:31:20 +04:00
custom_conf.h
derror.cc
des_key_file.cc Merge with 4.0.11 2003-02-04 21:52:14 +02:00
field.cc Preparing to client<->server autoconvert 2003-03-17 13:14:04 +04:00
field.h Merge with 4.0 2003-03-16 19:17:54 +02:00
field_conv.cc Merge with 4.0.9 2003-01-18 03:13:37 +02:00
filesort.cc Merge with 4.0 2003-03-16 19:17:54 +02:00
frm_crypt.cc
gen_lex_hash.cc merged 2003-03-13 13:44:03 +01:00
gstream.cc postreview fix (SCRUM) 2002-12-28 01:01:05 +02:00
gstream.h Portability fixes 2003-02-27 03:44:44 +02:00
ha_berkeley.cc Preparing to client<->server autoconvert 2003-03-17 13:14:04 +04: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 bk-internal.mysql.com:/home/bk/mysql-4.1 2003-03-17 15:06:06 +02:00
ha_innodb.h Merge with 4.0 2003-03-16 19:17:54 +02:00
ha_isam.cc low-level error messages cleanup 2003-01-28 17:42:08 +01: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 bk-internal.mysql.com:/home/bk/mysql-4.1 2003-03-17 15:06:06 +02:00
ha_myisam.h SCRUM 2003-01-15 12:11:44 +04:00
ha_myisammrg.cc Merge with 4.0.11 2003-02-04 21:52:14 +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 2003-03-16 19:17:54 +02:00
handler.h Merge with 4.0 2003-03-16 19:17:54 +02:00
hash_filo.cc
hash_filo.h sql_acl.cc, item.h: 2003-03-07 12:21:32 +04:00
hostname.cc sql_acl.cc, item.h: 2003-03-07 12:21:32 +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 bk-internal.mysql.com:/home/bk/mysql-4.1 2003-03-17 15:06:06 +02:00
item.h Fixes to avoid errors from valgrind 2003-03-18 11:17:48 +02:00
item_buff.cc stringcmp() and sortcmp() have been unified 2003-03-04 18:01:59 +04:00
item_cmpfunc.cc Merge with 4.0 2003-03-16 19:17:54 +02:00
item_cmpfunc.h sql_acl.cc, item.h: 2003-03-07 12:21:32 +04:00
item_create.cc Many files: 2003-02-28 19:22:20 +04:00
item_create.h Many files: 2003-02-28 19:22:20 +04:00
item_func.cc Added support for ULONG division with DIV 2003-03-19 21:23:13 +02:00
item_func.h stringcmp() and sortcmp() have been unified 2003-03-04 18:01:59 +04:00
item_row.cc Move tmp_table_used to THD 2003-02-10 17:59:16 +02:00
item_row.h cyclic reference test removed, becouse testing of Item::fixed field apply more strict limitation 2003-01-30 14:35:07 +02:00
item_strfunc.cc New function my_charset_same() 2003-03-16 17:19:24 +04:00
item_strfunc.h SELECT BINARY expr 2003-03-04 19:53:53 +04:00
item_subselect.cc Merge 2003-03-15 14:16:57 +02:00
item_subselect.h cyclic reference test removed, becouse testing of Item::fixed field apply more strict limitation 2003-01-30 14:35:07 +02:00
item_sum.cc stringcmp() and sortcmp() have been unified 2003-03-04 18:01:59 +04:00
item_sum.h stringcmp() and sortcmp() have been unified 2003-03-04 18:01:59 +04:00
item_timefunc.cc Strings which appear without charset context, 2003-03-03 10:53:08 +04:00
item_timefunc.h Strings which appear without charset context, 2003-03-03 10:53:08 +04:00
item_uniq.cc
item_uniq.h Windows compile fixups (To be verified by respective devs) 2003-02-04 18:50:48 -08:00
key.cc cleanup 2003-03-14 20:22:06 +01:00
lex.h Conflicts relsolving 2003-03-11 16:32:17 +04:00
lex_symbol.h
lock.cc Merge with 4.0 2003-03-16 19:17:54 +02:00
log.cc Merge with 4.0 2003-03-16 19:17:54 +02:00
log_event.cc Added support for ULONG division with DIV 2003-03-19 21:23:13 +02:00
log_event.h A better, but larger fix for server_id bug .. 2003-03-05 15:34:58 +02:00
Makefile.am Merge with 4.0.11 2003-02-04 21:52:14 +02:00
matherr.c
mf_iocache.cc Merge with 4.0 2003-03-16 19:17:54 +02:00
mini_client.cc Fixed problem when connecting to user without a password. 2003-02-14 11:47:41 +02:00
mini_client.h New SET syntax & system variables. 2002-07-23 18:31:22 +03:00
my_lock.c Fixes for Netware 2003-01-28 08:38:28 +02:00
mysql_priv.h Merge with 4.0 2003-03-16 19:17:54 +02:00
mysqld.cc Merge with 4.0 2003-03-16 19:17:54 +02:00
net_serv.cc - fixed C++-style comments in .c files to make IBM compiler happy 2003-03-11 15:37:31 +01: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 Merge with 4.0 2003-03-16 19:17:54 +02:00
opt_range.h Merge with 4.0 to get fix for MIN/MAX 2003-02-07 16:38:37 +02:00
opt_sum.cc func_group.result: 2003-02-28 08:53:54 +02:00
password.c Fixed a lot of wrong memory references as reported by valgrind 2003-02-12 21:55:37 +02:00
procedure.cc New ctype functions/macros to support many charsets at a time 2002-03-12 21:37:58 +04:00
procedure.h Strings which appear without charset context, 2003-03-03 10:53:08 +04:00
protocol.cc Preparing to client<->server autoconvert 2003-03-17 13:14:04 +04:00
protocol.h Preparing to client<->server autoconvert 2003-03-17 13:14:04 +04:00
records.cc Fixed multi-table-delete for InnoDB tables 2003-02-17 02:14:37 +02:00
repl_failsafe.cc Merge bk-internal.mysql.com:/home/bk/mysql-4.1 2003-03-17 15:06:06 +02:00
repl_failsafe.h Merge with 4.0 2003-03-16 19:17:54 +02:00
set_var.cc Fixes to avoid errors from valgrind 2003-03-18 11:17:48 +02:00
set_var.h SET NAMES has been extended to support optional collation: 2003-03-05 12:37:39 +04:00
slave.cc Added support for ULONG division with DIV 2003-03-19 21:23:13 +02:00
slave.h Merge with 4.0 2003-03-16 19:17:54 +02:00
spatial.cc Bug fix: should use float8get() instead of (double *) type cast. 2003-03-06 15:44:52 +04:00
spatial.h Added num_geometries() and geometry_n() methods for MultiX geometry objects. 2003-02-26 19:13:01 +04:00
sql_acl.cc Preparing to client<->server autoconvert 2003-03-17 13:14:04 +04: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 2003-03-16 19:17:54 +02:00
sql_analyse.h sql_acl.cc, item.h: 2003-03-07 12:21:32 +04:00
sql_base.cc Added support for ULONG division with DIV 2003-03-19 21:23:13 +02:00
sql_cache.cc Fixed a lot of wrong memory references as reported by valgrind 2003-02-12 21:55:37 +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 Added support for ULONG division with DIV 2003-03-19 21:23:13 +02:00
sql_class.h Added support for ULONG division with DIV 2003-03-19 21:23:13 +02:00
sql_crypt.cc
sql_crypt.h
sql_db.cc Preparing to client<->server autoconvert 2003-03-17 13:14:04 +04:00
sql_delete.cc Merge with 4.0.11 tree to get latest bug fixes 2003-02-17 05:43:37 +02:00
sql_derived.cc After merge fixes 2003-03-17 15:05:04 +02:00
sql_do.cc fixed subselects with temporary tables (SCRUM) 2003-01-25 02:25:52 +02:00
sql_error.cc Added support for ULONG division with DIV 2003-03-19 21:23:13 +02:00
sql_handler.cc Merge with 4.0.11 2003-02-26 01:03:47 +02:00
sql_help.cc Preparing to client<->server autoconvert 2003-03-17 13:14:04 +04:00
sql_insert.cc Merge with 4.0 2003-03-16 19:17:54 +02:00
sql_lex.cc sql_lex.cc: 2003-03-15 15:19:06 +04:00
sql_lex.h Merge abarkov@build.mysql.com:/home/bk/mysql-4.1 2003-03-14 18:11:20 +04:00
sql_list.cc
sql_list.h merging 2003-01-25 13:19:46 +02:00
sql_load.cc sql_load.cc: 2003-03-07 12:55:55 +04: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 merging 2003-01-25 13:19:46 +02:00
sql_parse.cc Added support for ULONG division with DIV 2003-03-19 21:23:13 +02:00
sql_prepare.cc merge fixes 2003-03-06 17:31:22 +02:00
sql_rename.cc Merge with 4.0 2003-03-16 19:17:54 +02:00
sql_repl.cc Merge bk-internal.mysql.com:/home/bk/mysql-4.1 2003-03-17 15:06:06 +02:00
sql_repl.h Conflicts relsolving 2003-03-11 16:32:17 +04:00
sql_select.cc Fixes to avoid errors from valgrind 2003-03-18 11:17:48 +02:00
sql_select.h Merge bk-internal:/home/bk/mysql-4.1/ 2003-03-14 20:25:50 +01:00
sql_show.cc Merge bk-internal.mysql.com:/home/bk/mysql-4.1 2003-03-17 15:06:06 +02:00
sql_sort.h Always use USE_STRCOLL code 2003-01-30 11:15:14 +04:00
sql_string.cc sql_string.cc: 2003-03-17 13:40:40 +04:00
sql_string.h stringcmp() and sortcmp() have been unified 2003-03-04 18:01:59 +04:00
sql_table.cc Merge bk-internal.mysql.com:/home/bk/mysql-4.1 2003-03-17 15:06:06 +02:00
sql_test.cc sql_test.cc: 2003-02-26 14:30:39 +04:00
sql_udf.cc sql_udf.cc, protocol.cc: 2003-02-26 14:08:31 +04:00
sql_udf.h change structure of udf_func and parameter of functions mysql_drop_func and add_func (SCRUM) 2003-01-09 18:09:21 +05:00
sql_union.cc Fixes to avoid errors from valgrind 2003-03-18 11:17:48 +02:00
sql_update.cc Merge with 4.0 2003-03-16 19:17:54 +02:00
sql_yacc.yy After merge fixes 2003-03-17 15:05:04 +02:00
stacktrace.c Merge with 4.0 2003-03-16 19:17:54 +02:00
stacktrace.h
structs.h Merge with 4.0.11 tree to get latest bug fixes 2003-02-17 05:43:37 +02:00
table.cc Merge with 4.0 2003-03-16 19:17:54 +02:00
table.h Merge with 4.0.11 2003-02-26 01:03:47 +02:00
thr_malloc.cc fixed bug in determinating uncacheable queries 2003-01-30 22:15:44 +02:00
time.cc Fixed problem when connecting to user without a password. 2003-02-14 11:47:41 +02: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 item_func.cc, item_cmpfunc.cc, unireg.cc, table.cc, sql_base.cc: 2003-03-07 13:39:53 +04:00
unireg.h Added support for ULONG division with DIV 2003-03-19 21:23:13 +02:00
watchdog_mysqld