xref: /netbsd-src/external/bsd/file/dist/magic/magdir/sql (revision 62f324d0121177eaf2e0384f92fd9ca2a751c795)
1
2#------------------------------------------------------------------------------
3# $File: sql,v 1.11 2013/02/21 15:27:01 christos Exp $
4# sql:  file(1) magic for SQL files
5#
6# From: "Marty Leisner" <mleisner@eng.mc.xerox.com>
7# Recognize some MySQL files.
8# Elan Ruusamae <glen@delfi.ee>, added MariaDB signatures
9# from https://bazaar.launchpad.net/~maria-captains/maria/5.5/view/head:/support-files/magic
10#
110	beshort			0xfe01		MySQL table definition file
12>2	byte			x		Version %d
130	belong&0xffffff00	0xfefe0700	MySQL MyISAM index file
14>3	byte			x		Version %d
150	belong&0xffffff00	0xfefe0800	MySQL MyISAM compressed data file
16>3	byte			x		Version %d
170	belong&0xffffff00	0xfefe0900	MySQL Maria index file
18>3	byte			x		Version %d
190	belong&0xffffff00	0xfefe0A00	MySQL Maria compressed data file
20>3	byte			x		Version %d
210	belong&0xffffff00	0xfefe0500	MySQL ISAM index file
22>3	byte			x		Version %d
230	belong&0xffffff00	0xfefe0600	MySQL ISAM compressed data file
24>3	byte			x		Version %d
250	string			\376bin		MySQL replication log
260	belong&0xffffff00	0xfefe0b00
27>4	string			MARIALOG	MySQL Maria transaction log file
28>>3	byte			x		Version %d
290	belong&0xffffff00	0xfefe0c00
30>4	string			MACF		MySQL Maria control file
31>>3	byte			x		Version %d
32
33#------------------------------------------------------------------------------
34# iRiver H Series database file
35# From Ken Guest <ken@linux.ie>
36# As observed from iRivNavi.iDB and unencoded firmware
37#
380   string		iRivDB	iRiver Database file
39>11  string	>\0	Version %s
40>39  string		iHP-100	[H Series]
41
42#------------------------------------------------------------------------------
43# SQLite database files
44# Ken Guest <ken@linux.ie>, Ty Sarna, Zack Weinberg
45#
46# Version 1 used GDBM internally; its files cannot be distinguished
47# from other GDBM files.
48#
49# Version 2 used this format:
500	string	**\ This\ file\ contains\ an\ SQLite  SQLite 2.x database
51
52# Version 3 of SQLite allows applications to embed their own "user version"
53# number in the database.  Detect this and distinguish those files.
54
550   string  SQLite\ format\ 3
56>60 string  _MTN               Monotone source repository
57>60 belong  !0                 SQLite 3.x database, user version %u
58>60 belong  0                  SQLite 3.x database
59
60# Panasonic channel list database svl.bin or svl.db added by Joerg Jenderek
61# http://www.ullrich.es/job/service-menue/panasonic/panasonic-sendersortierung-sat-am-pc/
62# pceditor_V2003.jar
630	string		PSDB\0			Panasonic channel list database
64>126	string		SQLite\ format\ 3
65>>&-15	indirect	x			\b; contains
66