mariadb/sql
unknown 8a8fef225d Write slave status field names using consistent style.
(Initial caps for each word.) For example, instead of writing
Until_condition, Until_Log_File, and Until_log_pos, write
Until_Condition, Until_Log_File, and Until_Log_pos.


mysql-test/r/rpl000015.result:
  Write slave status field names using consistent style.
mysql-test/r/rpl_empty_master_crash.result:
  Write slave status field names using consistent style.
mysql-test/r/rpl_error_ignored_table.result:
  Write slave status field names using consistent style.
mysql-test/r/rpl_flush_log_loop.result:
  Write slave status field names using consistent style.
mysql-test/r/rpl_loaddata.result:
  Write slave status field names using consistent style.
mysql-test/r/rpl_log.result:
  Write slave status field names using consistent style.
mysql-test/r/rpl_log_pos.result:
  Write slave status field names using consistent style.
mysql-test/r/rpl_max_relay_size.result:
  Write slave status field names using consistent style.
mysql-test/r/rpl_openssl.result:
  Write slave status field names using consistent style.
mysql-test/r/rpl_redirect.result:
  Write slave status field names using consistent style.
mysql-test/r/rpl_replicate_do.result:
  Write slave status field names using consistent style.
mysql-test/r/rpl_reset_slave.result:
  Write slave status field names using consistent style.
mysql-test/r/rpl_rotate_logs.result:
  Write slave status field names using consistent style.
mysql-test/r/rpl_trunc_binlog.result:
  Write slave status field names using consistent style.
mysql-test/r/rpl_until.result:
  Write slave status field names using consistent style.
mysql-test/t/mix_innodb_myisam_binlog.test:
  Write slave status field names using consistent style.
mysql-test/t/rpl_max_relay_size.test:
  Write slave status field names using consistent style.
sql/slave.cc:
  Write slave status field names using consistent style.
