1047
#: ../client/drizzledump.cc:1478
592
1048
msgid "-- Retrieving rows...\n"
1051
#: ../client/drizzledump.cc:1481
596
1053
msgid "%s: Error in field count for table: %s ! Aborting.\n"
1056
#: ../client/drizzledump.cc:1525
600
1058
msgid "%s: Error reading rows for table: %s (%d:%s) ! Aborting.\n"
1061
#: ../client/drizzledump.cc:1542
604
1063
msgid "-- %<PRIu32> of ~%<PRIu64> rows dumped for table %s\n"
1066
#: ../client/drizzledump.cc:1564
608
1068
msgid "Not enough fields from table %s! Aborting.\n"
1071
#: ../client/drizzledump.cc:1979 ../client/drizzledump.cc:2095
611
1072
msgid "when doing refresh"
1075
#: ../client/drizzledump.cc:2066
614
1076
msgid "alloc_root failure."
1079
#: ../client/drizzledump.cc:2082
618
1081
msgid "Couldn't find table: \"%s\""
619
1082
msgstr "Не найдена таблица: \"%s\""
1084
#: ../client/drizzledump.cc:2319 ../client/drizzledump.cc:2326
1085
#: ../client/drizzledump.cc:2336
623
1088
"Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
1091
#: ../client/drizzledump.cc:2368
627
1093
msgid "Error: Not enough memory to store ORDER BY clause\n"
631
"Number of rows before each output progress report (requires --verbose)."
1096
#: ../client/drizzledump.cc:2399
1098
"Dump all the databases. This will be same as --databases with all databases "
1102
#: ../client/drizzledump.cc:2401
1103
msgid "Dump all the tablespaces."
1106
#: ../client/drizzledump.cc:2403
1107
msgid "Use complete insert statements."
1110
#: ../client/drizzledump.cc:2407
1112
"Flush logs file in server before starting dump. Note that if you dump many "
1113
"databases at once (using the option --databases= or --all-databases), the "
1114
"logs will be flushed for each database dumped. The exception is when using --"
1115
"lock-all-tables in this case the logs will be flushed only once, "
1116
"corresponding to the moment all tables are locked. So if you want your dump "
1117
"and the log flush to happen at the same exact moment you should use --lock-"
1118
"all-tables or --flush-logs"
1121
#: ../client/drizzledump.cc:2409
1123
msgid "Continue even if we get an sql-error."
1124
msgstr "Продолжение работы даже после возникновения ошибок в SQL."
1126
#: ../client/drizzledump.cc:2410
1128
msgid "Display this help message and exit."
1129
msgstr "Показать справку и выйти."
1131
#: ../client/drizzledump.cc:2412
1133
"Locks all tables across all databases. This is achieved by taking a global "
1134
"read lock for the duration of the whole dump. Automatically turns --single-"
1135
"transaction and --lock-tables off."
1138
#: ../client/drizzledump.cc:2414
1140
"Sorts each table's rows by primary key, or first unique key, if such a key "
1141
"exists. Useful when dumping a MyISAM table to be loaded into an InnoDB "
1142
"table, but will make the dump itself take considerably longer."
1145
#: ../client/drizzledump.cc:2416
1147
"Creates a consistent snapshot by dumping all tables in a single transaction. "
1148
"Works ONLY for tables stored in storage engines which support "
1149
"multiversioning (currently only InnoDB does); the dump is NOT guaranteed to "
1150
"be consistent for other storage engines. While a --single-transaction dump "
1151
"is in process, to ensure a valid dump file (correct table contents), no "
1152
"other connection should use the following statements: ALTER TABLE, DROP "
1153
"TABLE, RENAME TABLE, TRUNCATE TABLE, as consistent snapshot is not isolated "
1154
"from them. Option automatically turns off --lock-tables."
1157
#: ../client/drizzledump.cc:2417
1159
"Same as --add-drop-table, --add-locks, --create-options, --quick, --extended-"
1160
"insert, --lock-tables, --set-charset, and --disable-keys. Enabled by "
1161
"default, disable with --skip-opt."
1164
#: ../client/drizzledump.cc:2419
1166
"Disable --opt. Disables --add-drop-table, --add-locks, --create-options, --"
1167
"quick, --extended-insert, --lock-tables, --set-charset, and --disable-keys."
1170
#: ../client/drizzledump.cc:2420
1171
msgid "Overrides option --databases (-B)."
1174
#: ../client/drizzledump.cc:2422
1175
msgid "Number of rows before each output progress report (requires --verbose)."
1178
#: ../client/drizzledump.cc:2424
1179
msgid "Print info about the various stages."
1182
#: ../client/drizzledump.cc:2426
1183
msgid "Dump a database as well formed XML."
1186
#: ../client/drizzledump.cc:2427
1187
msgid "Turn off Comments"
1190
#: ../client/drizzledump.cc:2428
1192
msgid "Turn off create-options"
1193
msgstr "Отключение звуковых сигналов при ошибках."
1195
#: ../client/drizzledump.cc:2429
1196
msgid "Turn off extended-insert"
1199
#: ../client/drizzledump.cc:2430
1200
msgid "Turn off dump-date"
1203
#: ../client/drizzledump.cc:2431
1204
msgid "Do not read from the configuration files"
1207
#: ../client/drizzledump.cc:2437
1208
msgid "Add a 'DROP DATABASE' before each create."
1211
#: ../client/drizzledump.cc:2439
1212
msgid "Add a 'drop table' before each create."
1215
#: ../client/drizzledump.cc:2441
1216
msgid "Allow creation of column names that are keywords."
1219
#: ../client/drizzledump.cc:2443
1220
msgid "Write additional information."
1223
#: ../client/drizzledump.cc:2445
1225
"Give less verbose output (useful for debugging). Disables structure comments "
1226
"and header/footer constructs. Enables options --skip-add-drop-table --no-"
1227
"set-names --skip-disable-keys --skip-add-locks"
1230
#: ../client/drizzledump.cc:2447
1231
msgid "Include all DRIZZLE specific create options."
1234
#: ../client/drizzledump.cc:2449
1235
msgid "Put a dump date to the end of the output."
1238
#: ../client/drizzledump.cc:2451
1240
"To dump several databases. Note the difference in usage; In this case no "
1241
"tables are given. All name arguments are regarded as databasenames. 'USE "
1242
"db_name;' will be included in the output."
1245
#: ../client/drizzledump.cc:2453
1246
msgid "Insert rows with INSERT DELAYED;"
1249
#: ../client/drizzledump.cc:2455
1251
"'ALTER TABLE tb_name DISABLE KEYS; and 'ALTER TABLE tb_name ENABLE KEYS; "
1252
"will be put in the output."
1255
#: ../client/drizzledump.cc:2457
1256
msgid "Allows utilization of the new, much faster INSERT syntax."
1259
#: ../client/drizzledump.cc:2459
1260
msgid "Fields in the textfile are terminated by ..."
1263
#: ../client/drizzledump.cc:2461
1264
msgid "Fields in the importfile are enclosed by ..."
1267
#: ../client/drizzledump.cc:2463
1268
msgid "Fields in the i.file are opt. enclosed by ..."
1271
#: ../client/drizzledump.cc:2465
1272
msgid "Fields in the i.file are escaped by ..."
1275
#: ../client/drizzledump.cc:2469
1277
"Do not dump the specified table. To specify more than one table to ignore, "
1278
"use the directive multiple times, once for each table. Each table must be "
1279
"specified with both database and table names, e.g. --ignore-table=database."
1283
#: ../client/drizzledump.cc:2471
1284
msgid "Insert rows with INSERT IGNORE."
1287
#: ../client/drizzledump.cc:2473
1288
msgid "Lines in the i.file are terminated by ..."
1291
#: ../client/drizzledump.cc:2475
1292
msgid "Wrap tables with autocommit/commit statements."
1295
#: ../client/drizzledump.cc:2477
1297
"'CREATE DATABASE IF NOT EXISTS db_name;' will not be put in the output. The "
1298
"above line will be added otherwise, if --databases or --all-databases option "
1302
#: ../client/drizzledump.cc:2479
1303
msgid "Don't write table creation info."
1306
#: ../client/drizzledump.cc:2481
1307
msgid "No row information."
1310
#: ../client/drizzledump.cc:2482
1311
msgid "Deprecated. Use --skip-set-charset instead."
1314
#: ../client/drizzledump.cc:2484
1315
msgid "Enable set-name"
1318
#: ../client/drizzledump.cc:2486
1319
msgid "Don't buffer query, dump directly to stdout."
1322
#: ../client/drizzledump.cc:2488
1323
msgid "Quote table and column names with backticks (`)."
1326
#: ../client/drizzledump.cc:2490
1327
msgid "Use REPLACE INTO instead of INSERT INTO."
1330
#: ../client/drizzledump.cc:2492
1332
"Direct output to a given file. This option should be used in MSDOS, because "
1333
"it prevents new line '\\n' from being converted to '\\r\\n' (carriage return "
1337
#: ../client/drizzledump.cc:2494
1339
"Creates tab separated textfile for each table to given path. (creates .sql "
1340
"and .txt files). NOTE: This only works if drizzledump is run on the same "
1341
"machine as the drizzled daemon."
1344
#: ../client/drizzledump.cc:2496
1345
msgid "Dump only selected records; QUOTES mandatory!"
1348
#: ../client/drizzledump.cc:2502
1349
msgid "Connect to host."
1350
msgstr "Подключение к хосту."
1352
#: ../client/drizzledump.cc:2506
1355
"Password to use when connecting to server. If password is not given it's "
1356
"solicited on the tty."
1358
"Пароль, используемый для подключения к серверу. Если пароль не введен, он "
1361
#: ../client/drizzledump.cc:2508
1363
msgid "Port number to use for connection."
1364
msgstr "UNIX сокет, используемый для соединения."
1366
#: ../client/drizzledump.cc:2515
1367
msgid "Hidden Options"
1370
#: ../client/drizzledump.cc:2517
1371
msgid "Used to select the database"
1374
#: ../client/drizzledump.cc:2518
1375
msgid "Used to select the tables"
1378
#: ../client/drizzledump.cc:2521
1379
msgid "Allowed Options + Hidden Options"
1382
#: ../client/drizzledump.cc:2573
1384
msgid "Drizzledump %s build %s, for %s-%s (%s)\n"
1387
#: ../client/drizzledump.cc:2578
1389
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1390
"and you are welcome to modify and redistribute it under the GPL license\n"
1393
#: ../client/drizzledump.cc:2579
1394
msgid "Dumps definitions and data from a Drizzle database server"
1397
#: ../client/drizzledump.cc:2580
635
1399
msgid "Usage: %s [OPTIONS] database [tables]\n"
1402
#: ../client/drizzledump.cc:2581
639
1404
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
1407
#: ../client/drizzledump.cc:2583
643
1409
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
1412
#: ../client/drizzledump.cc:2599 ../client/drizzleimport.cc:459
1413
#: ../client/drizzleslap.cc:1002 ../client/drizzletest.cc:5597
647
1415
msgid "Value supplied for port is not valid.\n"
1419
#. This check is made because the some the file functions below
1420
#. have FN_REFLEN sized stack allocated buffers and will cause
1421
#. a crash even if the input destination buffer is large enough
1422
#. to hold the output.
1424
#: ../client/drizzledump.cc:2646
651
1426
msgid "Input filename too long: %s"
655
msgid "%s Drizzle %s libdrizzle %s, for %s-%s (%s)\n"
659
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
660
"and you are welcome to modify and redistribute it under the GPL license\n"
663
msgid "Dumps definitions and data from a Drizzle database server"
1429
#: ../client/drizzledump.cc:2684
667
1431
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
1434
#: ../client/drizzleslap.cc:2856
671
msgid "Invalid mode to --compatible: %s\n"
1436
msgid "Unable to fully write %<PRIu64> bytes. Could only write %<PRId64>."
1439
#: ../client/drizzletest.cc:5364
674
1440
msgid "Error: Invalid Value for opt_max_connect_retries"
1443
#: ../client/drizzletest.cc:5374
677
1444
msgid "Error: Invalid Value for opt_tail_lines"
1447
#: ../client/drizzletest.cc:5384
680
1448
msgid "Error: Invalid Value for opt_sleep"
1451
#: ../client/drizzletest.cc:5565
684
1453
msgid "Could not open '%s' for reading: errno = %d"
1456
#: ../client/drizzletest.cc:5570 ../drizzled/drizzled.cc:863
688
1458
msgid "Out of memory"
689
1459
msgstr "Недостаточно памяти"
1461
#: ../drizzled/drizzled.cc:480
691
1462
msgid "Aborting\n"
1465
#: ../drizzled/drizzled.cc:544
694
1466
msgid "One can only use the --user switch if running as root\n"
1469
#: ../drizzled/drizzled.cc:551
698
1471
"Fatal error: Please read \"Security\" section of the manual to find out how "
699
1472
"to run drizzled as root!\n"
1475
#: ../drizzled/drizzled.cc:571
704
1478
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
1482
#: ../drizzled/drizzled.cc:702
709
1484
msgid "gethostname failed, using '%s' as hostname"
1487
#: ../drizzled/drizzled.cc:768
713
1489
msgid "Unknown locale: '%s'"
1492
#: ../drizzled/drizzled.cc:785
716
1493
msgid "Can't create thread-keys"
1496
#: ../drizzled/drizzled.cc:872
719
1497
msgid "Failed to initialize plugins."
720
1498
msgstr "Не удалось проинициализировать плагины."
1500
#: ../drizzled/drizzled.cc:894
724
1503
"%s: Too many arguments (first extra is '%s').\n"
725
1504
"Use --verbose --help to get a list of available options\n"
1507
#: ../drizzled/drizzled.cc:919
728
1508
msgid "No scheduler found, cannot continue!\n"
1511
#: ../drizzled/drizzled.cc:943
732
1513
msgid "Unknown/unsupported storage engine: %s"
1516
#: ../drizzled/drizzled.cc:1032
735
1517
msgid "Display this help and exit."
736
1518
msgstr "Показать справку и выйти."
1520
#: ../drizzled/drizzled.cc:1036
738
1521
msgid "Display this help and exit after initializing plugins."
1524
#: ../drizzled/drizzled.cc:1040
741
1525
msgid "Auto-increment columns are incremented by this"
1528
#: ../drizzled/drizzled.cc:1045
745
"Offset added to Auto-increment columns. Used when auto-increment-increment "
1530
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1534
#: ../drizzled/drizzled.cc:1051
750
1536
"Path to installation directory. All paths are usually resolved relative to "
1540
#: ../drizzled/drizzled.cc:1056
754
1541
msgid "Chroot drizzled daemon during startup."
1544
#: ../drizzled/drizzled.cc:1060
757
1545
msgid "Set the default collation."
1548
#: ../drizzled/drizzled.cc:1064
760
1549
msgid "Default completion type."
1552
#: ../drizzled/drizzled.cc:1069
763
1553
msgid "Write core on errors."
1556
#: ../drizzled/drizzled.cc:1073
766
1557
msgid "Path to the database root."
1560
#: ../drizzled/drizzled.cc:1077
769
1561
msgid "Set the default storage engine (table type) for tables."
1564
#: ../drizzled/drizzled.cc:1081
772
1565
msgid "Set the default time zone."
1568
#: ../drizzled/drizzled.cc:1086
775
1569
msgid "Used for debugging; Use at your own risk!"
1572
#: ../drizzled/drizzled.cc:1091
778
1573
msgid "Set up signals usable for debugging"
1576
#: ../drizzled/drizzled.cc:1095
781
1577
msgid "(IGNORED)"
1580
#: ../drizzled/drizzled.cc:1099
784
1581
msgid "Set the language used for the month names and the days of the week."
785
1582
msgstr "Установить язык для вывода названий месяцев и дней недели."
1584
#: ../drizzled/drizzled.cc:1104
787
1585
msgid "Log some not critical warnings to the log file."
1588
#: ../drizzled/drizzled.cc:1109
790
1589
msgid "Pid file used by safe_mysqld."
1592
#: ../drizzled/drizzled.cc:1113
794
1594
"Maximum time in seconds to wait for the port to become free. (Default: no "
1598
#: ../drizzled/drizzled.cc:1118
799
1600
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
800
1601
"specified directory"
1604
#: ../drizzled/drizzled.cc:1123
804
1606
"Uniquely identifies the server instance in the community of replication "
1610
#: ../drizzled/drizzled.cc:1128
808
1611
msgid "Don't print a stack trace on failure."
1614
#: ../drizzled/drizzled.cc:1132
811
1615
msgid "Enable symbolic link support."
812
1616
msgstr "Включить поддержку символьных ссылок."
1618
#: ../drizzled/drizzled.cc:1141
815
1620
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1623
#: ../drizzled/drizzled.cc:1146
818
1624
msgid "Path for temporary files."
1627
#: ../drizzled/drizzled.cc:1150
821
1628
msgid "Default transaction isolation level."
822
1629
msgstr "Уровень изоляции транзакций, используемый по умолчанию."
1631
#: ../drizzled/drizzled.cc:1154
824
1632
msgid "Run drizzled daemon as user."
1635
#: ../drizzled/drizzled.cc:1162
828
1637
"The number of outstanding connection requests Drizzle can have. This comes "
829
1638
"into play when the main Drizzle thread gets very many connection requests in "
830
1639
"a very short time."
1642
#: ../drizzled/drizzled.cc:1168
834
1644
"Size of tree cache used in bulk insert optimization. Note that this is a "
835
1645
"limit per thread!"
1648
#: ../drizzled/drizzled.cc:1174
839
1650
"Precision of the result of '/' operator will be increased on that value."
1653
#: ../drizzled/drizzled.cc:1180
842
1654
msgid "The maximum length of the result of function group_concat."
1657
#: ../drizzled/drizzled.cc:1185
845
1658
msgid "The size of the buffer that is used for full joins."
1661
#: ../drizzled/drizzled.cc:1191
848
1662
msgid "Max packetlength to send/receive from to server."
1665
#: ../drizzled/drizzled.cc:1196
852
1667
"If there is more than this number of interrupted connections from a host "
853
1668
"this host will be blocked from further connections."
1671
#: ../drizzled/drizzled.cc:1201
856
1672
msgid "Max number of errors/warnings to store for a statement."
1675
#: ../drizzled/drizzled.cc:1206
859
1676
msgid "Don't allow creation of heap tables bigger than this."
1679
#: ../drizzled/drizzled.cc:1212
863
1681
"Joins that are probably going to read more than max_join_size records return "
1685
#: ../drizzled/drizzled.cc:1218
867
1686
msgid "Max number of bytes in sorted records."
1689
#: ../drizzled/drizzled.cc:1223
870
1690
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1693
#: ../drizzled/drizzled.cc:1228
874
1695
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
875
1696
"max_sort_length bytes of each value are used; the rest are ignored)."
1699
#: ../drizzled/drizzled.cc:1235
878
1700
msgid "After this many write locks, allow some read locks to run in between."
1703
#: ../drizzled/drizzled.cc:1239
882
1705
"Don't log queries which examine less than min_examined_row_limit rows to "
1709
#: ../drizzled/drizzled.cc:1245
887
1711
"Controls the heuristic(s) applied during query optimization to prune less-"
888
1712
"promising partial plans from the optimizer search space. Meaning: false - do "
976
1819
"Starts the Drizzle database server\n"
1822
#: ../drizzled/drizzled.cc:1388
980
1824
msgid "Usage: %s [OPTIONS]\n"
1827
#: ../drizzled/drizzled.cc:1512
985
1830
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
986
1831
"command line\n"
1834
#: ../drizzled/drizzled.cc:1555
989
1835
msgid "Can't start server: cannot resolve hostname!"
1838
#: ../drizzled/drizzled.cc:1561
992
1839
msgid "Can't start server: bind-address refers to multiple interfaces!"
1842
#: ../drizzled/error.cc:138
996
1844
msgid "Unknown error %d"
997
1845
msgstr "Неизвестная ошибка %d"
1847
#: ../drizzled/error.cc:214
1851
#: ../drizzled/error.cc:215
1855
#: ../drizzled/error.cc:216
1006
1857
msgid "Can't create file '%-.200s' (errno: %d)"
1860
#: ../drizzled/error.cc:217
1010
1862
msgid "Can't create table '%-.200s' (errno: %d)"
1865
#: ../drizzled/error.cc:218
1014
1867
msgid "Can't create database '%-.192s' (errno: %d)"
1870
#: ../drizzled/error.cc:219
1018
1872
msgid "Can't create database '%-.192s'; database exists"
1875
#: ../drizzled/error.cc:220
1022
1877
msgid "Can't drop database '%-.192s'; database doesn't exist"
1880
#: ../drizzled/error.cc:221
1026
1882
msgid "Error dropping database (can't delete '%-.192s', errno: %d)"
1885
#: ../drizzled/error.cc:222
1030
1887
msgid "Error dropping database (can't rmdir '%-.192s', errno: %d)"
1890
#: ../drizzled/error.cc:223
1034
1892
msgid "Error on delete of '%-.192s' (errno: %d)"
1895
#: ../drizzled/error.cc:224
1037
1896
msgid "Can't read record in system table"
1899
#: ../drizzled/error.cc:225
1041
1901
msgid "Can't get status of '%-.200s' (errno: %d)"
1904
#: ../drizzled/error.cc:226
1045
1906
msgid "Can't get working directory (errno: %d)"
1909
#: ../drizzled/error.cc:227
1049
1911
msgid "Can't lock file (errno: %d)"
1914
#: ../drizzled/error.cc:228
1053
1916
msgid "Can't open file: '%-.200s' (errno: %d)"
1919
#: ../drizzled/error.cc:229
1057
1921
msgid "Can't find file: '%-.200s' (errno: %d)"
1924
#: ../drizzled/error.cc:230
1061
1926
msgid "Can't read dir of '%-.192s' (errno: %d)"
1929
#: ../drizzled/error.cc:231
1065
1931
msgid "Can't change dir to '%-.192s' (errno: %d)"
1934
#: ../drizzled/error.cc:232
1069
1936
msgid "Record has changed since last read in table '%-.192s'"
1939
#: ../drizzled/error.cc:233
1073
1941
msgid "Disk full (%s); waiting for someone to free some space..."
1944
#: ../drizzled/error.cc:234
1077
1946
msgid "Can't write; duplicate key in table '%-.192s'"
1949
#: ../drizzled/error.cc:235
1081
1951
msgid "Error on close of '%-.192s' (errno: %d)"
1954
#: ../drizzled/error.cc:236
1085
1956
msgid "Error reading file '%-.200s' (errno: %d)"
1959
#: ../drizzled/error.cc:237
1089
1961
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
1964
#: ../drizzled/error.cc:238
1093
1966
msgid "Error writing file '%-.200s' (errno: %d)"
1969
#: ../drizzled/error.cc:239
1097
1971
msgid "'%-.192s' is locked against change"
1974
#: ../drizzled/error.cc:240
1100
1975
msgid "Sort aborted"
1978
#: ../drizzled/error.cc:241
1104
1980
msgid "View '%-.192s' doesn't exist for '%-.192s'"
1983
#: ../drizzled/error.cc:242
1108
1985
msgid "Got error %d from storage engine"
1988
#: ../drizzled/error.cc:243
1112
1990
msgid "Table storage engine for '%-.192s' doesn't have this option"
1993
#: ../drizzled/error.cc:244
1116
1995
msgid "Can't find record in '%-.192s'"
1998
#: ../drizzled/error.cc:245
1120
2000
msgid "Incorrect information in file: '%-.200s'"
2003
#: ../drizzled/error.cc:246
1124
2005
msgid "Incorrect key file for table '%-.200s'; try to repair it"
2008
#: ../drizzled/error.cc:247
1128
2010
msgid "Old key file for table '%-.192s'; repair it!"
2013
#: ../drizzled/error.cc:248
1132
2015
msgid "Table '%-.192s' is read only"
2018
#: ../drizzled/error.cc:249
1136
2020
msgid "Out of memory; restart server and try again (needed %lu bytes)"
2023
#: ../drizzled/error.cc:250
1139
2024
msgid "Out of sort memory; increase server sort buffer size"
2027
#: ../drizzled/error.cc:251
1143
2029
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
2032
#: ../drizzled/error.cc:252
1146
2033
msgid "Too many connections"
2036
#: ../drizzled/error.cc:253
1150
2038
"Out of memory; check if drizzled or some other process uses all available "
1151
2039
"memory; if not, you may have to use 'ulimit' to allow drizzled to use more "
1152
2040
"memory or you can add more swap space"
2043
#: ../drizzled/error.cc:254
1155
2044
msgid "Can't get hostname for your address"
2047
#: ../drizzled/error.cc:255
1158
2048
msgid "Bad handshake"
2051
#: ../drizzled/error.cc:256
1162
2053
msgid "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
2056
#: ../drizzled/error.cc:257
1166
2058
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
2061
#: ../drizzled/error.cc:258
1169
2062
msgid "No database selected"
2065
#: ../drizzled/error.cc:259
1172
2066
msgid "Unknown command"
2069
#: ../drizzled/error.cc:260
1176
2071
msgid "Column '%-.192s' cannot be null"
2074
#: ../drizzled/error.cc:261
1180
2076
msgid "Unknown database '%-.192s'"
2079
#: ../drizzled/error.cc:262
1184
2081
msgid "Table '%-.192s' already exists"
2084
#: ../drizzled/error.cc:263
1188
2086
msgid "Unknown table '%-.100s'"
2089
#: ../drizzled/error.cc:264
1192
2091
msgid "Column '%-.192s' in %-.192s is ambiguous"
2094
#: ../drizzled/error.cc:265
1195
2095
msgid "Server shutdown in progress"
2098
#: ../drizzled/error.cc:266
1199
2100
msgid "Unknown column '%-.192s' in '%-.192s'"
2103
#: ../drizzled/error.cc:267
1203
2105
msgid "'%-.192s' isn't in GROUP BY"
2108
#: ../drizzled/error.cc:268
1207
2110
msgid "Can't group on '%-.192s'"
2113
#: ../drizzled/error.cc:269
1210
2114
msgid "Statement has sum functions and columns in same statement"
2117
#: ../drizzled/error.cc:270
1213
2118
msgid "Column count doesn't match value count"
2121
#: ../drizzled/error.cc:271
1217
2123
msgid "Identifier name '%-.100s' is too long"
2126
#: ../drizzled/error.cc:272
1221
2128
msgid "Duplicate column name '%-.192s'"
2131
#: ../drizzled/error.cc:273
1225
2133
msgid "Duplicate key name '%-.192s'"
2136
#: ../drizzled/error.cc:274
1229
2138
msgid "Duplicate entry '%-.192s' for key %d"
2141
#: ../drizzled/error.cc:275
1233
2143
msgid "Incorrect column specifier for column '%-.192s'"
2146
#: ../drizzled/error.cc:276
1237
2148
msgid "%s near '%-.80s' at line %d"
2151
#: ../drizzled/error.cc:277
1240
2152
msgid "Query was empty"
2155
#: ../drizzled/error.cc:278
1244
2157
msgid "Not unique table/alias: '%-.192s'"
2160
#: ../drizzled/error.cc:279
1248
2162
msgid "Invalid default value for '%-.192s'"
2165
#: ../drizzled/error.cc:280
1251
2166
msgid "Multiple primary key defined"
2169
#: ../drizzled/error.cc:281
1255
2171
msgid "Too many keys specified; max %d keys allowed"
2174
#: ../drizzled/error.cc:282
1259
2176
msgid "Too many key parts specified; max %d parts allowed"
2179
#: ../drizzled/error.cc:283
1263
2181
msgid "Specified key was too long; max key length is %d bytes"
2184
#: ../drizzled/error.cc:284
1267
2186
msgid "Key column '%-.192s' doesn't exist in table"
2189
#: ../drizzled/error.cc:285
1272
2192
"BLOB column '%-.192s' can't be used in key specification with the used table "
2196
#: ../drizzled/error.cc:286
1278
2199
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
2203
#: ../drizzled/error.cc:287
1283
2205
"Incorrect table definition; there can be only one auto column and it must be "
1284
2206
"defined as a key"
2209
#: ../drizzled/error.cc:288
1289
2212
"%s: ready for connections.\n"
1290
2213
"Version: '%s' socket: '%s' port: %u\n"
2216
#: ../drizzled/error.cc:289
1294
2218
msgid "%s: Normal shutdown\n"
2221
#: ../drizzled/error.cc:290
1298
2223
msgid "%s: Got signal %d. Aborting!\n"
2226
#: ../drizzled/error.cc:291
1302
2228
msgid "%s: Shutdown complete\n"
2231
#: ../drizzled/error.cc:292
1306
2233
msgid "%s: Forcing close of thread %<PRIu64> user: '%-.48s'\n"
2236
#: ../drizzled/error.cc:293
1309
2237
msgid "Can't create IP socket"
2240
#: ../drizzled/error.cc:294
1314
2243
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
2247
#: ../drizzled/error.cc:295
1320
2250
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
1321
2251
"check the manual"
2254
#: ../drizzled/error.cc:296
1325
2256
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
2259
#: ../drizzled/error.cc:297
1330
2262
"The file '%-.128s' must be in the database directory or be readable by all"
2265
#: ../drizzled/error.cc:298
1334
2267
msgid "File '%-.200s' already exists"
2270
#: ../drizzled/error.cc:299
1338
2272
msgid "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
2275
#: ../drizzled/error.cc:300
1342
2277
msgid "Records: %ld Duplicates: %ld"
2280
#: ../drizzled/error.cc:301
1346
2282
"Incorrect prefix key; the used key part isn't a string, the used length is "
1347
2283
"longer than the key part, or the storage engine doesn't support unique "
2287
#: ../drizzled/error.cc:302
1351
2288
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
2291
#: ../drizzled/error.cc:303
1355
2293
msgid "Can't DROP '%-.192s'; check that column/key exists"
2296
#: ../drizzled/error.cc:304
1359
2298
msgid "Records: %ld Duplicates: %ld Warnings: %ld"
2301
#: ../drizzled/error.cc:305
1363
2303
msgid "You can't specify target table '%-.192s' for update in FROM clause"
2306
#: ../drizzled/error.cc:306
1367
2308
msgid "Unknown thread id: %lu"
2311
#: ../drizzled/error.cc:307
1371
2313
msgid "You are not owner of thread %lu"
2316
#: ../drizzled/error.cc:308
1374
2317
msgid "No tables used"
2320
#: ../drizzled/error.cc:309
1378
2322
msgid "Too many strings for column %-.192s and SET"
2325
#: ../drizzled/error.cc:310
1382
2327
msgid "Can't generate a unique log-filename %-.200s.(1-999)\n"
2330
#: ../drizzled/error.cc:311
1386
2332
msgid "Table '%-.192s' was locked with a READ lock and can't be updated"
2335
#: ../drizzled/error.cc:312
1390
2337
msgid "Table '%-.192s' was not locked with LOCK TABLES"
2340
#: ../drizzled/error.cc:313
1394
2342
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
2345
#: ../drizzled/error.cc:314
1398
2347
msgid "Incorrect database name '%-.100s'"
2350
#: ../drizzled/error.cc:315
1402
2352
msgid "Incorrect table name '%-.100s'"
2355
#: ../drizzled/error.cc:316
1406
2357
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
1407
2358
"use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay"
2361
#: ../drizzled/error.cc:317
1410
2362
msgid "Unknown error"
2365
#: ../drizzled/error.cc:318
1414
2367
msgid "Unknown procedure '%-.192s'"
2370
#: ../drizzled/error.cc:319
1418
2372
msgid "Incorrect parameter count to procedure '%-.192s'"
2375
#: ../drizzled/error.cc:320
1422
2377
msgid "Incorrect parameters to procedure '%-.192s'"
2380
#: ../drizzled/error.cc:321
1426
2382
msgid "Unknown table '%-.192s' in %-.32s"
2385
#: ../drizzled/error.cc:322
1430
2387
msgid "Column '%-.192s' specified twice"
2390
#: ../drizzled/error.cc:323
1433
2391
msgid "Invalid use of group function"
2394
#: ../drizzled/error.cc:324
1438
2397
"Table '%-.192s' uses an extension that doesn't exist in this Drizzle version"
2400
#: ../drizzled/error.cc:325
1441
2401
msgid "A table must have at least 1 column"
2404
#: ../drizzled/error.cc:326
1445
2406
msgid "The table '%-.192s' is full"
2409
#: ../drizzled/error.cc:327
1449
2411
msgid "Unknown character set: '%-.64s'"
2414
#: ../drizzled/error.cc:328
1453
2416
msgid "Too many tables; Drizzle can only use %d tables in a join"
2419
#: ../drizzled/error.cc:329
1456
2420
msgid "Too many columns"
2423
#: ../drizzled/error.cc:330
1461
2426
"Row size too large. The maximum row size for the used table type, not "
1462
2427
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
2430
#: ../drizzled/error.cc:331
1467
2433
"Thread stack overrun: Used: %ld of a %ld stack. Use 'drizzled -O "
1468
2434
"thread_stack=#' to specify a bigger stack if needed"
2437
#: ../drizzled/error.cc:332
1471
2438
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
2441
#: ../drizzled/error.cc:333
1476
"Table handler doesn't support NULL in given index. Please change column '%-"
1477
".192s' to be NOT NULL or use another handler"
2444
"Table handler doesn't support NULL in given index. Please change column "
2445
"'%-.192s' to be NOT NULL or use another handler"
2448
#: ../drizzled/error.cc:334
1481
2450
msgid "Can't load function '%-.192s'"
2453
#: ../drizzled/error.cc:335
1485
2455
msgid "Can't initialize function '%-.192s'; %-.80s"
2458
#: ../drizzled/error.cc:336
1488
2459
msgid "No paths allowed for plugin library"
2462
#: ../drizzled/error.cc:337
1492
2464
msgid "Plugin '%-.192s' already exists"
2467
#: ../drizzled/error.cc:338
1496
2469
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
2472
#: ../drizzled/error.cc:339
1500
2474
msgid "Can't find symbol '%-.128s' in library '%-.128s'"
2477
#: ../drizzled/error.cc:340
1504
2479
msgid "Function '%-.192s' is not defined"
2482
#: ../drizzled/error.cc:341
1509
2485
"Host '%-.64s' is blocked because of many connection errors; unblock with "
1510
2486
"'drizzleadmin flush-hosts'"
2489
#: ../drizzled/error.cc:342
1514
2491
msgid "Host '%-.64s' is not allowed to connect to this Drizzle server"
2494
#: ../drizzled/error.cc:343
1518
2496
"You are using Drizzle as an anonymous user and anonymous users are not "
1519
2497
"allowed to change passwords"
2500
#: ../drizzled/error.cc:344
1523
2502
"You must have privileges to update tables in the drizzle database to be able "
1524
2503
"to change passwords for others"
2506
#: ../drizzled/error.cc:345
1527
2507
msgid "Can't find any matching row in the user table"
2510
#: ../drizzled/error.cc:346
1531
2512
msgid "Rows matched: %ld Changed: %ld Warnings: %ld"
2515
#: ../drizzled/error.cc:347
1536
2518
"Can't create a new thread (errno %d); if you are not out of available "
1537
2519
"memory, you can consult the manual for a possible OS-dependent bug"
2522
#: ../drizzled/error.cc:348
1541
2524
msgid "Column count doesn't match value count at row %ld"
2527
#: ../drizzled/error.cc:349
1545
2529
msgid "Can't reopen table: '%-.192s'"
2532
#: ../drizzled/error.cc:350
1548
2533
msgid "Invalid use of NULL value"
2536
#: ../drizzled/error.cc:351
1552
2538
msgid "Got error '%-.64s' from regexp"
2541
#: ../drizzled/error.cc:352
1556
2543
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
1557
2544
"illegal if there is no GROUP BY clause"
2547
#: ../drizzled/error.cc:353
1561
2549
msgid "There is no such grant defined for user '%-.48s' on host '%-.64s'"
2552
#: ../drizzled/error.cc:354
1565
2554
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for table '%-.192s'"
2557
#: ../drizzled/error.cc:355
1570
2560
"%-.16s command denied to user '%-.48s'@'%-.64s' for column '%-.192s' in "
1571
2561
"table '%-.192s'"
2564
#: ../drizzled/error.cc:356
1575
2566
"Illegal GRANT/REVOKE command; please consult the manual to see which "
1576
2567
"privileges can be used"
2570
#: ../drizzled/error.cc:357
1579
2571
msgid "The host or user argument to GRANT is too long"
2574
#: ../drizzled/error.cc:358
1583
2576
msgid "Table '%-.192s.%-.192s' doesn't exist"
2579
#: ../drizzled/error.cc:359
1588
2582
"There is no such grant defined for user '%-.48s' on host '%-.64s' on table "
2586
#: ../drizzled/error.cc:360
1592
2587
msgid "The used command is not allowed with this Drizzle version"
2590
#: ../drizzled/error.cc:361
1596
2592
"You have an error in your SQL syntax; check the manual that corresponds to "
1597
2593
"your Drizzle server version for the right syntax to use"
2596
#: ../drizzled/error.cc:362
1601
2598
msgid "Delayed insert thread couldn't get requested lock for table %-.192s"
2601
#: ../drizzled/error.cc:363
1604
2602
msgid "Too many delayed threads in use"
2605
#: ../drizzled/error.cc:364
1608
2607
msgid "Aborted connection %ld to db: '%-.192s' user: '%-.48s' (%-.64s)"
2610
#: ../drizzled/error.cc:365
1611
2611
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
2614
#: ../drizzled/error.cc:366
1614
2615
msgid "Got a read error from the connection pipe"
2618
#: ../drizzled/error.cc:367
1617
2619
msgid "Got an error from fcntl()"
2622
#: ../drizzled/error.cc:368
1620
2623
msgid "Got packets out of order"
2626
#. CR_NET_UNCOMPRESS_ERROR 08S01
2627
#: ../drizzled/error.cc:369 ../plugin/drizzle_protocol/errmsg.cc:101
1623
2628
msgid "Couldn't uncompress communication packet"
1624
2629
msgstr "Не могу распаковать полученный пакет"
2631
#. CR_NET_READ_ERROR 08S01
2632
#: ../drizzled/error.cc:370 ../plugin/drizzle_protocol/errmsg.cc:103
1626
2633
msgid "Got an error reading communication packets"
1627
2634
msgstr "Ошибка при получении пакета"
2636
#. CR_NET_READ_INTERRUPTED 08S01
2637
#: ../drizzled/error.cc:371 ../plugin/drizzle_protocol/errmsg.cc:105
1629
2638
msgid "Got timeout reading communication packets"
1630
2639
msgstr "Тайм-аут при получении пакета"
2641
#. CR_NET_ERROR_ON_WRITE 08S01
2642
#: ../drizzled/error.cc:372 ../plugin/drizzle_protocol/errmsg.cc:107
1632
2643
msgid "Got an error writing communication packets"
1633
2644
msgstr "Ошибка при отправке пакета"
2646
#. CR_NET_WRITE_INTERRUPTED 08S01
2647
#: ../drizzled/error.cc:373 ../plugin/drizzle_protocol/errmsg.cc:109
1635
2648
msgid "Got timeout writing communication packets"
1636
2649
msgstr "Тайм-аут при отправке пакета"
2651
#: ../drizzled/error.cc:374
1638
2652
msgid "Result string is longer than 'max_allowed_packet' bytes"
2655
#: ../drizzled/error.cc:375
1641
2656
msgid "The used table type doesn't support BLOB/TEXT columns"
2659
#: ../drizzled/error.cc:376
1644
2660
msgid "The used table type doesn't support AUTO_INCREMENT columns"
2663
#: ../drizzled/error.cc:377
1649
2666
"INSERT DELAYED can't be used with table '%-.192s' because it is locked with "
2670
#: ../drizzled/error.cc:378
1654
2672
msgid "Incorrect column name '%-.100s'"
2675
#: ../drizzled/error.cc:379
1658
2677
msgid "The used storage engine can't index column '%-.192s'"
2680
#: ../drizzled/error.cc:380
1662
2682
"Unable to open underlying table which is differently defined or of non-"
1663
2683
"MyISAM type or doesn't exist"
2686
#: ../drizzled/error.cc:381
1667
2688
msgid "Can't write, because of unique constraint, to table '%-.192s'"
2691
#: ../drizzled/error.cc:382
1672
2694
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
2697
#: ../drizzled/error.cc:383
1676
2699
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
1677
2700
"UNIQUE instead"
2703
#: ../drizzled/error.cc:384
1680
2704
msgid "Result consisted of more than one row"
2707
#: ../drizzled/error.cc:385
1683
2708
msgid "This table type requires a primary key"
2711
#: ../drizzled/error.cc:386
1686
2712
msgid "This version of Drizzle is not compiled with RAID support"
2715
#: ../drizzled/error.cc:387
1690
2717
"You are using safe update mode and you tried to update a table without a "
1691
2718
"WHERE that uses a KEY column"
2721
#: ../drizzled/error.cc:388
1695
2723
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
2726
#: ../drizzled/error.cc:389
1698
2727
msgid "Can't open table"
2730
#: ../drizzled/error.cc:390
1702
2732
msgid "The storage engine for the table doesn't support %s"
2735
#: ../drizzled/error.cc:391
1705
2736
msgid "You are not allowed to execute this command in a transaction"
2739
#: ../drizzled/error.cc:392
1709
2741
msgid "Got error %d during COMMIT"
2744
#: ../drizzled/error.cc:393
1713
2746
msgid "Got error %d during ROLLBACK"
2749
#: ../drizzled/error.cc:394
1717
2751
msgid "Got error %d during FLUSH_LOGS"
2754
#: ../drizzled/error.cc:395
1721
2756
msgid "Got error %d during CHECKPOINT"
2759
#. This is a very incorrect place to use the PRIi64 macro as the
2760
#. program that looks over the source for the N_() macros does not
2761
#. (obviously) do macro expansion, so the string is entirely wrong for
2762
#. what it is trying to output for every language except english.
2763
#: ../drizzled/error.cc:400
1726
"Aborted connection %<PRIi64> to db: '%-.192s' user: '%-.48s' host: '%-.64s' "
2766
"Aborted connection %<PRIi64> to db: '%-.192s' user: '%-.48s' host: "
2770
#: ../drizzled/error.cc:401
1730
2771
msgid "The storage engine for the table does not support binary table dump"
2774
#: ../drizzled/error.cc:402
1733
2775
msgid "Binlog closed, cannot RESET MASTER"
2778
#: ../drizzled/error.cc:403
1737
2780
msgid "Failed rebuilding the index of dumped table '%-.192s'"
2783
#: ../drizzled/error.cc:404
1741
2785
msgid "Error from master: '%-.64s'"
2788
#: ../drizzled/error.cc:405
1744
2789
msgid "Net error reading from master"
2792
#: ../drizzled/error.cc:406
1747
2793
msgid "Net error writing to master"
2796
#: ../drizzled/error.cc:407
1750
2797
msgid "Can't find FULLTEXT index matching the column list"
2800
#: ../drizzled/error.cc:408
1754
2802
"Can't execute the given command because you have active locked tables or an "
1755
2803
"active transaction"
2806
#: ../drizzled/error.cc:409
1759
2808
msgid "Unknown system variable '%-.64s'"
2811
#: ../drizzled/error.cc:410
1763
2813
msgid "Table '%-.192s' is marked as crashed and should be repaired"
2816
#: ../drizzled/error.cc:411
1768
2819
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
2822
#: ../drizzled/error.cc:412
1771
2823
msgid "Some non-transactional changed tables couldn't be rolled back"
2826
#: ../drizzled/error.cc:413
1775
2828
"Multi-statement transaction required more than 'max_binlog_cache_size' bytes "
1776
2829
"of storage; increase this drizzled variable and try again"
2832
#: ../drizzled/error.cc:414
1780
2834
"This operation cannot be performed with a running slave; run STOP SLAVE first"
2837
#: ../drizzled/error.cc:415
1784
2839
"This operation requires a running slave; configure slave and do START SLAVE"
2842
#: ../drizzled/error.cc:416
1787
2843
msgid "The server is not configured as slave; fix with CHANGE MASTER TO"
2846
#: ../drizzled/error.cc:417
1791
2848
"Could not initialize master info structure; more error messages can be found "
1792
2849
"in the Drizzle error log"
2852
#: ../drizzled/error.cc:418
1795
2853
msgid "Could not create slave thread; check system resources"
2856
#: ../drizzled/error.cc:419
1800
2859
"User %-.64s already has more than 'max_user_connections' active connections"
2862
#: ../drizzled/error.cc:420
1803
2863
msgid "You may only use constant expressions with SET"
2866
#: ../drizzled/error.cc:421
1806
2867
msgid "Lock wait timeout exceeded; try restarting transaction"
2870
#: ../drizzled/error.cc:422
1809
2871
msgid "The total number of locks exceeds the lock table size"
2874
#: ../drizzled/error.cc:423
1812
2875
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
2878
#: ../drizzled/error.cc:424
1815
2879
msgid "DROP DATABASE not allowed while thread is holding global read lock"
2882
#: ../drizzled/error.cc:425
1818
2883
msgid "CREATE DATABASE not allowed while thread is holding global read lock"
2886
#: ../drizzled/error.cc:426
1822
2888
msgid "Incorrect arguments to %s"
2891
#: ../drizzled/error.cc:427
1826
2893
msgid "'%-.48s'@'%-.64s' is not allowed to create new users"
2896
#: ../drizzled/error.cc:428
1830
2898
"Incorrect table definition; all MERGE tables must be in the same database"
2901
#: ../drizzled/error.cc:429
1833
2902
msgid "Deadlock found when trying to get lock; try restarting transaction"
2905
#: ../drizzled/error.cc:430
1836
2906
msgid "The used table type doesn't support FULLTEXT indexes"
2909
#: ../drizzled/error.cc:431
1839
2910
msgid "Cannot add foreign key constraint"
2913
#: ../drizzled/error.cc:432
1842
2914
msgid "Cannot add or update a child row: a foreign key constraint fails"
2917
#: ../drizzled/error.cc:433
1845
2918
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
2921
#: ../drizzled/error.cc:434
1849
2923
msgid "Error connecting to master: %-.128s"
2926
#: ../drizzled/error.cc:435
1853
2928
msgid "Error running query on master: %-.128s"
2931
#: ../drizzled/error.cc:436
1857
2933
msgid "Error when executing command %s: %-.128s"
2936
#: ../drizzled/error.cc:437
1861
2938
msgid "Incorrect usage of %s and %s"
2941
#: ../drizzled/error.cc:438
1864
2942
msgid "The used SELECT statements have a different number of columns"
2945
#: ../drizzled/error.cc:439
1867
2946
msgid "Can't execute the query because you have a conflicting read lock"
2949
#: ../drizzled/error.cc:440
1870
2950
msgid "Mixing of transactional and non-transactional tables is disabled"
2953
#: ../drizzled/error.cc:441
1874
2955
msgid "Option '%s' used twice in statement"
2958
#: ../drizzled/error.cc:442
1878
2960
msgid "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
2963
#: ../drizzled/error.cc:443
1882
2965
msgid "Access denied; you need the %-.128s privilege for this operation"
2968
#: ../drizzled/error.cc:444
1887
2971
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
2974
#: ../drizzled/error.cc:445
1892
2977
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
2980
#: ../drizzled/error.cc:446
1896
2982
msgid "Variable '%-.64s' doesn't have a default value"
2985
#: ../drizzled/error.cc:447
1900
2987
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
2990
#: ../drizzled/error.cc:448
1904
2992
msgid "Incorrect argument type to variable '%-.64s'"
2995
#: ../drizzled/error.cc:449
1908
2997
msgid "Variable '%-.64s' can only be set, not read"
3000
#: ../drizzled/error.cc:450
1912
3002
msgid "Incorrect usage/placement of '%s'"
3005
#: ../drizzled/error.cc:451
1916
3007
msgid "This version of Drizzle doesn't yet support '%s'"
3010
#: ../drizzled/error.cc:452
1921
3013
"Got fatal error %d: '%-.128s' from master when reading data from binary log"
3016
#: ../drizzled/error.cc:453
1924
3017
msgid "Slave SQL thread ignored the query because of replicate-*-table rules"
3020
#: ../drizzled/error.cc:454
1928
3022
msgid "Variable '%-.192s' is a %s variable"
3025
#: ../drizzled/error.cc:455
1932
3027
msgid "Incorrect foreign key definition for '%-.192s': %s"
3030
#: ../drizzled/error.cc:456
1935
3031
msgid "Key reference and table reference don't match"
3034
#: ../drizzled/error.cc:457
1939
3036
msgid "Operand should contain %d column(s)"
3039
#: ../drizzled/error.cc:458
1942
3040
msgid "Subquery returns more than 1 row"
3043
#: ../drizzled/error.cc:459
1946
3045
msgid "Unknown prepared statement handler (%.*s) given to %s"
3048
#: ../drizzled/error.cc:460
1949
3049
msgid "Help database is corrupt or does not exist"
3052
#: ../drizzled/error.cc:461
1952
3053
msgid "Cyclic reference on subqueries"
3056
#: ../drizzled/error.cc:462
1956
3058
msgid "Converting column '%s' from %s to %s"
3061
#: ../drizzled/error.cc:463
1960
3063
msgid "Reference '%-.64s' not supported (%s)"
3066
#: ../drizzled/error.cc:464
1963
3067
msgid "Every derived table must have its own alias"
3070
#: ../drizzled/error.cc:465
1967
3072
msgid "Select %u was reduced during optimization"
3075
#: ../drizzled/error.cc:466
1971
3077
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
3080
#: ../drizzled/error.cc:467
1975
3082
"Client does not support authentication protocol requested by server; "
1976
3083
"consider upgrading Drizzle client"
3086
#: ../drizzled/error.cc:468
1979
3087
msgid "All parts of a SPATIAL index must be NOT NULL"
3090
#: ../drizzled/error.cc:469
1983
3092
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
3095
#: ../drizzled/error.cc:470
1986
3096
msgid "Slave is already running"
3099
#: ../drizzled/error.cc:471
1989
3100
msgid "Slave already has been stopped"
3103
#: ../drizzled/error.cc:472
1994
3106
"Uncompressed data size too large; the maximum size is %d (based on "
1995
3107
"max_allowed_packet). The length of uncompressed data may also be corrupted."
3110
#: ../drizzled/error.cc:473
1998
3111
msgid "ZLIB: Not enough memory"
3114
#: ../drizzled/error.cc:474
2002
3116
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
2003
3117
"data was corrupted)"
3120
#: ../drizzled/error.cc:475
2006
3121
msgid "ZLIB: Input data corrupted"
3124
#: ../drizzled/error.cc:476
2010
3126
msgid "%d line(s) were cut by GROUP_CONCAT()"
3129
#: ../drizzled/error.cc:477
2014
3131
msgid "Row %ld doesn't contain data for all columns"
3134
#: ../drizzled/error.cc:478
2019
3137
"Row %ld was truncated; it contained more data than there were input columns"
3140
#: ../drizzled/error.cc:479
2024
3143
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
3146
#: ../drizzled/error.cc:480
2028
3148
msgid "Out of range value for column '%s' at row %ld"
3151
#: ../drizzled/error.cc:481
2032
3153
msgid "Data truncated for column '%s' at row %ld"
3156
#: ../drizzled/error.cc:482
2036
3158
msgid "Using storage engine %s for table '%s'"
3161
#: ../drizzled/error.cc:483
2040
3163
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
3166
#: ../drizzled/error.cc:484
2043
3167
msgid "Cannot drop one or more of the requested users"
3170
#: ../drizzled/error.cc:485
2046
3171
msgid "Can't revoke all privileges for one or more of the requested users"
3174
#: ../drizzled/error.cc:486
2051
"Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
3176
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
3179
#: ../drizzled/error.cc:487
2055
3181
msgid "Illegal mix of collations for operation '%s'"
3184
#: ../drizzled/error.cc:488
2060
"Variable '%-.64s' is not a variable component (can't be used as "
2061
"XXXX.variable_name)"
3187
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
3191
#: ../drizzled/error.cc:489
2065
3193
msgid "Unknown collation: '%-.64s'"
3196
#: ../drizzled/error.cc:490
2069
3198
"SSL parameters in CHANGE MASTER are ignored because this Drizzle slave was "
2070
3199
"compiled without SSL support; they can be used later if Drizzle slave with "
2071
3200
"SSL is started"
3203
#: ../drizzled/error.cc:491
2076
3206
"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the "
2077
3207
"old format; please change the password to the new format"
3210
#: ../drizzled/error.cc:492
2082
3213
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
2087
"Incorrect parameter or combination of parameters for START SLAVE UNTIL"
3217
#: ../drizzled/error.cc:493
3218
msgid "Incorrect parameter or combination of parameters for START SLAVE UNTIL"
3221
#: ../drizzled/error.cc:494
2091
3223
"It is recommended to use --skip-slave-start when doing step-by-step "
2092
3224
"replication with START SLAVE UNTIL; otherwise, you will get problems if you "
2093
3225
"get an unexpected slave's drizzled restart"
3228
#: ../drizzled/error.cc:495
2096
3229
msgid "SQL thread is not to be started so UNTIL options are ignored"
3232
#: ../drizzled/error.cc:496
2100
3234
msgid "Incorrect index name '%-.100s'"
3237
#: ../drizzled/error.cc:497
2104
3239
msgid "Incorrect catalog name '%-.100s'"
3242
#: ../drizzled/error.cc:498
2108
3244
msgid "Query cache failed to set size %lu; new query cache size is %lu"
3247
#: ../drizzled/error.cc:499
2112
3249
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
3252
#: ../drizzled/error.cc:500
2116
3254
msgid "Unknown key cache '%-.100s'"
3257
#: ../drizzled/error.cc:501
2120
3259
"Drizzle is started in --skip-name-resolve mode; you must restart it without "
2121
3260
"this switch for this grant to work"
3263
#: ../drizzled/error.cc:502
2125
3265
msgid "Unknown table engine '%s'"
3268
#: ../drizzled/error.cc:503
2129
3270
msgid "'%s' is deprecated; use '%s' instead"
3273
#: ../drizzled/error.cc:504
2133
3275
msgid "The target table %-.100s of the %s is not updatable"
3278
#: ../drizzled/error.cc:505
2138
3281
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
3285
#: ../drizzled/error.cc:506
2144
3288
"The Drizzle server is running with the %s option so it cannot execute this "
3292
#: ../drizzled/error.cc:507
2149
3294
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
3297
#: ../drizzled/error.cc:508
2153
3299
msgid "Truncated incorrect %-.32s value: '%-.128s'"
3302
#: ../drizzled/error.cc:509
2157
3304
"Incorrect table definition; there can be only one TIMESTAMP column with "
2158
3305
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
3308
#: ../drizzled/error.cc:510
2162
3310
msgid "Invalid ON UPDATE clause for '%-.192s' column"
3313
#: ../drizzled/error.cc:511
2165
3314
msgid "This command is not supported in the prepared statement protocol yet"
3317
#: ../drizzled/error.cc:512
2169
3319
msgid "Got error %d '%-.100s' from %s"
3322
#: ../drizzled/error.cc:513
2173
3324
msgid "Got temporary error %d '%-.100s' from %s"
3327
#: ../drizzled/error.cc:514
2177
3329
msgid "Unknown or incorrect time zone: '%-.64s'"
3332
#: ../drizzled/error.cc:515
2181
3334
msgid "Invalid TIMESTAMP value in column '%s' at row %ld"
3337
#: ../drizzled/error.cc:516
2185
3339
msgid "Invalid %s character string: '%.64s'"
3342
#: ../drizzled/error.cc:517
2189
3344
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
3347
#: ../drizzled/error.cc:518
2193
3349
msgid "Conflicting declarations: '%s%s' and '%s%s'"
3352
#: ../drizzled/error.cc:519
2197
3354
msgid "Can't create a %s from within another stored routine"
3357
#: ../drizzled/error.cc:520
2201
3359
msgid "%s %s already exists"
3362
#: ../drizzled/error.cc:521
2205
3364
msgid "%s %s does not exist"
3367
#: ../drizzled/error.cc:522
2209
3369
msgid "Failed to DROP %s %s"
3372
#: ../drizzled/error.cc:523
2213
3374
msgid "Failed to CREATE %s %s"
3377
#: ../drizzled/error.cc:524
2217
3379
msgid "%s with no matching label: %s"
3382
#: ../drizzled/error.cc:525
2221
3384
msgid "Redefining label %s"
3387
#: ../drizzled/error.cc:526
2225
3389
msgid "End-label %s without match"
3392
#: ../drizzled/error.cc:527
2229
3394
msgid "Referring to uninitialized variable %s"
3397
#: ../drizzled/error.cc:528
2233
3399
msgid "PROCEDURE %s can't return a result set in the given context"
3402
#: ../drizzled/error.cc:529
2236
3403
msgid "RETURN is only allowed in a FUNCTION"
3406
#: ../drizzled/error.cc:530
2240
3408
msgid "%s is not allowed in stored procedures"
3411
#: ../drizzled/error.cc:531
2244
3413
"The update log is deprecated and replaced by the binary log; SET "
2245
3414
"SQL_LOG_UPDATE has been ignored"
3417
#: ../drizzled/error.cc:532
2249
3419
"The update log is deprecated and replaced by the binary log; SET "
2250
3420
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
3423
#: ../drizzled/error.cc:533
2253
3424
msgid "Query execution was interrupted"
3427
#: ../drizzled/error.cc:534
2257
3429
msgid "Incorrect number of arguments for %s %s; expected %u, got %u"
3432
#: ../drizzled/error.cc:535
2261
3434
msgid "Undefined CONDITION: %s"
3437
#: ../drizzled/error.cc:536
2265
3439
msgid "No RETURN found in FUNCTION %s"
3442
#: ../drizzled/error.cc:537
2269
3444
msgid "FUNCTION %s ended without RETURN"
3447
#: ../drizzled/error.cc:538
2272
3448
msgid "Cursor statement must be a SELECT"
3451
#: ../drizzled/error.cc:539
2275
3452
msgid "Cursor SELECT must not have INTO"
3455
#: ../drizzled/error.cc:540
2279
3457
msgid "Undefined CURSOR: %s"
3460
#: ../drizzled/error.cc:541
2282
3461
msgid "Cursor is already open"
3464
#: ../drizzled/error.cc:542
2285
3465
msgid "Cursor is not open"
3468
#: ../drizzled/error.cc:543
2289
3470
msgid "Undeclared variable: %s"
3473
#: ../drizzled/error.cc:544
2292
3474
msgid "Incorrect number of FETCH variables"
3477
#: ../drizzled/error.cc:545
2295
3478
msgid "No data - zero rows fetched, selected, or processed"
3481
#: ../drizzled/error.cc:546
2299
3483
msgid "Duplicate parameter: %s"
3486
#: ../drizzled/error.cc:547
2303
3488
msgid "Duplicate variable: %s"
3491
#: ../drizzled/error.cc:548
2307
3493
msgid "Duplicate condition: %s"
3496
#: ../drizzled/error.cc:549
2311
3498
msgid "Duplicate cursor: %s"
3501
#: ../drizzled/error.cc:550
2315
3503
msgid "Failed to ALTER %s %s"
3506
#: ../drizzled/error.cc:551
2318
3507
msgid "Subquery value not supported"
3510
#: ../drizzled/error.cc:552
2322
3512
msgid "%s is not allowed in stored function or trigger"
3515
#: ../drizzled/error.cc:553
2325
3516
msgid "Variable or condition declaration after cursor or handler declaration"
3519
#: ../drizzled/error.cc:554
2328
3520
msgid "Cursor declaration after handler declaration"
3523
#: ../drizzled/error.cc:555
2331
3524
msgid "Case not found for CASE statement"
3527
#: ../drizzled/error.cc:556
2335
3529
msgid "Configuration file '%-.192s' is too big"
3532
#: ../drizzled/error.cc:557
2339
3534
msgid "Malformed file type header in file '%-.192s'"
3537
#: ../drizzled/error.cc:558
2343
3539
msgid "Unexpected end of file while parsing comment '%-.200s'"
3542
#: ../drizzled/error.cc:559
2347
3544
msgid "Error while parsing parameter '%-.192s' (line: '%-.192s')"
3547
#: ../drizzled/error.cc:560
2351
3549
msgid "Unexpected end of file while skipping unknown parameter '%-.192s'"
2355
"EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
3552
#: ../drizzled/error.cc:561
3553
msgid "EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
3556
#: ../drizzled/error.cc:562
2359
3558
msgid "'%-.192s.%-.192s' is not %s"
3561
#: ../drizzled/error.cc:563
2363
3563
msgid "Column '%-.192s' is not updatable"
3566
#: ../drizzled/error.cc:564
2366
3567
msgid "View's SELECT contains a subquery in the FROM clause"
3570
#: ../drizzled/error.cc:565
2370
3572
msgid "View's SELECT contains a '%s' clause"
3575
#: ../drizzled/error.cc:566
2373
3576
msgid "View's SELECT contains a variable or parameter"
3579
#: ../drizzled/error.cc:567
2377
3581
msgid "View's SELECT refers to a temporary table '%-.192s'"
3584
#: ../drizzled/error.cc:568
2380
3585
msgid "View's SELECT and view's field list have different column counts"
3588
#: ../drizzled/error.cc:569
2384
3590
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
2388
"View being updated does not have complete key of underlying table in it"
3593
#: ../drizzled/error.cc:570
3594
msgid "View being updated does not have complete key of underlying table in it"
3597
#: ../drizzled/error.cc:571
2393
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or "
2394
"function(s) or definer/invoker of view lack rights to use them"
3600
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
3601
"(s) or definer/invoker of view lack rights to use them"
3604
#: ../drizzled/error.cc:572
2398
3606
msgid "Can't drop or alter a %s from within another stored routine"
3609
#: ../drizzled/error.cc:573
2401
3610
msgid "GOTO is not allowed in a stored procedure handler"
3613
#: ../drizzled/error.cc:574
2404
3614
msgid "Trigger already exists"
3617
#: ../drizzled/error.cc:575
2407
3618
msgid "Trigger does not exist"
3621
#: ../drizzled/error.cc:576
2411
3623
msgid "Trigger's '%-.192s' is view or temporary table"
3626
#: ../drizzled/error.cc:577
2415
3628
msgid "Updating of %s row is not allowed in %strigger"
3631
#: ../drizzled/error.cc:578
2419
3633
msgid "There is no %s row in %s trigger"
3636
#: ../drizzled/error.cc:579
2423
3638
msgid "Field '%-.192s' doesn't have a default value"
3641
#: ../drizzled/error.cc:580
2426
3642
msgid "Division by 0"
3645
#: ../drizzled/error.cc:581
2430
3647
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
3650
#: ../drizzled/error.cc:582
2434
3652
msgid "Illegal %s '%-.192s' value found during parsing"
3655
#: ../drizzled/error.cc:583
2438
3657
msgid "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
3660
#: ../drizzled/error.cc:584
2442
3662
msgid "CHECK OPTION failed '%-.192s.%-.192s'"
3665
#: ../drizzled/error.cc:585
2446
3667
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
3670
#: ../drizzled/error.cc:586
2450
3672
msgid "Failed purging old relay logs: %s"
3675
#: ../drizzled/error.cc:587
2454
3677
msgid "Password hash should be a %d-digit hexadecimal number"
3680
#: ../drizzled/error.cc:588
2457
3681
msgid "Target log not found in binlog index"
3684
#: ../drizzled/error.cc:589
2460
3685
msgid "I/O error reading log index file"
3688
#: ../drizzled/error.cc:590
2463
3689
msgid "Server configuration does not permit binlog purge"
3692
#: ../drizzled/error.cc:591
2466
3693
msgid "Failed on fseek()"
3696
#: ../drizzled/error.cc:592
2469
3697
msgid "Fatal error during log purge"
3700
#: ../drizzled/error.cc:593
2472
3701
msgid "A purgeable log is in use, will not purge"
3704
#: ../drizzled/error.cc:594
2475
3705
msgid "Unknown error during log purge"
3708
#: ../drizzled/error.cc:595
2479
3710
msgid "Failed initializing relay log position: %s"
3713
#: ../drizzled/error.cc:596
2482
3714
msgid "You are not using binary logging"
3717
#: ../drizzled/error.cc:597
2487
3720
"The '%-.64s' syntax is reserved for purposes internal to the Drizzle server"
3723
#: ../drizzled/error.cc:598
2490
3724
msgid "WSAStartup Failed"
3727
#: ../drizzled/error.cc:599
2493
3728
msgid "Can't handle procedures with different groups yet"
3731
#: ../drizzled/error.cc:600
2496
3732
msgid "Select must have a group with this procedure"
3735
#: ../drizzled/error.cc:601
2499
3736
msgid "Can't use ORDER clause with this procedure"
3739
#: ../drizzled/error.cc:602
2503
3741
msgid "Binary logging and replication forbid changing the global server %s"
3744
#: ../drizzled/error.cc:603
2507
3746
msgid "Can't map file: %-.200s, errno: %d"
3749
#: ../drizzled/error.cc:604
2511
3751
msgid "Wrong magic in %-.64s"
3754
#: ../drizzled/error.cc:605
2514
3755
msgid "Prepared statement contains too many placeholders"
3758
#: ../drizzled/error.cc:606
2518
3760
msgid "Key part '%-.192s' length cannot be 0"
3763
#: ../drizzled/error.cc:607
2521
3764
msgid "View text checksum failed"
3767
#: ../drizzled/error.cc:608
2526
3770
"Can not modify more than one base table through a join view '%-.192s.%-.192s'"
3773
#: ../drizzled/error.cc:609
2530
3775
msgid "Can not insert into join view '%-.192s.%-.192s' without fields list"
3778
#: ../drizzled/error.cc:610
2534
3780
msgid "Can not delete from join view '%-.192s.%-.192s'"
3783
#: ../drizzled/error.cc:611
2538
3785
msgid "Operation %s failed for %.256s"
3788
#: ../drizzled/error.cc:612
2541
3789
msgid "XAER_NOTA: Unknown XID"
3792
#: ../drizzled/error.cc:613
2544
3793
msgid "XAER_INVAL: Invalid arguments (or unsupported command)"
3796
#: ../drizzled/error.cc:614
2549
3799
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
2550
3800
"the %.64s state"
3803
#: ../drizzled/error.cc:615
2553
3804
msgid "XAER_OUTSIDE: Some work is done outside global transaction"
3807
#: ../drizzled/error.cc:616
2557
3809
"XAER_RMERR: Fatal error occurred in the transaction branch - check your data "
2558
3810
"for consistency"
3813
#: ../drizzled/error.cc:617
2561
3814
msgid "XA_RBROLLBACK: Transaction branch was rolled back"
3817
#: ../drizzled/error.cc:618
2566
3820
"There is no such grant defined for user '%-.48s' on host '%-.64s' on routine "
3824
#: ../drizzled/error.cc:619
2570
3825
msgid "Failed to grant EXECUTE and ALTER ROUTINE privileges"
3828
#: ../drizzled/error.cc:620
2573
3829
msgid "Failed to revoke all privileges to dropped routine"
3832
#: ../drizzled/error.cc:621
2577
3834
msgid "Data too long for column '%s' at row %ld"
3837
#: ../drizzled/error.cc:622
2581
3839
msgid "Bad SQLSTATE: '%s'"
3842
#: ../drizzled/error.cc:623
2586
3845
"%s: ready for connections.\n"
2587
3846
"Version: '%s' %s\n"
3849
#: ../drizzled/error.cc:624
2590
3850
msgid "Can't load value from file with fixed size rows to variable"
3853
#: ../drizzled/error.cc:625
2593
3854
msgid "You are not allowed to create a user with GRANT"
3857
#: ../drizzled/error.cc:626
2597
3859
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
3862
#: ../drizzled/error.cc:627
2600
3863
msgid "Table definition has changed, please retry transaction"
3866
#: ../drizzled/error.cc:628
2603
3867
msgid "Duplicate handler declared in the same block"
3870
#: ../drizzled/error.cc:629
2608
3873
"OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-"
2609
3874
"variable in BEFORE trigger"
3877
#: ../drizzled/error.cc:630
2613
3879
msgid "Not allowed to return a result set from a %s"
3882
#: ../drizzled/error.cc:631
2616
3883
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
3886
#: ../drizzled/error.cc:632
2620
3888
"A routine failed and has neither NO SQL nor READS SQL DATA in its "
2621
3889
"declaration and binary logging is enabled; if non-transactional tables were "
2622
3890
"updated, the binary log will miss their changes"
3893
#: ../drizzled/error.cc:633
2626
3895
"This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its "
2627
3896
"declaration and binary logging is enabled (you *might* want to use the less "
2628
3897
"safe log_bin_trust_function_creators variable)"
3900
#: ../drizzled/error.cc:634
2632
3902
"You do not have the SUPER privilege and binary logging is enabled (you "
2633
3903
"*might* want to use the less safe log_bin_trust_function_creators variable)"
3906
#: ../drizzled/error.cc:635
2637
3908
"You can't execute a prepared statement which has an open cursor associated "
2638
3909
"with it. Reset the statement to re-execute it."
3912
#: ../drizzled/error.cc:636
2642
3914
msgid "The statement (%lu) has no open cursor."
3917
#: ../drizzled/error.cc:637
2646
3919
"Explicit or implicit commit is not allowed in stored function or trigger."
3922
#: ../drizzled/error.cc:638
2651
3925
"Field of view '%-.192s.%-.192s' underlying table doesn't have a default value"
3928
#: ../drizzled/error.cc:639
2654
3929
msgid "Recursive stored functions and triggers are not allowed."
3932
#: ../drizzled/error.cc:640
2658
3934
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
3937
#: ../drizzled/error.cc:641
2662
3939
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
3942
#: ../drizzled/error.cc:642
2667
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column '%-"
3945
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
3949
#: ../drizzled/error.cc:643
2672
3951
"You can't combine write-locking of system tables with other tables or lock "
3955
#: ../drizzled/error.cc:644
2677
3957
msgid "Unable to connect to foreign data source: %.64s"
3960
#: ../drizzled/error.cc:645
2682
3963
"There was a problem processing the query on the foreign data source. Data "
2683
3964
"source error: %-.64s"
3967
#: ../drizzled/error.cc:646
2688
3970
"The foreign data source you are trying to reference does not exist. Data "
2689
3971
"source error: %-.64s"
3974
#: ../drizzled/error.cc:647
2694
3977
"Can't create federated table. The data source connection string '%-.64s' is "
2695
3978
"not in the correct format"
3981
#: ../drizzled/error.cc:648
2700
"The data source connection string '%-.64s' is not in the correct format"
3983
msgid "The data source connection string '%-.64s' is not in the correct format"
3986
#: ../drizzled/error.cc:649
2704
3988
msgid "Can't create federated table. Foreign data src error: %-.64s"
3991
#: ../drizzled/error.cc:650
2707
3992
msgid "Trigger in wrong schema"
3995
#: ../drizzled/error.cc:651
2712
3998
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
2713
3999
"needed. Use 'drizzled -O thread_stack=#' to specify a bigger stack."
4002
#: ../drizzled/error.cc:652
2717
4004
msgid "Routine body for '%-.100s' is too long"
4007
#: ../drizzled/error.cc:653
2720
4008
msgid "Cannot drop default keycache"
4011
#: ../drizzled/error.cc:654
2724
4013
msgid "Display width out of range for column '%-.192s' (max = %d)"
4016
#: ../drizzled/error.cc:655
2727
4017
msgid "XAER_DUPID: The XID already exists"
4020
#: ../drizzled/error.cc:656
2731
4022
msgid "Datetime function: %-.32s field overflow"
4025
#: ../drizzled/error.cc:657
2736
4028
"Can't update table '%-.192s' in stored function/trigger because it is "
2737
4029
"already used by statement which invoked this stored function/trigger."
4032
#: ../drizzled/error.cc:658
2742
"The definition of table '%-.192s' prevents operation %.192s on table '%-"
4035
"The definition of table '%-.192s' prevents operation %.192s on table "
4039
#: ../drizzled/error.cc:659
2747
4041
"The prepared statement contains a stored routine call that refers to that "
2748
4042
"same statement. It's not allowed to execute a prepared statement in such a "
2749
4043
"recursive manner"
4046
#: ../drizzled/error.cc:660
2752
4047
msgid "Not allowed to set autocommit from a stored function or trigger"
4050
#: ../drizzled/error.cc:661
2755
4051
msgid "Definer is not fully qualified"
4054
#: ../drizzled/error.cc:662
2760
4057
"View '%-.192s'.'%-.192s' has no definer information (old table format). "
2761
4058
"Current user is used as definer. Please recreate the view!"
4061
#: ../drizzled/error.cc:663
2766
4064
"You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' "
4068
#: ../drizzled/error.cc:664
2771
4070
msgid "The user specified as a definer ('%-.64s'@'%-.64s') does not exist"
4073
#: ../drizzled/error.cc:665
2775
4075
msgid "Changing schema from '%-.192s' to '%-.192s' is not allowed."
4078
#: ../drizzled/error.cc:666
2780
4081
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
4084
#: ../drizzled/error.cc:667
2785
4087
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
4090
#: ../drizzled/error.cc:668
2789
4092
msgid "Variable '%-.64s' must be quoted with `...`, or renamed"
4095
#: ../drizzled/error.cc:669
2794
4098
"No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be "
2796
4100
"insufficient privileges. Please recreate the trigger."
4103
#: ../drizzled/error.cc:670
2800
4105
msgid "'%-.192s' has an old format, you should re-create the '%s' object(s)"
4108
#: ../drizzled/error.cc:671
2805
4111
"Recursive limit %d (as set by the max_sp_recursion_depth variable) was "
2806
4112
"exceeded for routine %.192s"
4115
#: ../drizzled/error.cc:672
2811
4118
"Failed to load routine %-.192s. The table drizzle.proc is missing, corrupt, "
2812
4119
"or contains bad data (internal code %d)"
4122
#: ../drizzled/error.cc:673
2816
4124
msgid "Incorrect routine name '%-.192s'"
4127
#: ../drizzled/error.cc:674
2821
"Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
4129
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
4132
#: ../drizzled/error.cc:675
2824
4133
msgid "AGGREGATE is not supported for stored functions"
4136
#: ../drizzled/error.cc:676
2829
"Can't create more than max_prepared_stmt_count statements (current value: "
4139
"Can't create more than max_prepared_stmt_count statements (current value: %"
4143
#: ../drizzled/error.cc:677
2834
4145
msgid "`%-.192s`.`%-.192s` contains view recursion"
4148
#: ../drizzled/error.cc:678
2838
4150
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
4153
#: ../drizzled/error.cc:679
2841
4154
msgid "The used table type doesn't support SPATIAL indexes"
4157
#: ../drizzled/error.cc:680
2844
4158
msgid "Triggers can not be created on system tables"
4161
#: ../drizzled/error.cc:681
2848
4163
msgid "Leading spaces are removed from name '%s'"
4166
#: ../drizzled/error.cc:682
2851
4167
msgid "Failed to read auto-increment value from storage engine"
4170
#: ../drizzled/error.cc:683
2854
4171
msgid "user name"
4174
#: ../drizzled/error.cc:684
2857
4175
msgid "host name"
4178
#: ../drizzled/error.cc:685
2861
4180
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
4183
#: ../drizzled/error.cc:686
2865
4185
msgid "The target table %-.100s of the %s is not insertable-into"
4188
#: ../drizzled/error.cc:687
2870
4191
"Table '%-.64s' is differently defined or of non-MyISAM type or doesn't exist"
4194
#: ../drizzled/error.cc:688
2873
4195
msgid "Too high level of nesting for select"
4198
#: ../drizzled/error.cc:689
2877
4200
msgid "Name '%-.64s' has become ''"
4203
#: ../drizzled/error.cc:690
2881
4205
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
2882
4206
"optional and non-empty FIELDS ENCLOSED BY"
4209
#: ../drizzled/error.cc:691
2886
4211
msgid "The foreign server, %s, you are trying to create already exists."
4214
#: ../drizzled/error.cc:692
2891
4217
"The foreign server name you are trying to reference does not exist. Data "
2892
4218
"source error: %-.64s"
4221
#: ../drizzled/error.cc:693
2897
4224
"Table storage engine '%-.64s' does not support the create option '%.64s'"
4227
#: ../drizzled/error.cc:694
2902
4230
"Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for "
2903
4231
"each partition"
4234
#: ../drizzled/error.cc:695
2908
"Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
4236
msgid "Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
4239
#: ../drizzled/error.cc:696
2911
4240
msgid "MAXVALUE can only be used in last partition definition"
4243
#: ../drizzled/error.cc:697
2914
4244
msgid "Subpartitions can only be hash partitions and by key"
4247
#: ../drizzled/error.cc:698
2917
4248
msgid "Must define subpartitions on all partitions if on one partition"
4251
#: ../drizzled/error.cc:699
2920
4252
msgid "Wrong number of partitions defined, mismatch with previous setting"
4255
#: ../drizzled/error.cc:700
2923
4256
msgid "Wrong number of subpartitions defined, mismatch with previous setting"
2927
"Constant/Random expression in (sub)partitioning function is not allowed"
4259
#: ../drizzled/error.cc:701
4260
msgid "Constant/Random expression in (sub)partitioning function is not allowed"
4263
#: ../drizzled/error.cc:702
2930
4264
msgid "Expression in RANGE/LIST VALUES must be constant"
4267
#: ../drizzled/error.cc:703
2933
4268
msgid "Field in list of fields for partition function not found in table"
4271
#: ../drizzled/error.cc:704
2936
4272
msgid "List of fields is only allowed in KEY partitions"
4275
#: ../drizzled/error.cc:705
2940
4277
"The partition info in the frm file is not consistent with what can be "
2941
4278
"written into the frm file"
4281
#: ../drizzled/error.cc:706
2945
4283
msgid "The %-.192s function returns the wrong type"
4286
#: ../drizzled/error.cc:707
2949
4288
msgid "For %-.64s partitions each partition must be defined"
4291
#: ../drizzled/error.cc:708
2952
4292
msgid "VALUES LESS THAN value must be strictly increasing for each partition"
4295
#: ../drizzled/error.cc:709
2955
4296
msgid "VALUES value must be of same type as partition function"
4299
#: ../drizzled/error.cc:710
2958
4300
msgid "Multiple definition of same constant in list partitioning"
4303
#: ../drizzled/error.cc:711
2961
4304
msgid "Partitioning can not be used stand-alone in query"
4307
#: ../drizzled/error.cc:712
2965
4309
"The mix of handlers in the partitions is not allowed in this version of "
4313
#: ../drizzled/error.cc:713
2970
4315
msgid "For the partitioned engine it is necessary to define all %-.64s"
4318
#: ../drizzled/error.cc:714
2973
4319
msgid "Too many partitions (including subpartitions) were defined"
4322
#: ../drizzled/error.cc:715
2977
4324
"It is only possible to mix RANGE/LIST partitioning with HASH/KEY "
2978
4325
"partitioning for subpartitioning"
4328
#: ../drizzled/error.cc:716
2981
4329
msgid "Failed to create specific handler file"
4332
#: ../drizzled/error.cc:717
2984
4333
msgid "A BLOB field is not allowed in partition function"
4336
#: ../drizzled/error.cc:718
2989
"A %-.192s must include all columns in the table's partitioning function"
4338
msgid "A %-.192s must include all columns in the table's partitioning function"
4341
#: ../drizzled/error.cc:719
2993
4343
msgid "Number of %-.64s = 0 is not an allowed value"
4346
#: ../drizzled/error.cc:720
2996
4347
msgid "Partition management on a not partitioned table is not possible"
4350
#: ../drizzled/error.cc:721
3000
4352
"Foreign key condition is not yet supported in conjunction with partitioning"
4355
#: ../drizzled/error.cc:722
3004
4357
msgid "Error in list of partitions to %-.64s"
4360
#: ../drizzled/error.cc:723
3007
4361
msgid "Cannot remove all partitions, use DROP TABLE instead"
4364
#: ../drizzled/error.cc:724
3010
4365
msgid "COALESCE PARTITION can only be used on HASH/KEY partitions"
4368
#: ../drizzled/error.cc:725
3014
4370
"REORGANIZE PARTITION can only be used to reorganize partitions not to change "
3015
4371
"their numbers"
4374
#: ../drizzled/error.cc:726
3019
4376
"REORGANIZE PARTITION without parameters can only be used on auto-partitioned "
3020
4377
"tables using HASH PARTITIONs"
4380
#: ../drizzled/error.cc:727
3024
4382
msgid "%-.64s PARTITION can only be used on RANGE/LIST partitions"
4385
#: ../drizzled/error.cc:728
3027
4386
msgid "Trying to Add partition(s) with wrong number of subpartitions"
4389
#: ../drizzled/error.cc:729
3030
4390
msgid "At least one partition must be added"
4393
#: ../drizzled/error.cc:730
3033
4394
msgid "At least one partition must be coalesced"
4397
#: ../drizzled/error.cc:731
3036
4398
msgid "More partitions to reorganize than there are partitions"
4401
#: ../drizzled/error.cc:732
3040
4403
msgid "Duplicate partition name %-.192s"
4406
#: ../drizzled/error.cc:733
3043
4407
msgid "It is not allowed to shut off binlog on this command"
3047
"When reorganizing a set of partitions they must be in consecutive order"
4410
#: ../drizzled/error.cc:734
4411
msgid "When reorganizing a set of partitions they must be in consecutive order"
4414
#: ../drizzled/error.cc:735
3051
4416
"Reorganize of range partitions cannot change total ranges except for last "
3052
4417
"partition where it can extend the range"
4420
#: ../drizzled/error.cc:736
3055
4421
msgid "Partition function not supported in this version for this handler"
4424
#: ../drizzled/error.cc:737
3058
4425
msgid "Partition state cannot be defined from CREATE/ALTER TABLE"
4428
#: ../drizzled/error.cc:738
3062
4430
msgid "The %-.64s handler only supports 32 bit integers in VALUES"
4433
#: ../drizzled/error.cc:739
3066
4435
msgid "Plugin '%-.192s' is not loaded"
4438
#: ../drizzled/error.cc:740
3070
4440
msgid "Incorrect %-.32s value: '%-.128s'"
4443
#: ../drizzled/error.cc:741
3074
4445
msgid "Table has no partition for value %-.64s"
4448
#: ../drizzled/error.cc:742
3078
4450
msgid "It is not allowed to specify %s more than once"
4453
#: ../drizzled/error.cc:743 ../drizzled/error.cc:811
3082
4455
msgid "Failed to create %s"
4458
#: ../drizzled/error.cc:744 ../drizzled/error.cc:756
3086
4460
msgid "Failed to drop %s"
4463
#: ../drizzled/error.cc:745
3089
4464
msgid "The handler doesn't support autoextend of tablespaces"
4467
#: ../drizzled/error.cc:746
3093
4469
"A size parameter was incorrectly specified, either number or on the form 10M"
4472
#: ../drizzled/error.cc:747
3097
4474
"The size number was correct but we don't allow the digit part to be more "
3098
4475
"than 2 billion"
4478
#: ../drizzled/error.cc:748
3102
4480
msgid "Failed to alter: %s"
4483
#: ../drizzled/error.cc:749
3105
4484
msgid "Writing one row to the row-based binary log failed"
4487
#: ../drizzled/error.cc:750
3109
4489
msgid "Table definition on master and slave does not match: %s"
4492
#: ../drizzled/error.cc:751
3113
4494
"Slave running with --log-slave-updates must use row-based binary logging to "
3114
4495
"be able to replicate row-based binary log events"
4498
#: ../drizzled/error.cc:752
3118
4500
msgid "Event '%-.192s' already exists"
4503
#: ../drizzled/error.cc:753
3122
4505
msgid "Failed to store event %s. Error code %d from storage engine."
4508
#: ../drizzled/error.cc:754
3126
4510
msgid "Unknown event '%-.192s'"
4513
#: ../drizzled/error.cc:755
3130
4515
msgid "Failed to alter event '%-.192s'"
4518
#: ../drizzled/error.cc:757
3133
4519
msgid "INTERVAL is either not positive or too big"
4522
#: ../drizzled/error.cc:758
3136
4523
msgid "ENDS is either invalid or before STARTS"
4526
#: ../drizzled/error.cc:759
3139
4527
msgid "Event execution time is in the past. Event has been disabled"
4530
#: ../drizzled/error.cc:760
3142
4531
msgid "Failed to open drizzle.event"
4534
#: ../drizzled/error.cc:761
3145
4535
msgid "No datetime expression provided"
4538
#: ../drizzled/error.cc:762
3150
4541
"Column count of drizzle.%s is wrong. Expected %d, found %d. The table is "
3151
4542
"probably corrupted"
4545
#: ../drizzled/error.cc:763
3155
4547
msgid "Cannot load from drizzle.%s. The table is probably corrupted"
4550
#: ../drizzled/error.cc:764
3158
4551
msgid "Failed to delete the event from drizzle.event"
4554
#: ../drizzled/error.cc:765
3161
4555
msgid "Error during compilation of event's body"
4558
#: ../drizzled/error.cc:766
3164
4559
msgid "Same old and new event name"
4562
#: ../drizzled/error.cc:767
3168
4564
msgid "Data for column '%s' too long"
4567
#: ../drizzled/error.cc:768
3172
4569
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
4572
#: ../drizzled/error.cc:769
3177
"The syntax '%s' is deprecated and will be removed in Drizzle %s. Please use "
4575
"The syntax '%s' is deprecated and will be removed in Drizzle %s. Please use %"
4579
#: ../drizzled/error.cc:770
3181
4580
msgid "You can't write-lock a log table. Only read access is possible"
4583
#: ../drizzled/error.cc:771
3184
4584
msgid "You can't use locks with log tables."
4587
#: ../drizzled/error.cc:772
3189
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key "
3190
"%d would lead to a duplicate entry"
4590
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
4591
"d would lead to a duplicate entry"
4594
#: ../drizzled/error.cc:773
3195
4597
"Column count of drizzle.%s is wrong. Expected %d, found %d. Created with "
3196
4598
"Drizzle %d, now running %d. Please use drizzle_upgrade to fix this error."
4601
#: ../drizzled/error.cc:774
3200
4603
"Cannot switch out of the row-based binary log format when the session has "
3201
4604
"open temporary tables"
4607
#: ../drizzled/error.cc:775
3205
4609
"Cannot change the binary logging format inside a stored function or trigger"
4612
#: ../drizzled/error.cc:776
3209
4614
"The NDB cluster engine does not support changing the binlog format on the "
4618
#: ../drizzled/error.cc:777
3213
4619
msgid "Cannot create temporary table with partitions"
4622
#: ../drizzled/error.cc:778
3216
4623
msgid "Partition constant is out of partition function domain"
4626
#: ../drizzled/error.cc:779
3219
4627
msgid "This partition function is not allowed"
4630
#: ../drizzled/error.cc:780
3222
4631
msgid "Error in DDL log"
4634
#: ../drizzled/error.cc:781
3225
4635
msgid "Not allowed to use NULL value in VALUES LESS THAN"
4638
#: ../drizzled/error.cc:782
3228
4639
msgid "Incorrect partition name"
4642
#: ../drizzled/error.cc:783
3232
4644
"Transaction isolation level can't be changed while a transaction is in "
4648
#: ../drizzled/error.cc:784
3238
4651
"ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry "
3239
4652
"'%-.192s' for key '%-.192s'"
4655
#: ../drizzled/error.cc:785
3243
4657
msgid "Internal scheduler error %d"
4660
#: ../drizzled/error.cc:786
3247
4662
msgid "Error during starting/stopping of the scheduler. Error code %u"
4665
#: ../drizzled/error.cc:787
3250
4666
msgid "Engine cannot be used in partitioned tables"
4669
#: ../drizzled/error.cc:788
3254
4671
msgid "Cannot activate '%-.64s' log"
4674
#: ../drizzled/error.cc:789
3257
4675
msgid "The server was not built with row-based replication"
4678
#: ../drizzled/error.cc:790
3260
4679
msgid "Decoding of base64 string failed"
4682
#: ../drizzled/error.cc:791
3263
4683
msgid "Recursion of EVENT DDL statements is forbidden when body is present"
4686
#: ../drizzled/error.cc:792
3267
4688
"Cannot proceed because system tables used by Event Scheduler were found "
3268
4689
"damaged at server start"
4692
#: ../drizzled/error.cc:793
3271
4693
msgid "Only integers allowed as number here"
4696
#: ../drizzled/error.cc:794
3274
4697
msgid "This storage engine cannot be used for log tables"
4700
#: ../drizzled/error.cc:795
3278
4702
msgid "You cannot '%s' a log table if logging is enabled"
4705
#: ../drizzled/error.cc:796
3283
4708
"Cannot rename '%s'. When logging enabled, rename to/from log table must "
4130
5790
"We have deactivated the TransactionApplier '%s'.\n"
5793
#: ../drizzled/session.cc:1911 ../drizzled/session.cc:1927
4134
5795
msgid "Could not remove temporary table: '%s', error: %d"
5798
#: ../drizzled/set_var.cc:1510
4138
5800
msgid "Variable named %s already exists!\n"
5803
#: ../drizzled/set_var.cc:1519
4142
5805
msgid "Could not add Variable: %s\n"
5808
#: ../drizzled/signal_handler.cc:56
5810
msgid "Got signal %d from thread %<PRIu64>"
5813
#: ../drizzled/signal_handler.cc:118
5815
msgid "Fatal signal %d while backtracing\n"
5818
#: ../drizzled/signal_handler.cc:127
5820
msgid "Fatal: time() call failed\n"
5823
#: ../drizzled/signal_handler.cc:133
5826
"%02d%02d%02d %2d:%02d:%02d - drizzled got signal %d;\n"
5827
"This could be because you hit a bug. It is also possible that this binary\n"
5828
" or one of the libraries it was linked against is corrupt, improperly "
5830
" or misconfigured. This error can also be caused by malfunctioning "
5834
#: ../drizzled/signal_handler.cc:141
5837
"We will try our best to scrape up some info that will hopefully help "
5839
"the problem, but since we have already crashed, something is definitely "
5841
"and this may fail.\n"
5845
#: ../drizzled/signal_handler.cc:148
5848
"It is possible that drizzled could use up to \n"
5849
"(read_buffer_size + sort_buffer_size)*thread_count\n"
5851
"Hope that's ok; if not, decrease some variables in the equation.\n"
5855
#: ../drizzled/sql_base.cc:1521
4146
5857
msgid "Table %s had a open data Cursor in reopen_table"
5860
#: ../drizzled/sql_table.cc:1957
4150
5862
msgid "Unknown - internal error %d during operation"
5865
#: ../drizzled/statement/alter_table.cc:1486
4155
5868
"order_st BY ignored because there is a user-defined clustered index in the "
4156
5869
"table '%-.192s'"
5872
#: ../drizzled/table.cc:1965
4160
5874
msgid "Got error %d when reading table '%s'"
5877
#: ../drizzled/table_share.cc:867
4164
5879
msgid "Table %s has invalid/unknown collation: %d,%s"
5882
#: ../drizzled/table_share.cc:1160
4168
5884
msgid "ENUM column %s has greater than %d possible values"
5887
#: ../drizzled/table_share.cc:2071
4172
5889
msgid "Unknown collation '%s' in table '%-.64s' definition"
5892
#: ../drizzled/table_share.cc:2078
4177
5895
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
5899
#: ../drizzled/tztime.cc:173
4182
5901
msgid "Fatal error: Illegal or unknown default time zone '%s'"
4184
5903
"Фатальная ошибка: неверное или неизвестное значение временной зоны по-"
4185
5904
"умолчанию: '%s'"
4188
msgid "%s: option `%s' is ambiguous\n"
4192
msgid "%s: option `--%s' doesn't allow an argument\n"
4196
msgid "%s: option `%c%s' doesn't allow an argument\n"
4200
msgid "%s: option `%s' requires an argument\n"
4204
msgid "%s: unrecognized option `--%s'\n"
4208
msgid "%s: unrecognized option `%c%s'\n"
4212
msgid "%s: illegal option -- %c\n"
4216
msgid "%s: invalid option -- %c\n"
4220
msgid "%s: option requires an argument -- %c\n"
4224
msgid "%s: option `-W %s' is ambiguous\n"
4228
msgid "%s: option `-W %s' doesn't allow an argument\n"
5906
#: ../plugin/auth_file/auth_file.cc:225
5908
msgid "Could not load auth file: %s\n"
5909
msgstr "Не найдена таблица: \"%s\""
5911
#: ../plugin/auth_file/auth_file.cc:238 ../plugin/auth_file/auth_file.cc:253
5912
msgid "File to load for usernames and passwords"
5915
#: ../plugin/auth_http/auth_http.cc:143 ../plugin/auth_http/auth_http.cc:150
4231
5916
msgid "Enable HTTP Auth check"
5919
#: ../plugin/auth_http/auth_http.cc:160
4234
5920
msgid "URL for HTTP Auth check"
5923
#: ../plugin/auth_ldap/auth_ldap.cc:285
5925
msgid "Reconnect failed: %s\n"
5928
#: ../plugin/auth_ldap/auth_ldap.cc:304
5930
msgid "ldap_search_ext_s failed: %s\n"
5933
#: ../plugin/auth_ldap/auth_ldap.cc:410
5935
msgid "Could not load auth ldap: %s\n"
5938
#: ../plugin/auth_ldap/auth_ldap.cc:423
5939
msgid "URI of the LDAP server to contact"
5942
#: ../plugin/auth_ldap/auth_ldap.cc:431
5943
msgid "DN to use when binding to the LDAP server"
5946
#: ../plugin/auth_ldap/auth_ldap.cc:439
5947
msgid "Password to use when binding the DN"
5950
#: ../plugin/auth_ldap/auth_ldap.cc:447
5951
msgid "DN to use when searching"
5954
#: ../plugin/auth_ldap/auth_ldap.cc:455
5955
msgid "Attribute in LDAP with plain text password"
5958
#: ../plugin/auth_ldap/auth_ldap.cc:463
5959
msgid "Attribute in LDAP with MySQL hashed password"
5962
#: ../plugin/auth_ldap/auth_ldap.cc:471
5963
msgid "How often to empty the users cache, 0 to disable"
5966
#: ../plugin/console/console.cc:346 ../plugin/console/console.cc:361
4237
5967
msgid "Enable the console."
5970
#: ../plugin/console/console.cc:348 ../plugin/console/console.cc:364
4240
5971
msgid "Turn on extra debugging."
5974
#: ../plugin/console/console.cc:351 ../plugin/console/console.cc:367
4243
5975
msgid "User to use for auth."
5978
#: ../plugin/console/console.cc:353 ../plugin/console/console.cc:370
4246
5979
msgid "Password to use for auth."
5982
#: ../plugin/console/console.cc:355 ../plugin/console/console.cc:373
4249
5983
msgid "Default database to use."
5986
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:826
5987
#: ../plugin/mysql_protocol/mysql_protocol.cc:900
4252
5988
msgid "Invalid value of port\n"
5991
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:835
5992
#: ../plugin/mysql_protocol/mysql_protocol.cc:909
4255
5993
msgid "Invalid value for connect_timeout\n"
5996
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:844
5997
#: ../plugin/mysql_protocol/mysql_protocol.cc:918
4258
5998
msgid "Invalid value for read_timeout\n"
6001
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:853
6002
#: ../plugin/mysql_protocol/mysql_protocol.cc:927
4261
6003
msgid "Invalid value for write_timeout\n"
6006
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:862
4264
6007
msgid "Invalid value for retry_count\n"
6010
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:871
6011
#: ../plugin/mysql_protocol/mysql_protocol.cc:945
4267
6012
msgid "Invalid value for buffer_length\n"
6015
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:891
6016
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:915
4271
6018
"Port number to use for connection or 0 for default to, in order of "
4272
6019
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default (4427)."
6022
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:897
6023
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:921
6024
#: ../plugin/mysql_protocol/mysql_protocol.cc:974
6025
#: ../plugin/mysql_protocol/mysql_protocol.cc:996
4275
6026
msgid "Connect Timeout."
6029
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:900
6030
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:924
6031
#: ../plugin/mysql_protocol/mysql_protocol.cc:977
6032
#: ../plugin/mysql_protocol/mysql_protocol.cc:999
4278
6033
msgid "Read Timeout."
6036
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:902
6037
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:927
6038
#: ../plugin/mysql_protocol/mysql_protocol.cc:979
6039
#: ../plugin/mysql_protocol/mysql_protocol.cc:1002
4281
6040
msgid "Write Timeout."
6043
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:904
6044
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:930
6045
#: ../plugin/mysql_protocol/mysql_protocol.cc:981
6046
#: ../plugin/mysql_protocol/mysql_protocol.cc:1005
4284
6047
msgid "Retry Count."
6050
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:906
6051
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:933
6052
#: ../plugin/mysql_protocol/mysql_protocol.cc:983
6053
#: ../plugin/mysql_protocol/mysql_protocol.cc:1008
4287
6054
msgid "Buffer length."
6057
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:909
6058
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:936
6059
#: ../plugin/mysql_protocol/mysql_protocol.cc:986
6060
#: ../plugin/mysql_protocol/mysql_protocol.cc:1011
4290
6061
msgid "Address to bind to."
6064
#: ../plugin/drizzle_protocol/errmsg.cc:31
4293
6065
msgid "Unknown Drizzle error"
4294
6066
msgstr "Неизвестная ошибка Drizzle"
6068
#: ../plugin/drizzle_protocol/errmsg.cc:32
4297
6070
msgid "Can't create UNIX socket (%d)"
4298
6071
msgstr "Не могу создать UNIX сокет (%d)"
6073
#: ../plugin/drizzle_protocol/errmsg.cc:33
4301
6075
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
4303
"Не могу присоединиться к локальному серверу Drizzle через сокет '%-.100s' "
6077
"Не могу присоединиться к локальному серверу Drizzle через сокет '%-.100s' (%"
6080
#: ../plugin/drizzle_protocol/errmsg.cc:34
4307
6082
msgid "Can't connect to Drizzle server on '%-.100s:%lu' (%d)"
6085
#: ../plugin/drizzle_protocol/errmsg.cc:35
4311
6087
msgid "Can't create TCP/IP socket (%d)"
4312
6088
msgstr "Не могу создать TCP/IP сокет (%d)"
6090
#: ../plugin/drizzle_protocol/errmsg.cc:36
4315
6092
msgid "Unknown Drizzle server host '%-.100s' (%d)"
6095
#: ../plugin/drizzle_protocol/errmsg.cc:37
4318
6096
msgid "Drizzle server has gone away"
4319
6097
msgstr "Сервер Drizzle не отвечает на запросы"
6099
#: ../plugin/drizzle_protocol/errmsg.cc:38
4322
6101
msgid "Protocol mismatch; server version = %d, client version = %d"
4323
6102
msgstr "Несоответствие протоколов; версия сервера = %d, версия клиента = %d"
6104
#: ../plugin/drizzle_protocol/errmsg.cc:39
4325
6105
msgid "Drizzle client ran out of memory"
4326
6106
msgstr "Drizzle клиент исчерпал всю доступную память"
6108
#: ../plugin/drizzle_protocol/errmsg.cc:40
4328
6109
msgid "Wrong host info"
6112
#: ../plugin/drizzle_protocol/errmsg.cc:41
4331
6113
msgid "Localhost via UNIX socket"
4332
6114
msgstr "Localhost через UNIX сокет"
6116
#: ../plugin/drizzle_protocol/errmsg.cc:42
4335
6118
msgid "%-.100s via TCP/IP"
4336
6119
msgstr "%-.100s через TCP/IP"
6121
#: ../plugin/drizzle_protocol/errmsg.cc:43
4338
6122
msgid "Error in server handshake"
4339
6123
msgstr "Ошибка при установке соединения с сервером"
6125
#: ../plugin/drizzle_protocol/errmsg.cc:44
4341
6126
msgid "Lost connection to Drizzle server during query"
4342
6127
msgstr "Соединение с сервером Drizzle потеряно во время запроса"
6129
#: ../plugin/drizzle_protocol/errmsg.cc:45
4344
6130
msgid "Commands out of sync; you can't run this command now"
4345
6131
msgstr "Рассинхронизация комманд; сейчас вы не можете выполнить эту комманду"
6133
#: ../plugin/drizzle_protocol/errmsg.cc:46
4348
6135
msgid "Named pipe: %-.32s"
6138
#: ../plugin/drizzle_protocol/errmsg.cc:47
4352
6140
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
6143
#: ../plugin/drizzle_protocol/errmsg.cc:48
4356
6145
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
6148
#: ../plugin/drizzle_protocol/errmsg.cc:49
4360
6150
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
6153
#: ../plugin/drizzle_protocol/errmsg.cc:50
4364
6155
msgid "Can't initialize character set %-.32s (path: %-.100s)"
4365
6156
msgstr "Не могу инициализировать character set %-.32s (path: %-.100s)"
6158
#: ../plugin/drizzle_protocol/errmsg.cc:51
4367
6159
msgid "Got packet bigger than 'max_allowed_packet' bytes"
4368
6160
msgstr "Получен пакет больше чем 'max_allowed_packet' байт"
6162
#: ../plugin/drizzle_protocol/errmsg.cc:52
4370
6163
msgid "Embedded server"
4371
6164
msgstr "Встроенный сервер"
6166
#: ../plugin/drizzle_protocol/errmsg.cc:53
4373
6167
msgid "Error on SHOW SLAVE STATUS:"
6170
#: ../plugin/drizzle_protocol/errmsg.cc:54
4376
6171
msgid "Error on SHOW SLAVE HOSTS:"
6174
#: ../plugin/drizzle_protocol/errmsg.cc:55
4379
6175
msgid "Error connecting to slave:"
4380
6176
msgstr "Ошибка при соединении к слейву:"
6178
#: ../plugin/drizzle_protocol/errmsg.cc:56
4382
6179
msgid "Error connecting to master:"
4383
6180
msgstr "Ошибка при соединении к мастеру:"
6182
#: ../plugin/drizzle_protocol/errmsg.cc:57
4385
6183
msgid "SSL connection error"
4386
6184
msgstr "Ошибка SSL-соединения"
6186
#: ../plugin/drizzle_protocol/errmsg.cc:58
4388
6187
msgid "Malformed packet"
4389
6188
msgstr "Неверный пакет"
6190
#: ../plugin/drizzle_protocol/errmsg.cc:59
6191
#: ../plugin/drizzle_protocol/errmsg.cc:70
6192
#: ../plugin/drizzle_protocol/errmsg.cc:71
6193
#: ../plugin/drizzle_protocol/errmsg.cc:72
6194
#: ../plugin/drizzle_protocol/errmsg.cc:73
6195
#: ../plugin/drizzle_protocol/errmsg.cc:74
6196
#: ../plugin/drizzle_protocol/errmsg.cc:75
6197
#: ../plugin/drizzle_protocol/errmsg.cc:76
6198
#: ../plugin/drizzle_protocol/errmsg.cc:77
6199
#: ../plugin/drizzle_protocol/errmsg.cc:78
4391
6200
msgid "(unused error message)"
4392
6201
msgstr "(неиспользуемое сообщение об ошибке)"
6203
#: ../plugin/drizzle_protocol/errmsg.cc:60
4394
6204
msgid "Invalid use of null pointer"
4395
6205
msgstr "Неверное использование null указателя"
6207
#: ../plugin/drizzle_protocol/errmsg.cc:61
4397
6208
msgid "Statement not prepared"
6211
#: ../plugin/drizzle_protocol/errmsg.cc:62
4400
6212
msgid "No data supplied for parameters in prepared statement"
6215
#: ../plugin/drizzle_protocol/errmsg.cc:63
4403
6216
msgid "Data truncated"
4404
6217
msgstr "Данные усечены"
6219
#: ../plugin/drizzle_protocol/errmsg.cc:64
4406
6220
msgid "No parameters exist in the statement"
6223
#: ../plugin/drizzle_protocol/errmsg.cc:65
4409
6224
msgid "Invalid parameter number"
4410
6225
msgstr "Неверное количество параметров"
6227
#: ../plugin/drizzle_protocol/errmsg.cc:66
4414
6230
"Can't send long data for non-string/non-binary data types (parameter: %d)"
6233
#: ../plugin/drizzle_protocol/errmsg.cc:68
4418
6235
msgid "Using unsupported buffer type: %d (parameter: %d)"
6238
#: ../plugin/drizzle_protocol/errmsg.cc:69
4422
6240
msgid "Shared memory: %-.100s"
6243
#: ../plugin/drizzle_protocol/errmsg.cc:79
4425
6244
msgid "Wrong or unknown protocol"
4426
6245
msgstr "Неверный или неизвестный протокол"
6247
#: ../plugin/drizzle_protocol/errmsg.cc:80
4428
6248
msgid "Invalid connection handle"
6251
#: ../plugin/drizzle_protocol/errmsg.cc:81
4432
6253
"Connection using old (pre-4.1.1) authentication protocol refused (client "
4433
6254
"option 'secure_auth' enabled)"
4494
6325
"Потеряно соединение с сервером Drizzle во время установки начальной базы "
4495
6326
"данных, системная ошибка: %d"
6328
#: ../plugin/drizzle_protocol/errmsg.cc:99
4498
6330
msgid "Statement closed indirectly because of a preceding %s() call"
4500
"Команда была опосредованно прекращена в результате вызова предшедствующего "
6332
"Команда была опосредованно прекращена в результате вызова предшедствующего %s"
6335
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1000
6336
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1138
6337
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1168
6339
msgid "Cannot create table %s. InnoDB Error %d (%s)\n"
6340
msgstr "Ошибка при создании/записи файла '%s' (Код ошибки: %d)"
6342
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1019
6344
msgid "Cannot create field %s on table %s. InnoDB Error %d (%s)\n"
6347
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1117
6348
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1230
6349
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1411
6350
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1979
6352
msgid "Cannot Lock Embedded InnoDB Data Dictionary. InnoDB Error %d (%s)\n"
6355
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1269
6356
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1285
6358
msgid "Cannot DROP table %s. InnoDB Error %d (%s)\n"
6361
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2771
6362
msgid "Invalid value of additional-mem-pool-size"
6365
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2782
6366
msgid "Invalid value of autoextend-increment"
6369
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2791
6371
msgid "Invalid value of buffer-pool-size"
6372
msgstr "Неверное использование null указателя"
6374
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2802
6376
msgid "Invalid value of io-capacity"
6377
msgstr "Неверное использование null указателя"
6379
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2811
6380
msgid "Invalid value of fast-shutdown"
6383
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2820
6384
msgid "Invalid value of flush-log-at-trx-commit"
6387
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2829
6388
msgid "Invalid value of force-recovery"
6391
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2838
6393
msgid "Invalid value of log-file-size"
6394
msgstr "Неверное использование null указателя"
6396
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2849
6398
msgid "Invalid value of log-files-in-group"
6399
msgstr "Неверное использование null указателя"
6401
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2858
6403
msgid "Invalid value of lock-wait-timeout"
6404
msgstr "Ошибка: неверное значение для опции connect_timeout"
6406
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2867
6408
msgid "Invalid value of log-buffer-size"
6409
msgstr "Неверное использование null указателя"
6411
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2878
6413
msgid "Invalid value of lru-old-blocks-pct"
6414
msgstr "Неверное использование null указателя"
6416
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2887
6417
msgid "Invalid value of lru-block-access-recency"
6420
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2896
6421
msgid "Invalid value of max-dirty-pages-pct"
6424
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2905
6426
msgid "Invalid value of max-purge-lag"
6427
msgstr "Ошибка: неверное значение для опции max_input_line"
6429
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2914
6431
msgid "Invalid value of open-files"
6432
msgstr "Неверное использование null указателя"
6434
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2923
6435
msgid "Invalid value of read-io-threads"
6438
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2932
6440
msgid "Invalid value of sync_spin_loops"
6441
msgstr "Неверное использование null указателя"
6443
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3136
6445
msgid "Error starting Embedded InnoDB %d (%s)\n"
6448
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3439
6449
msgid "Enable InnoDB adaptive hash index (enabled by default)."
6452
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3442
6453
msgid "Attempt flushing dirty pages to avoid IO bursts at checkpoints."
6456
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3445
6458
"Size of a memory pool InnoDB uses to store data dictionary information and "
6459
"other internal data structures."
6462
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3448
6463
msgid "Data file autoextend increment in megabytes"
6466
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3451
6468
"The size of the memory buffer InnoDB uses to cache data and indexes of its "
6472
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3454
6473
msgid "The common part for InnoDB table spaces."
6476
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3457
6478
"Enable InnoDB checksums validation (enabled by default). Disable with --skip-"
6482
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3460
6484
"Enable InnoDB doublewrite buffer (enabled by default). Disable with --skip-"
6485
"innodb-doublewrite."
6488
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3463
6489
msgid "Number of IOPs the server can do. Tunes the background IO rate"
6492
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3466
6494
"Speeds up the shutdown process of the InnoDB storage engine. Possible values "
6495
"are 0, 1 (faster) or 2 (fastest - crash-like)."
6498
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3469
6499
msgid "Stores each InnoDB table to an .ibd file in the database dir."
6502
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3472
6503
msgid "File format to use for new tables in .ibd files."
6506
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3475
6508
"Set to 0 (write and flush once per second),1 (write and flush at each "
6509
"commit) or 2 (write at commit, flush once per second)."
6512
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3478
6513
msgid "With which method to flush data."
6516
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3481
6518
"Helps to save your data in case the disk image of the database becomes "
6522
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3484
6523
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3487
6524
msgid "Path to individual files and their sizes."
6527
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3490
6528
msgid "Path to InnoDB log files."
6531
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3493
6532
msgid "Size of each log file in a log group."
6535
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3496
6537
"Number of log files in the log group. InnoDB writes to the files in a "
6538
"circular fashion. Value 3 is recommended here."
6541
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3499
6543
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
6544
"rolled back. Values above 100000000 disable the timeout."
6547
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3502
6549
"The size of the buffer which InnoDB uses to write log to the log files on "
6553
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3505
6555
"Sets the point in the LRU list from where all pages are classified as old "
6559
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3508
6561
"Milliseconds between accesses to a block at which it is made young. "
6562
"0=disabled (Advanced users)"
6565
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3511
6566
msgid "Percentage of dirty pages allowed in bufferpool."
6569
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3514
6570
msgid "Desired maximum length of the purge queue (0 = no limit)"
6573
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3517
6575
"Roll back the complete transaction on lock wait timeout, for 4.x "
6576
"compatibility (disabled by default)"
6579
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3520
6580
msgid "How many files at the maximum InnoDB keeps open at the same time."
6583
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3523
6584
msgid "Number of background read I/O threads in InnoDB."
6587
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3526
6588
msgid "Number of background write I/O threads in InnoDB."
6591
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3529
6593
"Disable if you want to reduce the number of messages written to the log "
6594
"(default: enabled)."
6597
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3532
6598
msgid "Enable SHOW INNODB STATUS output in the log"
6601
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3535
6602
msgid "Count of spin-loop rounds in InnoDB mutexes (30 by default)"
6605
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3538
6606
msgid "Use OS memory allocator instead of InnoDB's internal memory allocator"
6609
#: ../plugin/errmsg_notify/errmsg_notify.cc:80
4504
6611
msgid "Failed to send error message to libnotify\n"
6614
#: ../plugin/errmsg_stderr/errmsg_stderr.cc:72
4507
6615
msgid "Error Messages to stderr"
6618
#: ../plugin/filtered_replicator/filtered_replicator.cc:621
6619
#: ../plugin/filtered_replicator/filtered_replicator.cc:630
4510
6620
msgid "List of schemas to filter"
6623
#: ../plugin/filtered_replicator/filtered_replicator.cc:624
6624
#: ../plugin/filtered_replicator/filtered_replicator.cc:637
4513
6625
msgid "List of tables to filter"
6628
#: ../plugin/filtered_replicator/filtered_replicator.cc:644
4516
6629
msgid "Regular expression to apply to schemas to filter"
6632
#: ../plugin/filtered_replicator/filtered_replicator.cc:651
4519
6633
msgid "Regular expression to apply to tables to filter"
6636
#: ../plugin/hello_events/hello_events.cc:301
6637
msgid "Invalid value of before-write-position\n"
6640
#: ../plugin/hello_events/hello_events.cc:310
6641
#: ../plugin/hello_events/hello_events.cc:319
6642
msgid "Invalid value of before-update-position\n"
6645
#: ../plugin/hello_events/hello_events.cc:359
6646
#: ../plugin/hello_events/hello_events.cc:362
6647
#: ../plugin/hello_events/hello_events.cc:380
6648
msgid "A comma delimited list of databases to watch"
6651
#: ../plugin/hello_events/hello_events.cc:365
6652
#: ../plugin/hello_events/hello_events.cc:396
6653
msgid "Enable Example Events Plugin"
6656
#: ../plugin/hello_events/hello_events.cc:368
6657
#: ../plugin/hello_events/hello_events.cc:404
6658
msgid "Before write row event observer call position"
6661
#: ../plugin/hello_events/hello_events.cc:371
6662
#: ../plugin/hello_events/hello_events.cc:415
6663
#: ../plugin/pbms/src/parameters_ms.cc:579
6664
msgid "Before update row event observer call position"
6667
#: ../plugin/hello_events/hello_events.cc:374
6668
#: ../plugin/hello_events/hello_events.cc:426
6669
msgid "After drop database event observer call position"
6672
#: ../plugin/hello_events/hello_events.cc:388
6673
msgid "A comma delimited list of tables to watch"
6676
#: ../plugin/hello_events/hello_events.cc:450
6677
msgid "An example events Plugin"
6680
#: ../plugin/innobase/handler/data_dictionary.cc:202
6682
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
6685
#: ../plugin/innobase/handler/ha_innodb.cc:1858
6687
msgid "Invalid value for io-capacity\n"
6688
msgstr "Ошибка: неверное значение для опции connect_timeout"
6690
#: ../plugin/innobase/handler/ha_innodb.cc:1877
6691
msgid "Invalid value for fast-shutdown\n"
6694
#: ../plugin/innobase/handler/ha_innodb.cc:1891
6695
msgid "Invalid value for flush-log-at-trx-commit\n"
6698
#: ../plugin/innobase/handler/ha_innodb.cc:1921
6699
msgid "Invalid value for max-dirty-pages-pct\n"
6702
#: ../plugin/innobase/handler/ha_innodb.cc:1930
6703
msgid "Invalid value for stats-sample-pages\n"
6706
#: ../plugin/innobase/handler/ha_innodb.cc:1941
6707
msgid "Invalid value for additional-mem-pool-size\n"
6710
#: ../plugin/innobase/handler/ha_innodb.cc:1951
6712
msgid "Invalid value for autoextend-increment\n"
6713
msgstr "Ошибка: неверное значение для опции connect_timeout"
6715
#: ../plugin/innobase/handler/ha_innodb.cc:1961
6716
msgid "Invalid value for buffer-pool-size\n"
6719
#: ../plugin/innobase/handler/ha_innodb.cc:1971
6720
msgid "Invalid value for commit-concurrency\n"
6723
#: ../plugin/innobase/handler/ha_innodb.cc:1980
6725
msgid "Invalid value for concurrency-tickets\n"
6726
msgstr "Ошибка: неверное значение для опции connect_timeout"
6728
#: ../plugin/innobase/handler/ha_innodb.cc:1989
6729
msgid "Invalid value for file-io-threads\n"
6732
#: ../plugin/innobase/handler/ha_innodb.cc:1998
6733
msgid "Invalid value for read-io-threads\n"
6736
#: ../plugin/innobase/handler/ha_innodb.cc:2007
6737
msgid "Invalid value for write-io-threads\n"
6740
#: ../plugin/innobase/handler/ha_innodb.cc:2016
6741
msgid "Invalid value for force-recovery\n"
6744
#: ../plugin/innobase/handler/ha_innodb.cc:2026
6745
#: ../plugin/innobase/handler/ha_innodb.cc:2036
6746
msgid "Invalid value for log-file-size\n"
6749
#: ../plugin/innobase/handler/ha_innodb.cc:2045
6750
msgid "Invalid value for log-files-in-group\n"
6753
#: ../plugin/innobase/handler/ha_innodb.cc:2054
6754
msgid "Invalid value for mirrored-log-groups\n"
6757
#: ../plugin/innobase/handler/ha_innodb.cc:2063
6759
msgid "Invalid value for open-files\n"
6760
msgstr "Ошибка: неверное значение для опции connect_timeout"
6762
#: ../plugin/innobase/handler/ha_innodb.cc:2072
6763
msgid "Invalid value for thread-concurrency\n"
6766
#: ../plugin/innobase/handler/ha_innodb.cc:2095
6767
msgid "Invalid value for read-ahead-threshold\n"
6770
#: ../plugin/innobase/handler/ha_innodb.cc:2119
6772
msgid "Invalid value for lock-wait-timeout\n"
6773
msgstr "Ошибка: неверное значение для опции connect_timeout"
6775
#: ../plugin/logging_gearman/logging_gearman.cc:199
4523
6777
msgid "fail gearman_client_create(): %s"
6780
#: ../plugin/logging_gearman/logging_gearman.cc:210
4527
6782
msgid "fail gearman_client_add_server(): %s"
6785
#: ../plugin/logging_gearman/logging_gearman.cc:309
6786
#: ../plugin/logging_gearman/logging_gearman.cc:316
4530
6787
msgid "Enable logging to a gearman server"
6790
#: ../plugin/logging_gearman/logging_gearman.cc:325
4533
6791
msgid "Hostname for logging to a Gearman server"
6794
#: ../plugin/logging_gearman/logging_gearman.cc:334
4536
6795
msgid "Gearman Function to send logging to"
6798
#: ../plugin/logging_gearman/logging_gearman.cc:352
4539
6799
msgid "Log queries to a Gearman server"
6802
#: ../plugin/logging_query/logging_query.cc:192
4543
6804
msgid "fail open() fn=%s er=%s\n"
6807
#: ../plugin/logging_query/logging_query.cc:316
4546
6808
msgid "Invalid value for threshold-slow"
6811
#: ../plugin/logging_query/logging_query.cc:325
4549
6812
msgid "Invalid value for threshold-big-resultset"
6815
#: ../plugin/logging_query/logging_query.cc:334
4552
6816
msgid "Invalid value for threshold-big-examined"
6819
#: ../plugin/logging_query/logging_query.cc:348
6820
#: ../plugin/logging_query/logging_query.cc:364
4555
6821
msgid "Enable logging to CSV file"
6824
#: ../plugin/logging_query/logging_query.cc:351
6825
#: ../plugin/logging_query/logging_query.cc:391 ../plugin/syslog/module.cc:167
6826
#: ../plugin/syslog/module.cc:233
4558
6827
msgid "Threshold for logging slow queries, in microseconds"
6830
#: ../plugin/logging_query/logging_query.cc:354
6831
#: ../plugin/logging_query/logging_query.cc:403 ../plugin/syslog/module.cc:179
6832
#: ../plugin/syslog/module.cc:236
4561
6833
msgid "Threshold for logging big queries, for rows returned"
6836
#: ../plugin/logging_query/logging_query.cc:357
6837
#: ../plugin/logging_query/logging_query.cc:415 ../plugin/syslog/module.cc:191
6838
#: ../plugin/syslog/module.cc:239
4564
6839
msgid "Threshold for logging big queries, for rows examined"
6842
#: ../plugin/logging_query/logging_query.cc:373
4567
6843
msgid "File to log to"
6846
#: ../plugin/logging_query/logging_query.cc:382
4570
6847
msgid "PCRE to match the query against"
6850
#: ../plugin/logging_query/logging_query.cc:439
4573
6851
msgid "Log queries to a CSV file"
6854
#: ../plugin/logging_stats/logging_stats.cc:312
6856
msgid "Invalid value for max-user-count\n"
6857
msgstr "Ошибка: неверное значение для опции max_input_line"
6859
#: ../plugin/logging_stats/logging_stats.cc:320
6861
msgid "Invalid value for bucket-count\n"
6862
msgstr "Ошибка: неверное значение для опции connect_timeout"
6864
#: ../plugin/logging_stats/logging_stats.cc:329
6865
msgid "Invalid value for scoreboard-size\n"
6868
#: ../plugin/logging_stats/logging_stats.cc:364
6869
#: ../plugin/logging_stats/logging_stats.cc:406
6870
msgid "Max number of users that will be logged"
6873
#: ../plugin/logging_stats/logging_stats.cc:375
6874
#: ../plugin/logging_stats/logging_stats.cc:409
6875
msgid "Max number of range locks to use for Scoreboard"
6878
#: ../plugin/logging_stats/logging_stats.cc:386
6879
#: ../plugin/logging_stats/logging_stats.cc:412
6880
msgid "Max number of concurrent sessions that will be logged"
6883
#: ../plugin/logging_stats/logging_stats.cc:397
6884
#: ../plugin/logging_stats/logging_stats.cc:415
6885
msgid "Enable Logging Statistics Collection"
6888
#: ../plugin/logging_stats/logging_stats.cc:432
6889
msgid "User Statistics as DATA_DICTIONARY tables"
6892
#: ../plugin/md5/md5.cc:99
6893
msgid "libgcrypt library version mismatch\n"
6896
#: ../plugin/memcached_query_cache/memcached_qc.cc:102
6897
#: ../plugin/memcached_query_cache/memcached_qc.cc:466
6898
#: ../plugin/memcached_stats/memcached_stats.cc:128
6899
#: ../plugin/memcached_stats/memcached_stats.cc:137
4576
6900
msgid "List of memcached servers."
6903
#: ../plugin/memcached_query_cache/memcached_qc.cc:375
6905
msgid "Invalid value of expiry\n"
6906
msgstr "Неверное использование null указателя"
6908
#: ../plugin/memcached_query_cache/memcached_qc.cc:469
6909
msgid "Expiry time of memcached entries"
6912
#: ../plugin/memcached_query_cache/memcached_qc.cc:472
6913
msgid "Enable Memcached Query Cache"
6916
#: ../plugin/memcached_stats/analysis_table.cc:76
6917
#: ../plugin/memcached_stats/stats_table.cc:144
6918
msgid "No value in MEMCACHED_STATS_SERVERS variable."
6921
#: ../plugin/memcached_stats/memcached_stats.cc:152
4579
6922
msgid "Memcached Stats as I_S tables"
6925
#: ../plugin/memcached_stats/stats_table.cc:76
6928
"Unable get stats from memcached server %s. Got error from "
6929
"memcached_stat_servername()."
6932
#: ../plugin/memcached_stats/stats_table.cc:151
6933
msgid "Unable to create memcached struct. Got error from memcached_create()."
6936
#: ../plugin/memcached_stats/stats_table.cc:159
6939
"Unable to create memcached server list. Got error from "
6940
"memcached_servers_parse(%s)."
6943
#: ../plugin/multi_thread/multi_thread.cc:85
6945
msgid "Unable to set thread stack size to %<PRId64>\n"
6948
#: ../plugin/multi_thread/multi_thread.cc:98
6949
msgid "Unable to get thread stack size\n"
6952
#: ../plugin/multi_thread/multi_thread.cc:147
6954
msgid "Invalid value for max-threads\n"
6955
msgstr "Ошибка: неверное значение для опции max_input_line"
6957
#: ../plugin/multi_thread/multi_thread.cc:160
6958
#: ../plugin/multi_thread/multi_thread.cc:167
6959
msgid "Maximum number of user threads available."
6962
#: ../plugin/myisam/ha_myisam.cc:534
4583
6964
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
6967
#: ../plugin/myisam/ha_myisam.cc:538
4587
6969
msgid "Got an error from unknown thread, %s:%d"
6972
#: ../plugin/myisam/ha_myisam.cc:544
4590
6973
msgid "Unknown thread accessing table"
4593
msgid "Block size to be used for MyISAM index pages."
4597
"This characterizes the number of hits a hot block has to be untouched until "
4598
"it is considered aged enough to be downgraded to a warm block. This "
4599
"specifies the percentage ratio of that number of hits to the total number of "
4600
"blocks in key cache"
4603
msgid "The minimum percentage of warm blocks in key cache"
4607
"The size of the buffer used for index blocks for MyISAM tables. Increase "
4608
"this to get better index handling (for all reads and multiple writes) to as "
4609
"much as you can afford;"
4613
"Number of threads to use when repairing MyISAM tables. The value of 1 "
4614
"disables parallel repair."
6976
#: ../plugin/myisam/ha_myisam.cc:1500
6978
msgid "Invalid value for max-sort-file-size\n"
6979
msgstr "Ошибка: неверное значение для опции max_input_line"
6981
#: ../plugin/myisam/ha_myisam.cc:1509
6982
msgid "Invalid value for sort-buffer-size\n"
6985
#: ../plugin/myisam/ha_myisam.cc:1523 ../plugin/myisam/ha_myisam.cc:1535
4618
6987
"Don't use the fast sort index method to created index if the temporary file "
4619
6988
"would get bigger than this."
6991
#: ../plugin/myisam/ha_myisam.cc:1528 ../plugin/myisam/ha_myisam.cc:1538
4623
6993
"The buffer that is allocated when sorting the index when doing a REPAIR or "
4624
6994
"when creating indexes with CREATE INDEX or ALTER TABLE."
4627
msgid "Default pointer size to be used for MyISAM tables."
6997
#: ../plugin/myisam/my_handler_errors.cc:42
4630
6998
msgid "Didn't find key on read or update"
7001
#: ../plugin/myisam/my_handler_errors.cc:43
4633
7002
msgid "Duplicate key on write or update"
7005
#: ../plugin/myisam/my_handler_errors.cc:44
4636
7006
msgid "Internal (unspecified) error in handler"
7009
#: ../plugin/myisam/my_handler_errors.cc:46
4640
7011
"Someone has changed the row since it was read (while the table was locked to "
7015
#: ../plugin/myisam/my_handler_errors.cc:48
4644
7016
msgid "Wrong index given to function"
7019
#: ../plugin/myisam/my_handler_errors.cc:49
4647
7020
msgid "Index file is crashed"
7023
#: ../plugin/myisam/my_handler_errors.cc:50
4650
7024
msgid "Record file is crashed"
7027
#: ../plugin/myisam/my_handler_errors.cc:51
4653
7028
msgid "Out of memory in engine"
7031
#: ../plugin/myisam/my_handler_errors.cc:52
4656
7032
msgid "Incorrect file format"
7035
#: ../plugin/myisam/my_handler_errors.cc:53
4659
7036
msgid "Command not supported by database"
7039
#: ../plugin/myisam/my_handler_errors.cc:54
4662
7040
msgid "Old database file"
7043
#: ../plugin/myisam/my_handler_errors.cc:55
4665
7044
msgid "No record read before update"
7047
#: ../plugin/myisam/my_handler_errors.cc:56
4668
7048
msgid "Record was already deleted (or record file crashed)"
7051
#: ../plugin/myisam/my_handler_errors.cc:57
4671
7052
msgid "No more room in record file"
7055
#: ../plugin/myisam/my_handler_errors.cc:58
4674
7056
msgid "No more room in index file"
7059
#: ../plugin/myisam/my_handler_errors.cc:59
4677
7060
msgid "No more records (read after end of file)"
7063
#: ../plugin/myisam/my_handler_errors.cc:60
4680
7064
msgid "Unsupported extension used for table"
7067
#: ../plugin/myisam/my_handler_errors.cc:61
4683
7068
msgid "Too big row"
7071
#: ../plugin/myisam/my_handler_errors.cc:62
4686
7072
msgid "Wrong create options"
7075
#: ../plugin/myisam/my_handler_errors.cc:63
4689
7076
msgid "Duplicate unique key or constraint on write or update"
7079
#: ../plugin/myisam/my_handler_errors.cc:64
4692
7080
msgid "Unknown character set used in table"
7083
#: ../plugin/myisam/my_handler_errors.cc:65
4695
7084
msgid "Conflicting table definitions in sub-tables of MERGE table"
7087
#: ../plugin/myisam/my_handler_errors.cc:66
4698
7088
msgid "Table is crashed and last repair failed"
7091
#: ../plugin/myisam/my_handler_errors.cc:67
4701
7092
msgid "Table was marked as crashed and should be repaired"
7095
#: ../plugin/myisam/my_handler_errors.cc:68
4704
7096
msgid "Lock timed out; Retry transaction"
7099
#: ../plugin/myisam/my_handler_errors.cc:69
4707
7100
msgid "Lock table is full; Restart program with a larger locktable"
7103
#: ../plugin/myisam/my_handler_errors.cc:70
4710
7104
msgid "Updates are not allowed under a read only transactions"
7107
#: ../plugin/myisam/my_handler_errors.cc:71
4713
7108
msgid "Lock deadlock; Retry transaction"
7111
#: ../plugin/myisam/my_handler_errors.cc:72
4716
7112
msgid "Foreign key constraint is incorrectly formed"
7115
#: ../plugin/myisam/my_handler_errors.cc:73
4719
7116
msgid "Cannot add a child row"
7119
#: ../plugin/myisam/my_handler_errors.cc:74
4722
7120
msgid "Cannot delete a parent row"
7123
#: ../plugin/myisam/my_handler_errors.cc:75
4725
7124
msgid "No savepoint with that name"
7127
#: ../plugin/myisam/my_handler_errors.cc:76
4728
7128
msgid "Non unique key block size"
7131
#: ../plugin/myisam/my_handler_errors.cc:77
4731
7132
msgid "The table does not exist in engine"
7135
#: ../plugin/myisam/my_handler_errors.cc:78
4734
7136
msgid "The table already existed in storage engine"
7139
#: ../plugin/myisam/my_handler_errors.cc:79
4737
7140
msgid "Could not connect to storage engine"
7143
#: ../plugin/myisam/my_handler_errors.cc:80
4740
7144
msgid "Unexpected null pointer found when using spatial index"
7147
#: ../plugin/myisam/my_handler_errors.cc:81
4743
7148
msgid "The table changed in storage engine"
7151
#: ../plugin/myisam/my_handler_errors.cc:82
4746
7152
msgid "There's no partition in table for the given value"
7155
#: ../plugin/myisam/my_handler_errors.cc:83
4749
7156
msgid "Row-based binlogging of row failed"
7159
#: ../plugin/myisam/my_handler_errors.cc:84
4752
7160
msgid "Index needed in foreign key constraint"
7163
#: ../plugin/myisam/my_handler_errors.cc:85
4755
7164
msgid "Upholding foreign key constraints would lead to a duplicate key error"
7167
#: ../plugin/myisam/my_handler_errors.cc:86
4758
7168
msgid "Table needs to be upgraded before it can be used"
7171
#: ../plugin/myisam/my_handler_errors.cc:87
4761
7172
msgid "Table is read only"
7175
#: ../plugin/myisam/my_handler_errors.cc:88
4764
7176
msgid "Failed to get next auto increment value"
7179
#: ../plugin/myisam/my_handler_errors.cc:89
4767
7180
msgid "Failed to set row auto increment value"
7183
#: ../plugin/myisam/my_handler_errors.cc:90
4770
7184
msgid "Unknown (generic) error from engine"
7187
#: ../plugin/myisam/my_handler_errors.cc:91
4773
7188
msgid "Record is the same"
7191
#: ../plugin/myisam/my_handler_errors.cc:92
4776
7192
msgid "It is not possible to log this statement"
7195
#: ../plugin/myisam/my_handler_errors.cc:93
4779
7196
msgid "Tablespace exists"
7199
#: ../plugin/myisam/my_handler_errors.cc:94
4782
7200
msgid "The event was corrupt, leading to illegal data being read"
7203
#: ../plugin/myisam/my_handler_errors.cc:95
4785
7204
msgid "The table is of a new format not supported by this version"
7207
#: ../plugin/myisam/my_handler_errors.cc:96
4788
7208
msgid "The event could not be processed no other handler error happened"
7211
#: ../plugin/myisam/my_handler_errors.cc:97
4791
7212
msgid "Got a fatal error during initialzation of handler"
7215
#: ../plugin/myisam/my_handler_errors.cc:98
4794
7216
msgid "File to short; Expected more data in file"
7219
#: ../plugin/myisam/my_handler_errors.cc:99
4797
7220
msgid "Read page with wrong checksum"
7223
#. TODO: get a better message for these
7224
#: ../plugin/myisam/my_handler_errors.cc:101
4800
7225
msgid "Lock or active transaction"
7228
#: ../plugin/myisam/my_handler_errors.cc:102
4803
7229
msgid "No such table space"
7232
#: ../plugin/myisam/my_handler_errors.cc:103
4806
7233
msgid "Tablespace not empty"
7236
#: ../plugin/mysql_protocol/mysql_protocol.cc:936
4809
7237
msgid "Invalid value for retry_count"
7240
#: ../plugin/mysql_protocol/mysql_protocol.cc:970
7241
#: ../plugin/mysql_protocol/mysql_protocol.cc:992
4813
7243
"Port number to use for connection or 0 for default to with MySQL protocol."
7246
#: ../plugin/pbms/src/parameters_ms.cc:552
7248
"A comma delimited list of tables to watch of the format: <database>."
7252
#: ../plugin/pbms/src/parameters_ms.cc:560
7253
msgid "Enable PBMS daemon Insert/Update/Delete event scanning"
7256
#: ../plugin/pbms/src/parameters_ms.cc:568
7257
msgid "Before insert row event observer call position"
7260
#: ../plugin/pool_of_threads/pool_of_threads.cc:232
7261
msgid "event_add error in libevent_add_session_callback\n"
7264
#: ../plugin/pool_of_threads/pool_of_threads.cc:310
7265
msgid "libevent_thread_proc: internal::my_thread_init() failed\n"
7268
#: ../plugin/pool_of_threads/pool_of_threads.cc:588
7269
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
7272
#: ../plugin/pool_of_threads/pool_of_threads.cc:595
7273
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
7276
#: ../plugin/pool_of_threads/pool_of_threads.cc:607
7277
msgid "session_add_event event_add error in libevent_init\n"
7280
#: ../plugin/pool_of_threads/pool_of_threads.cc:620
7282
msgid "Can't create completion port thread (error %d)"
7283
msgstr "Прерывание не возможно (ошибка %d, No. ошибки: %d)"
7285
#: ../plugin/pool_of_threads/pool_of_threads.cc:650
7287
msgid "Invalid value for size\n"
7288
msgstr "Ошибка: неверное значение для опции max_input_line"
7290
#: ../plugin/pool_of_threads/pool_of_threads.cc:668
7291
#: ../plugin/pool_of_threads/pool_of_threads.cc:675
7292
msgid "Size of Pool."
7295
#: ../plugin/rabbitmq/rabbitmq_log.cc:110
7296
msgid "Failed to allocate enough memory to transaction message\n"
7299
#: ../plugin/rabbitmq/rabbitmq_log.cc:172
7301
msgid "Failed to allocate the RabbitMQHandler. Got error: %s\n"
7302
msgstr "Синхронизация log-файла не удалась. Ошибка: %s\n"
7304
#: ../plugin/rabbitmq/rabbitmq_log.cc:182
7306
msgid "Failed to allocate the RabbitMQLog instance. Got error: %s\n"
7307
msgstr "Синхронизация log-файла не удалась. Ошибка: %s\n"
7309
#: ../plugin/rabbitmq/rabbitmq_log.cc:200
7310
#: ../plugin/rabbitmq/rabbitmq_log.cc:278
7311
msgid "Enable rabbitmq log"
7314
#: ../plugin/rabbitmq/rabbitmq_log.cc:209
7315
#: ../plugin/rabbitmq/rabbitmq_log.cc:281
7316
msgid "Host name to connect to"
7319
#: ../plugin/rabbitmq/rabbitmq_log.cc:218
7320
msgid "RabbitMQ Port"
7323
#: ../plugin/rabbitmq/rabbitmq_log.cc:229
7324
#: ../plugin/rabbitmq/rabbitmq_log.cc:284
7325
msgid "RabbitMQ username"
7328
#: ../plugin/rabbitmq/rabbitmq_log.cc:237
7329
#: ../plugin/rabbitmq/rabbitmq_log.cc:287
7330
msgid "RabbitMQ password"
7333
#: ../plugin/rabbitmq/rabbitmq_log.cc:245
7334
msgid "RabbitMQ virtualhost"
7337
#: ../plugin/rabbitmq/rabbitmq_log.cc:253
7338
msgid "Name of RabbitMQ exchange to publish to"
7341
#: ../plugin/rabbitmq/rabbitmq_log.cc:261
7342
msgid "Name of RabbitMQ routing key to use"
7345
#: ../plugin/rabbitmq/rabbitmq_log.cc:269
7346
#: ../plugin/transaction_log/module.cc:311
7347
#: ../plugin/transaction_log/module.cc:364
7348
msgid "Name of the replicator plugin to use (default='default_replicator')"
7351
#: ../plugin/session_dictionary/processlist.cc:94
7354
msgstr "(не используется)"
7356
#: ../plugin/signal_handler/signal_handler.cc:230
4817
7358
msgid "Can't create interrupt-thread (error %d, errno: %d)"
4818
7359
msgstr "Прерывание не возможно (ошибка %d, No. ошибки: %d)"
7361
#: ../plugin/syslog/errmsg.cc:39 ../plugin/syslog/logging.cc:63
4821
7363
msgid "syslog facility \"%s\" not known, using \"local0\""
7366
#: ../plugin/syslog/errmsg.cc:49
4825
7368
msgid "syslog priority \"%s\" not known, using \"warn\""
7371
#: ../plugin/syslog/logging.cc:72
4829
7373
msgid "syslog priority \"%s\" not known, using \"info\""
7376
#: ../plugin/syslog/module.cc:61
7377
msgid "Invalid value for logging-threshold-slow\n"
7380
#: ../plugin/syslog/module.cc:70
7381
msgid "Invalid value for logging-threshold-big-resultset\n"
7384
#: ../plugin/syslog/module.cc:79
7385
msgid "Invalid value for logging-threshold-big-examined\n"
7388
#: ../plugin/syslog/module.cc:131 ../plugin/syslog/module.cc:221
7389
msgid "Syslog Ident"
7392
#: ../plugin/syslog/module.cc:140 ../plugin/syslog/module.cc:224
7393
msgid "Syslog Facility"
7396
#: ../plugin/syslog/module.cc:149 ../plugin/syslog/module.cc:227
7397
msgid "Enable logging to syslog of the query log"
7400
#: ../plugin/syslog/module.cc:158 ../plugin/syslog/module.cc:230
7401
msgid "Syslog Priority of query logging"
7404
#: ../plugin/syslog/module.cc:203 ../plugin/syslog/module.cc:242
7405
msgid "Enable logging to syslog of the error messages"
7408
#: ../plugin/syslog/module.cc:212 ../plugin/syslog/module.cc:245
7409
msgid "Syslog Priority of error messages"
7412
#: ../plugin/transaction_log/background_worker.cc:77
4833
7414
msgid "Unable to create background worker thread. Got error %s.\n"
7417
#: ../plugin/transaction_log/hexdump_transaction_message.cc:107
7418
#: ../plugin/transaction_log/print_transaction_message.cc:105
7419
#: ../plugin/transaction_log/transaction_log_reader.cc:97
7421
msgid "Failed to open transaction log file %s. Got error: %s\n"
7424
#: ../plugin/transaction_log/hexdump_transaction_message.cc:151
7425
#: ../plugin/transaction_log/print_transaction_message.cc:149
7426
#: ../plugin/transaction_log/transaction_log_reader.cc:154
7428
msgid "Raw buffer read: %s.\n"
7431
#: ../plugin/transaction_log/hexdump_transaction_message.cc:169
7432
#: ../plugin/transaction_log/print_transaction_message.cc:155
7433
#: ../plugin/transaction_log/transaction_log_reader.cc:161
7435
msgid "Unable to parse transaction. Got error: %s.\n"
7436
msgstr "Невозможно разобрать транзакцию. Ошибка: %s.\n"
7438
#: ../plugin/transaction_log/hexdump_transaction_message.cc:171
7439
#: ../plugin/transaction_log/print_transaction_message.cc:157
7440
#: ../plugin/transaction_log/transaction_log_reader.cc:163
7442
msgid "BUFFER: %s\n"
7443
msgstr "БУФЕР: %s\n"
7445
#: ../plugin/transaction_log/module.cc:137
7447
msgid "Invalid value for sync-method\n"
7448
msgstr "Ошибка: неверное значение для опции connect_timeout"
7450
#: ../plugin/transaction_log/module.cc:146
7452
msgid "Invalid value for num-write-buffers\n"
7453
msgstr "Неверное использование null указателя"
7455
#: ../plugin/transaction_log/module.cc:182
4837
7457
msgid "Failed to allocate the TransactionLog instance. Got error: %s\n"
7460
#: ../plugin/transaction_log/module.cc:191
4841
7462
msgid "Failed to initialize the Transaction Log. Got error: %s\n"
7465
#: ../plugin/transaction_log/module.cc:203
4845
7467
msgid "Failed to allocate the TransactionLogIndex instance. Got error: %s\n"
7470
#: ../plugin/transaction_log/module.cc:212
4849
7472
msgid "Failed to initialize the Transaction Log Index. Got error: %s\n"
7475
#: ../plugin/transaction_log/module.cc:227
4854
"Failed to allocate the TransactionLogApplier instance. Got error: %s\n"
7477
msgid "Failed to allocate the TransactionLogApplier instance. Got error: %s\n"
7480
#: ../plugin/transaction_log/module.cc:287
7481
#: ../plugin/transaction_log/module.cc:358
4857
7482
msgid "Enable transaction log"
7485
#: ../plugin/transaction_log/module.cc:295
7486
#: ../plugin/transaction_log/module.cc:352
4860
7487
msgid "DEBUGGING - Truncate transaction log"
7490
#: ../plugin/transaction_log/module.cc:303
7491
#: ../plugin/transaction_log/module.cc:361
4863
7492
msgid "Path to the file to use for transaction log"
4866
msgid "Name of the replicator plugin to use (default='default_replicator')"
7495
#: ../plugin/transaction_log/module.cc:319
7496
#: ../plugin/transaction_log/module.cc:355
4869
7497
msgid "Enable CRC32 Checksumming of each written transaction log entry"
7500
#: ../plugin/transaction_log/module.cc:327
7501
#: ../plugin/transaction_log/module.cc:367
4873
7503
"0 == rely on operating system to sync log file (default), 1 == sync file at "
4874
7504
"each transaction write, 2 == sync log file once per second"
7507
#: ../plugin/transaction_log/module.cc:340
7508
#: ../plugin/transaction_log/module.cc:370
4877
7509
msgid "Number of slots for in-memory write buffers (default=8)."
7512
#: ../plugin/transaction_log/transaction_log.cc:114
4880
7513
msgid "Failed to open transaction log file "
7516
#: ../plugin/transaction_log/transaction_log.cc:215
4885
7519
"Failed to write full size of log entry. Tried to write %<PRId64> bytes at "
4886
7520
"offset %<PRId64>, but only wrote %<PRId32> bytes. Error: %s\n"
7523
#: ../plugin/transaction_log/transaction_log.cc:236
4890
7525
msgid "Failed to sync log file. Got error: %s\n"
4891
7526
msgstr "Синхронизация log-файла не удалась. Ошибка: %s\n"
4894
msgid "Failed to open transaction log file %s. Got error: %s\n"
4898
msgid "Raw buffer read: %s.\n"
4902
msgid "Unable to parse transaction. Got error: %s.\n"
4903
msgstr "Невозможно разобрать транзакцию. Ошибка: %s.\n"
4906
msgid "BUFFER: %s\n"
4907
msgstr "БУФЕР: %s\n"
4909
7528
#~ msgid "Synonym for -?"
4910
7529
#~ msgstr "Синоним для -?"