C:\xampp\htdocs\landing\wp-content\updraft\plugins-old\wordpress-seo\lib\migrations\constants.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php

namespace Yoast\WP\Lib\Migrations;

/**
 * Yoast migrations constants class.
 */
class Constants {
    const 
MYSQL_MAX_IDENTIFIER_LENGTH 64;
    const 
SQL_UNKNOWN_QUERY_TYPE      1;
    const 
SQL_SELECT                  2;
    const 
SQL_INSERT                  4;
    const 
SQL_UPDATE                  8;
    const 
SQL_DELETE                  16;
    const 
SQL_ALTER                   32;
    const 
SQL_DROP                    64;
    const 
SQL_CREATE                  128;
    const 
SQL_SHOW                    256;
    const 
SQL_RENAME                  512;
    const 
SQL_SET                     1024;
}
x

Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586