~ubuntu-branches/ubuntu/trusty/mysql-5.6/trusty

« back to all changes in this revision

Viewing changes to mysql-test/suite/sys_vars/r/max_tmp_tables_basic_64.result

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-02-12 11:54:27 UTC
  • Revision ID: package-import@ubuntu.com-20140212115427-oq6tfsqxl1wuwehi
Tags: upstream-5.6.15
ImportĀ upstreamĀ versionĀ 5.6.15

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SET @start_global_value = @@global.max_tmp_tables;
 
2
Warnings:
 
3
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
4
SELECT @start_global_value;
 
5
@start_global_value
 
6
32
 
7
SET @start_session_value = @@session.max_tmp_tables;
 
8
Warnings:
 
9
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
10
SELECT @start_session_value;
 
11
@start_session_value
 
12
32
 
13
'#--------------------FN_DYNVARS_086_01-------------------------#'
 
14
SET @@global.max_tmp_tables = 1000;
 
15
Warnings:
 
16
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
17
SET @@global.max_tmp_tables = DEFAULT;
 
18
Warnings:
 
19
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
20
SELECT @@global.max_tmp_tables;
 
21
@@global.max_tmp_tables
 
22
32
 
23
Warnings:
 
24
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
25
SET @@session.max_tmp_tables = 1000;
 
26
Warnings:
 
27
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
28
SET @@session.max_tmp_tables = DEFAULT;
 
29
Warnings:
 
30
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
31
SELECT @@session.max_tmp_tables;
 
32
@@session.max_tmp_tables
 
33
32
 
34
Warnings:
 
35
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
36
'#--------------------FN_DYNVARS_086_02-------------------------#'
 
37
SET @@global.max_tmp_tables = DEFAULT;
 
38
Warnings:
 
39
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
40
SELECT @@global.max_tmp_tables = 32;
 
41
@@global.max_tmp_tables = 32
 
42
1
 
43
Warnings:
 
44
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
45
SET @@session.max_tmp_tables = DEFAULT;
 
46
Warnings:
 
47
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
48
SELECT @@session.max_tmp_tables = 32;
 
49
@@session.max_tmp_tables = 32
 
50
1
 
51
Warnings:
 
52
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
53
'#--------------------FN_DYNVARS_086_03-------------------------#'
 
54
SET @@global.max_tmp_tables = 1;
 
55
Warnings:
 
56
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
57
SELECT @@global.max_tmp_tables;
 
58
@@global.max_tmp_tables
 
59
1
 
60
Warnings:
 
61
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
62
SET @@global.max_tmp_tables = 2;
 
63
Warnings:
 
64
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
65
SELECT @@global.max_tmp_tables;
 
66
@@global.max_tmp_tables
 
67
2
 
68
Warnings:
 
69
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
70
SET @@global.max_tmp_tables = 65536;
 
71
Warnings:
 
72
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
73
SELECT @@global.max_tmp_tables;
 
74
@@global.max_tmp_tables
 
75
65536
 
76
Warnings:
 
77
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
78
SET @@global.max_tmp_tables = 4294967295;
 
79
Warnings:
 
80
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
81
SELECT @@global.max_tmp_tables;
 
82
@@global.max_tmp_tables
 
83
4294967295
 
84
Warnings:
 
85
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
86
SET @@global.max_tmp_tables = 4294967294;
 
87
Warnings:
 
88
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
89
SELECT @@global.max_tmp_tables;
 
90
@@global.max_tmp_tables
 
91
4294967294
 
92
Warnings:
 
93
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
94
'#--------------------FN_DYNVARS_086_04-------------------------#'
 
95
SET @@session.max_tmp_tables = 1;
 
96
Warnings:
 
97
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
98
SELECT @@session.max_tmp_tables;
 
99
@@session.max_tmp_tables
 
100
1
 
101
Warnings:
 
102
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
103
SET @@session.max_tmp_tables = 2;
 
104
Warnings:
 
105
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
106
SELECT @@session.max_tmp_tables;
 
107
@@session.max_tmp_tables
 
108
2
 
109
Warnings:
 
110
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
111
SET @@session.max_tmp_tables = 65536;
 
