Hello,
Alexander Barkov a écrit, Le 18.11.2010 11:33:
> #At file:///home/bar/mysql-bzr/mysql-5.5-bugteam.b57306/ based on
> revid:davi.arnaut@stripped
>
> 3130 Alexander Barkov 2010-11-18
> Bug#57306 SHOW PROCESSLIST does not display string literals well.
> === modified file 'sql/sql_class.h'
> @@ -109,6 +109,41 @@ extern MYSQL_PLUGIN_IMPORT const char **
>
> extern bool volatile shutdown_in_progress;
>
> +extern "C" LEX_STRING * thd_query_string (MYSQL_THD thd);
> +extern "C" char **thd_query(MYSQL_THD thd);
> +
> +/*
Could you please write "/**" instead of "/*"? so that doxygen can
generate doc for class CSET_STRING.
Ok to push.