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

« back to all changes in this revision

Viewing changes to mysql-test/r/mysqlbinlog_row_big.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:
36
36
#
37
37
# Insert some big rows.
38
38
#
39
 
256MB
40
 
INSERT INTO t1 VALUES (REPEAT('ManyMegaByteBlck', 16777216));
 
39
64MB
 
40
INSERT INTO t1 VALUES (REPEAT('ManyMegaByteBlck', 4194304));
41
41
affected rows: 1
42
42
32MB
43
43
INSERT INTO t1 VALUES (REPEAT('ManyMegaByteBlck', 2097152));
53
53
# Do not display the column value itself, just its length.
54
54
#
55
55
SELECT LENGTH(c1) FROM t1;
56
 
LENGTH(c1)      268435456
 
56
LENGTH(c1)      67108864
57
57
LENGTH(c1)      33554432
58
58
LENGTH(c1)      4194304
59
59
LENGTH(c1)      524288
69
69
# Do not display the column value itself, just its length.
70
70
#
71
71
SELECT LENGTH(c1) FROM t1;
72
 
LENGTH(c1)      536870912
 
72
LENGTH(c1)      134217728
73
73
LENGTH(c1)      1048576
74
74
LENGTH(c1)      67108864
75
75
LENGTH(c1)      8388608