File: issue_641.sql

package info (click to toggle)
percona-toolkit 3.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 68,916 kB
  • sloc: perl: 241,287; sql: 22,868; sh: 19,746; javascript: 6,799; makefile: 353; awk: 38; python: 30; sed: 1
file content (12 lines) | stat: -rw-r--r-- 527 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
DROP DATABASE IF EXISTS issue_641;
CREATE DATABASE issue_641;
USE issue_641;
CREATE TABLE lt (
  id int not null auto_increment primary key,
  b  blob
) ENGINE=InnoDB;
CREATE TABLE rt (
  id int not null auto_increment primary key,
  b  blob
) ENGINE=InnoDB;
INSERT INTO lt VALUES (null, 0x89504E470D0A1A0A0000000D4948445200000079000000750802000000E55AD965000000097048597300000EC300000EC301C76FA8640000200049444154789C4CBB7794246779FFBBF78F7B7EBE466177677772CE3D9D667AA67BA62776CE39545557CE3974EE9EB049AB9556392210414258083);