Home
last modified time | relevance | path

Searched refs:MAX_TABLES (Results 1 – 25 of 611) sorted by relevance

12345678910>>...25

/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dha_ndbcluster_push.h51 typedef Bitmap<(MAX_TABLES > 64 ? MAX_TABLES : 64)> table_bitmap;
83 uint last_table(uint start= MAX_TABLES) const;
160 static const uint MAX_PUSHED_OPERATIONS= MAX_TABLES;
284 m_parent(MAX_TABLES), in pushed_tables()
321 } m_tables[MAX_TABLES];
330 } m_remap[MAX_TABLES];
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dha_ndbcluster_push.h51 typedef Bitmap<(MAX_TABLES > 64 ? MAX_TABLES : 64)> table_bitmap;
83 uint last_table(uint start= MAX_TABLES) const;
160 static const uint MAX_PUSHED_OPERATIONS= MAX_TABLES;
284 m_parent(MAX_TABLES), in pushed_tables()
321 } m_tables[MAX_TABLES];
330 } m_remap[MAX_TABLES];
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dha_ndbcluster_push.h51 typedef Bitmap<(MAX_TABLES > 64 ? MAX_TABLES : 64)> table_bitmap;
83 uint last_table(uint start= MAX_TABLES) const;
160 static const uint MAX_PUSHED_OPERATIONS= MAX_TABLES;
284 m_parent(MAX_TABLES), in pushed_tables()
321 } m_tables[MAX_TABLES];
330 } m_remap[MAX_TABLES];
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dha_ndbcluster_push.h51 typedef Bitmap<(MAX_TABLES > 64 ? MAX_TABLES : 64)> table_bitmap;
83 uint last_table(uint start= MAX_TABLES) const;
159 static const uint MAX_PUSHED_OPERATIONS= MAX_TABLES;
289 m_parent(MAX_TABLES), in pushed_tables()
354 } m_tables[MAX_TABLES];
363 } m_remap[MAX_TABLES];
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dha_ndbcluster_push.h51 typedef Bitmap<(MAX_TABLES > 64 ? MAX_TABLES : 64)> table_bitmap;
83 uint last_table(uint start= MAX_TABLES) const;
159 static const uint MAX_PUSHED_OPERATIONS= MAX_TABLES;
289 m_parent(MAX_TABLES), in pushed_tables()
354 } m_tables[MAX_TABLES];
363 } m_remap[MAX_TABLES];
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dha_ndbcluster_push.h51 typedef Bitmap<(MAX_TABLES > 64 ? MAX_TABLES : 64)> table_bitmap;
83 uint last_table(uint start= MAX_TABLES) const;
159 static const uint MAX_PUSHED_OPERATIONS= MAX_TABLES;
289 m_parent(MAX_TABLES), in pushed_tables()
354 } m_tables[MAX_TABLES];
363 } m_remap[MAX_TABLES];
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dha_ndbcluster_push.h51 typedef Bitmap<(MAX_TABLES > 64 ? MAX_TABLES : 64)> table_bitmap;
83 uint last_table(uint start= MAX_TABLES) const;
159 static const uint MAX_PUSHED_OPERATIONS= MAX_TABLES;
289 m_parent(MAX_TABLES), in pushed_tables()
354 } m_tables[MAX_TABLES];
363 } m_remap[MAX_TABLES];
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dha_ndbcluster_push.h51 typedef Bitmap<(MAX_TABLES > 64 ? MAX_TABLES : 64)> table_bitmap;
83 uint last_table(uint start= MAX_TABLES) const;
159 static const uint MAX_PUSHED_OPERATIONS= MAX_TABLES;
289 m_parent(MAX_TABLES), in pushed_tables()
354 } m_tables[MAX_TABLES];
363 } m_remap[MAX_TABLES];
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dha_ndbcluster_push.h51 typedef Bitmap<(MAX_TABLES > 64 ? MAX_TABLES : 64)> table_bitmap;
83 uint last_table(uint start= MAX_TABLES) const;
160 static const uint MAX_PUSHED_OPERATIONS= MAX_TABLES;
284 m_parent(MAX_TABLES), in pushed_tables()
321 } m_tables[MAX_TABLES];
330 } m_remap[MAX_TABLES];
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dha_ndbcluster_push.h51 typedef Bitmap<(MAX_TABLES > 64 ? MAX_TABLES : 64)> table_bitmap;
83 uint last_table(uint start= MAX_TABLES) const;
159 static const uint MAX_PUSHED_OPERATIONS= MAX_TABLES;
289 m_parent(MAX_TABLES), in pushed_tables()
354 } m_tables[MAX_TABLES];
363 } m_remap[MAX_TABLES];
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dha_ndbcluster_push.h51 typedef Bitmap<(MAX_TABLES > 64 ? MAX_TABLES : 64)> table_bitmap;
83 uint last_table(uint start= MAX_TABLES) const;
160 static const uint MAX_PUSHED_OPERATIONS= MAX_TABLES;
284 m_parent(MAX_TABLES), in pushed_tables()
321 } m_tables[MAX_TABLES];
330 } m_remap[MAX_TABLES];
/dports/databases/fastdb/fastdb/GiST/RSTree/
H A Dcommand.cpp24 #define MAX_TABLES 10 macro
31 Table tables[MAX_TABLES];
50 if (numTables == MAX_TABLES) { in CommandCreate()
51 cout << "This progam can only handle "<<MAX_TABLES<<" open tables.\n"; in CommandCreate()
96 if (numTables == MAX_TABLES) { in CommandOpen()
97 cout << "This progam can only handle "<<MAX_TABLES<<" open tables.\n"; in CommandOpen()
/dports/databases/fastdb/fastdb/GiST/BTree/
H A Dcommand.cpp24 #define MAX_TABLES 10 macro
31 Table tables[MAX_TABLES];
48 if (numTables == MAX_TABLES) { in CommandCreate()
49 cout << "This progam can only handle "<<MAX_TABLES<<" open tables.\n"; in CommandCreate()
90 if (numTables == MAX_TABLES) { in CommandOpen()
91 cout << "This progam can only handle "<<MAX_TABLES<<" open tables.\n"; in CommandOpen()
/dports/databases/fastdb/fastdb/GiST/RTree/
H A Dcommand.cpp24 #define MAX_TABLES 10 macro
31 Table tables[MAX_TABLES];
50 if (numTables == MAX_TABLES) { in CommandCreate()
51 cout << "This progam can only handle "<<MAX_TABLES<<" open tables.\n"; in CommandCreate()
96 if (numTables == MAX_TABLES) { in CommandOpen()
97 cout << "This progam can only handle "<<MAX_TABLES<<" open tables.\n"; in CommandOpen()
/dports/databases/gigabase/gigabase/GiST/BTree/
H A Dcommand.cpp24 #define MAX_TABLES 10 macro
31 Table tables[MAX_TABLES];
48 if (numTables == MAX_TABLES) { in CommandCreate()
49 cout << "This progam can only handle "<<MAX_TABLES<<" open tables.\n"; in CommandCreate()
90 if (numTables == MAX_TABLES) { in CommandOpen()
91 cout << "This progam can only handle "<<MAX_TABLES<<" open tables.\n"; in CommandOpen()
/dports/databases/gigabase/gigabase/GiST/RSTree/
H A Dcommand.cpp24 #define MAX_TABLES 10 macro
31 Table tables[MAX_TABLES];
50 if (numTables == MAX_TABLES) { in CommandCreate()
51 cout << "This progam can only handle "<<MAX_TABLES<<" open tables.\n"; in CommandCreate()
96 if (numTables == MAX_TABLES) { in CommandOpen()
97 cout << "This progam can only handle "<<MAX_TABLES<<" open tables.\n"; in CommandOpen()
/dports/databases/gigabase/gigabase/GiST/RTree/
H A Dcommand.cpp24 #define MAX_TABLES 10 macro
31 Table tables[MAX_TABLES];
50 if (numTables == MAX_TABLES) { in CommandCreate()
51 cout << "This progam can only handle "<<MAX_TABLES<<" open tables.\n"; in CommandCreate()
96 if (numTables == MAX_TABLES) { in CommandOpen()
97 cout << "This progam can only handle "<<MAX_TABLES<<" open tables.\n"; in CommandOpen()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/plugin/
H A Dha_ndbcluster_push.h53 typedef Bitmap<(MAX_TABLES > 64 ? MAX_TABLES : 64)> table_bitmap;
72 uint last_table(uint start = MAX_TABLES) const;
141 static const uint MAX_PUSHED_OPERATIONS = MAX_TABLES;
287 m_parent(MAX_TABLES), in pushed_tables()
549 } m_tables[MAX_TABLES];
/dports/games/egoboo/egoboo-2.8.1/src/game/file_formats/
H A Dtreasure_table_file.c33 treasure_table_t treasureTableList[MAX_TABLES];
109 if ( num_table >= MAX_TABLES ) in init_random_treasure_tables_vfs()
111 …le: %s (We only support up to %i tables, consider increasing MAX_TABLES) \n", szTemp, MAX_TABLES ); in init_random_treasure_tables_vfs()
149 for ( i = 0; i < MAX_TABLES; i++ ) in get_random_treasure()
H A Dtreasure_table_file.h34 #define MAX_TABLES 32 //< Max number of tables macro
56 extern treasure_table_t treasureTableList[MAX_TABLES];
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dsql_const.h107 #define MAX_TABLES (MAX_TABLES_FOR_SIZE - 3) ///< Max tables in join macro
108 #define INNER_TABLE_BIT (((table_map)1) << (MAX_TABLES + 0))
109 #define OUTER_REF_TABLE_BIT (((table_map)1) << (MAX_TABLES + 1))
110 #define RAND_TABLE_BIT (((table_map)1) << (MAX_TABLES + 2))
/dports/audio/goattracker/goattracker-2.76/src/
H A Dgsong.h6 extern unsigned char ltable[MAX_TABLES][MAX_TABLELEN];
7 extern unsigned char rtable[MAX_TABLES][MAX_TABLELEN];
H A Dgcommon.h31 #define MAX_TABLES 4 macro
67 unsigned char ptr[MAX_TABLES];
H A Dgreloc.h32 extern unsigned char tableused[MAX_TABLES][MAX_TABLELEN+1];
35 extern unsigned char tablemap[MAX_TABLES][MAX_TABLELEN+1];
/dports/editors/libreoffice/libreoffice-7.2.6.2/i18npool/inc/
H A Dindexentrysupplier_default.hxx77 #define MAX_TABLES 20 macro
93 IndexTable tables[MAX_TABLES];

12345678910>>...25