mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
ps_7ndb.result, ps_6bdb.result:
Updated result files mysql-test/r/ps_6bdb.result: Updated result files mysql-test/r/ps_7ndb.result: Updated result files
This commit is contained in:
@ -1152,13 +1152,13 @@ execute stmt1;
|
|||||||
Catalog Database Table Table_alias Column Column_alias Type Length Max length Is_null Flags Decimals Charsetnr
|
Catalog Database Table Table_alias Column Column_alias Type Length Max length Is_null Flags Decimals Charsetnr
|
||||||
def id 8 3 1 N 32929 0 63
|
def id 8 3 1 N 32929 0 63
|
||||||
def select_type 253 19 6 N 1 31 8
|
def select_type 253 19 6 N 1 31 8
|
||||||
def table 253 64 2 N 1 31 8
|
def table 253 64 2 Y 0 31 8
|
||||||
def type 253 10 3 N 1 31 8
|
def type 253 10 3 Y 0 31 8
|
||||||
def possible_keys 253 4096 0 Y 0 31 8
|
def possible_keys 253 4096 0 Y 0 31 8
|
||||||
def key 253 64 0 Y 0 31 8
|
def key 253 64 0 Y 0 31 8
|
||||||
def key_len 253 4096 0 Y 128 31 63
|
def key_len 253 4096 0 Y 128 31 63
|
||||||
def ref 253 1024 0 Y 0 31 8
|
def ref 253 1024 0 Y 0 31 8
|
||||||
def rows 8 10 1 N 32929 0 63
|
def rows 8 10 1 Y 32928 0 63
|
||||||
def Extra 253 255 0 N 1 31 8
|
def Extra 253 255 0 N 1 31 8
|
||||||
id select_type table type possible_keys key key_len ref rows Extra
|
id select_type table type possible_keys key key_len ref rows Extra
|
||||||
1 SIMPLE t9 ALL NULL NULL NULL NULL 3
|
1 SIMPLE t9 ALL NULL NULL NULL NULL 3
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
use test; drop table if exists t1, t9 ; create table t1
|
use test;
|
||||||
|
drop table if exists t1, t9 ;
|
||||||
|
create table t1
|
||||||
(
|
(
|
||||||
a int, b varchar(30),
|
a int, b varchar(30),
|
||||||
primary key(a)
|
primary key(a)
|
||||||
@ -442,9 +444,10 @@ limit 1 ';
|
|||||||
execute stmt1 ;
|
execute stmt1 ;
|
||||||
a b
|
a b
|
||||||
1 one
|
1 one
|
||||||
prepare stmt1 from ' select a,b from t1
|
prepare stmt1 from ' select a,b from t1 limit ? ';
|
||||||
limit ? ';
|
execute stmt1 using @arg00;
|
||||||
ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '?' at line 2
|
a b
|
||||||
|
3 three
|
||||||
set @arg00='b' ;
|
set @arg00='b' ;
|
||||||
set @arg01=0 ;
|
set @arg01=0 ;
|
||||||
set @arg02=2 ;
|
set @arg02=2 ;
|
||||||
@ -1149,13 +1152,13 @@ execute stmt1;
|
|||||||
Catalog Database Table Table_alias Column Column_alias Type Length Max length Is_null Flags Decimals Charsetnr
|
Catalog Database Table Table_alias Column Column_alias Type Length Max length Is_null Flags Decimals Charsetnr
|
||||||
def id 8 3 1 N 32929 0 63
|
def id 8 3 1 N 32929 0 63
|
||||||
def select_type 253 19 6 N 1 31 8
|
def select_type 253 19 6 N 1 31 8
|
||||||
def table 253 64 2 N 1 31 8
|
def table 253 64 2 Y 0 31 8
|
||||||
def type 253 10 3 N 1 31 8
|
def type 253 10 3 Y 0 31 8
|
||||||
def possible_keys 253 4096 0 Y 0 31 8
|
def possible_keys 253 4096 0 Y 0 31 8
|
||||||
def key 253 64 0 Y 0 31 8
|
def key 253 64 0 Y 0 31 8
|
||||||
def key_len 253 4096 0 Y 128 31 63
|
def key_len 253 4096 0 Y 128 31 63
|
||||||
def ref 253 1024 0 Y 0 31 8
|
def ref 253 1024 0 Y 0 31 8
|
||||||
def rows 8 10 1 N 32929 0 63
|
def rows 8 10 1 Y 32928 0 63
|
||||||
def Extra 253 255 0 N 1 31 8
|
def Extra 253 255 0 N 1 31 8
|
||||||
id select_type table type possible_keys key key_len ref rows Extra
|
id select_type table type possible_keys key key_len ref rows Extra
|
||||||
1 SIMPLE t9 ALL NULL NULL NULL NULL 2
|
1 SIMPLE t9 ALL NULL NULL NULL NULL 2
|
||||||
|
Reference in New Issue
Block a user