Commit 895d88e5 authored by unknown's avatar unknown
Browse files

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

some code in a specific order.


sql/item_func.cc:
  clarify which compiler (and version) needs code in a certain order
parent 941943c0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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()