112
Warnings:
 
113
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
114
SELECT @@session.max_tmp_tables;
 
115
@@session.max_tmp_tables
 
116
65536
 
117
Warnings:
 
118
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
119
SET @@session.max_tmp_tables = 4294967295;
 
120
Warnings:
 
121
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
122
SELECT @@session.max_tmp_tables;
 
123
@@session.max_tmp_tables
 
124
4294967295
 
125
Warnings:
 
126
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
127
SET @@session.max_tmp_tables = 4294967294;
 
128
Warnings:
 
129
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
130
SELECT @@session.max_tmp_tables;
 
131
@@session.max_tmp_tables
 
132
4294967294
 
133
Warnings:
 
134
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
135
'#------------------FN_DYNVARS_086_05-----------------------#'
 
136
SET @@global.max_tmp_tables = -1024;
 
137
Warnings:
 
138
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
139
Warning 1292    Truncated incorrect max_tmp_tables value: '-1024'
 
140
SELECT @@global.max_tmp_tables;
 
141
@@global.max_tmp_tables
 
142
1
 
143
Warnings:
 
144
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
145
SET @@global.max_tmp_tables = 4294967296;
 
146
Warnings:
 
147
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
148
SELECT @@global.max_tmp_tables;
 
149
@@global.max_tmp_tables
 
150
4294967296
 
151
Warnings:
 
152
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
153
SET @@global.max_tmp_tables = -1;
 
154
Warnings:
 
155
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
156
Warning 1292    Truncated incorrect max_tmp_tables value: '-1'
 
157
SELECT @@global.max_tmp_tables;
 
158
@@global.max_tmp_tables
 
159
1
 
160
Warnings:
 
161
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
162
SET @@global.max_tmp_tables = 429496729500;
 
163
Warnings:
 
164
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
165
SELECT @@global.max_tmp_tables;
 
166
@@global.max_tmp_tables
 
167
429496729500
 
168
Warnings:
 
169
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
170
SET @@global.max_tmp_tables = 65530.34;
 
171
ERROR 42000: Incorrect argument type to variable 'max_tmp_tables'
 
172
SELECT @@global.max_tmp_tables;
 
173
@@global.max_tmp_tables
 
174
429496729500
 
175
Warnings:
 
176
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
177
SET @@global.max_tmp_tables = test;
 
178
ERROR 42000: Incorrect argument type to variable 'max_tmp_tables'
 
179
SELECT @@global.max_tmp_tables;
 
180
@@global.max_tmp_tables
 
181
429496729500
 
182
Warnings:
 
183
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
184
SET @@session.max_tmp_tables = 4294967296;
 
185
Warnings:
 
186
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
187
SELECT @@session.max_tmp_tables;
 
188
@@session.max_tmp_tables
 
189
4294967296
 
190
Warnings:
 
191
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
192
SET @@session.max_tmp_tables = -1;
 
193
Warnings:
 
194
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
195
Warning 1292    Truncated incorrect max_tmp_tables value: '-1'
 
196
SELECT @@session.max_tmp_tables;
 
197
@@session.max_tmp_tables
 
198
1
 
199
Warnings:
 
200
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
201
SET @@session.max_tmp_tables = 429496729500;
 
202
Warnings:
 
203
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
204
SELECT @@session.max_tmp_tables;
 
205
@@session.max_tmp_tables
 
206
429496729500
 
207
Warnings:
 
208
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
209
SET @@session.max_tmp_tables = -001;
 
210
Warnings:
 
211
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
212
Warning 1292    Truncated incorrect max_tmp_tables value: '-1'
 
213
SELECT @@session.max_tmp_tables;
 
214
@@session.max_tmp_tables
 
215
1
 
216
Warnings:
 
217
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
218
SET @@session.max_tmp_tables = 65530.34;
 
219
ERROR 42000: Incorrect argument type to variable 'max_tmp_tables'
 
220
SET @@session.max_tmp_tables = 10737418241;
 
221
Warnings:
 
222
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
223
SELECT @@session.max_tmp_tables;
 
224
@@session.max_tmp_tables
 
225
10737418241
 
226
Warnings:
 
