|
1866 | 1866 | "information_schema.key_column_usage"
|
1867 | 1867 | ]
|
1868 | 1868 | }
|
| 1869 | + }, |
| 1870 | + { |
| 1871 | + "comment": "select variable, value from sys.sys_config", |
| 1872 | + "query": "select variable, value from sys.sys_config", |
| 1873 | + "plan": { |
| 1874 | + "QueryType": "SELECT", |
| 1875 | + "Original": "select variable, value from sys.sys_config", |
| 1876 | + "Instructions": { |
| 1877 | + "OperatorType": "Route", |
| 1878 | + "Variant": "DBA", |
| 1879 | + "Keyspace": { |
| 1880 | + "Name": "main", |
| 1881 | + "Sharded": false |
| 1882 | + }, |
| 1883 | + "FieldQuery": "select variable, value from sys.sys_config where 1 != 1", |
| 1884 | + "Query": "select variable, value from sys.sys_config", |
| 1885 | + "Table": "sys.sys_config" |
| 1886 | + } |
| 1887 | + } |
| 1888 | + }, |
| 1889 | + { |
| 1890 | + "comment": "select host, db from mysql.`db`", |
| 1891 | + "query": "select host, db from mysql.`db`", |
| 1892 | + "plan": { |
| 1893 | + "QueryType": "SELECT", |
| 1894 | + "Original": "select host, db from mysql.`db`", |
| 1895 | + "Instructions": { |
| 1896 | + "OperatorType": "Route", |
| 1897 | + "Variant": "DBA", |
| 1898 | + "Keyspace": { |
| 1899 | + "Name": "main", |
| 1900 | + "Sharded": false |
| 1901 | + }, |
| 1902 | + "FieldQuery": "select host, db from mysql.db where 1 != 1", |
| 1903 | + "Query": "select host, db from mysql.db", |
| 1904 | + "Table": "mysql.db" |
| 1905 | + } |
| 1906 | + } |
| 1907 | + }, |
| 1908 | + { |
| 1909 | + "comment": "select logged, prio from performance_schema.error_log", |
| 1910 | + "query": "select logged, prio from performance_schema.error_log", |
| 1911 | + "plan": { |
| 1912 | + "QueryType": "SELECT", |
| 1913 | + "Original": "select logged, prio from performance_schema.error_log", |
| 1914 | + "Instructions": { |
| 1915 | + "OperatorType": "Route", |
| 1916 | + "Variant": "DBA", |
| 1917 | + "Keyspace": { |
| 1918 | + "Name": "main", |
| 1919 | + "Sharded": false |
| 1920 | + }, |
| 1921 | + "FieldQuery": "select logged, prio from performance_schema.error_log where 1 != 1", |
| 1922 | + "Query": "select logged, prio from performance_schema.error_log", |
| 1923 | + "Table": "performance_schema.error_log" |
| 1924 | + } |
| 1925 | + } |
1869 | 1926 | }
|
1870 | 1927 | ]
|
0 commit comments