mariadb/sql
unknown 1b51f98e47 Remove extra '/' after mysql_real_data_home
Add missing parameter to strxnmov() that caused some INTO OUTFILE commands to core dump


mysql-test/mysql-test-run.sh:
  Ensure that clients used the supplied --socket argument
mysql-test/r/lowercase_table.result:
  Remove tables used in other tests that may affect this one
mysql-test/r/rename.result:
  Remove tables used in other tests that may affect this one
mysql-test/t/lowercase_table.test:
  Remove tables used in other tests that may affect this one
mysql-test/t/rename.test:
  Remove tables used in other tests that may affect this one
sql/item_cmpfunc.cc:
  Remove not relevant comment
sql/sql_class.cc:
  Add missing parameter to strxnmov() that caused some INTO OUTFILE commands to core dump
sql/sql_load.cc:
  Remove extra '/' after mysql_real_data_home
sql/sql_table.cc:
  Remove extra '/' after mysql_real_data_home
2004-09-03 02:25:27 +03:00
..
examples Merge bk-internal.mysql.com:/home/bk/mysql-4.1 2004-08-23 13:47:52 +03:00
share Better easier to call error message format. 2004-08-31 18:53:27 +05:00
.cvsignore
add_errmsg
client_settings.h
custom_conf.h
derror.cc
des_key_file.cc
discover.cc
field.cc typo fixed 2004-08-30 10:13:13 +02:00
field.h Review of new pushed code (Indentation fixes and simple optimizations) 2004-08-31 14:35:04 +03:00
field_conv.cc
filesort.cc
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
ha_berkeley.h
ha_heap.cc
ha_heap.h
ha_innodb.cc merged 2004-08-20 00:52:43 +02:00
ha_innodb.h
ha_isam.cc
ha_isam.h
ha_isammrg.cc
ha_isammrg.h
ha_myisam.cc
ha_myisam.h
ha_myisammrg.cc
ha_myisammrg.h
ha_ndbcluster.cc Fix for bug#5312 Ndb Cluster returns wrong error code for duplicate key at insert 2004-08-31 12:07:48 +02:00
ha_ndbcluster.h Fix for bug#5312 Ndb Cluster returns wrong error code for duplicate key at insert 2004-08-31 12:07:48 +02:00
handler.cc check for mysql_bin_log.is_open() before my_b_tell(&thd->transaction.trans_log 2004-08-22 14:23:52 +02:00
handler.h
hash_filo.cc
hash_filo.h
hostname.cc
init.cc
item.cc Move collation aggregation with superset conversion code 2004-09-01 13:56:33 +05:00
item.h Move collation aggregation with superset conversion code 2004-09-01 13:56:33 +05:00
item_buff.cc
item_cmpfunc.cc Remove extra '/' after mysql_real_data_home 2004-09-03 02:25:27 +03:00
item_cmpfunc.h after review patch 2004-08-31 21:10:57 +03:00
item_create.cc
item_create.h
item_func.cc Allow IN to convert arguments into Unicode in some cases. 2004-09-01 15:39:15 +05:00
item_func.h Allow IN to convert arguments into Unicode in some cases. 2004-09-01 15:39:15 +05:00
item_geofunc.cc
item_geofunc.h
item_row.cc after merge 2004-08-26 18:22:22 +02:00
item_row.h
item_strfunc.cc Portability fixes 2004-08-26 18:26:38 +03:00
item_strfunc.h
item_subselect.cc after review fixes: 2004-08-23 22:31:01 +03:00
item_subselect.h merge 2004-08-23 15:50:59 +03:00
item_sum.cc fixed typo in group_concat printing (BUG#5161) 2004-09-01 21:32:24 +03:00
item_sum.h Fix for bug#4912 "mysqld crashs in case a statement is executed 2004-08-21 02:02:46 +04:00
item_timefunc.cc
item_timefunc.h
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
lex_symbol.h
lock.cc Review of new pushed code (Indentation fixes and simple optimizations) 2004-08-31 14:35:04 +03:00
log.cc Merge with 4.0 2004-09-01 04:12:09 +03:00
log_event.cc Merge with 4.0 2004-09-01 04:12:09 +03:00
log_event.h
Makefile.am after merge fix 2004-08-20 22:54:42 +02:00
matherr.c
mf_iocache.cc
my_lock.c
mysql_priv.h Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 2004-08-31 21:11:54 +03:00
mysqld.cc Merge with 4.0 2004-09-01 04:12:09 +03:00
mysqld_suffix.h
net_serv.cc
nt_servc.cc
nt_servc.h
opt_range.cc Should check for GEOM_FLAG later because keyX may be partly initialized (min_flag is not set). 2004-08-26 17:43:08 +05:00
opt_range.h
opt_sum.cc
password.c
procedure.cc
procedure.h
protocol.cc Portability fixes 2004-08-26 18:26:38 +03:00
protocol.h
protocol_cursor.cc
records.cc Proposed fix for bug #5003 (subselect with MIN() and LIKE crashes server) 2004-08-22 00:06:19 +05:00
repl_failsafe.cc
repl_failsafe.h
set_var.cc Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1 2004-08-20 13:10:05 -05:00
set_var.h
slave.cc Bug #4629 Crash after SLAVE STOP, if the IO thread is in special state. 2004-08-23 18:55:12 +02:00
slave.h
spatial.cc
spatial.h
sql_acl.cc bug in my_strnncoll_utf8 (and friends) fixed 2004-08-30 08:37:36 +02:00
sql_acl.h
sql_analyse.cc
sql_analyse.h
sql_base.cc After merge fixes 2004-09-02 16:57:26 +03:00
sql_bitmap.h
sql_cache.cc
sql_cache.h
sql_class.cc Remove extra '/' after mysql_real_data_home 2004-09-03 02:25:27 +03:00
sql_class.h Change Item_arena::state to enum 2004-08-31 14:07:02 +04:00
sql_client.cc
sql_crypt.cc
sql_crypt.h
sql_db.cc after merge fix 2004-08-20 22:54:42 +02:00
sql_delete.cc manually merged 2004-08-24 17:24:23 +02:00
sql_derived.cc Fix for bug#4912 "mysqld crashs in case a statement is executed 2004-08-21 02:02:46 +04:00
sql_do.cc
sql_error.cc
sql_handler.cc
sql_help.cc
sql_insert.cc Fix for Bug#5034 "prepared "select 1 into @arg15", second 2004-08-24 20:17:11 +04:00
sql_lex.cc Merge: manual resolve 2004-08-24 23:07:08 +04:00
sql_lex.h Merge: manual resolve 2004-08-24 23:07:08 +04:00
sql_list.cc
sql_list.h
sql_load.cc Remove extra '/' after mysql_real_data_home 2004-09-03 02:25:27 +03:00
sql_manager.cc
sql_manager.h
sql_map.cc
sql_map.h
sql_olap.cc
sql_parse.cc after review patch 2004-08-31 21:10:57 +03:00
sql_prepare.cc Merge bk-internal.mysql.com:/home/bk/mysql-4.1 2004-08-31 16:53:25 +03:00
sql_rename.cc after merge fix 2004-08-20 22:54:42 +02:00
sql_repl.cc
sql_repl.h
sql_select.cc Merge bk-internal.mysql.com:/home/bk/mysql-4.1 2004-09-02 16:58:01 +03:00
sql_select.h after review patch 2004-08-31 21:10:57 +03:00
sql_show.cc
sql_sort.h
sql_state.c
sql_string.cc
sql_string.h
sql_table.cc Remove extra '/' after mysql_real_data_home 2004-09-03 02:25:27 +03:00
sql_test.cc
sql_udf.cc
sql_udf.h
sql_union.cc Fix for bug#4912 "mysqld crashs in case a statement is executed 2004-08-21 02:02:46 +04:00
sql_update.cc
sql_yacc.yy Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 2004-08-31 21:11:54 +03:00
stacktrace.c
stacktrace.h
strfunc.cc
structs.h
table.cc After merge fixes 2004-09-02 16:57:26 +03:00
table.h
thr_malloc.cc
time.cc
tzfile.h
tztime.cc bug in my_strnncoll_utf8 (and friends) fixed 2004-08-30 08:37:36 +02:00
tztime.h
udf_example.cc
uniques.cc
unireg.cc
unireg.h
watchdog_mysqld