~ubuntu-branches/ubuntu/natty/mysql-5.1/natty-proposed

« back to all changes in this revision

Viewing changes to mysql-test/r/show_check.result

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-02-22 08:30:45 UTC
  • mfrom: (1.4.1)
  • Revision ID: package-import@ubuntu.com-20120222083045-2rd53r4bnyx7qus4
Tags: 5.1.61-0ubuntu0.11.04.1
* SECURITY UPDATE: Update to 5.1.61 to fix multiple security issues
  (LP: #937869)
  - http://www.oracle.com/technetwork/topics/security/cpujan2012-366304.html
  - CVE-2011-2262
  - CVE-2012-0075
  - CVE-2012-0112
  - CVE-2012-0113
  - CVE-2012-0114
  - CVE-2012-0115
  - CVE-2012-0116
  - CVE-2012-0117
  - CVE-2012-0118
  - CVE-2012-0119
  - CVE-2012-0120
  - CVE-2012-0484
  - CVE-2012-0485
  - CVE-2012-0486
  - CVE-2012-0487
  - CVE-2012-0488
  - CVE-2012-0489
  - CVE-2012-0490
  - CVE-2012-0491
  - CVE-2012-0492
  - CVE-2012-0493
  - CVE-2012-0494
  - CVE-2012-0495
  - CVE-2012-0496

Show diffs side-by-side

added added

removed removed

Lines of Context:
458
458
insert into t3 values (1,1),(2,2);
459
459
show table status;
460
460
Name    Engine  Version Row_format      Rows    Avg_row_length  Data_length     Max_data_length Index_length    Data_free       Auto_increment  Create_time     Update_time     Check_time      Collation       Checksum        Create_options  Comment
461
 
t1      MEMORY  10      Fixed   2       #       #       #       #       0       NULL    NULL    NULL    NULL    latin1_swedish_ci       NULL            
462
 
t2      MEMORY  10      Fixed   2       #       #       #       #       0       NULL    NULL    NULL    NULL    latin1_swedish_ci       NULL            
463
 
t3      MEMORY  10      Fixed   2       #       #       #       #       0       NULL    NULL    NULL    NULL    latin1_swedish_ci       NULL            
 
461
t1      MEMORY  10      Fixed   2       #       #       #       #       0       NULL    #       NULL    NULL    latin1_swedish_ci       NULL            
 
462
t2      MEMORY  10      Fixed   2       #       #       #       #       0       NULL    #       NULL    NULL    latin1_swedish_ci       NULL            
 
463
t3      MEMORY  10      Fixed   2       #       #       #       #       0       NULL    #       NULL    NULL    latin1_swedish_ci       NULL            
464
464
insert into t1 values (3),(4);
465
465
insert into t2 values (3),(4);
466
466
insert into t3 values (3,3),(4,4);
467
467
show table status;
468
468
Name    Engine  Version Row_format      Rows    Avg_row_length  Data_length     Max_data_length Index_length    Data_free       Auto_increment  Create_time     Update_time     Check_time      Collation       Checksum        Create_options  Comment
469
 
t1      MEMORY  10      Fixed   4       #       #       #       #       0       NULL    NULL    NULL    NULL    latin1_swedish_ci       NULL            
470
 
t2      MEMORY  10      Fixed   4       #       #       #       #       0       NULL    NULL    NULL    NULL    latin1_swedish_ci       NULL            
471
 
t3      MEMORY  10      Fixed   4       #       #       #       #       0       NULL    NULL    NULL    NULL    latin1_swedish_ci       NULL            
 
469
t1      MEMORY  10      Fixed   4       #       #       #       #       0       NULL    #       NULL    NULL    latin1_swedish_ci       NULL            
 
470
t2      MEMORY  10      Fixed   4       #       #       #       #       0       NULL    #       NULL    NULL    latin1_swedish_ci       NULL            
 
471
t3      MEMORY  10      Fixed   4       #       #       #       #       0       NULL    #       NULL    NULL    latin1_swedish_ci       NULL            
472
472
insert into t1 values (5);
473
473
insert into t2 values (5);
474
474
insert into t3 values (5,5);
475
475
show table status;
476
476
Name    Engine  Version Row_format      Rows    Avg_row_length  Data_length     Max_data_length Index_length    Data_free       Auto_increment  Create_time     Update_time     Check_time      Collation       Checksum        Create_options  Comment
477
 
t1      MEMORY  10      Fixed   5       #       #       #       #       0       NULL    NULL    NULL    NULL    latin1_swedish_ci       NULL            
478
 
t2      MEMORY  10      Fixed   5       #       #       #       #       0       NULL    NULL    NULL    NULL    latin1_swedish_ci       NULL            
479
 
t3      MEMORY  10      Fixed   5       #       #       #       #       0       NULL    NULL    NULL    NULL    latin1_swedish_ci       NULL            
 
477
t1      MEMORY  10      Fixed   5       #       #       #       #       0       NULL    #       NULL    NULL    latin1_swedish_ci       NULL            
 
478
t2      MEMORY  10      Fixed   5       #       #       #       #       0       NULL    #       NULL    NULL    latin1_swedish_ci       NULL            
 
479
t3      MEMORY  10      Fixed   5       #       #       #       #       0       NULL    #       NULL    NULL    latin1_swedish_ci       NULL            
480
480
delete from t1 where a=3;
481
481
delete from t2 where b=3;
482
482
delete from t3 where a=3;
483
483
show table status;
484
484
Name    Engine  Version Row_format      Rows    Avg_row_length  Data_length     Max_data_length Index_length    Data_free       Auto_increment  Create_time     Update_time     Check_time      Collation       Checksum        Create_options  Comment
485
 
t1      MEMORY  10      Fixed   4       #       #       #       #       #       NULL    NULL    NULL    NULL    latin1_swedish_ci       NULL            
486
 
t2      MEMORY  10      Fixed   4       #       #       #       #       #       NULL    NULL    NULL    NULL    latin1_swedish_ci       NULL            
487
 
t3      MEMORY  10      Fixed   4       #       #       #       #       #       NULL    NULL    NULL    NULL    latin1_swedish_ci       NULL            
 
485
t1      MEMORY  10      Fixed   4       #       #       #       #       #       NULL    #       NULL    NULL    latin1_swedish_ci       NULL            
 
486
t2      MEMORY  10      Fixed   4       #       #       #       #       #       NULL    #       NULL    NULL    latin1_swedish_ci       NULL            
 
487
t3      MEMORY  10      Fixed   4       #       #       #       #       #       NULL    #       NULL    NULL    latin1_swedish_ci       NULL            
488
488
truncate table t1;
489
489
truncate table t2;
490
490
truncate table t3;
491
491
show table status;
492
492
Name    Engine  Version Row_format      Rows    Avg_row_length  Data_length     Max_data_length Index_length    Data_free       Auto_increment  Create_time     Update_time     Check_time      Collation       Checksum        Create_options  Comment
493
 
t1      MEMORY  10      Fixed   0       #       #       #       #       0       NULL    NULL    NULL    NULL    latin1_swedish_ci       NULL            
494
 
t2      MEMORY  10      Fixed   0       #       #       #       #       0       NULL    NULL    NULL    NULL    latin1_swedish_ci       NULL            
495
 
t3      MEMORY  10      Fixed   0       #       #       #       #       0       NULL    NULL    NULL    NULL    latin1_swedish_ci       NULL            
 
493
t1      MEMORY  10      Fixed   0       #       #       #       #       0       NULL    #       NULL    NULL    latin1_swedish_ci       NULL            
 
494
t2      MEMORY  10      Fixed   0       #       #       #       #       0       NULL    #       NULL    NULL    latin1_swedish_ci       NULL            
 
495
t3      MEMORY  10      Fixed   0       #       #       #       #       0       NULL    #       NULL    NULL    latin1_swedish_ci       NULL            
496
496
insert into t1 values (5);
497
497
insert into t2 values (5);
498
498
insert into t3 values (5,5);
499
499
show table status;
500
500
Name    Engine  Version Row_format      Rows    Avg_row_length  Data_length     Max_data_length Index_length    Data_free       Auto_increment  Create_time     Update_time     Check_time      Collation       Checksum        Create_options  Comment
501
 
t1      MEMORY  10      Fixed   1       #       #       #       #       0       NULL    NULL    NULL    NULL    latin1_swedish_ci       NULL            
502
 
t2      MEMORY  10      Fixed   1       #       #       #       #       0       NULL    NULL    NULL    NULL    latin1_swedish_ci       NULL            
503
 
t3      MEMORY  10      Fixed   1       #       #       #       #       0       NULL    NULL    NULL    NULL    latin1_swedish_ci       NULL            
 
501
t1      MEMORY  10      Fixed   1       #       #       #       #       0       NULL    #       NULL    NULL    latin1_swedish_ci       NULL            
 
502
t2      MEMORY  10      Fixed   1       #       #       #       #       0       NULL    #       NULL    NULL    latin1_swedish_ci       NULL            
 
503
t3      MEMORY  10      Fixed   1       #       #       #       #       0       NULL    #       NULL    NULL    latin1_swedish_ci       NULL            
504
504
delete from t1 where a=5;
505
505
delete from t2 where b=5;
506
506
delete from t3 where a=5;
507
507
show table status;
508
508
Name    Engine  Version Row_format      Rows    Avg_row_length  Data_length     Max_data_length Index_length    Data_free       Auto_increment  Create_time     Update_time     Check_time      Collation       Checksum        Create_options  Comment
509
 
t1      MEMORY  10      Fixed   0       #       #       #       #       #       NULL    NULL    NULL    NULL    latin1_swedish_ci       NULL            
510
 
t2      MEMORY  10      Fixed   0       #       #       #       #       #       NULL    NULL    NULL    NULL    latin1_swedish_ci       NULL            
511
 
t3      MEMORY  10      Fixed   0       #       #       #       #       #       NULL    NULL    NULL    NULL    latin1_swedish_ci       NULL            
 
509
t1      MEMORY  10      Fixed   0       #       #       #       #       #       NULL    #       NULL    NULL    latin1_swedish_ci       NULL            
 
510
t2      MEMORY  10      Fixed   0       #       #       #       #       #       NULL    #       NULL    NULL    latin1_swedish_ci       NULL            
 
511
t3      MEMORY  10      Fixed   0       #       #       #       #       #       NULL    #       NULL    NULL    latin1_swedish_ci       NULL            
512
512
drop table t1, t2, t3;
513
513
create database mysqltest;
514
514
show create database mysqltest;
659
659
flush tables;
660
660
SHOW TABLE STATUS like 't1';
661
661
Name    Engine  Version Row_format      Rows    Avg_row_length  Data_length     Max_data_length Index_length    Data_free       Auto_increment  Create_time     Update_time     Check_time      Collation       Checksum        Create_options  Comment
662
 
t1      NULL    NULL    NULL    NULL    #       #       #       #       NULL    NULL    NULL    NULL    NULL    NULL    NULL    NULL    Incorrect information in file: './test/t1.frm'
 
662
t1      NULL    NULL    NULL    NULL    #       #       #       #       NULL    NULL    #       NULL    NULL    NULL    NULL    NULL    Incorrect information in file: './test/t1.frm'
 
663
Warnings:
 
664
Warning 1033    Incorrect information in file: './test/t1.frm'
663
665
show create table t1;
664
666
ERROR HY000: Incorrect information in file: './test/t1.frm'
665
667
drop table if exists t1;
1337
1339
set names latin1;
1338
1340
show columns from `#mysql50#????????`;
1339
1341
Got one of the listed errors
 
1342
call mtr.add_suppression("Can.t find file: '.\\\\test\\\\\\?{8}.frm'");
1340
1343
DROP TABLE IF EXISTS t1;
1341
1344
DROP PROCEDURE IF EXISTS p1;
1342
1345
CREATE TABLE t1(c1 INT);