Commit 9307f61c authored by jimw@mysql.com's avatar jimw@mysql.com

Clarify comment to add which version of the C compiler for AIX needs to have

some code in a specific order.
parent 223bf565
......@@ -2772,8 +2772,8 @@ String *Item_func_udf_str::val_str(String *str)
/*
This has to come last in the udf_handler methods, or the compiler for IBM
AIX fails to compile with debugging enabled. (Yes, really.)
This has to come last in the udf_handler methods, or C for AIX
version 6.0.0.0 fails to compile with debugging enabled. (Yes, really.)
*/
udf_handler::~udf_handler()
......
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