mariadb/sql
unknown 4618d68d6d Bug#31177: Server variables can't be set to their current values
additional fixes for BDB and correct assignment of both signed
and unsigned 64-bit data to unsigned system variables


mysql-test/r/ps_2myisam.result:
  account for UNSIGNED_FLAG
mysql-test/r/ps_3innodb.result:
  account for UNSIGNED_FLAG
mysql-test/r/ps_4heap.result:
  account for UNSIGNED_FLAG
mysql-test/r/ps_5merge.result:
  account for UNSIGNED_FLAG
mysql-test/r/ps_6bdb.result:
  account for UNSIGNED_FLAG
mysql-test/r/ps_7ndb.result:
  account for UNSIGNED_FLAG
mysys/my_getopt.c:
  We have correct signed/unsigned information now, so we no longer
  need to err on the side of caution.
sql/item_func.cc:
  Copy unsigned info over from entry so the item's data
  correctly describe it.
sql/mysqld.cc:
  BDB log buffer size: default can't be less than minimum
sql/set_var.cc:
  Handle signedness of in-values correctly when assigning to
  unsigned types, all the way up to 64-bit. Use handler from
  all three unsigned sysvar types.
sql/set_var.h:
  thd_ulonglong: Override default check with one for unsigned types
2007-12-06 01:28:01 +01:00
..
examples
share Fixed bug #31663: if the FIELDS TERMINATED BY string 2007-10-23 16:16:59 +05:00
.cvsignore
add_errmsg
client_settings.h
CMakeLists.txt
custom_conf.h
derror.cc
des_key_file.cc
discover.cc
field.cc Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-opt 2007-10-23 11:26:37 +03:00
field.h Bug #30825: Problems when putting a non-spatial index on a GIS column 2007-10-10 16:26:02 +03:00
field_conv.cc
filesort.cc Fix for bug #31742: delete from ... order by function call that causes 2007-10-22 16:10:08 +04:00
frm_crypt.cc
gen_lex_hash.cc
gstream.cc
gstream.h
ha_archive.cc
ha_archive.h
ha_berkeley.cc
ha_berkeley.h
ha_blackhole.cc
ha_blackhole.h
ha_federated.cc type conversions fixed to avoid warnings on Windows 2007-10-23 14:27:11 +05:00
ha_federated.h
ha_heap.cc type conversions fixed to get rid of warnings 2007-10-23 16:32:05 +05:00
ha_heap.h
ha_innodb.cc Merge mysql.com:/home/gluh/MySQL/Merge/5.0 2007-10-23 18:51:43 +05:00
ha_innodb.h
ha_myisam.cc type conversions fixed to avoid warnings on Windows 2007-10-23 14:27:11 +05:00
ha_myisam.h
ha_myisammrg.cc
ha_myisammrg.h
ha_ndbcluster.cc
ha_ndbcluster.h
ha_ndbcluster_cond.cc
ha_ndbcluster_cond.h
handler.cc
handler.h
hash_filo.cc
hash_filo.h
hostname.cc
init.cc
item.cc Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.0-opt 2007-10-23 20:03:06 +04:00
item.h Bug #28550 "Potential bugs related to the return type of the CHAR function". 2007-10-21 21:45:31 +04:00
item_buff.cc
item_cmpfunc.cc Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-opt 2007-10-13 09:12:15 +03:00
item_cmpfunc.h
item_create.cc
item_create.h
item_func.cc Bug#31177: Server variables can't be set to their current values 2007-12-06 01:28:01 +01:00
item_func.h Bug#30889: filesort and order by with float/numeric crashes server 2007-10-29 15:39:56 +04:00
item_geofunc.cc
item_geofunc.h
item_row.cc
item_row.h
item_strfunc.cc Bug#30981 CHAR(0x41 USING ucs2) doesn't add leading zero 2007-10-11 16:07:10 +05:00
item_strfunc.h Bug #28550 "Potential bugs related to the return type of the CHAR function". 2007-10-21 21:45:31 +04:00
item_subselect.cc
item_subselect.h
item_sum.cc Bug#30897 GROUP_CONCAT returns extra comma on empty fields 2007-10-29 14:53:10 +04:00
item_sum.h
item_timefunc.cc Bug #31221: Optimizer incorrectly identifies impossible WHERE clause 2007-10-18 15:19:04 +03:00
item_timefunc.h Merge mysql.com:/home/gluh/MySQL/Merge/5.0 2007-10-23 18:51:43 +05:00
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
matherr.c
message.mc
mf_iocache.cc
my_decimal.cc
my_decimal.h
my_lock.c
mysql_priv.h Bug#31177: Server variables can't be set to their current values 2007-11-30 06:32:04 +01:00
mysqld.cc Bug#31177: Server variables can't be set to their current values 2007-12-06 01:28:01 +01:00
mysqld_suffix.h
net_serv.cc
nt_servc.cc
nt_servc.h
opt_range.cc type conversions fixed to get rid of warnings 2007-10-23 16:32:05 +05:00
opt_range.h
opt_sum.cc Bug #30715: Assertion failed: item_field->field->real_maybe_null(), 2007-10-24 11:15:08 +03:00
parse_file.cc
parse_file.h
password.c
procedure.cc
procedure.h
protocol.cc
protocol.h
records.cc
repl_failsafe.cc
repl_failsafe.h
set_var.cc Bug#31177: Server variables can't be set to their current values 2007-12-06 01:28:01 +01:00
set_var.h Bug#31177: Server variables can't be set to their current values 2007-12-06 01:28:01 +01:00
slave.cc
slave.h
sp.cc
sp.h
sp_cache.cc
sp_cache.h
sp_head.cc
sp_head.h
sp_pcontext.cc
sp_pcontext.h
sp_rcontext.cc
sp_rcontext.h
spatial.cc
spatial.h
sql_acl.cc Merge mysql.com:/home/gluh/MySQL/Merge/5.0 2007-10-23 18:51:43 +05:00
sql_acl.h
sql_analyse.cc
sql_analyse.h
sql_array.h
sql_base.cc Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.0-opt 2007-10-26 11:44:30 +02:00
sql_bitmap.h
sql_cache.cc
sql_cache.h
sql_class.cc Merge gleb.loc:/home/uchum/work/bk/PA/5.0-opt-31663 2007-10-26 17:55:16 +05:00
sql_class.h Fixed bug #31663: if the FIELDS TERMINATED BY string 2007-10-23 16:16:59 +05:00
sql_client.cc
sql_crypt.cc
sql_crypt.h
sql_cursor.cc
sql_cursor.h
sql_db.cc
sql_delete.cc
sql_derived.cc
sql_do.cc
sql_error.cc
sql_error.h
sql_handler.cc Bug#31409 RENAME TABLE causes server crash or deadlock when used with HANDLER statements 2007-10-12 10:55:46 -03:00
sql_help.cc
sql_insert.cc
sql_lex.cc
sql_lex.h
sql_list.cc
sql_list.h
sql_load.cc
sql_locale.cc
sql_manager.cc
sql_manager.h
sql_map.cc type conversions fixed to avoid warnings on Windows 2007-10-23 14:27:11 +05:00
sql_map.h
sql_olap.cc
sql_parse.cc Merge mysql.com:/home/gluh/MySQL/Merge/5.0 2007-10-23 18:51:43 +05:00
sql_prepare.cc
sql_rename.cc
sql_repl.cc
sql_repl.h
sql_select.cc Merge mysql.com:/home/gluh/MySQL/Merge/5.0 2007-10-23 18:51:43 +05:00
sql_select.h Bug #30825: Problems when putting a non-spatial index on a GIS column 2007-10-10 16:26:02 +03:00
sql_show.cc
sql_sort.h
sql_state.c
sql_string.cc
sql_string.h
sql_table.cc Bug #30825: Problems when putting a non-spatial index on a GIS column 2007-10-10 16:26:02 +03:00
sql_test.cc
sql_trigger.cc
sql_trigger.h
sql_udf.cc Implementing code review comments 2007-10-16 11:16:31 -06:00
sql_udf.h
sql_union.cc
sql_update.cc type conversions fixed to avoid warnings on Windows 2007-10-23 14:27:11 +05:00
sql_view.cc
sql_view.h
sql_yacc.yy Fixed bug #27695: View should not be allowed to have empty or 2007-10-25 10:32:52 +05:00
stacktrace.c
stacktrace.h
strfunc.cc
structs.h
table.cc Bug #30825: Problems when putting a non-spatial index on a GIS column 2007-10-10 16:26:02 +03:00
table.h
thr_malloc.cc
time.cc
tzfile.h
tztime.cc
tztime.h
udf_example.c Bug #29804 UDF parameters don't contain correct string length 2007-10-17 17:54:11 -04:00
udf_example.def Bug #29804 UDF parameters don't contain correct string length 2007-10-17 17:54:11 -04:00
uniques.cc
unireg.cc
unireg.h
watchdog_mysqld