mariadb/sql
unknown 814d720ed9 Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
into sanja.is.com.ua:/home/bell/mysql/bk/work-sub-4.1


sql/sql_parse.cc:
  Auto merged
2004-10-23 10:27:34 +03:00
..
examples Merge bk-internal.mysql.com:/home/bk/mysql-4.1 2004-10-20 02:55:03 +03:00
share Add GPL notice to a bunch of files. 2004-09-10 14:53:06 -05:00
.cvsignore
add_errmsg
client_settings.h
custom_conf.h
derror.cc
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 Merge bk-internal.mysql.com:/home/bk/mysql-4.1 2004-10-20 16:45:09 +04:00
field.h Merge bk-internal.mysql.com:/home/bk/mysql-4.1 2004-10-01 18:55:17 +04: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 Fix for BUG#5117: 2004-09-13 06:14:25 +04:00
frm_crypt.cc
gen_lex_hash.cc Merge with 4.0 2004-09-01 04:12:09 +03:00
gstream.cc
gstream.h
ha_berkeley.cc Support for TIMESTAMP columns holding NULL values. Unlike all other 2004-10-01 18:54:06 +04:00
ha_berkeley.h Fix for BUG#5117: 2004-09-13 06:14:25 +04:00
ha_heap.cc Fixed wrong range test code for HEAP tables. This caused a crash when doing a range test with a key that didn't have lower or upper bound (Bug #6082) 2004-10-23 03:30:27 +03:00
ha_heap.h New handler::index_flags() definition to make it easy to check the full used key and a specific key part. 2004-07-08 15:45:25 +03:00
ha_innodb.cc Show table status now shows creation time of the table for InnoDB. Note that 2004-10-22 07:52:52 +03:00
ha_innodb.h srv0srv.c, log0log.c, srv0srv.h, ha_innodb.cc, ha_innodb.h: 2004-10-13 20:04:52 +03:00
ha_isam.cc Support for TIMESTAMP columns holding NULL values. Unlike all other 2004-10-01 18:54:06 +04:00
ha_isam.h New handler::index_flags() definition to make it easy to check the full used key and a specific key part. 2004-07-08 15:45:25 +03:00
ha_isammrg.cc Support for TIMESTAMP columns holding NULL values. Unlike all other 2004-10-01 18:54:06 +04:00
ha_isammrg.h New handler::index_flags() definition to make it easy to check the full used key and a specific key part. 2004-07-08 15:45:25 +03:00
ha_myisam.cc Merge with 4.0 2004-10-20 16:24:28 +03:00
ha_myisam.h New handler::index_flags() definition to make it easy to check the full used key and a specific key part. 2004-07-08 15:45:25 +03:00
ha_myisammrg.cc Support for TIMESTAMP columns holding NULL values. Unlike all other 2004-10-01 18:54:06 +04:00
ha_myisammrg.h New handler::index_flags() definition to make it easy to check the full used key and a specific key part. 2004-07-08 15:45:25 +03:00
ha_ndbcluster.cc compile fixes for butch 2004-10-21 12:39:08 +02:00
ha_ndbcluster.h Merge bk-internal.mysql.com:/home/bk/mysql-4.1 2004-10-20 02:55:03 +03:00
handler.cc Fixed a typo, which prevented non-valgrind build. 2004-10-20 13:52:56 +02:00
handler.h Merge 2004-10-03 21:39:04 +00:00
hash_filo.cc
hash_filo.h
hostname.cc
init.cc
item.cc Followup to fix for bug#6050: fix valgrind warnings. 2004-10-22 20:21:55 +04:00
item.h Merge bk-internal.mysql.com:/home/bk/mysql-4.1 2004-10-22 19:51:04 +03:00
item_buff.cc
item_cmpfunc.cc Review of all code pushed since last review 2004-10-20 01:28:42 +03:00
item_cmpfunc.h Merge bk-internal.mysql.com:/home/bk/mysql-4.1 2004-10-14 18:06:38 +03:00
item_create.cc Fix for bug #4508 "CONVERT_TZ() function with new time zone as param crashes server". 2004-08-10 12:42:31 +04:00
item_create.h Fix for bug #4508 "CONVERT_TZ() function with new time zone as param crashes server". 2004-08-10 12:42:31 +04:00
item_func.cc A fix (bug #6138: MOD operator should not round non-integral argument). 2004-10-21 19:52:55 +05:00
item_func.h Fix compiler warnings (detected by Intel's C++ compiler) 2004-10-22 18:44:51 +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 A small simplification: perform two actions at once, register a 2004-10-10 03:10:00 +04:00
item_row.h Deployment of centralized Item change registry, step 2: Item_ref 2004-10-08 19:13:09 +04:00
item_strfunc.cc Merge bk-internal.mysql.com:/home/bk/mysql-4.1 2004-10-14 18:06:38 +03:00
item_strfunc.h Deployment of centralized Item change registry, step 2: Item_ref 2004-10-08 19:13:09 +04:00
item_subselect.cc Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 2004-10-13 23:25:36 +03:00
item_subselect.h merge 2004-08-23 15:50:59 +03:00
item_sum.cc Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 2004-10-10 12:35:39 +05:00
item_sum.h args_copy and cleunup() removed from Item_sum 2004-10-09 01:01:19 +03:00
item_timefunc.cc A fix and test case for Bug#6049 "Loss of sign when using prepared 2004-10-16 00:12:59 +04:00
item_timefunc.h Bug #5228 ORDER BY CAST(enumcol) sorts incorrectly under certain conditions 2004-09-07 15:42:19 +05:00
item_uniq.cc
item_uniq.h
key.cc Bug#4594: column index make = failed for gbk, but like works 2004-08-23 20:12:39 +05:00
lex.h Fix for bug #4508 "CONVERT_TZ() function with new time zone as param crashes server". 2004-08-10 12:42:31 +04:00
lex_symbol.h
lock.cc Merge with 4.0 2004-10-20 16:24:28 +03:00
log.cc per Monty's request - "WARNING" and "NOTE" changed to lowercase (for not to shout :) 2004-09-15 18:54:57 +02:00
log_event.cc Fix for BUG#5705: "SET CHARATER_SET_SERVERetc will be lost if STOP SLAVE before following query": 2004-09-23 12:16:56 +02:00
log_event.h true,false -> TRUE, FALSE 2004-10-14 18:03:46 +03:00
Makefile.am logging_ok: 2004-09-15 20:41:49 +02:00
matherr.c
mf_iocache.cc
my_lock.c
mysql_priv.h Merge bk-internal.mysql.com:/home/bk/mysql-4.1 2004-10-20 17:37:46 +04:00
mysqld.cc Merge with 4.0 2004-10-20 16:24:28 +03:00
mysqld_suffix.h
net_serv.cc A fix and test case for Bug#5194 "Bulk Insert Failures with Prepared 2004-09-08 23:07:11 +04:00
nt_servc.cc
nt_servc.h
opt_range.cc Initialise "sorted" variable in constructor of QUICK_SELECT. The variable is set to 1 in test_if_skip_sort_order if we decide to optimize "order by" by uinsg index_read. 2004-10-07 11:57:48 +02:00
opt_range.h
opt_sum.cc opt_sum.cc: 2004-09-15 23:52:46 -07:00
password.c Remove stale declaration, fix a typo in comment. 2004-10-15 22:03:11 +04:00
procedure.cc
procedure.h
protocol.cc A fix and test case for Bug#6049 "Loss of sign when using prepared 2004-10-16 00:12:59 +04:00
protocol.h
protocol_cursor.cc
records.cc Merge with 4.0 for 4.1 release 2004-10-06 19:14:33 +03:00
repl_failsafe.cc Merge with 4.0 for 4.1 release 2004-10-06 19:14:33 +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.0 2004-10-20 16:24:28 +03:00
set_var.h Fix for bug #4508 "CONVERT_TZ() function with new time zone as param crashes server". 2004-08-10 12:42:31 +04:00
slave.cc few s/sql_print_error/sql_print_information/ 2004-09-08 10:45:50 +02:00
slave.h Merge with 4.0 for 4.1 release 2004-10-06 19:14:33 +03: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 sql_acl.cc: 2004-10-22 14:32:23 -05:00
sql_acl.h apply in SET PASSWORD same checks as in GRANT, to let only valid hashes through 2004-07-30 22:05:08 +02:00
sql_analyse.cc merged 2004-09-07 15:18:53 +02:00
sql_analyse.h
sql_base.cc A fix and test case for Bug#6050 "EXECUTE stmt reports ambiguous field 2004-10-22 14:47:35 +04:00
sql_bitmap.h
sql_cache.cc Merge with 4.0 for 4.1 release 2004-10-06 19:14:33 +03:00
sql_cache.h information about different variables agged to query cache (BUG#5515, BUG#5394) 2004-09-10 16:28:18 +03:00
sql_class.cc force assigning error handler for all mem_roots 2004-10-21 10:58:03 +03:00
sql_class.h Merge bk-internal.mysql.com:/home/bk/mysql-4.1 2004-10-22 15:59:58 +04:00
sql_client.cc
sql_crypt.cc
sql_crypt.h
sql_db.cc merged 2004-09-07 21:30:28 +02:00
sql_delete.cc Merge with 4.0 for 4.1 release 2004-10-06 19:14:33 +03:00
sql_derived.cc postreview fixes (BUG#5618 & BUG#5590) 2004-09-25 15:07:50 +03:00
sql_do.cc
sql_error.cc
sql_handler.cc BUG#4286 - HANDLER tables are closed by FLUSH TABLE(S). 2004-10-13 17:42:22 +02:00
sql_help.cc true,false -> TRUE, FALSE 2004-10-14 18:03:46 +03:00
sql_insert.cc Support for TIMESTAMP columns holding NULL values. Unlike all other 2004-10-01 18:54:06 +04:00
sql_lex.cc Merge bk-internal.mysql.com:/home/bk/mysql-4.1 2004-10-14 18:06:38 +03:00
sql_lex.h Fix compiler warnings (detected by Intel's C++ compiler) 2004-10-22 18:44:51 +03:00
sql_list.cc
sql_list.h Fix compiler warnings (detected by Intel's C++ compiler) 2004-10-22 18:44:51 +03:00
sql_load.cc Support for TIMESTAMP columns holding NULL values. Unlike all other 2004-10-01 18:54:06 +04:00
sql_manager.cc
sql_manager.h
sql_map.cc
sql_map.h
sql_olap.cc
sql_parse.cc Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 2004-10-23 10:27:34 +03:00
sql_prepare.cc Fix compiler warnings (detected by Intel's C++ compiler) 2004-10-22 18:44:51 +03:00
sql_rename.cc after merge fix 2004-08-20 22:54:42 +02:00
sql_repl.cc Merge with 4.0 for 4.1 release 2004-10-06 19:14:33 +03:00
sql_repl.h Merge with 4.0 for 4.1 release 2004-10-06 19:14:33 +03:00
sql_select.cc Review of all code pushed since last review 2004-10-20 01:28:42 +03:00
sql_select.h after review patch 2004-08-31 21:10:57 +03:00
sql_show.cc Review of all code pushed since last review 2004-10-20 01:28:42 +03:00
sql_sort.h
sql_state.c
sql_string.cc Review of all code pushed since last review 2004-10-20 01:28:42 +03:00
sql_string.h Fix compiler warnings (detected by Intel's C++ compiler) 2004-10-22 18:44:51 +03:00
sql_table.cc Merge mysql.com:/home/mydev/mysql-4.0 2004-10-14 20:04:47 +02:00
sql_test.cc
sql_udf.cc sql_print_error cleanup 2004-09-04 20:17:09 +02:00
sql_udf.h
sql_union.cc A fix and test case for Bug#6088 "FOUND_ROWS returns wrong values for 2004-10-22 22:51:16 +04:00
sql_update.cc After merge fixes 2004-10-07 10:50:13 +03:00
sql_yacc.yy Merge bk-internal.mysql.com:/home/bk/mysql-4.1 2004-10-20 17:02:15 +04:00
stacktrace.c Merge with 4.0 for 4.1 release 2004-10-06 19:14:33 +03:00
stacktrace.h
strfunc.cc
structs.h
table.cc WL1424 Multiple MySQL Servers: SHOW TABLES etc. should detect new and delete old tables. 2004-09-13 14:46:38 +02:00
table.h A fix and test case for Bug#6050 "EXECUTE stmt reports ambiguous field 2004-10-22 14:47:35 +04:00
thr_malloc.cc
time.cc A fix and test case for Bug#6049 "Loss of sign when using prepared 2004-10-16 00:12:59 +04:00
tzfile.h
tztime.cc Fix for bug #6116 "SET time_zone := ... requires access to 2004-10-21 22:18:00 +04:00
tztime.h Fix for bug #6116 "SET time_zone := ... requires access to 2004-10-21 22:18:00 +04:00
udf_example.cc
uniques.cc
unireg.cc Fixed a copy-and-paste error: mysql_create_frm() should have 2004-07-29 10:33:33 +02:00
unireg.h
watchdog_mysqld