Loading sql/ha_innobase.cc +3 −3 Original line number Diff line number Diff line Loading @@ -276,7 +276,7 @@ innobase_mysql_print_thd( thd = (THD*) input_thd; /* We can't use value of sprintf() as this is not portable */ buf=my_sprintf(buf, buf+= my_sprintf(buf, (buf, "MySQL thread id %lu, query id %lu", thd->thread_id, thd->query_id)); if (thd->host) Loading Loading
sql/ha_innobase.cc +3 −3 Original line number Diff line number Diff line Loading @@ -276,7 +276,7 @@ innobase_mysql_print_thd( thd = (THD*) input_thd; /* We can't use value of sprintf() as this is not portable */ buf=my_sprintf(buf, buf+= my_sprintf(buf, (buf, "MySQL thread id %lu, query id %lu", thd->thread_id, thd->query_id)); if (thd->host) Loading