File: create_table_similar_to_fts.result

package info (click to toggle)
mysql-8.0 8.0.43-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,273,924 kB
  • sloc: cpp: 4,684,605; ansic: 412,450; pascal: 108,398; java: 83,641; perl: 30,221; cs: 27,067; sql: 26,594; sh: 24,181; python: 21,816; yacc: 17,169; php: 11,522; xml: 7,388; javascript: 7,076; makefile: 2,194; lex: 1,075; awk: 670; asm: 520; objc: 183; ruby: 97; lisp: 86
file content (151 lines) | stat: -rw-r--r-- 9,383 bytes parent folder | download
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
# Try to create a table name that has the form of an FTS auxilliary table name.
CREATE TABLE fts_0000000000000424_being_deleted (id int);
ERROR 42000: Incorrect table name 'fts_0000000000000424_being_deleted'
SHOW WARNINGS;
Level	Code	Message
Warning	1103	Invalid table name. `test/fts_0000000000000424_being_deleted` has the form of an FTS auxiliary table name
Error	1103	Incorrect table name 'fts_0000000000000424_being_deleted'
CREATE TABLE fts_0000000000000424_being_deleted_cache (id int);
ERROR 42000: Incorrect table name 'fts_0000000000000424_being_deleted_cache'
SHOW WARNINGS;
Level	Code	Message
Warning	1103	Invalid table name. `test/fts_0000000000000424_being_deleted_cache` has the form of an FTS auxiliary table name
Error	1103	Incorrect table name 'fts_0000000000000424_being_deleted_cache'
CREATE TABLE fts_0000000000000424_config (id int);
ERROR 42000: Incorrect table name 'fts_0000000000000424_config'
SHOW WARNINGS;
Level	Code	Message
Warning	1103	Invalid table name. `test/fts_0000000000000424_config` has the form of an FTS auxiliary table name
Error	1103	Incorrect table name 'fts_0000000000000424_config'
CREATE TABLE fts_0000000000000424_deleted (id int);
ERROR 42000: Incorrect table name 'fts_0000000000000424_deleted'
SHOW WARNINGS;
Level	Code	Message
Warning	1103	Invalid table name. `test/fts_0000000000000424_deleted` has the form of an FTS auxiliary table name
Error	1103	Incorrect table name 'fts_0000000000000424_deleted'
CREATE TABLE fts_0000000000000424_deleted_cache (id int);
ERROR 42000: Incorrect table name 'fts_0000000000000424_deleted_cache'
SHOW WARNINGS;
Level	Code	Message
Warning	1103	Invalid table name. `test/fts_0000000000000424_deleted_cache` has the form of an FTS auxiliary table name
Error	1103	Incorrect table name 'fts_0000000000000424_deleted_cache'
create table fts_0000000000000424_being_deleted (id int);
ERROR 42000: incorrect table name 'fts_0000000000000424_being_deleted'
SHOW WARNINGS;
Level	Code	Message
Warning	1103	Invalid table name. `test/fts_0000000000000424_being_deleted` has the form of an FTS auxiliary table name
Error	1103	Incorrect table name 'fts_0000000000000424_being_deleted'
create table fts_0000000000000424_being_deleted_cache (id int);
ERROR 42000: incorrect table name 'fts_0000000000000424_being_deleted_cache'
SHOW WARNINGS;
Level	Code	Message
Warning	1103	Invalid table name. `test/fts_0000000000000424_being_deleted_cache` has the form of an FTS auxiliary table name
Error	1103	Incorrect table name 'fts_0000000000000424_being_deleted_cache'
create table fts_0000000000000424_config (id int);
ERROR 42000: incorrect table name 'fts_0000000000000424_config'
SHOW WARNINGS;
Level	Code	Message
Warning	1103	Invalid table name. `test/fts_0000000000000424_config` has the form of an FTS auxiliary table name
Error	1103	Incorrect table name 'fts_0000000000000424_config'
create table fts_0000000000000424_deleted_cache (id int);
ERROR 42000: incorrect table name 'fts_0000000000000424_deleted_cache'
SHOW WARNINGS;
Level	Code	Message
Warning	1103	Invalid table name. `test/fts_0000000000000424_deleted_cache` has the form of an FTS auxiliary table name
Error	1103	Incorrect table name 'fts_0000000000000424_deleted_cache'
create table fts_0000000000000424_added (id int);
ERROR 42000: incorrect table name 'fts_0000000000000424_added'
SHOW WARNINGS;
Level	Code	Message
Warning	1103	Invalid table name. `test/fts_0000000000000424_added` has the form of an FTS auxiliary table name
Error	1103	Incorrect table name 'fts_0000000000000424_added'
create table fts_0000000000000424_stopwords (id int);
ERROR 42000: incorrect table name 'fts_0000000000000424_stopwords'
SHOW WARNINGS;
Level	Code	Message
Warning	1103	Invalid table name. `test/fts_0000000000000424_stopwords` has the form of an FTS auxiliary table name
Error	1103	Incorrect table name 'fts_0000000000000424_stopwords'
CREATE TABLE fts_0000000000000424_0000000000000584_index_1 (id int);
ERROR 42000: Incorrect table name 'fts_0000000000000424_0000000000000584_index_1'
SHOW WARNINGS;
Level	Code	Message
Warning	1103	Invalid table name. `test/fts_0000000000000424_0000000000000584_index_1` has the form of an FTS auxiliary table name
Error	1103	Incorrect table name 'fts_0000000000000424_0000000000000584_index_1'
CREATE TABLE fts_0000000000000424_0000000000000584_index_2 (id int);
ERROR 42000: Incorrect table name 'fts_0000000000000424_0000000000000584_index_2'
SHOW WARNINGS;
Level	Code	Message
Warning	1103	Invalid table name. `test/fts_0000000000000424_0000000000000584_index_2` has the form of an FTS auxiliary table name
Error	1103	Incorrect table name 'fts_0000000000000424_0000000000000584_index_2'
CREATE TABLE fts_0000000000000424_0000000000000584_index_3 (id int);
ERROR 42000: Incorrect table name 'fts_0000000000000424_0000000000000584_index_3'
SHOW WARNINGS;
Level	Code	Message
Warning	1103	Invalid table name. `test/fts_0000000000000424_0000000000000584_index_3` has the form of an FTS auxiliary table name
Error	1103	Incorrect table name 'fts_0000000000000424_0000000000000584_index_3'
CREATE TABLE fts_0000000000000424_0000000000000584_index_4 (id int);
ERROR 42000: Incorrect table name 'fts_0000000000000424_0000000000000584_index_4'
SHOW WARNINGS;
Level	Code	Message
Warning	1103	Invalid table name. `test/fts_0000000000000424_0000000000000584_index_4` has the form of an FTS auxiliary table name
Error	1103	Incorrect table name 'fts_0000000000000424_0000000000000584_index_4'
CREATE TABLE fts_0000000000000424_0000000000000584_index_5 (id int);
ERROR 42000: Incorrect table name 'fts_0000000000000424_0000000000000584_index_5'
SHOW WARNINGS;
Level	Code	Message
Warning	1103	Invalid table name. `test/fts_0000000000000424_0000000000000584_index_5` has the form of an FTS auxiliary table name
Error	1103	Incorrect table name 'fts_0000000000000424_0000000000000584_index_5'
CREATE TABLE fts_0000000000000424_0000000000000584_index_6 (id int);
ERROR 42000: Incorrect table name 'fts_0000000000000424_0000000000000584_index_6'
SHOW WARNINGS;
Level	Code	Message
Warning	1103	Invalid table name. `test/fts_0000000000000424_0000000000000584_index_6` has the form of an FTS auxiliary table name
Error	1103	Incorrect table name 'fts_0000000000000424_0000000000000584_index_6'
CREATE TABLE fts_0000000000000424_0000000000000584_doc_id (id int);
ERROR 42000: Incorrect table name 'fts_0000000000000424_0000000000000584_doc_id'
SHOW WARNINGS;
Level	Code	Message
Warning	1103	Invalid table name. `test/fts_0000000000000424_0000000000000584_doc_id` has the form of an FTS auxiliary table name
Error	1103	Incorrect table name 'fts_0000000000000424_0000000000000584_doc_id'
create table fts_0000000000000424_0000000000000584_index_1 (id int);
ERROR 42000: incorrect table name 'fts_0000000000000424_0000000000000584_index_1'
SHOW WARNINGS;
Level	Code	Message
Warning	1103	Invalid table name. `test/fts_0000000000000424_0000000000000584_index_1` has the form of an FTS auxiliary table name
Error	1103	Incorrect table name 'fts_0000000000000424_0000000000000584_index_1'
create table fts_0000000000000424_0000000000000584_index_2 (id int);
ERROR 42000: incorrect table name 'fts_0000000000000424_0000000000000584_index_2'
SHOW WARNINGS;
Level	Code	Message
Warning	1103	Invalid table name. `test/fts_0000000000000424_0000000000000584_index_2` has the form of an FTS auxiliary table name
Error	1103	Incorrect table name 'fts_0000000000000424_0000000000000584_index_2'
create table fts_0000000000000424_0000000000000584_index_3 (id int);
ERROR 42000: incorrect table name 'fts_0000000000000424_0000000000000584_index_3'
SHOW WARNINGS;
Level	Code	Message
Warning	1103	Invalid table name. `test/fts_0000000000000424_0000000000000584_index_3` has the form of an FTS auxiliary table name
Error	1103	Incorrect table name 'fts_0000000000000424_0000000000000584_index_3'
create table fts_0000000000000424_0000000000000584_index_4 (id int);
ERROR 42000: incorrect table name 'fts_0000000000000424_0000000000000584_index_4'
SHOW WARNINGS;
Level	Code	Message
Warning	1103	Invalid table name. `test/fts_0000000000000424_0000000000000584_index_4` has the form of an FTS auxiliary table name
Error	1103	Incorrect table name 'fts_0000000000000424_0000000000000584_index_4'
create table fts_0000000000000424_0000000000000584_index_5 (id int);
ERROR 42000: incorrect table name 'fts_0000000000000424_0000000000000584_index_5'
SHOW WARNINGS;
Level	Code	Message
Warning	1103	Invalid table name. `test/fts_0000000000000424_0000000000000584_index_5` has the form of an FTS auxiliary table name
Error	1103	Incorrect table name 'fts_0000000000000424_0000000000000584_index_5'
create table fts_0000000000000424_0000000000000584_index_6 (id int);
ERROR 42000: incorrect table name 'fts_0000000000000424_0000000000000584_index_6'
SHOW WARNINGS;
Level	Code	Message
Warning	1103	Invalid table name. `test/fts_0000000000000424_0000000000000584_index_6` has the form of an FTS auxiliary table name
Error	1103	Incorrect table name 'fts_0000000000000424_0000000000000584_index_6'
create table fts_0000000000000424_0000000000000584_doc_id (id int);
ERROR 42000: incorrect table name 'fts_0000000000000424_0000000000000584_doc_id'
SHOW WARNINGS;
Level	Code	Message
Warning	1103	Invalid table name. `test/fts_0000000000000424_0000000000000584_doc_id` has the form of an FTS auxiliary table name
Error	1103	Incorrect table name 'fts_0000000000000424_0000000000000584_doc_id'