Commit 1a8e5250 authored by unknown's avatar unknown

sql/slave.cc

    buffer size fix + template instatiation


BitKeeper/etc/ignore:
  Added BitKeeper/etc/csets-in support-files/mysql-3.23.26-beta.spec to the ignore list
sql/slave.cc:
  buffer size fix + template instatiation
parent efccd28f
......@@ -157,3 +157,5 @@ PENDING/2000-10-11.04
PENDING/2000-10-11.05
PENDING/2000-10-11.06
BitKeeper/etc/csets-out
BitKeeper/etc/csets-in
support-files/mysql-3.23.26-beta.spec
......@@ -284,7 +284,7 @@ int init_master_info(MASTER_INFO* mi)
{
FILE* file;
MY_STAT stat_area;
char fname[FN_REFLEN];
char fname[FN_REFLEN+128];
fn_format(fname, master_info_file, mysql_data_home, "", 4+16+32);
if(!mi->inited)
......@@ -986,5 +986,6 @@ static void safe_reconnect(THD* thd, MYSQL* mysql, MASTER_INFO* mi)
#ifdef __GNUC__
template class I_List_iterator<i_string>;
template class I_List_iterator<i_string_pair>;
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment