mariadb/sql
unknown 3805001f7c use dbug_print_decimal instead of DBUG_EXECUTE
Portability fix
Note: rpl_trunc_binlog fails, but Sergei has promised to fix it, so I will ignore it for now


sql/field.cc:
  use dbug_print_decimal instead of DBUG_EXECUTE
sql/item.h:
  Portability fix
sql/my_decimal.cc:
  Fix error in last changeset (not pushed)
2005-02-20 00:24:30 +02:00
..
examples fix compilation errors 2005-02-19 10:51:49 +01:00
share manually merged 2005-02-14 21:50:09 +01:00
.cvsignore
add_errmsg
client_settings.h
custom_conf.h
derror.cc WL#1895 - Print message to error log in case of detected MyISAM corruption 2004-12-23 20:11:38 +01:00
des_key_file.cc
discover.cc WL1424 Multiple MySQL Servers: SHOW TABLES etc. should detect new and delete old tables. 2004-09-13 14:46:38 +02:00
field.cc use dbug_print_decimal instead of DBUG_EXECUTE 2005-02-20 00:24:30 +02:00
field.h Fixed failing test cases 'row.test' when running with --ps-protocol 2005-02-15 16:45:00 +02:00
field_conv.cc Precision Math implementation 2005-02-09 02:50:45 +04:00
filesort.cc Fix for bug #8534 (Compile errors in Precision Math code on Windows) 2005-02-16 11:44:34 +04:00
frm_crypt.cc
gen_lex_hash.cc After merge fixes 2004-12-31 00:44:00 +02:00
gstream.cc
gstream.h
ha_berkeley.cc windows compilation fixes 2005-02-19 12:15:30 +01:00
ha_berkeley.h XA (not completely polished out yet) 2005-01-16 13:16:23 +01:00
ha_federated.cc Review fixed 2005-02-02 22:39:21 +02:00
ha_federated.h compilation fixes 2005-02-18 14:42:14 +01:00
ha_heap.cc Merge with 4.1 2005-02-10 02:27:37 +02:00
ha_heap.h Output 'MEMORY' as table type for tables using the memory (nee heap) storage 2005-01-13 17:38:13 -08:00
ha_innodb.cc windows compilation fixes 2005-02-19 12:15:30 +01:00
ha_innodb.h manually merged 2005-02-14 21:50:09 +01:00
ha_myisam.cc Precision Math implementation 2005-02-09 02:50:45 +04:00
ha_myisam.h Merge changes 2005-02-04 11:59:02 -08:00
ha_myisammrg.cc First stage of table definition cache 2005-01-06 13:00:13 +02:00
ha_myisammrg.h Fix for BUG#7377. This fix adds the same implementation for ha_myisammgr::index_type as in version 5.0. 2004-12-27 14:05:35 +02:00
ha_ndbcluster.cc Merge serg.mylan:/usr/home/serg/Abk/mysql-5.0 2005-02-18 13:38:10 +01:00
ha_ndbcluster.h making XA tree to compile (and pass tests) in -max build 2005-02-17 22:52:40 +01:00
handler.cc windows compilation fixes 2005-02-19 12:15:30 +01:00
handler.h manually merged 2005-02-14 21:50:09 +01:00
hash_filo.cc
hash_filo.h
hostname.cc
init.cc
item.cc Fixed BUILD script to use --with-berkeley-db instead of --with-bdb 2005-02-19 18:58:27 +02:00
item.h use dbug_print_decimal instead of DBUG_EXECUTE 2005-02-20 00:24:30 +02:00
item_buff.cc Fixed failing test cases 'row.test' when running with --ps-protocol 2005-02-15 16:45:00 +02:00
item_cmpfunc.cc Fix - to not to call val_xxx in Item_func_interval twice 2005-02-16 11:19:47 +04:00
item_cmpfunc.h Precision Math implementation 2005-02-09 02:50:45 +04:00
item_create.cc Precision Math implementation 2005-02-09 02:50:45 +04:00
item_create.h Precision Math implementation 2005-02-09 02:50:45 +04:00
item_func.cc Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2005-02-19 21:56:24 +02:00
item_func.h Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2005-02-19 19:00:41 +02:00
item_geofunc.cc Merge with 4.1 2004-12-22 13:54:39 +02:00
item_geofunc.h Rename: Item::val -> Item::val_real(). 2004-11-11 21:39:35 +03:00
item_row.cc Merge with 4.1 2005-02-10 02:27:37 +02:00
item_row.h Precision Math implementation 2005-02-09 02:50:45 +04:00
item_strfunc.cc Fixed BUILD script to use --with-berkeley-db instead of --with-bdb 2005-02-19 18:58:27 +02:00
item_strfunc.h Precision Math implementation 2005-02-09 02:50:45 +04:00
item_subselect.cc Merge with 4.1 2005-02-10 02:27:37 +02:00
item_subselect.h Precision Math implementation 2005-02-09 02:50:45 +04:00
item_sum.cc Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2005-02-19 21:56:24 +02:00
item_sum.h Fixed BUILD script to use --with-berkeley-db instead of --with-bdb 2005-02-19 18:58:27 +02:00
item_timefunc.cc Manual merge of fixes for bugs #7899 "CREATE TABLE .. SELECT .. and 2005-01-28 10:22:50 +03:00
item_timefunc.h Precision Math implementation 2005-02-09 02:50:45 +04:00
item_uniq.cc Precision Math implementation 2005-02-09 02:50:45 +04:00
item_uniq.h Precision Math implementation 2005-02-09 02:50:45 +04:00
key.cc Fixes for windows compilation bugs 2005-01-26 15:19:20 +01:00
lex.h manually merged 2005-02-14 21:50:09 +01:00
lex_symbol.h
lock.cc added variable NDB_MGM to be able to run the management client in tests 2005-01-20 13:45:42 +01:00
log.cc windows compilation fixes 2005-02-19 12:15:30 +01:00
log_event.cc Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2005-02-19 19:00:41 +02:00
log_event.h post-review fixes. Now ROLLBACK is done in Format_description_log_event 2005-02-17 13:52:16 +01:00
Makefile.am Precision Math implementation 2005-02-09 02:50:45 +04:00
matherr.c
mf_iocache.cc
my_decimal.cc use dbug_print_decimal instead of DBUG_EXECUTE 2005-02-20 00:24:30 +02:00
my_decimal.h Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2005-02-19 19:00:41 +02:00
my_lock.c
mysql_priv.h Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2005-02-19 19:00:41 +02:00
mysqld.cc Merge serg.mylan:/usr/home/serg/Abk/mysql-5.0 2005-02-18 13:38:10 +01:00
mysqld_suffix.h
net_serv.cc Merge mysql.com:/home/kostja/work/mysql-4.1-7428 2005-01-11 14:47:12 +03:00
nt_servc.cc
nt_servc.h cleaned up mysql installation code for windows. 2005-02-09 22:02:48 +02:00
opt_range.cc Outer joins cleanup: Remove TABLE::outer_join and use TABLE::maybe_null only (2nd patch after Monty's comments). 2005-02-05 18:16:29 +03:00
opt_range.h Post WL#2126 fixes: 2004-12-29 16:07:27 +03:00
opt_sum.cc First stage of table definition cache 2005-01-06 13:00:13 +02:00
parse_file.cc now my_printf_error is not better then my_error, but my_error call is shorter 2004-11-13 19:35:51 +02: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-12-22 13:54:39 +02:00
procedure.cc Precision Math implementation 2005-02-09 02:50:45 +04:00
procedure.h Precision Math implementation 2005-02-09 02:50:45 +04:00
protocol.cc Fixed BUILD script to use --with-berkeley-db instead of --with-bdb 2005-02-19 18:58:27 +02:00
protocol.h Precision Math implementation 2005-02-09 02:50:45 +04:00
protocol_cursor.cc Fixed BUILD script to use --with-berkeley-db instead of --with-bdb 2005-02-19 18:58:27 +02:00
records.cc Merge 2005-01-20 07:51:00 +03:00
repl_failsafe.cc First stage of table definition cache 2005-01-06 13:00:13 +02:00
repl_failsafe.h merge 2004-11-12 15:36:31 +02:00
set_var.cc Merge 2005-02-17 16:16:58 -08:00
set_var.h Merge serg.mylan:/usr/home/serg/Abk/mysql-5.0 2005-02-18 12:02:46 +01:00
slave.cc post-review fixes. Now ROLLBACK is done in Format_description_log_event 2005-02-17 13:52:16 +01:00
slave.h manually merged 2005-02-14 21:50:09 +01:00
sp.cc WL#2130: Table locking for stored FUNCTIONs 2005-02-08 20:52:50 +01:00
sp.h WL#2130: Table locking for stored FUNCTIONs 2005-02-08 20:52:50 +01:00
sp_cache.cc
sp_cache.h
sp_head.cc Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2005-02-19 21:56:24 +02:00
sp_head.h WL#2130: Table locking for stored FUNCTIONs 2005-02-08 20:52:50 +01:00
sp_pcontext.cc Fixed BUG#5287: Stored procedure crash if leave outside loop. 2004-09-02 17:24:25 +02:00
sp_pcontext.h Fix warnings and compilation failures (Windows). 2004-11-17 13:45:05 +03:00
sp_rcontext.cc Fixed BUILD script to use --with-berkeley-db instead of --with-bdb 2005-02-19 18:58:27 +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 Fix for bug #6117 (Centroid() crashes server) 2004-10-22 20:32:02 +05:00
spatial.h Fix compiler warnings (detected by Intel's C++ compiler) 2004-10-22 18:44:51 +03:00
sql_acl.cc Merge 2005-02-17 16:16:58 -08:00
sql_acl.h merged 2005-01-24 19:41:42 +01:00
sql_analyse.cc Fixed BUILD script to use --with-berkeley-db instead of --with-bdb 2005-02-19 18:58:27 +02:00
sql_analyse.h Precision Math implementation 2005-02-09 02:50:45 +04:00
sql_base.cc Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2005-02-19 19:00:41 +02:00
sql_bitmap.h
sql_cache.cc Changes and fixes for windows compilation 2005-02-18 15:17:17 +01:00
sql_cache.h Merged "query cache for ndb" to 5.0 2005-02-03 09:33:48 +01:00
sql_class.cc Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2005-02-19 19:00:41 +02:00
sql_class.h Merge serg.mylan:/usr/home/serg/Abk/mysql-5.0 2005-02-17 14:00:44 +01:00
sql_client.cc
sql_crypt.cc
sql_crypt.h
sql_db.cc merged 2005-01-24 19:41:42 +01:00
sql_delete.cc Merge serg.mylan:/usr/home/serg/Abk/mysql-5.0 2005-02-18 12:02:46 +01:00
sql_derived.cc WL#2130: Table locking for stored FUNCTIONs 2005-02-08 20:52:50 +01:00
sql_do.cc Merge with 4.1 2004-12-22 13:54:39 +02:00
sql_error.cc Things missing in last changset 2005-02-10 15:41:51 +02:00
sql_handler.cc Precision Math implementation 2005-02-09 02:50:45 +04:00
sql_help.cc after review fixup (bug #8129: help.test fails using --ps-protocol) 2005-01-26 16:02:19 +04:00
sql_insert.cc Merge serg.mylan:/usr/home/serg/Abk/mysql-5.0 2005-02-18 12:02:46 +01:00
sql_lex.cc Merge serg.mylan:/usr/home/serg/Abk/mysql-5.0 2005-02-18 12:02:46 +01:00
sql_lex.h Merge serg.mylan:/usr/home/serg/Abk/mysql-5.0 2005-02-17 14:00:44 +01:00
sql_list.cc
sql_list.h Merge with 4.1 2005-02-15 17:12:13 +02:00
sql_load.cc manually merged 2005-02-14 21:50:09 +01:00
sql_manager.cc
sql_manager.h
sql_map.cc now my_printf_error is not better then my_error, but my_error call is shorter 2004-11-13 19:35:51 +02:00
sql_map.h
sql_olap.cc post-merge fix 2004-11-25 02:23:13 +02:00
sql_parse.cc compilation fixes 2005-02-18 14:42:14 +01:00
sql_prepare.cc Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-5.0 2005-02-09 02:54:08 +04:00
sql_rename.cc First stage of table definition cache 2005-01-06 13:00:13 +02:00
sql_repl.cc post-review fixes. Now ROLLBACK is done in Format_description_log_event 2005-02-17 13:52:16 +01:00
sql_repl.h manually merged 2005-02-14 21:50:09 +01:00
sql_select.cc Fixed BUILD script to use --with-berkeley-db instead of --with-bdb 2005-02-19 18:58:27 +02:00
sql_select.h Merge with global tree 2004-12-19 20:25:19 +02:00
sql_show.cc Merge marko@bk-internal.mysql.com:/home/bk/mysql-5.0 2005-02-11 20:59:19 +02:00
sql_sort.h
sql_state.c
sql_string.cc Add support for up to VARCHAR (size up to 65535) 2004-12-06 02:00:37 +02:00
sql_string.h Fixing failing -debug build. 2005-02-15 22:06:55 +03:00
sql_table.cc Merge serg.mylan:/usr/home/serg/Abk/mysql-5.0 2005-02-18 13:38:10 +01:00
sql_test.cc Fixed Bug#8042, "mysqld crashes on sighup". 2005-02-17 14:07:28 +02:00
sql_trigger.cc manually merged 2005-02-14 21:50:09 +01:00
sql_trigger.h Fix for bug #5888 "Triggers with nonexistent columns cause packets 2004-11-24 12:24:02 +03:00
sql_udf.cc First stage of table definition cache 2005-01-06 13:00:13 +02:00
sql_udf.h Precision Math implementation 2005-02-09 02:50:45 +04:00
sql_union.cc Merge changes 2005-02-04 11:59:02 -08:00
sql_update.cc Merge serg.mylan:/usr/home/serg/Abk/mysql-5.0 2005-02-17 14:00:44 +01:00
sql_view.cc WL#2130: Table locking for stored FUNCTIONs 2005-02-08 20:52:50 +01:00
sql_view.h post-merge fix 2004-11-25 02:23:13 +02:00
sql_yacc.yy fix compilation errors 2005-02-19 10:51:49 +01:00
stacktrace.c Merge with 4.0 for 4.1 release 2004-10-06 19:14:33 +03:00
stacktrace.h
strfunc.cc Merging conflicts resolved 2005-01-11 21:00:53 +04:00
structs.h Manual merge of patch implementing WL#1339 with main tree. 2004-12-29 22:35:16 +03:00
table.cc Merge with 4.1 2005-02-15 17:12:13 +02:00
table.h Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.0 2005-02-07 11:57:14 +03:00
thr_malloc.cc Simpler arena swapping code 2004-11-08 01:13:54 +02:00
time.cc Fix for bug #7297 "Two digit year should be interpreted correctly 2004-12-16 16:31:50 +03:00
tzfile.h
tztime.cc Manual merge of fixes for bugs #7899 "CREATE TABLE .. SELECT .. and 2005-01-28 10:22:50 +03:00
tztime.h Merge with global tree 2004-12-31 00:50:30 +02:00
udf_example.cc Merge with 4.1 2004-12-22 13:54:39 +02:00
uniques.cc
unireg.cc First stage of table definition cache 2005-01-06 13:00:13 +02:00
unireg.h Merge with 4.1 to get bug fix 2005-02-07 19:42:03 +02:00
watchdog_mysqld