Commit 48ad9717 authored by stewart@mysql.com's avatar stewart@mysql.com

Correct and move comment

parent 57d5d6c0
......@@ -43,10 +43,6 @@ extern "C" {
void atexit_stop_instance();
}
/**
* Max number of Ndb objects in different threads.
* (Ndb objects should not be shared by different threads.)
*/
class TransporterFacade
{
public:
......@@ -171,6 +167,10 @@ private:
* Block number handling
*/
public:
/**
* Max number of Ndb objects.
* (Ndb objects should not be shared by different threads.)
*/
STATIC_CONST( MAX_NO_THREADS = 4711 );
private:
......
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