forked from mysql/mysql-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathndbinfo_sql.cpp
659 lines (603 loc) · 21.3 KB
/
ndbinfo_sql.cpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
/*
Copyright (c) 2009, 2021, Oracle and/or its affiliates.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2.0,
as published by the Free Software Foundation.
This program is also distributed with certain software (including
but not limited to OpenSSL) that is licensed under separate terms,
as designated in a particular file or component or in included license
documentation. The authors of MySQL hereby grant you an additional
permission to link the program and your derivative works with the
separately licensed software that they have included with MySQL.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License, version 2.0, for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <ndb_global.h>
#include <ndb_opts.h>
#include <util/BaseString.hpp>
#include "../src/kernel/vm/NdbinfoTables.cpp"
#include "DictTabInfo.hpp"
static char* opt_ndbinfo_db = (char*)"ndbinfo";
static char* opt_table_prefix = (char*)"ndb$";
static
struct my_option
my_long_options[] =
{
{ "database", 'd',
"Name of the database used by ndbinfo",
(uchar**) &opt_ndbinfo_db, (uchar**) &opt_ndbinfo_db, 0,
GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0 },
{ "prefix", 256,
"Prefix to use for all virtual tables loaded from NDB",
(uchar**) &opt_table_prefix, (uchar**) &opt_table_prefix, 0,
GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0 },
{ 0, 0, 0, 0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0}
};
struct view {
const char* name;
const char* sql;
} views[] =
{
#if 0
{ "pools",
"SELECT node_id, b.block_name, block_instance, pool_name, "
"used, total, high, entry_size, cp1.param_name AS param_name1, "
"cp2.param_name AS param_name2, cp3.param_name AS param_name3, "
"cp4.param_name AS param_name4 "
"FROM `<NDBINFO_DB>`.`<TABLE_PREFIX>pools` p "
"LEFT JOIN `<NDBINFO_DB>`.blocks b ON p.block_number = b.block_number "
"LEFT JOIN `<NDBINFO_DB>`.config_params cp1 ON p.config_param1 = cp1.param_number "
"LEFT JOIN `<NDBINFO_DB>`.config_params cp2 ON p.config_param2 = cp2.param_number "
"LEFT JOIN `<NDBINFO_DB>`.config_params cp3 ON p.config_param3 = cp3.param_number "
"LEFT JOIN `<NDBINFO_DB>`.config_params cp4 ON p.config_param4 = cp4.param_number"
},
#endif
{ "transporters",
"SELECT node_id, remote_node_id, "
" CASE connection_status"
" WHEN 0 THEN \"CONNECTED\""
" WHEN 1 THEN \"CONNECTING\""
" WHEN 2 THEN \"DISCONNECTED\""
" WHEN 3 THEN \"DISCONNECTING\""
" ELSE NULL "
" END AS status, "
" remote_address, bytes_sent, bytes_received, "
" connect_count, "
" overloaded, overload_count, slowdown, slowdown_count "
"FROM `<NDBINFO_DB>`.`<TABLE_PREFIX>transporters`"
},
{ "logspaces",
"SELECT node_id, "
" CASE log_type"
" WHEN 0 THEN \"REDO\""
" WHEN 1 THEN \"DD-UNDO\""
" ELSE NULL "
" END AS log_type, "
"log_id, log_part, total, used "
"FROM `<NDBINFO_DB>`.`<TABLE_PREFIX>logspaces`"
},
{ "logbuffers",
"SELECT node_id, "
" CASE log_type"
" WHEN 0 THEN \"REDO\""
" WHEN 1 THEN \"DD-UNDO\""
" ELSE \"<unknown>\" "
" END AS log_type, "
"log_id, log_part, total, used "
"FROM `<NDBINFO_DB>`.`<TABLE_PREFIX>logbuffers`"
},
{ "resources",
"SELECT node_id, "
" CASE resource_id"
" WHEN 0 THEN \"RESERVED\""
" WHEN 1 THEN \"DISK_OPERATIONS\""
" WHEN 2 THEN \"DISK_RECORDS\""
" WHEN 3 THEN \"DATA_MEMORY\""
" WHEN 4 THEN \"JOBBUFFER\""
" WHEN 5 THEN \"FILE_BUFFERS\""
" WHEN 6 THEN \"TRANSPORTER_BUFFERS\""
" WHEN 7 THEN \"DISK_PAGE_BUFFER\""
" WHEN 8 THEN \"QUERY_MEMORY\""
" WHEN 9 THEN \"SCHEMA_TRANS_MEMORY\""
" ELSE \"<unknown>\" "
" END AS resource_name, "
"reserved, used, max "
"FROM `<NDBINFO_DB>`.`<TABLE_PREFIX>resources`"
},
{ "counters",
"SELECT node_id, b.block_name, block_instance, "
"counter_id, "
"CASE counter_id"
" WHEN 1 THEN \"ATTRINFO\""
" WHEN 2 THEN \"TRANSACTIONS\""
" WHEN 3 THEN \"COMMITS\""
" WHEN 4 THEN \"READS\""
" WHEN 5 THEN \"SIMPLE_READS\""
" WHEN 6 THEN \"WRITES\""
" WHEN 7 THEN \"ABORTS\""
" WHEN 8 THEN \"TABLE_SCANS\""
" WHEN 9 THEN \"RANGE_SCANS\""
" WHEN 10 THEN \"OPERATIONS\""
" WHEN 11 THEN \"READS_RECEIVED\""
" WHEN 12 THEN \"LOCAL_READS_SENT\""
" WHEN 13 THEN \"REMOTE_READS_SENT\""
" WHEN 14 THEN \"READS_NOT_FOUND\""
" WHEN 15 THEN \"TABLE_SCANS_RECEIVED\""
" WHEN 16 THEN \"LOCAL_TABLE_SCANS_SENT\""
" WHEN 17 THEN \"RANGE_SCANS_RECEIVED\""
" WHEN 18 THEN \"LOCAL_RANGE_SCANS_SENT\""
" WHEN 19 THEN \"REMOTE_RANGE_SCANS_SENT\""
" WHEN 20 THEN \"SCAN_BATCHES_RETURNED\""
" WHEN 21 THEN \"SCAN_ROWS_RETURNED\""
" WHEN 22 THEN \"PRUNED_RANGE_SCANS_RECEIVED\""
" WHEN 23 THEN \"CONST_PRUNED_RANGE_SCANS_RECEIVED\""
" WHEN 24 THEN \"LOCAL_READS\""
" WHEN 25 THEN \"LOCAL_WRITES\""
" WHEN 26 THEN \"LQHKEY_OVERLOAD\""
" WHEN 27 THEN \"LQHKEY_OVERLOAD_TC\""
" WHEN 28 THEN \"LQHKEY_OVERLOAD_READER\""
" WHEN 29 THEN \"LQHKEY_OVERLOAD_NODE_PEER\""
" WHEN 30 THEN \"LQHKEY_OVERLOAD_SUBSCRIBER\""
" WHEN 31 THEN \"LQHSCAN_SLOWDOWNS\""
" ELSE \"<unknown>\" "
" END AS counter_name, "
"val "
"FROM `<NDBINFO_DB>`.`<TABLE_PREFIX>counters` c "
"LEFT JOIN `<NDBINFO_DB>`.`<TABLE_PREFIX>blocks` b "
"ON c.block_number = b.block_number"
},
{ "nodes",
"SELECT node_id, "
"uptime, "
"CASE status"
" WHEN 0 THEN \"NOTHING\""
" WHEN 1 THEN \"CMVMI\""
" WHEN 2 THEN \"STARTING\""
" WHEN 3 THEN \"STARTED\""
" WHEN 4 THEN \"SINGLEUSER\""
" WHEN 5 THEN \"STOPPING_1\""
" WHEN 6 THEN \"STOPPING_2\""
" WHEN 7 THEN \"STOPPING_3\""
" WHEN 8 THEN \"STOPPING_4\""
" ELSE \"<unknown>\" "
" END AS status, "
"start_phase, "
"config_generation "
"FROM `<NDBINFO_DB>`.`<TABLE_PREFIX>nodes`"
},
{ "memoryusage",
"SELECT node_id,"
" pool_name AS memory_type,"
" SUM(used*entry_size) AS used,"
" SUM(used) AS used_pages,"
" SUM(total*entry_size) AS total,"
" SUM(total) AS total_pages "
"FROM `<NDBINFO_DB>`.`<TABLE_PREFIX>pools` "
"WHERE block_number IN (248, 254) AND "
" (pool_name = \"Index memory\" OR pool_name = \"Data memory\") "
"GROUP BY node_id, memory_type"
},
{ "diskpagebuffer",
"SELECT node_id, block_instance, "
"pages_written, pages_written_lcp, pages_read, log_waits, "
"page_requests_direct_return, page_requests_wait_queue, page_requests_wait_io "
"FROM `<NDBINFO_DB>`.`<TABLE_PREFIX>diskpagebuffer`"
},
{ "diskpagebuffer",
"SELECT node_id, block_instance, "
"pages_written, pages_written_lcp, pages_read, log_waits, "
"page_requests_direct_return, page_requests_wait_queue, page_requests_wait_io "
"FROM `<NDBINFO_DB>`.`<TABLE_PREFIX>diskpagebuffer`"
},
{ "threadblocks",
"SELECT t.node_id, t.thr_no, b.block_name, t.block_instance "
"FROM `<NDBINFO_DB>`.`<TABLE_PREFIX>threadblocks` t "
"LEFT JOIN `<NDBINFO_DB>`.`<TABLE_PREFIX>blocks` b "
"ON t.block_number = b.block_number"
},
{ "threadstat",
"SELECT * from `<NDBINFO_DB>`.`<TABLE_PREFIX>threadstat`"
},
{ "disk_write_speed_base",
"SELECT * from `<NDBINFO_DB>`.`<TABLE_PREFIX>disk_write_speed_base`"
},
{ "disk_write_speed_aggregate",
"SELECT * from `<NDBINFO_DB>`.`<TABLE_PREFIX>disk_write_speed_aggregate`"
},
{ "cluster_transactions",
"SELECT"
" t.node_id,"
" t.block_instance,"
" t.transid0 + (t.transid1 << 32) as transid,"
" s.state_friendly_name as state, "
" t.c_ops as count_operations, "
" t.outstanding as outstanding_operations, "
" t.timer as inactive_seconds, "
" (t.apiref & 65535) as client_node_id, "
" (t.apiref >> 16) as client_block_ref "
"FROM `<NDBINFO_DB>`.`<TABLE_PREFIX>transactions` t"
" LEFT JOIN `<NDBINFO_DB>`.`<TABLE_PREFIX>dbtc_apiconnect_state` s"
" ON s.state_int_value = t.state"
},
{ "server_transactions",
"SELECT map.mysql_connection_id, t.*"
"FROM information_schema.ndb_transid_mysql_connection_map map "
"JOIN `<NDBINFO_DB>`.cluster_transactions t "
" ON (map.ndb_transid >> 32) = (t.transid >> 32)"
},
{ "cluster_operations",
"SELECT"
" o.node_id,"
" o.block_instance,"
" o.transid0 + (o.transid1 << 32) as transid,"
" case o.op "
" when 1 then \"READ\""
" when 2 then \"READ-SH\""
" when 3 then \"READ-EX\""
" when 4 then \"INSERT\""
" when 5 then \"UPDATE\""
" when 6 then \"DELETE\""
" when 7 then \"WRITE\""
" when 8 then \"UNLOCK\""
" when 9 then \"REFRESH\""
" when 257 then \"SCAN\""
" when 258 then \"SCAN-SH\""
" when 259 then \"SCAN-EX\""
" ELSE \"<unknown>\""
" END as operation_type, "
" s.state_friendly_name as state, "
" o.tableid, "
" o.fragmentid, "
" (o.apiref & 65535) as client_node_id, "
" (o.apiref >> 16) as client_block_ref, "
" (o.tcref & 65535) as tc_node_id, "
" ((o.tcref >> 16) & 511) as tc_block_no, "
" ((o.tcref >> (16 + 9)) & 127) as tc_block_instance "
"FROM `<NDBINFO_DB>`.`<TABLE_PREFIX>operations` o"
" LEFT JOIN `<NDBINFO_DB>`.`<TABLE_PREFIX>dblqh_tcconnect_state` s"
" ON s.state_int_value = o.state"
},
{ "server_operations",
"SELECT map.mysql_connection_id, o.* "
"FROM `<NDBINFO_DB>`.cluster_operations o "
"JOIN information_schema.ndb_transid_mysql_connection_map map"
" ON (map.ndb_transid >> 32) = (o.transid >> 32)"
},
{ "membership",
"SELECT node_id, group_id, left_node, right_node, president, successor, "
"dynamic_id & 0xFFFF AS succession_order, "
"dynamic_id >> 16 AS Conf_HB_order, "
"arbitrator, arb_ticket, "
"CASE arb_state"
" WHEN 0 THEN \"ARBIT_NULL\""
" WHEN 1 THEN \"ARBIT_INIT\""
" WHEN 2 THEN \"ARBIT_FIND\""
" WHEN 3 THEN \"ARBIT_PREP1\""
" WHEN 4 THEN \"ARBIT_PREP2\""
" WHEN 5 THEN \"ARBIT_START\""
" WHEN 6 THEN \"ARBIT_RUN\""
" WHEN 7 THEN \"ARBIT_CHOOSE\""
" WHEN 8 THEN \"ARBIT_CRASH\""
" ELSE \"UNKNOWN\""
" END AS arb_state, "
"CASE arb_connected"
" WHEN 1 THEN \"Yes\""
" ELSE \"No\""
" END AS arb_connected, "
"conn_rank1_arbs AS connected_rank1_arbs, "
"conn_rank2_arbs AS connected_rank2_arbs "
"FROM `<NDBINFO_DB>`.`<TABLE_PREFIX>membership`"
},
{ "arbitrator_validity_detail",
"SELECT node_id, "
"arbitrator, "
"arb_ticket, "
"CASE arb_connected"
" WHEN 1 THEN \"Yes\""
" ELSE \"No\""
" END AS arb_connected, "
"CASE arb_state"
" WHEN 0 THEN \"ARBIT_NULL\""
" WHEN 1 THEN \"ARBIT_INIT\""
" WHEN 2 THEN \"ARBIT_FIND\""
" WHEN 3 THEN \"ARBIT_PREP1\""
" WHEN 4 THEN \"ARBIT_PREP2\""
" WHEN 5 THEN \"ARBIT_START\""
" WHEN 6 THEN \"ARBIT_RUN\""
" WHEN 7 THEN \"ARBIT_CHOOSE\""
" WHEN 8 THEN \"ARBIT_CRASH\""
" ELSE \"UNKNOWN\""
" END AS arb_state "
"FROM `<NDBINFO_DB>`.`<TABLE_PREFIX>membership` "
"ORDER BY arbitrator, arb_connected DESC"
},
{ "arbitrator_validity_summary",
"SELECT arbitrator, "
"arb_ticket, "
"CASE arb_connected"
" WHEN 1 THEN \"Yes\""
" ELSE \"No\""
" END AS arb_connected, "
"count(*) as consensus_count "
"FROM `<NDBINFO_DB>`.`<TABLE_PREFIX>membership` "
"GROUP BY arbitrator, arb_ticket, arb_connected"
},
{
"memory_per_fragment",
"SELECT name.fq_name, parent_name.fq_name AS parent_fq_name,"
"types.type_name AS type, table_id, node_id, block_instance, "
"fragment_num, fixed_elem_count, fixed_elem_size_bytes, "
"fixed_elem_alloc_bytes, fixed_elem_free_bytes, "
"FLOOR(fixed_elem_free_bytes/fixed_elem_size_bytes) AS "
"fixed_elem_free_count, var_elem_count, var_elem_alloc_bytes, "
"var_elem_free_bytes, hash_index_alloc_bytes "
"FROM `<NDBINFO_DB>`.`<TABLE_PREFIX>frag_mem_use` AS space "
"JOIN `<NDBINFO_DB>`.`<TABLE_PREFIX>dict_obj_info` "
"AS name ON name.id=space.table_id AND name.type<=6 JOIN "
" `<NDBINFO_DB>`.`<TABLE_PREFIX>dict_obj_types` AS types ON name.type=types.type_id "
"LEFT JOIN `<NDBINFO_DB>`.`<TABLE_PREFIX>dict_obj_info` AS parent_name "
"ON name.parent_obj_id=parent_name.id AND "
"name.parent_obj_type=parent_name.type"
},
{
"operations_per_fragment",
"SELECT name.fq_name, parent_name.fq_name AS parent_fq_name, "
"types.type_name AS type, table_id, node_id, block_instance, fragment_num, "
"tot_key_reads, tot_key_inserts, tot_key_updates, tot_key_writes, "
"tot_key_deletes, tot_key_refs, tot_key_attrinfo_bytes,"
"tot_key_keyinfo_bytes, tot_key_prog_bytes, tot_key_inst_exec, "
"tot_key_bytes_returned, tot_frag_scans, tot_scan_rows_examined, "
"tot_scan_rows_returned, tot_scan_bytes_returned, tot_scan_prog_bytes, "
"tot_scan_bound_bytes, tot_scan_inst_exec, tot_qd_frag_scans, "
"conc_frag_scans,"
"conc_qd_plain_frag_scans+conc_qd_tup_frag_scans+conc_qd_acc_frag_scans "
"AS conc_qd_frag_scans, "
"tot_commits "
"FROM ndbinfo.ndb$frag_operations AS ops "
"JOIN ndbinfo.ndb$dict_obj_info AS name "
"ON name.id=ops.table_id AND name.type<=6 "
"JOIN `<NDBINFO_DB>`.`<TABLE_PREFIX>dict_obj_types` AS types ON name.type=types.type_id "
"LEFT JOIN `<NDBINFO_DB>`.`<TABLE_PREFIX>dict_obj_info` AS parent_name "
"ON name.parent_obj_id=parent_name.id AND "
"name.parent_obj_type=parent_name.type"
},
// The blocks, dict_obj_types and config_params used
// to be stored in a different engine but have now
// been folded into hardcoded ndbinfo tables whose
// name include the special prefix.
// These views are defined to provide backward compatibility
// for code using the old names.
{ "blocks",
"SELECT block_number, block_name "
"FROM `<NDBINFO_DB>`.`<TABLE_PREFIX>blocks`"
},
{ "dict_obj_types",
"SELECT type_id, type_name "
"FROM `<NDBINFO_DB>`.`<TABLE_PREFIX>dict_obj_types`"
},
{ "config_params",
"SELECT param_number, param_name "
"FROM `<NDBINFO_DB>`.`<TABLE_PREFIX>config_params`"
},
};
size_t num_views = sizeof(views)/sizeof(views[0]);
// These tables are hardcoded(aka. virtual) in ha_ndbinfo
struct lookup {
const char* name;
const char* columns;
} lookups[] =
{
{ "<TABLE_PREFIX>blocks",
"block_number INT UNSIGNED, "
"block_name VARCHAR(512)",
},
{ "<TABLE_PREFIX>dict_obj_types",
"type_id` INT UNSIGNED, "
"type_name VARCHAR(512)",
},
{ "<TABLE_PREFIX>config_params",
"param_number INT UNSIGNED, "
"param_name VARCHAR(512)",
},
{
"<TABLE_PREFIX>dbtc_apiconnect_state",
"state_int_value INT UNSIGNED, "
"state_name VARCHAR(256), "
"state_friendly_name VARCHAR(256), "
"state_description VARCHAR(256)",
},
{
"<TABLE_PREFIX>dblqh_tcconnect_state",
"state_int_value INT UNSIGNED, "
"state_name VARCHAR(256), "
"state_friendly_name VARCHAR(256), "
"state_description VARCHAR(256)",
}
};
size_t num_lookups = sizeof(lookups)/sizeof(lookups[0]);
struct replace {
const char* tag;
const char* string;
} replaces[] =
{
{"<TABLE_PREFIX>", opt_table_prefix},
{"<NDBINFO_DB>", opt_ndbinfo_db},
};
size_t num_replaces = sizeof(replaces)/sizeof(replaces[0]);
BaseString replace_tags(const char* str)
{
BaseString result(str);
for (size_t i = 0; i < num_replaces; i++)
{
Vector<BaseString> parts;
const char* p = result.c_str();
const char* tag = replaces[i].tag;
/* Split on <tag> */
const char* first;
while((first = strstr(p, tag)))
{
BaseString part;
part.assign(p, first - p);
parts.push_back(part);
p = first + strlen(tag);
}
parts.push_back(p);
/* Put back together */
BaseString res;
const char* separator = "";
for (unsigned j = 0; j < parts.size(); j++)
{
res.appfmt("%s%s", separator, parts[j].c_str());
separator = replaces[i].string;
}
/* Save result from this loop */
result = res;
}
return result;
}
static void
print_conditional_sql(const BaseString& sql)
{
printf("SET @str=IF(@have_ndbinfo,'%s','SET @dummy = 0');\n",
sql.c_str());
printf("PREPARE stmt FROM @str;\n");
printf("EXECUTE stmt;\n");
printf("DROP PREPARE stmt;\n\n");
}
int main(int argc, char** argv){
BaseString sql;
if ((handle_options(&argc, &argv, my_long_options, NULL)))
return 2;
printf("#\n");
printf("# SQL commands for creating the tables in MySQL Server which\n");
printf("# are used by the NDBINFO storage engine to access system\n");
printf("# information and statistics from MySQL Cluster\n");
printf("#\n");
printf("# Only create objects if NDBINFO is supported\n");
printf("SELECT @have_ndbinfo:= COUNT(*) FROM "
"information_schema.engines WHERE engine='NDBINFO' "
"AND support IN ('YES', 'DEFAULT');\n\n");
printf("# Only create objects if version >= 7.1\n");
sql.assfmt("SELECT @have_ndbinfo:="
" (@@ndbinfo_version >= (7 << 16) | (1 << 8)) || @ndbinfo_skip_version_check");
print_conditional_sql(sql);
sql.assfmt("CREATE DATABASE IF NOT EXISTS `%s`", opt_ndbinfo_db);
print_conditional_sql(sql);
printf("# Set NDBINFO in offline mode during (re)create of tables\n");
printf("# and views to avoid errors caused by no such table or\n");
printf("# different table definition in NDB\n");
sql.assfmt("SET @@global.ndbinfo_offline=TRUE");
print_conditional_sql(sql);
{
// Lookup tables which existed in other engine before
// they were hardcoded into ha_ndbinfo. Drop to allow
// the new ndbinfo tables(and in some cases views) to
// be created
const char* old_lookups[] =
{
"blocks",
"dict_obj_types",
"config_params",
"ndb$dbtc_apiconnect_state",
"ndb$dblqh_tcconnect_state"
};
printf("# Drop obsolete lookups in %s\n", opt_ndbinfo_db);
for (size_t i = 0; i < sizeof(old_lookups)/sizeof(old_lookups[0]); i++)
{
sql.assfmt("DROP TABLE IF EXISTS `%s`.`%s`",
opt_ndbinfo_db, old_lookups[i]);
print_conditional_sql(sql);
}
}
printf("# Drop any old views in %s\n", opt_ndbinfo_db);
for (size_t i = 0; i < num_views; i++)
{
sql.assfmt("DROP VIEW IF EXISTS `%s`.`%s`",
opt_ndbinfo_db, views[i].name);
print_conditional_sql(sql);
}
printf("# Drop any old lookup tables in %s\n", opt_ndbinfo_db);
for (size_t i = 0; i < num_lookups; i++)
{
BaseString table_name = replace_tags(lookups[i].name);
sql.assfmt("DROP TABLE IF EXISTS `%s`.`%s`",
opt_ndbinfo_db, table_name.c_str());
print_conditional_sql(sql);
}
for (int i = 0; i < Ndbinfo::getNumTables(); i++)
{
const Ndbinfo::Table& table = Ndbinfo::getTable(i);
printf("# %s.%s%s\n",
opt_ndbinfo_db, opt_table_prefix, table.m.name);
/* Drop the table if it exists */
sql.assfmt("DROP TABLE IF EXISTS `%s`.`%s%s`",
opt_ndbinfo_db, opt_table_prefix, table.m.name);
print_conditional_sql(sql);
/* Create the table */
sql.assfmt("CREATE TABLE `%s`.`%s%s` (",
opt_ndbinfo_db, opt_table_prefix, table.m.name);
const char* separator = "";
for(int j = 0; j < table.m.ncols ; j++)
{
const Ndbinfo::Column& col = table.col[j];
sql.appfmt("%s", separator);
separator = ",";
sql.appfmt("`%s` ", col.name);
switch(col.coltype)
{
case Ndbinfo::Number:
sql.appfmt("INT UNSIGNED");
break;
case Ndbinfo:: Number64:
sql.appfmt("BIGINT UNSIGNED");
break;
case Ndbinfo::String:
sql.appfmt("VARCHAR(512)");
break;
default:
fprintf(stderr, "unknown coltype: %d\n", col.coltype);
abort();
break;
}
if (col.comment[0] != '\0')
sql.appfmt(" COMMENT \"%s\"", col.comment);
}
sql.appfmt(") COMMENT=\"%s\" ENGINE=NDBINFO", table.m.comment);
print_conditional_sql(sql);
}
for (size_t i = 0; i < num_lookups; i++)
{
lookup l = lookups[i];
BaseString table_name = replace_tags(l.name);
printf("# %s.%s\n", opt_ndbinfo_db, table_name.c_str());
/* Drop the table if it exists */
sql.assfmt("DROP TABLE IF EXISTS `%s`.`%s`",
opt_ndbinfo_db, table_name.c_str());
print_conditional_sql(sql);
/* Create lookup table */
sql.assfmt("CREATE TABLE `%s`.`%s` (%s) ENGINE=NDBINFO",
opt_ndbinfo_db, table_name.c_str(), l.columns);
print_conditional_sql(sql);
}
for (size_t i = 0; i < num_views; i++)
{
view v = views[i];
printf("# %s.%s\n", opt_ndbinfo_db, v.name);
BaseString view_sql = replace_tags(v.sql);
/* Create or replace the view */
BaseString sql;
sql.assfmt("CREATE OR REPLACE DEFINER=`root`@`localhost` "
"SQL SECURITY INVOKER VIEW `%s`.`%s` AS %s",
opt_ndbinfo_db, v.name, view_sql.c_str());
print_conditional_sql(sql);
}
printf("# Finally turn off offline mode\n");
sql.assfmt("SET @@global.ndbinfo_offline=FALSE");
print_conditional_sql(sql);
return 0;
}