/ CAT: Get the number of properties. */ /
| 659 | /* CAT: Get the number of properties. */ |
| 660 | /***********************************************************************/ |
| 661 | int TDBCAT::GetMaxSize(PGLOBAL g __attribute__((unused))) |
| 662 | { |
| 663 | if (MaxSize < 0) { |
| 664 | // if (Initialize(g)) |
| 665 | // return -1; |
| 666 | |
| 667 | // MaxSize = Qrp->Nblin; |
| 668 | MaxSize = 10; // To make MariaDB happy |
| 669 | } // endif MaxSize |
| 670 | |
| 671 | return MaxSize; |
| 672 | } // end of GetMaxSize |
| 673 | |
| 674 | /***********************************************************************/ |
| 675 | /* CAT Access Method opening routine. */ |
no outgoing calls
no test coverage detected