Commit 9e92b63a authored by unknown's avatar unknown
Browse files

Updated after review.


sql/ha_ndbcluster.cc:
  Fixing spaces in parameter list.
parent 03bc5997
Loading
Loading
Loading
Loading
+8 −7
Original line number Diff line number Diff line
@@ -5597,7 +5597,8 @@ ha_ndbcluster::update_table_comment(


// Utility thread main loop
extern "C" pthread_handler_decl(ndb_util_thread_func,arg __attribute__((unused)))
extern "C" pthread_handler_decl(ndb_util_thread_func, 
				arg __attribute__((unused)))
{
  THD *thd; // needs to be first for thread_stack
  int error = 0;