227
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
228
SET @@session.max_tmp_tables = test;
 
229
ERROR 42000: Incorrect argument type to variable 'max_tmp_tables'
 
230
SELECT @@session.max_tmp_tables;
 
231
@@session.max_tmp_tables
 
232
10737418241
 
233
Warnings:
 
234
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
235
'#------------------FN_DYNVARS_086_06-----------------------#'
 
236
SELECT @@global.max_tmp_tables = VARIABLE_VALUE 
 
237
FROM INFORMATION_SCHEMA.GLOBAL_VARIABLES 
 
238
WHERE VARIABLE_NAME='max_tmp_tables';
 
239
@@global.max_tmp_tables = VARIABLE_VALUE
 
240
1
 
241
Warnings:
 
242
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
243
'#------------------FN_DYNVARS_086_07-----------------------#'
 
244
SELECT @@session.max_tmp_tables = VARIABLE_VALUE 
 
245
FROM INFORMATION_SCHEMA.SESSION_VARIABLES 
 
246
WHERE VARIABLE_NAME='max_tmp_tables';
 
247
@@session.max_tmp_tables = VARIABLE_VALUE
 
248
1
 
249
Warnings:
 
250
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
251
'#------------------FN_DYNVARS_086_08-----------------------#'
 
252
SET @@global.max_tmp_tables = TRUE;
 
253
Warnings:
 
254
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
255
SELECT @@global.max_tmp_tables;
 
256
@@global.max_tmp_tables
 
257
1
 
258
Warnings:
 
259
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
260
SET @@global.max_tmp_tables = FALSE;
 
261
Warnings:
 
262
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
263
Warning 1292    Truncated incorrect max_tmp_tables value: '0'
 
264
SELECT @@global.max_tmp_tables;
 
265
@@global.max_tmp_tables
 
266
1
 
267
Warnings:
 
268
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
269
'#---------------------FN_DYNVARS_086_09----------------------#'
 
270
SET @@global.max_tmp_tables = 20;
 
271
Warnings:
 
272
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
273
SELECT @@max_tmp_tables = @@global.max_tmp_tables;
 
274
@@max_tmp_tables = @@global.max_tmp_tables
 
275
0
 
276
Warnings:
 
277
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
278
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
279
'#---------------------FN_DYNVARS_086_10----------------------#'
 
280
SET @@max_tmp_tables = 255;
 
281
Warnings:
 
282
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
283
SELECT @@max_tmp_tables = @@local.max_tmp_tables;
 
284
@@max_tmp_tables = @@local.max_tmp_tables
 
285
1
 
286
Warnings:
 
287
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
288
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
289
SELECT @@local.max_tmp_tables = @@session.max_tmp_tables;
 
290
@@local.max_tmp_tables = @@session.max_tmp_tables
 
291
1
 
292
Warnings:
 
293
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
294
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
295
'#---------------------FN_DYNVARS_086_11----------------------#'
 
296
SET max_tmp_tables = 102;
 
297
Warnings:
 
298
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
299
SELECT @@max_tmp_tables;
 
300
@@max_tmp_tables
 
301
102
 
302
Warnings:
 
303
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
304
SELECT local.max_tmp_tables;
 
305
ERROR 42S02: Unknown table 'local' in field list
 
306
SELECT session.max_tmp_tables;
 
307
ERROR 42S02: Unknown table 'session' in field list
 
308
SELECT max_tmp_tables = @@session.max_tmp_tables;
 
309
ERROR 42S22: Unknown column 'max_tmp_tables' in 'field list'
 
310
SET @@global.max_tmp_tables = @start_global_value;
 
311
Warnings:
 
312
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
313
SELECT @@global.max_tmp_tables;
 
314
@@global.max_tmp_tables
 
315
32
 
316
Warnings:
 
317
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
318
SET @@session.max_tmp_tables = @start_session_value;
 
319
Warnings:
 
320
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.
 
321
SELECT @@session.max_tmp_tables;
 
322
@@session.max_tmp_tables
 
323
32
 
324
Warnings:
 
325
Warning 1287    '@@max_tmp_tables' is deprecated and will be removed in a future release.