2003-11-20 13:07:25 -06:00
..
share cp850.xml: 2003-11-19 14:59:12 +04:00
.cvsignore
add_errmsg
client_settings.h
custom_conf.h
derror.cc Fixed typo in last changeset 2003-11-04 01:27:23 +02:00
des_key_file.cc
field.cc test a correct flag in Field::optimize_range 2003-11-13 17:39:41 +01:00
field.h Merge 2003-11-03 22:48:03 +02:00
field_conv.cc
filesort.cc
frm_crypt.cc
gen_lex_hash.cc
gstream.cc
gstream.h
ha_berkeley.cc Bitmap post-review fixes 2003-10-30 19:17:57 +01:00
ha_berkeley.h Bitmap post-review fixes 2003-10-30 19:17:57 +01:00
ha_heap.cc
ha_heap.h
ha_innodb.cc
ha_innodb.h
ha_isam.cc
ha_isam.h
ha_isammrg.cc
ha_isammrg.h
ha_myisam.cc CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTS 2003-11-18 13:47:27 +02:00
ha_myisam.h Merge bk-internal:/home/bk/mysql-4.1/ 2003-10-31 10:34:34 +01:00
ha_myisammrg.cc CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTS 2003-11-18 13:47:27 +02:00
ha_myisammrg.h
handler.cc CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTS 2003-11-18 13:47:27 +02:00
handler.h CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTS 2003-11-18 13:47:27 +02:00
hash_filo.cc
hash_filo.h
hostname.cc
init.cc Simplified 'wrong xxx name' error messages by introducing 'general' ER_WRONG_NAME error 2003-11-03 14:01:59 +02:00
item.cc Merge kosipov@bk-internal.mysql.com:/home/bk/mysql-4.1 2003-11-05 14:35:20 +03:00
item.h CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTS 2003-11-18 13:47:27 +02:00
item_buff.cc
item_cmpfunc.cc fixed memory allocation 2003-11-20 14:31:10 +02:00
item_cmpfunc.h Changed mysql_next_result() to return int instead of bool 2003-11-19 17:31:57 +02:00
item_create.cc changed name of bit on more descriptive (after rewie change) 2003-11-18 22:04:01 +02:00
item_create.h WL#1253: LAST_DAY 2003-11-17 18:02:08 +04:00
item_func.cc changed name of bit on more descriptive (after rewie change) 2003-11-18 22:04:01 +02:00
item_func.h Merge 2003-11-03 22:48:03 +02:00
item_geofunc.cc
item_geofunc.h fixed printability of gis functions 2003-11-06 21:03:11 +02:00
item_row.cc
item_row.h
item_strfunc.cc fixed: 2003-11-04 23:04:07 +02:00
item_strfunc.h Merge 2003-11-03 22:48:03 +02:00
item_subselect.cc fixed using 'uncachable' tag and RAND_TABLE_BIT setting 2003-11-17 20:53:40 +02:00
item_subselect.h fixed using 'uncachable' tag and RAND_TABLE_BIT setting 2003-11-17 20:53:40 +02:00
item_sum.cc Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 2003-10-30 15:56:52 +02:00
item_sum.h
item_timefunc.cc WL#1253: LAST_DAY 2003-11-17 18:02:08 +04:00
item_timefunc.h WL#1253: LAST_DAY 2003-11-17 18:02:08 +04:00
item_uniq.cc
item_uniq.h added code covarage for functions convert(), nullif(), crc32(), is_used_lock(), char_lengtrh(), bit_xor() 2003-10-30 12:57:26 +02:00
key.cc added code covarage for functions convert(), nullif(), crc32(), is_used_lock(), char_lengtrh(), bit_xor() 2003-10-30 12:57:26 +02:00
lex.h WL#1253: LAST_DAY 2003-11-17 18:02:08 +04:00
lex_symbol.h
lock.cc
log.cc
log_event.cc Removed some warnings reported by valgrind 2003-11-04 14:09:03 +02:00
log_event.h Merge with 4.0 2003-11-04 09:40:36 +02:00
Makefile.am - added sql_bitmap.h to the source distribution 2003-11-12 12:32:51 +01:00
matherr.c
mf_iocache.cc
my_lock.c
mysql_priv.h changed name of bit on more descriptive (after rewie change) 2003-11-18 22:04:01 +02:00
mysqld.cc merge 2003-11-18 13:51:48 +02:00
net_serv.cc
nt_servc.cc
nt_servc.h
opt_ft.cc
opt_ft.h
opt_range.cc Merge bk-internal:/home/bk/mysql-4.1/ 2003-10-31 10:34:34 +01:00
opt_range.h
opt_sum.cc
password.c
procedure.cc
procedure.h
protocol.cc CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTS 2003-11-18 13:47:27 +02:00
protocol.h
protocol_cursor.cc
records.cc
repl_failsafe.cc
repl_failsafe.h
set_var.cc merge 2003-11-18 13:51:48 +02:00
set_var.h Portability fixes (AIX43) 2003-11-20 03:11:33 +02:00
slave.cc Write slave status field names using consistent style. 2003-11-20 13:07:25 -06:00
slave.h Merge with 4.0 2003-11-04 09:40:36 +02:00
spatial.cc Removed some warnings reported by valgrind 2003-11-04 14:09:03 +02:00
spatial.h
sql_acl.cc
sql_acl.h
sql_analyse.cc
sql_analyse.h
sql_base.cc CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTS 2003-11-18 13:47:27 +02:00
sql_bitmap.h Cleanups (comments and compiler warnings) 2003-11-02 14:00:25 +02:00
sql_cache.cc fixed layout 2003-11-07 13:02:52 +02:00
sql_cache.h
sql_class.cc Removed some warnings reported by valgrind 2003-11-04 14:09:03 +02:00
sql_class.h do not log certain commans in the slow log 2003-11-14 13:50:19 +01:00
sql_client.cc
sql_crypt.cc
sql_crypt.h
sql_db.cc Delete duplicate error message names 2003-11-18 17:28:00 +02:00
sql_delete.cc Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 2003-11-18 17:48:45 +02:00
sql_derived.cc
sql_do.cc
sql_error.cc
sql_handler.cc Merge with 4.0 tree 2003-11-18 18:54:27 +02:00
sql_help.cc
sql_insert.cc
sql_lex.cc Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 2003-11-18 17:48:06 +02:00
sql_lex.h changed name of bit on more descriptive (after rewie change) 2003-11-18 22:04:01 +02:00
sql_list.cc
sql_list.h
sql_load.cc
sql_manager.cc
sql_manager.h
sql_map.cc
sql_map.h
sql_olap.cc
sql_parse.cc Delete duplicate error message names 2003-11-18 17:28:00 +02:00
sql_prepare.cc Merge 2003-11-03 22:48:03 +02:00
sql_rename.cc
sql_repl.cc added code covarage for functions convert(), nullif(), crc32(), is_used_lock(), char_lengtrh(), bit_xor() 2003-10-30 12:57:26 +02:00
sql_repl.h
sql_select.cc fixed using 'uncachable' tag and RAND_TABLE_BIT setting 2003-11-17 20:53:40 +02:00
sql_select.h Merge 2003-11-03 08:47:27 +02:00
sql_show.cc CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTS 2003-11-18 13:47:27 +02:00
sql_sort.h
sql_state.c
sql_string.cc after review fix 2003-11-03 12:28:36 +02:00
sql_string.h after review fix 2003-11-03 12:28:36 +02:00
sql_table.cc Delete duplicate error message names 2003-11-18 17:28:00 +02:00
sql_test.cc CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTS 2003-11-18 13:47:27 +02:00
sql_udf.cc
sql_udf.h
sql_union.cc fixed using 'uncachable' tag and RAND_TABLE_BIT setting 2003-11-17 20:53:40 +02:00
sql_update.cc
sql_yacc.yy - added a missing comma in sql_yacc.yy (maybe a merge error?) 2003-11-18 22:47:04 +01:00
stacktrace.c
stacktrace.h
strfunc.cc Simplified 'wrong xxx name' error messages by introducing 'general' ER_WRONG_NAME error 2003-11-03 14:01:59 +02:00
structs.h CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTS 2003-11-18 13:47:27 +02:00
table.cc CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTS 2003-11-18 13:47:27 +02:00
table.h CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTS 2003-11-18 13:47:27 +02:00
thr_malloc.cc
time.cc Fixed access to uninitialized memory in protocol::store_time 2003-11-04 14:59:38 +02:00
udf_example.cc
uniques.cc Fix for bug #1820 2003-11-18 17:04:52 +03:00
unireg.cc Removed some warnings reported by valgrind 2003-11-04 14:09:03 +02:00
unireg.h CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTS 2003-11-18 13:47:27 +02:00
watchdog_mysqld