@@ -74,11 +74,19 @@ Ndb_api_wait_scan_result_count_slave #
74
74
Ndb_cluster_node_id #
75
75
Ndb_config_from_host #
76
76
Ndb_config_from_port #
77
+ Ndb_conflict_epoch_delete_delete_count #
77
78
Ndb_conflict_fn_epoch #
79
+ Ndb_conflict_fn_epoch2 #
80
+ Ndb_conflict_fn_epoch2_trans #
78
81
Ndb_conflict_fn_epoch_trans #
79
82
Ndb_conflict_fn_max #
80
83
Ndb_conflict_fn_max_del_win #
81
84
Ndb_conflict_fn_old #
85
+ Ndb_conflict_last_conflict_epoch #
86
+ Ndb_conflict_last_stable_epoch #
87
+ Ndb_conflict_reflected_op_discard_count #
88
+ Ndb_conflict_reflected_op_prepare_count #
89
+ Ndb_conflict_refresh_op_count #
82
90
Ndb_conflict_trans_conflict_commit_count #
83
91
Ndb_conflict_trans_detect_iter_count #
84
92
Ndb_conflict_trans_reject_count #
@@ -100,7 +108,6 @@ Ndb_pushed_queries_executed #
100
108
Ndb_pushed_reads #
101
109
Ndb_scan_count #
102
110
Ndb_schema_locks_count #
103
- Ndb_slave_last_conflict_epoch #
104
111
Ndb_slave_max_replicated_epoch #
105
112
Ndb_sorted_scan_count #
106
113
SHOW GLOBAL VARIABLES WHERE Variable_name LIKE 'ndb\_%' and
@@ -115,6 +122,7 @@ ndb_cluster_connection_pool #
115
122
ndb_connectstring #
116
123
ndb_deferred_constraints #
117
124
ndb_distribution #
125
+ ndb_eventbuffer_free_percent #
118
126
ndb_eventbuffer_max_alloc #
119
127
ndb_extra_logging #
120
128
ndb_force_send #
@@ -125,6 +133,8 @@ ndb_log_apply_status #
125
133
ndb_log_bin #
126
134
ndb_log_binlog_index #
127
135
ndb_log_empty_epochs #
136
+ ndb_log_empty_update #
137
+ ndb_log_exclusive_reads #
128
138
ndb_log_orig #
129
139
ndb_log_transaction_id #
130
140
ndb_log_update_as_write #
@@ -1021,9 +1031,10 @@ drop table t1;
1021
1031
create table
1022
1032
abcdefghijklmnopqrstuvwxyz1234567890bcdefghijklmnopqrstuvwxyz123(id int
1023
1033
primary key) engine=ndb;
1024
- ERROR HY000: Got error 1059 'Unknown error code' from NDBCLUSTER
1034
+ ERROR 42000: Identifier name 'abcdefghijklmnopqrstuvwxyz1234567890bcdefghijklmnopqrstuvwxyz123' is too long
1025
1035
show warnings;
1026
1036
Level Code Message
1027
1037
Warning 1059 Ndb has an internal limit of 63 bytes on the size of schema identifiers
1028
- Error 1296 Got error 1059 'Unknown error code' from NDBCLUSTER
1038
+ Error 1059 Identifier name 'abcdefghijklmnopqrstuvwxyz1234567890bcdefghijklmnopqrstuvwxyz123' is too long
1039
+ Error 1031 Table storage engine for 'abcdefghijklmnopqrstuvwxyz1234567890bcdefghijklmnopqrstuvwxyz123' doesn't have this option
1029
1040
End of 5.1 tests
0 commit comments