Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 272234 | Differences between
and this patch

Collapse All | Expand All

(-)common/source/linux/MySQLGRT/MGRT.cc.org (+2 lines)
Lines 284-289 Link Here
284
  flush_messages();
284
  flush_messages();
285
#endif
285
#endif
286
286
287
#ifdef ENABLE_LUA_MODULES
287
  // lua modules
288
  // lua modules
288
  out_text("Loading Lua modules...");
289
  out_text("Loading Lua modules...");
289
  loader= myx_lua_init_loader(_grt, &error, std::string(resourcePath+"/lua").c_str());
290
  loader= myx_lua_init_loader(_grt, &error, std::string(resourcePath+"/lua").c_str());
Lines 303-308 Link Here
303
  else
304
  else
304
    out_text(ufmt("Error initializing Lua module loader (%i)\n",error));
305
    out_text(ufmt("Error initializing Lua module loader (%i)\n",error));
305
  flush_messages();
306
  flush_messages();
307
#endif
306
308
307
  // builtin c++
309
  // builtin c++
308
  out_text("Initializing C++ loader...");
310
  out_text("Initializing C++ loader...");

Return to bug 272234