970
#: ../client/drizzledump.cc:1478
521
971
msgid "-- Retrieving rows...\n"
974
#: ../client/drizzledump.cc:1481
525
976
msgid "%s: Error in field count for table: %s ! Aborting.\n"
979
#: ../client/drizzledump.cc:1525
529
981
msgid "%s: Error reading rows for table: %s (%d:%s) ! Aborting.\n"
984
#: ../client/drizzledump.cc:1542
533
986
msgid "-- %<PRIu32> of ~%<PRIu64> rows dumped for table %s\n"
989
#: ../client/drizzledump.cc:1564
537
991
msgid "Not enough fields from table %s! Aborting.\n"
994
#: ../client/drizzledump.cc:1979 ../client/drizzledump.cc:2095
540
995
msgid "when doing refresh"
998
#: ../client/drizzledump.cc:2066
543
999
msgid "alloc_root failure."
1002
#: ../client/drizzledump.cc:2082
547
1004
msgid "Couldn't find table: \"%s\""
1007
#: ../client/drizzledump.cc:2319 ../client/drizzledump.cc:2326
1008
#: ../client/drizzledump.cc:2336
552
1011
"Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
1014
#: ../client/drizzledump.cc:2368
556
1016
msgid "Error: Not enough memory to store ORDER BY clause\n"
1019
#: ../client/drizzledump.cc:2399
1021
"Dump all the databases. This will be same as --databases with all databases "
1025
#: ../client/drizzledump.cc:2401
1026
msgid "Dump all the tablespaces."
1029
#: ../client/drizzledump.cc:2403
1030
msgid "Use complete insert statements."
1033
#: ../client/drizzledump.cc:2407
1035
"Flush logs file in server before starting dump. Note that if you dump many "
1036
"databases at once (using the option --databases= or --all-databases), the "
1037
"logs will be flushed for each database dumped. The exception is when using --"
1038
"lock-all-tables in this case the logs will be flushed only once, "
1039
"corresponding to the moment all tables are locked. So if you want your dump "
1040
"and the log flush to happen at the same exact moment you should use --lock-"
1041
"all-tables or --flush-logs"
1044
#: ../client/drizzledump.cc:2409
1046
msgid "Continue even if we get an sql-error."
1047
msgstr "Folytatás sql hiba esetén is."
1049
#: ../client/drizzledump.cc:2410
1051
msgid "Display this help message and exit."
1052
msgstr "Megmutatja ezt a súgót, majd kilép."
1054
#: ../client/drizzledump.cc:2412
1056
"Locks all tables across all databases. This is achieved by taking a global "
1057
"read lock for the duration of the whole dump. Automatically turns --single-"
1058
"transaction and --lock-tables off."
1061
#: ../client/drizzledump.cc:2414
1063
"Sorts each table's rows by primary key, or first unique key, if such a key "
1064
"exists. Useful when dumping a MyISAM table to be loaded into an InnoDB "
1065
"table, but will make the dump itself take considerably longer."
1068
#: ../client/drizzledump.cc:2416
1070
"Creates a consistent snapshot by dumping all tables in a single transaction. "
1071
"Works ONLY for tables stored in storage engines which support "
1072
"multiversioning (currently only InnoDB does); the dump is NOT guaranteed to "
1073
"be consistent for other storage engines. While a --single-transaction dump "
1074
"is in process, to ensure a valid dump file (correct table contents), no "
1075
"other connection should use the following statements: ALTER TABLE, DROP "
1076
"TABLE, RENAME TABLE, TRUNCATE TABLE, as consistent snapshot is not isolated "
1077
"from them. Option automatically turns off --lock-tables."
1080
#: ../client/drizzledump.cc:2417
1082
"Same as --add-drop-table, --add-locks, --create-options, --quick, --extended-"
1083
"insert, --lock-tables, --set-charset, and --disable-keys. Enabled by "
1084
"default, disable with --skip-opt."
1087
#: ../client/drizzledump.cc:2419
1089
"Disable --opt. Disables --add-drop-table, --add-locks, --create-options, --"
1090
"quick, --extended-insert, --lock-tables, --set-charset, and --disable-keys."
1093
#: ../client/drizzledump.cc:2420
1094
msgid "Overrides option --databases (-B)."
1097
#: ../client/drizzledump.cc:2422
559
1098
msgid "Number of rows before each output progress report (requires --verbose)."
1101
#: ../client/drizzledump.cc:2424
1102
msgid "Print info about the various stages."
1105
#: ../client/drizzledump.cc:2426
1106
msgid "Dump a database as well formed XML."
1109
#: ../client/drizzledump.cc:2427
1110
msgid "Turn off Comments"
1113
#: ../client/drizzledump.cc:2428
1114
msgid "Turn off create-options"
1117
#: ../client/drizzledump.cc:2429
1118
msgid "Turn off extended-insert"
1121
#: ../client/drizzledump.cc:2430
1122
msgid "Turn off dump-date"
1125
#: ../client/drizzledump.cc:2431
1126
msgid "Do not read from the configuration files"
1129
#: ../client/drizzledump.cc:2437
1130
msgid "Add a 'DROP DATABASE' before each create."
1133
#: ../client/drizzledump.cc:2439
1134
msgid "Add a 'drop table' before each create."
1137
#: ../client/drizzledump.cc:2441
1138
msgid "Allow creation of column names that are keywords."
1141
#: ../client/drizzledump.cc:2443
1142
msgid "Write additional information."
1145
#: ../client/drizzledump.cc:2445
1147
"Give less verbose output (useful for debugging). Disables structure comments "
1148
"and header/footer constructs. Enables options --skip-add-drop-table --no-"
1149
"set-names --skip-disable-keys --skip-add-locks"
1152
#: ../client/drizzledump.cc:2447
1153
msgid "Include all DRIZZLE specific create options."
1156
#: ../client/drizzledump.cc:2449
1157
msgid "Put a dump date to the end of the output."
1160
#: ../client/drizzledump.cc:2451
1162
"To dump several databases. Note the difference in usage; In this case no "
1163
"tables are given. All name arguments are regarded as databasenames. 'USE "
1164
"db_name;' will be included in the output."
1167
#: ../client/drizzledump.cc:2453
1168
msgid "Insert rows with INSERT DELAYED;"
1171
#: ../client/drizzledump.cc:2455
1173
"'ALTER TABLE tb_name DISABLE KEYS; and 'ALTER TABLE tb_name ENABLE KEYS; "
1174
"will be put in the output."
1177
#: ../client/drizzledump.cc:2457
1178
msgid "Allows utilization of the new, much faster INSERT syntax."
1181
#: ../client/drizzledump.cc:2459
1182
msgid "Fields in the textfile are terminated by ..."
1185
#: ../client/drizzledump.cc:2461
1186
msgid "Fields in the importfile are enclosed by ..."
1189
#: ../client/drizzledump.cc:2463
1190
msgid "Fields in the i.file are opt. enclosed by ..."
1193
#: ../client/drizzledump.cc:2465
1194
msgid "Fields in the i.file are escaped by ..."
1197
#: ../client/drizzledump.cc:2469
1199
"Do not dump the specified table. To specify more than one table to ignore, "
1200
"use the directive multiple times, once for each table. Each table must be "
1201
"specified with both database and table names, e.g. --ignore-table=database."
1205
#: ../client/drizzledump.cc:2471
1206
msgid "Insert rows with INSERT IGNORE."
1209
#: ../client/drizzledump.cc:2473
1210
msgid "Lines in the i.file are terminated by ..."
1213
#: ../client/drizzledump.cc:2475
1214
msgid "Wrap tables with autocommit/commit statements."
1217
#: ../client/drizzledump.cc:2477
1219
"'CREATE DATABASE IF NOT EXISTS db_name;' will not be put in the output. The "
1220
"above line will be added otherwise, if --databases or --all-databases option "
1224
#: ../client/drizzledump.cc:2479
1225
msgid "Don't write table creation info."
1228
#: ../client/drizzledump.cc:2481
1229
msgid "No row information."
1232
#: ../client/drizzledump.cc:2482
1233
msgid "Deprecated. Use --skip-set-charset instead."
1236
#: ../client/drizzledump.cc:2484
1237
msgid "Enable set-name"
1240
#: ../client/drizzledump.cc:2486
1241
msgid "Don't buffer query, dump directly to stdout."
1244
#: ../client/drizzledump.cc:2488
1245
msgid "Quote table and column names with backticks (`)."
1248
#: ../client/drizzledump.cc:2490
1249
msgid "Use REPLACE INTO instead of INSERT INTO."
1252
#: ../client/drizzledump.cc:2492
1254
"Direct output to a given file. This option should be used in MSDOS, because "
1255
"it prevents new line '\\n' from being converted to '\\r\\n' (carriage return "
1259
#: ../client/drizzledump.cc:2494
1261
"Creates tab separated textfile for each table to given path. (creates .sql "
1262
"and .txt files). NOTE: This only works if drizzledump is run on the same "
1263
"machine as the drizzled daemon."
1266
#: ../client/drizzledump.cc:2496
1267
msgid "Dump only selected records; QUOTES mandatory!"
1270
#: ../client/drizzledump.cc:2502
1272
msgid "Connect to host."
1273
msgstr "Csatlakozás kiszolgálóhoz."
1275
#: ../client/drizzledump.cc:2506
1277
"Password to use when connecting to server. If password is not given it's "
1278
"solicited on the tty."
1281
#: ../client/drizzledump.cc:2508
1283
msgid "Port number to use for connection."
1284
msgstr "Másodpercek száma a kapcsolat időtűllépése elött."
1286
#: ../client/drizzledump.cc:2515
1287
msgid "Hidden Options"
1290
#: ../client/drizzledump.cc:2517
1291
msgid "Used to select the database"
1294
#: ../client/drizzledump.cc:2518
1295
msgid "Used to select the tables"
1298
#: ../client/drizzledump.cc:2521
1299
msgid "Allowed Options + Hidden Options"
1302
#: ../client/drizzledump.cc:2573
1304
msgid "Drizzledump %s build %s, for %s-%s (%s)\n"
1307
#: ../client/drizzledump.cc:2578
1309
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1310
"and you are welcome to modify and redistribute it under the GPL license\n"
1313
#: ../client/drizzledump.cc:2579
1314
msgid "Dumps definitions and data from a Drizzle database server"
1317
#: ../client/drizzledump.cc:2580
563
1319
msgid "Usage: %s [OPTIONS] database [tables]\n"
1322
#: ../client/drizzledump.cc:2581
567
1324
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
1327
#: ../client/drizzledump.cc:2583
571
1329
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
1332
#: ../client/drizzledump.cc:2599 ../client/drizzleimport.cc:459
1333
#: ../client/drizzleslap.cc:1002 ../client/drizzletest.cc:5597
575
1335
msgid "Value supplied for port is not valid.\n"
1339
#. This check is made because the some the file functions below
1340
#. have FN_REFLEN sized stack allocated buffers and will cause
1341
#. a crash even if the input destination buffer is large enough
1342
#. to hold the output.
1344
#: ../client/drizzledump.cc:2646
579
1346
msgid "Input filename too long: %s"
583
msgid "%s Drizzle %s libdrizzle %s, for %s-%s (%s)\n"
587
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
588
"and you are welcome to modify and redistribute it under the GPL license\n"
591
msgid "Dumps definitions and data from a Drizzle database server"
1349
#: ../client/drizzledump.cc:2684
595
1351
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
1354
#: ../client/drizzleslap.cc:2856
599
msgid "Invalid mode to --compatible: %s\n"
1356
msgid "Unable to fully write %<PRIu64> bytes. Could only write %<PRId64>."
1359
#: ../client/drizzletest.cc:5364
602
1360
msgid "Error: Invalid Value for opt_max_connect_retries"
1363
#: ../client/drizzletest.cc:5374
605
1364
msgid "Error: Invalid Value for opt_tail_lines"
1367
#: ../client/drizzletest.cc:5384
608
1368
msgid "Error: Invalid Value for opt_sleep"
1371
#: ../client/drizzletest.cc:5565
612
1373
msgid "Could not open '%s' for reading: errno = %d"
1376
#: ../client/drizzletest.cc:5570 ../drizzled/drizzled.cc:863
616
1378
msgid "Out of memory"
1381
#: ../drizzled/drizzled.cc:480
619
1382
msgid "Aborting\n"
1385
#: ../drizzled/drizzled.cc:544
622
1386
msgid "One can only use the --user switch if running as root\n"
1389
#: ../drizzled/drizzled.cc:551
626
1391
"Fatal error: Please read \"Security\" section of the manual to find out how "
627
1392
"to run drizzled as root!\n"
1395
#: ../drizzled/drizzled.cc:571
632
1398
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
1402
#: ../drizzled/drizzled.cc:702
637
1404
msgid "gethostname failed, using '%s' as hostname"
1407
#: ../drizzled/drizzled.cc:768
641
1409
msgid "Unknown locale: '%s'"
1412
#: ../drizzled/drizzled.cc:785
644
1413
msgid "Can't create thread-keys"
1416
#: ../drizzled/drizzled.cc:872
647
1417
msgid "Failed to initialize plugins."
1420
#: ../drizzled/drizzled.cc:894
652
1423
"%s: Too many arguments (first extra is '%s').\n"
653
1424
"Use --verbose --help to get a list of available options\n"
1427
#: ../drizzled/drizzled.cc:919
656
1428
msgid "No scheduler found, cannot continue!\n"
1431
#: ../drizzled/drizzled.cc:943
660
1433
msgid "Unknown/unsupported storage engine: %s"
1436
#: ../drizzled/drizzled.cc:1032
663
1437
msgid "Display this help and exit."
664
1438
msgstr "Megmutatja ezt a súgót, majd kilép."
1440
#: ../drizzled/drizzled.cc:1036
666
1441
msgid "Display this help and exit after initializing plugins."
1444
#: ../drizzled/drizzled.cc:1040
669
1445
msgid "Auto-increment columns are incremented by this"
1448
#: ../drizzled/drizzled.cc:1045
673
1450
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1454
#: ../drizzled/drizzled.cc:1051
678
1456
"Path to installation directory. All paths are usually resolved relative to "
1460
#: ../drizzled/drizzled.cc:1056
682
1461
msgid "Chroot drizzled daemon during startup."
1464
#: ../drizzled/drizzled.cc:1060
685
1465
msgid "Set the default collation."
1468
#: ../drizzled/drizzled.cc:1064
688
1469
msgid "Default completion type."
1472
#: ../drizzled/drizzled.cc:1069
691
1473
msgid "Write core on errors."
1476
#: ../drizzled/drizzled.cc:1073
694
1477
msgid "Path to the database root."
1480
#: ../drizzled/drizzled.cc:1077
697
1481
msgid "Set the default storage engine (table type) for tables."
1484
#: ../drizzled/drizzled.cc:1081
700
1485
msgid "Set the default time zone."
1488
#: ../drizzled/drizzled.cc:1086
703
1489
msgid "Used for debugging; Use at your own risk!"
1492
#: ../drizzled/drizzled.cc:1091
706
1493
msgid "Set up signals usable for debugging"
1496
#: ../drizzled/drizzled.cc:1095
709
1497
msgid "(IGNORED)"
1500
#: ../drizzled/drizzled.cc:1099
712
1501
msgid "Set the language used for the month names and the days of the week."
1504
#: ../drizzled/drizzled.cc:1104
715
1505
msgid "Log some not critical warnings to the log file."
1508
#: ../drizzled/drizzled.cc:1109
718
1509
msgid "Pid file used by safe_mysqld."
1512
#: ../drizzled/drizzled.cc:1113
722
1514
"Maximum time in seconds to wait for the port to become free. (Default: no "
1518
#: ../drizzled/drizzled.cc:1118
727
1520
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
728
1521
"specified directory"
1524
#: ../drizzled/drizzled.cc:1123
732
1526
"Uniquely identifies the server instance in the community of replication "
1530
#: ../drizzled/drizzled.cc:1128
736
1531
msgid "Don't print a stack trace on failure."
1534
#: ../drizzled/drizzled.cc:1132
739
1535
msgid "Enable symbolic link support."
1538
#: ../drizzled/drizzled.cc:1141
743
1540
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1543
#: ../drizzled/drizzled.cc:1146
746
1544
msgid "Path for temporary files."
1547
#: ../drizzled/drizzled.cc:1150
749
1548
msgid "Default transaction isolation level."
1551
#: ../drizzled/drizzled.cc:1154
752
1552
msgid "Run drizzled daemon as user."
1555
#: ../drizzled/drizzled.cc:1162
756
1557
"The number of outstanding connection requests Drizzle can have. This comes "
757
1558
"into play when the main Drizzle thread gets very many connection requests in "
758
1559
"a very short time."
1562
#: ../drizzled/drizzled.cc:1168
762
1564
"Size of tree cache used in bulk insert optimization. Note that this is a "
763
1565
"limit per thread!"
1568
#: ../drizzled/drizzled.cc:1174
767
1570
"Precision of the result of '/' operator will be increased on that value."
1573
#: ../drizzled/drizzled.cc:1180
770
1574
msgid "The maximum length of the result of function group_concat."
1577
#: ../drizzled/drizzled.cc:1185
773
1578
msgid "The size of the buffer that is used for full joins."
1581
#: ../drizzled/drizzled.cc:1191
776
1582
msgid "Max packetlength to send/receive from to server."
1585
#: ../drizzled/drizzled.cc:1196
780
1587
"If there is more than this number of interrupted connections from a host "
781
1588
"this host will be blocked from further connections."
1591
#: ../drizzled/drizzled.cc:1201
784
1592
msgid "Max number of errors/warnings to store for a statement."
1595
#: ../drizzled/drizzled.cc:1206
787
1596
msgid "Don't allow creation of heap tables bigger than this."
1599
#: ../drizzled/drizzled.cc:1212
791
1601
"Joins that are probably going to read more than max_join_size records return "
1605
#: ../drizzled/drizzled.cc:1218
795
1606
msgid "Max number of bytes in sorted records."
1609
#: ../drizzled/drizzled.cc:1223
798
1610
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1613
#: ../drizzled/drizzled.cc:1228
802
1615
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
803
1616
"max_sort_length bytes of each value are used; the rest are ignored)."
1619
#: ../drizzled/drizzled.cc:1235
806
1620
msgid "After this many write locks, allow some read locks to run in between."
1623
#: ../drizzled/drizzled.cc:1239
810
1625
"Don't log queries which examine less than min_examined_row_limit rows to "
1629
#: ../drizzled/drizzled.cc:1245
815
1631
"Controls the heuristic(s) applied during query optimization to prune less-"
816
1632
"promising partial plans from the optimizer search space. Meaning: false - do "
904
1739
"Starts the Drizzle database server\n"
1742
#: ../drizzled/drizzled.cc:1388
908
1744
msgid "Usage: %s [OPTIONS]\n"
1747
#: ../drizzled/drizzled.cc:1512
913
1750
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
914
1751
"command line\n"
1754
#: ../drizzled/drizzled.cc:1555
917
1755
msgid "Can't start server: cannot resolve hostname!"
1758
#: ../drizzled/drizzled.cc:1561
920
1759
msgid "Can't start server: bind-address refers to multiple interfaces!"
1762
#: ../drizzled/error.cc:138
924
1764
msgid "Unknown error %d"
925
1765
msgstr "Ismeretlen hiba %d"
1767
#: ../drizzled/error.cc:214
1771
#: ../drizzled/error.cc:215
1775
#: ../drizzled/error.cc:216
934
1777
msgid "Can't create file '%-.200s' (errno: %d)"
1780
#: ../drizzled/error.cc:217
938
1782
msgid "Can't create table '%-.200s' (errno: %d)"
1785
#: ../drizzled/error.cc:218
942
1787
msgid "Can't create database '%-.192s' (errno: %d)"
1790
#: ../drizzled/error.cc:219
946
1792
msgid "Can't create database '%-.192s'; database exists"
1795
#: ../drizzled/error.cc:220
950
1797
msgid "Can't drop database '%-.192s'; database doesn't exist"
1800
#: ../drizzled/error.cc:221
954
1802
msgid "Error dropping database (can't delete '%-.192s', errno: %d)"
1805
#: ../drizzled/error.cc:222
958
1807
msgid "Error dropping database (can't rmdir '%-.192s', errno: %d)"
1810
#: ../drizzled/error.cc:223
962
1812
msgid "Error on delete of '%-.192s' (errno: %d)"
1815
#: ../drizzled/error.cc:224
965
1816
msgid "Can't read record in system table"
1819
#: ../drizzled/error.cc:225
969
1821
msgid "Can't get status of '%-.200s' (errno: %d)"
1824
#: ../drizzled/error.cc:226
973
1826
msgid "Can't get working directory (errno: %d)"
1829
#: ../drizzled/error.cc:227
977
1831
msgid "Can't lock file (errno: %d)"
1834
#: ../drizzled/error.cc:228
981
1836
msgid "Can't open file: '%-.200s' (errno: %d)"
1839
#: ../drizzled/error.cc:229
985
1841
msgid "Can't find file: '%-.200s' (errno: %d)"
1844
#: ../drizzled/error.cc:230
989
1846
msgid "Can't read dir of '%-.192s' (errno: %d)"
1849
#: ../drizzled/error.cc:231
993
1851
msgid "Can't change dir to '%-.192s' (errno: %d)"
1854
#: ../drizzled/error.cc:232
997
1856
msgid "Record has changed since last read in table '%-.192s'"
1859
#: ../drizzled/error.cc:233
1001
1861
msgid "Disk full (%s); waiting for someone to free some space..."
1864
#: ../drizzled/error.cc:234
1005
1866
msgid "Can't write; duplicate key in table '%-.192s'"
1869
#: ../drizzled/error.cc:235
1009
1871
msgid "Error on close of '%-.192s' (errno: %d)"
1874
#: ../drizzled/error.cc:236
1013
1876
msgid "Error reading file '%-.200s' (errno: %d)"
1879
#: ../drizzled/error.cc:237
1017
1881
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
1884
#: ../drizzled/error.cc:238
1021
1886
msgid "Error writing file '%-.200s' (errno: %d)"
1889
#: ../drizzled/error.cc:239
1025
1891
msgid "'%-.192s' is locked against change"
1894
#: ../drizzled/error.cc:240
1028
1895
msgid "Sort aborted"
1898
#: ../drizzled/error.cc:241
1032
1900
msgid "View '%-.192s' doesn't exist for '%-.192s'"
1903
#: ../drizzled/error.cc:242
1036
1905
msgid "Got error %d from storage engine"
1908
#: ../drizzled/error.cc:243
1040
1910
msgid "Table storage engine for '%-.192s' doesn't have this option"
1913
#: ../drizzled/error.cc:244
1044
1915
msgid "Can't find record in '%-.192s'"
1918
#: ../drizzled/error.cc:245
1048
1920
msgid "Incorrect information in file: '%-.200s'"
1923
#: ../drizzled/error.cc:246
1052
1925
msgid "Incorrect key file for table '%-.200s'; try to repair it"
1928
#: ../drizzled/error.cc:247
1056
1930
msgid "Old key file for table '%-.192s'; repair it!"
1933
#: ../drizzled/error.cc:248
1060
1935
msgid "Table '%-.192s' is read only"
1938
#: ../drizzled/error.cc:249
1064
1940
msgid "Out of memory; restart server and try again (needed %lu bytes)"
1943
#: ../drizzled/error.cc:250
1067
1944
msgid "Out of sort memory; increase server sort buffer size"
1947
#: ../drizzled/error.cc:251
1071
1949
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
1952
#: ../drizzled/error.cc:252
1074
1953
msgid "Too many connections"
1956
#: ../drizzled/error.cc:253
1078
1958
"Out of memory; check if drizzled or some other process uses all available "
1079
1959
"memory; if not, you may have to use 'ulimit' to allow drizzled to use more "
1080
1960
"memory or you can add more swap space"
1963
#: ../drizzled/error.cc:254
1083
1964
msgid "Can't get hostname for your address"
1967
#: ../drizzled/error.cc:255
1086
1968
msgid "Bad handshake"
1971
#: ../drizzled/error.cc:256
1090
1973
msgid "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
1976
#: ../drizzled/error.cc:257
1094
1978
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
1981
#: ../drizzled/error.cc:258
1097
1982
msgid "No database selected"
1985
#: ../drizzled/error.cc:259
1100
1986
msgid "Unknown command"
1989
#: ../drizzled/error.cc:260
1104
1991
msgid "Column '%-.192s' cannot be null"
1994
#: ../drizzled/error.cc:261
1108
1996
msgid "Unknown database '%-.192s'"
1999
#: ../drizzled/error.cc:262
1112
2001
msgid "Table '%-.192s' already exists"
2004
#: ../drizzled/error.cc:263
1116
2006
msgid "Unknown table '%-.100s'"
2009
#: ../drizzled/error.cc:264
1120
2011
msgid "Column '%-.192s' in %-.192s is ambiguous"
2014
#: ../drizzled/error.cc:265
1123
2015
msgid "Server shutdown in progress"
2018
#: ../drizzled/error.cc:266
1127
2020
msgid "Unknown column '%-.192s' in '%-.192s'"
2023
#: ../drizzled/error.cc:267
1131
2025
msgid "'%-.192s' isn't in GROUP BY"
2028
#: ../drizzled/error.cc:268
1135
2030
msgid "Can't group on '%-.192s'"
2033
#: ../drizzled/error.cc:269
1138
2034
msgid "Statement has sum functions and columns in same statement"
2037
#: ../drizzled/error.cc:270
1141
2038
msgid "Column count doesn't match value count"
2041
#: ../drizzled/error.cc:271
1145
2043
msgid "Identifier name '%-.100s' is too long"
2046
#: ../drizzled/error.cc:272
1149
2048
msgid "Duplicate column name '%-.192s'"
2051
#: ../drizzled/error.cc:273
1153
2053
msgid "Duplicate key name '%-.192s'"
2056
#: ../drizzled/error.cc:274
1157
2058
msgid "Duplicate entry '%-.192s' for key %d"
2061
#: ../drizzled/error.cc:275
1161
2063
msgid "Incorrect column specifier for column '%-.192s'"
2066
#: ../drizzled/error.cc:276
1165
2068
msgid "%s near '%-.80s' at line %d"
2071
#: ../drizzled/error.cc:277
1168
2072
msgid "Query was empty"
2075
#: ../drizzled/error.cc:278
1172
2077
msgid "Not unique table/alias: '%-.192s'"
2080
#: ../drizzled/error.cc:279
1176
2082
msgid "Invalid default value for '%-.192s'"
2085
#: ../drizzled/error.cc:280
1179
2086
msgid "Multiple primary key defined"
2089
#: ../drizzled/error.cc:281
1183
2091
msgid "Too many keys specified; max %d keys allowed"
2094
#: ../drizzled/error.cc:282
1187
2096
msgid "Too many key parts specified; max %d parts allowed"
2099
#: ../drizzled/error.cc:283
1191
2101
msgid "Specified key was too long; max key length is %d bytes"
2104
#: ../drizzled/error.cc:284
1195
2106
msgid "Key column '%-.192s' doesn't exist in table"
2109
#: ../drizzled/error.cc:285
1200
2112
"BLOB column '%-.192s' can't be used in key specification with the used table "
2116
#: ../drizzled/error.cc:286
1206
2119
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
2123
#: ../drizzled/error.cc:287
1211
2125
"Incorrect table definition; there can be only one auto column and it must be "
1212
2126
"defined as a key"
2129
#: ../drizzled/error.cc:288
1217
2132
"%s: ready for connections.\n"
1218
2133
"Version: '%s' socket: '%s' port: %u\n"
2136
#: ../drizzled/error.cc:289
1222
2138
msgid "%s: Normal shutdown\n"
2141
#: ../drizzled/error.cc:290
1226
2143
msgid "%s: Got signal %d. Aborting!\n"
2146
#: ../drizzled/error.cc:291
1230
2148
msgid "%s: Shutdown complete\n"
2151
#: ../drizzled/error.cc:292
1234
2153
msgid "%s: Forcing close of thread %<PRIu64> user: '%-.48s'\n"
2156
#: ../drizzled/error.cc:293
1237
2157
msgid "Can't create IP socket"
2160
#: ../drizzled/error.cc:294
1242
2163
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
2167
#: ../drizzled/error.cc:295
1248
2170
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
1249
2171
"check the manual"
2174
#: ../drizzled/error.cc:296
1253
2176
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
2179
#: ../drizzled/error.cc:297
1258
2182
"The file '%-.128s' must be in the database directory or be readable by all"
2185
#: ../drizzled/error.cc:298
1262
2187
msgid "File '%-.200s' already exists"
2190
#: ../drizzled/error.cc:299
1266
2192
msgid "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
2195
#: ../drizzled/error.cc:300
1270
2197
msgid "Records: %ld Duplicates: %ld"
2200
#: ../drizzled/error.cc:301
1274
2202
"Incorrect prefix key; the used key part isn't a string, the used length is "
1275
2203
"longer than the key part, or the storage engine doesn't support unique "
2207
#: ../drizzled/error.cc:302
1279
2208
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
2211
#: ../drizzled/error.cc:303
1283
2213
msgid "Can't DROP '%-.192s'; check that column/key exists"
2216
#: ../drizzled/error.cc:304
1287
2218
msgid "Records: %ld Duplicates: %ld Warnings: %ld"
2221
#: ../drizzled/error.cc:305
1291
2223
msgid "You can't specify target table '%-.192s' for update in FROM clause"
2226
#: ../drizzled/error.cc:306
1295
2228
msgid "Unknown thread id: %lu"
2231
#: ../drizzled/error.cc:307
1299
2233
msgid "You are not owner of thread %lu"
2236
#: ../drizzled/error.cc:308
1302
2237
msgid "No tables used"
2240
#: ../drizzled/error.cc:309
1306
2242
msgid "Too many strings for column %-.192s and SET"
2245
#: ../drizzled/error.cc:310
1310
2247
msgid "Can't generate a unique log-filename %-.200s.(1-999)\n"
2250
#: ../drizzled/error.cc:311
1314
2252
msgid "Table '%-.192s' was locked with a READ lock and can't be updated"
2255
#: ../drizzled/error.cc:312
1318
2257
msgid "Table '%-.192s' was not locked with LOCK TABLES"
2260
#: ../drizzled/error.cc:313
1322
2262
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
2265
#: ../drizzled/error.cc:314
1326
2267
msgid "Incorrect database name '%-.100s'"
2270
#: ../drizzled/error.cc:315
1330
2272
msgid "Incorrect table name '%-.100s'"
2275
#: ../drizzled/error.cc:316
1334
2277
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
1335
2278
"use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay"
2281
#: ../drizzled/error.cc:317
1338
2282
msgid "Unknown error"
2285
#: ../drizzled/error.cc:318
1342
2287
msgid "Unknown procedure '%-.192s'"
2290
#: ../drizzled/error.cc:319
1346
2292
msgid "Incorrect parameter count to procedure '%-.192s'"
2295
#: ../drizzled/error.cc:320
1350
2297
msgid "Incorrect parameters to procedure '%-.192s'"
2300
#: ../drizzled/error.cc:321
1354
2302
msgid "Unknown table '%-.192s' in %-.32s"
2305
#: ../drizzled/error.cc:322
1358
2307
msgid "Column '%-.192s' specified twice"
2310
#: ../drizzled/error.cc:323
1361
2311
msgid "Invalid use of group function"
2314
#: ../drizzled/error.cc:324
1366
2317
"Table '%-.192s' uses an extension that doesn't exist in this Drizzle version"
2320
#: ../drizzled/error.cc:325
1369
2321
msgid "A table must have at least 1 column"
2324
#: ../drizzled/error.cc:326
1373
2326
msgid "The table '%-.192s' is full"
2329
#: ../drizzled/error.cc:327
1377
2331
msgid "Unknown character set: '%-.64s'"
2334
#: ../drizzled/error.cc:328
1381
2336
msgid "Too many tables; Drizzle can only use %d tables in a join"
2339
#: ../drizzled/error.cc:329
1384
2340
msgid "Too many columns"
2343
#: ../drizzled/error.cc:330
1389
2346
"Row size too large. The maximum row size for the used table type, not "
1390
2347
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
2350
#: ../drizzled/error.cc:331
1395
2353
"Thread stack overrun: Used: %ld of a %ld stack. Use 'drizzled -O "
1396
2354
"thread_stack=#' to specify a bigger stack if needed"
2357
#: ../drizzled/error.cc:332
1399
2358
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
2361
#: ../drizzled/error.cc:333
1404
2364
"Table handler doesn't support NULL in given index. Please change column "
1405
2365
"'%-.192s' to be NOT NULL or use another handler"
2368
#: ../drizzled/error.cc:334
1409
2370
msgid "Can't load function '%-.192s'"
2373
#: ../drizzled/error.cc:335
1413
2375
msgid "Can't initialize function '%-.192s'; %-.80s"
2378
#: ../drizzled/error.cc:336
1416
2379
msgid "No paths allowed for plugin library"
2382
#: ../drizzled/error.cc:337
1420
2384
msgid "Plugin '%-.192s' already exists"
2387
#: ../drizzled/error.cc:338
1424
2389
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
2392
#: ../drizzled/error.cc:339
1428
2394
msgid "Can't find symbol '%-.128s' in library '%-.128s'"
2397
#: ../drizzled/error.cc:340
1432
2399
msgid "Function '%-.192s' is not defined"
2402
#: ../drizzled/error.cc:341
1437
2405
"Host '%-.64s' is blocked because of many connection errors; unblock with "
1438
2406
"'drizzleadmin flush-hosts'"
2409
#: ../drizzled/error.cc:342
1442
2411
msgid "Host '%-.64s' is not allowed to connect to this Drizzle server"
2414
#: ../drizzled/error.cc:343
1446
2416
"You are using Drizzle as an anonymous user and anonymous users are not "
1447
2417
"allowed to change passwords"
2420
#: ../drizzled/error.cc:344
1451
2422
"You must have privileges to update tables in the drizzle database to be able "
1452
2423
"to change passwords for others"
2426
#: ../drizzled/error.cc:345
1455
2427
msgid "Can't find any matching row in the user table"
2430
#: ../drizzled/error.cc:346
1459
2432
msgid "Rows matched: %ld Changed: %ld Warnings: %ld"
2435
#: ../drizzled/error.cc:347
1464
2438
"Can't create a new thread (errno %d); if you are not out of available "
1465
2439
"memory, you can consult the manual for a possible OS-dependent bug"
2442
#: ../drizzled/error.cc:348
1469
2444
msgid "Column count doesn't match value count at row %ld"
2447
#: ../drizzled/error.cc:349
1473
2449
msgid "Can't reopen table: '%-.192s'"
2452
#: ../drizzled/error.cc:350
1476
2453
msgid "Invalid use of NULL value"
2456
#: ../drizzled/error.cc:351
1480
2458
msgid "Got error '%-.64s' from regexp"
2461
#: ../drizzled/error.cc:352
1484
2463
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
1485
2464
"illegal if there is no GROUP BY clause"
2467
#: ../drizzled/error.cc:353
1489
2469
msgid "There is no such grant defined for user '%-.48s' on host '%-.64s'"
2472
#: ../drizzled/error.cc:354
1493
2474
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for table '%-.192s'"
2477
#: ../drizzled/error.cc:355
1498
2480
"%-.16s command denied to user '%-.48s'@'%-.64s' for column '%-.192s' in "
1499
2481
"table '%-.192s'"
2484
#: ../drizzled/error.cc:356
1503
2486
"Illegal GRANT/REVOKE command; please consult the manual to see which "
1504
2487
"privileges can be used"
2490
#: ../drizzled/error.cc:357
1507
2491
msgid "The host or user argument to GRANT is too long"
2494
#: ../drizzled/error.cc:358
1511
2496
msgid "Table '%-.192s.%-.192s' doesn't exist"
2499
#: ../drizzled/error.cc:359
1516
2502
"There is no such grant defined for user '%-.48s' on host '%-.64s' on table "
2506
#: ../drizzled/error.cc:360
1520
2507
msgid "The used command is not allowed with this Drizzle version"
2510
#: ../drizzled/error.cc:361
1524
2512
"You have an error in your SQL syntax; check the manual that corresponds to "
1525
2513
"your Drizzle server version for the right syntax to use"
2516
#: ../drizzled/error.cc:362
1529
2518
msgid "Delayed insert thread couldn't get requested lock for table %-.192s"
2521
#: ../drizzled/error.cc:363
1532
2522
msgid "Too many delayed threads in use"
2525
#: ../drizzled/error.cc:364
1536
2527
msgid "Aborted connection %ld to db: '%-.192s' user: '%-.48s' (%-.64s)"
2530
#: ../drizzled/error.cc:365
1539
2531
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
2534
#: ../drizzled/error.cc:366
1542
2535
msgid "Got a read error from the connection pipe"
2538
#: ../drizzled/error.cc:367
1545
2539
msgid "Got an error from fcntl()"
2542
#: ../drizzled/error.cc:368
1548
2543
msgid "Got packets out of order"
2546
#. CR_NET_UNCOMPRESS_ERROR 08S01
2547
#: ../drizzled/error.cc:369 ../plugin/drizzle_protocol/errmsg.cc:101
1551
2548
msgid "Couldn't uncompress communication packet"
2551
#. CR_NET_READ_ERROR 08S01
2552
#: ../drizzled/error.cc:370 ../plugin/drizzle_protocol/errmsg.cc:103
1554
2553
msgid "Got an error reading communication packets"
2556
#. CR_NET_READ_INTERRUPTED 08S01
2557
#: ../drizzled/error.cc:371 ../plugin/drizzle_protocol/errmsg.cc:105
1557
2558
msgid "Got timeout reading communication packets"
2561
#. CR_NET_ERROR_ON_WRITE 08S01
2562
#: ../drizzled/error.cc:372 ../plugin/drizzle_protocol/errmsg.cc:107
1560
2563
msgid "Got an error writing communication packets"
2566
#. CR_NET_WRITE_INTERRUPTED 08S01
2567
#: ../drizzled/error.cc:373 ../plugin/drizzle_protocol/errmsg.cc:109
1563
2568
msgid "Got timeout writing communication packets"
2571
#: ../drizzled/error.cc:374
1566
2572
msgid "Result string is longer than 'max_allowed_packet' bytes"
2575
#: ../drizzled/error.cc:375
1569
2576
msgid "The used table type doesn't support BLOB/TEXT columns"
2579
#: ../drizzled/error.cc:376
1572
2580
msgid "The used table type doesn't support AUTO_INCREMENT columns"
2583
#: ../drizzled/error.cc:377
1577
2586
"INSERT DELAYED can't be used with table '%-.192s' because it is locked with "
2590
#: ../drizzled/error.cc:378
1582
2592
msgid "Incorrect column name '%-.100s'"
2595
#: ../drizzled/error.cc:379
1586
2597
msgid "The used storage engine can't index column '%-.192s'"
2600
#: ../drizzled/error.cc:380
1590
2602
"Unable to open underlying table which is differently defined or of non-"
1591
2603
"MyISAM type or doesn't exist"
2606
#: ../drizzled/error.cc:381
1595
2608
msgid "Can't write, because of unique constraint, to table '%-.192s'"
2611
#: ../drizzled/error.cc:382
1600
2614
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
2617
#: ../drizzled/error.cc:383
1604
2619
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
1605
2620
"UNIQUE instead"
2623
#: ../drizzled/error.cc:384
1608
2624
msgid "Result consisted of more than one row"
2627
#: ../drizzled/error.cc:385
1611
2628
msgid "This table type requires a primary key"
2631
#: ../drizzled/error.cc:386
1614
2632
msgid "This version of Drizzle is not compiled with RAID support"
2635
#: ../drizzled/error.cc:387
1618
2637
"You are using safe update mode and you tried to update a table without a "
1619
2638
"WHERE that uses a KEY column"
2641
#: ../drizzled/error.cc:388
1623
2643
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
2646
#: ../drizzled/error.cc:389
1626
2647
msgid "Can't open table"
2650
#: ../drizzled/error.cc:390
1630
2652
msgid "The storage engine for the table doesn't support %s"
2655
#: ../drizzled/error.cc:391
1633
2656
msgid "You are not allowed to execute this command in a transaction"
2659
#: ../drizzled/error.cc:392
1637
2661
msgid "Got error %d during COMMIT"
2664
#: ../drizzled/error.cc:393
1641
2666
msgid "Got error %d during ROLLBACK"
2669
#: ../drizzled/error.cc:394
1645
2671
msgid "Got error %d during FLUSH_LOGS"
2674
#: ../drizzled/error.cc:395
1649
2676
msgid "Got error %d during CHECKPOINT"
2679
#. This is a very incorrect place to use the PRIi64 macro as the
2680
#. program that looks over the source for the N_() macros does not
2681
#. (obviously) do macro expansion, so the string is entirely wrong for
2682
#. what it is trying to output for every language except english.
2683
#: ../drizzled/error.cc:400
1654
2686
"Aborted connection %<PRIi64> to db: '%-.192s' user: '%-.48s' host: "
1655
2687
"'%-.64s' (%-.64s)"
2690
#: ../drizzled/error.cc:401
1658
2691
msgid "The storage engine for the table does not support binary table dump"
2694
#: ../drizzled/error.cc:402
1661
2695
msgid "Binlog closed, cannot RESET MASTER"
2698
#: ../drizzled/error.cc:403
1665
2700
msgid "Failed rebuilding the index of dumped table '%-.192s'"
2703
#: ../drizzled/error.cc:404
1669
2705
msgid "Error from master: '%-.64s'"
2708
#: ../drizzled/error.cc:405
1672
2709
msgid "Net error reading from master"
2712
#: ../drizzled/error.cc:406
1675
2713
msgid "Net error writing to master"
2716
#: ../drizzled/error.cc:407
1678
2717
msgid "Can't find FULLTEXT index matching the column list"
2720
#: ../drizzled/error.cc:408
1682
2722
"Can't execute the given command because you have active locked tables or an "
1683
2723
"active transaction"
2726
#: ../drizzled/error.cc:409
1687
2728
msgid "Unknown system variable '%-.64s'"
2731
#: ../drizzled/error.cc:410
1691
2733
msgid "Table '%-.192s' is marked as crashed and should be repaired"
2736
#: ../drizzled/error.cc:411
1696
2739
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
2742
#: ../drizzled/error.cc:412
1699
2743
msgid "Some non-transactional changed tables couldn't be rolled back"
2746
#: ../drizzled/error.cc:413
1703
2748
"Multi-statement transaction required more than 'max_binlog_cache_size' bytes "
1704
2749
"of storage; increase this drizzled variable and try again"
2752
#: ../drizzled/error.cc:414
1708
2754
"This operation cannot be performed with a running slave; run STOP SLAVE first"
2757
#: ../drizzled/error.cc:415
1712
2759
"This operation requires a running slave; configure slave and do START SLAVE"
2762
#: ../drizzled/error.cc:416
1715
2763
msgid "The server is not configured as slave; fix with CHANGE MASTER TO"
2766
#: ../drizzled/error.cc:417
1719
2768
"Could not initialize master info structure; more error messages can be found "
1720
2769
"in the Drizzle error log"
2772
#: ../drizzled/error.cc:418
1723
2773
msgid "Could not create slave thread; check system resources"
2776
#: ../drizzled/error.cc:419
1728
2779
"User %-.64s already has more than 'max_user_connections' active connections"
2782
#: ../drizzled/error.cc:420
1731
2783
msgid "You may only use constant expressions with SET"
2786
#: ../drizzled/error.cc:421
1734
2787
msgid "Lock wait timeout exceeded; try restarting transaction"
2790
#: ../drizzled/error.cc:422
1737
2791
msgid "The total number of locks exceeds the lock table size"
2794
#: ../drizzled/error.cc:423
1740
2795
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
2798
#: ../drizzled/error.cc:424
1743
2799
msgid "DROP DATABASE not allowed while thread is holding global read lock"
2802
#: ../drizzled/error.cc:425
1746
2803
msgid "CREATE DATABASE not allowed while thread is holding global read lock"
2806
#: ../drizzled/error.cc:426
1750
2808
msgid "Incorrect arguments to %s"
2811
#: ../drizzled/error.cc:427
1754
2813
msgid "'%-.48s'@'%-.64s' is not allowed to create new users"
2816
#: ../drizzled/error.cc:428
1758
2818
"Incorrect table definition; all MERGE tables must be in the same database"
2821
#: ../drizzled/error.cc:429
1761
2822
msgid "Deadlock found when trying to get lock; try restarting transaction"
2825
#: ../drizzled/error.cc:430
1764
2826
msgid "The used table type doesn't support FULLTEXT indexes"
2829
#: ../drizzled/error.cc:431
1767
2830
msgid "Cannot add foreign key constraint"
2833
#: ../drizzled/error.cc:432
1770
2834
msgid "Cannot add or update a child row: a foreign key constraint fails"
2837
#: ../drizzled/error.cc:433
1773
2838
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
2841
#: ../drizzled/error.cc:434
1777
2843
msgid "Error connecting to master: %-.128s"
2846
#: ../drizzled/error.cc:435
1781
2848
msgid "Error running query on master: %-.128s"
2851
#: ../drizzled/error.cc:436
1785
2853
msgid "Error when executing command %s: %-.128s"
2856
#: ../drizzled/error.cc:437
1789
2858
msgid "Incorrect usage of %s and %s"
2861
#: ../drizzled/error.cc:438
1792
2862
msgid "The used SELECT statements have a different number of columns"
2865
#: ../drizzled/error.cc:439
1795
2866
msgid "Can't execute the query because you have a conflicting read lock"
2869
#: ../drizzled/error.cc:440
1798
2870
msgid "Mixing of transactional and non-transactional tables is disabled"
2873
#: ../drizzled/error.cc:441
1802
2875
msgid "Option '%s' used twice in statement"
2878
#: ../drizzled/error.cc:442
1806
2880
msgid "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
2883
#: ../drizzled/error.cc:443
1810
2885
msgid "Access denied; you need the %-.128s privilege for this operation"
2888
#: ../drizzled/error.cc:444
1815
2891
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
2894
#: ../drizzled/error.cc:445
1820
2897
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
2900
#: ../drizzled/error.cc:446
1824
2902
msgid "Variable '%-.64s' doesn't have a default value"
2905
#: ../drizzled/error.cc:447
1828
2907
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
2910
#: ../drizzled/error.cc:448
1832
2912
msgid "Incorrect argument type to variable '%-.64s'"
2915
#: ../drizzled/error.cc:449
1836
2917
msgid "Variable '%-.64s' can only be set, not read"
2920
#: ../drizzled/error.cc:450
1840
2922
msgid "Incorrect usage/placement of '%s'"
2925
#: ../drizzled/error.cc:451
1844
2927
msgid "This version of Drizzle doesn't yet support '%s'"
2930
#: ../drizzled/error.cc:452
1849
2933
"Got fatal error %d: '%-.128s' from master when reading data from binary log"
2936
#: ../drizzled/error.cc:453
1852
2937
msgid "Slave SQL thread ignored the query because of replicate-*-table rules"
2940
#: ../drizzled/error.cc:454
1856
2942
msgid "Variable '%-.192s' is a %s variable"
2945
#: ../drizzled/error.cc:455
1860
2947
msgid "Incorrect foreign key definition for '%-.192s': %s"
2950
#: ../drizzled/error.cc:456
1863
2951
msgid "Key reference and table reference don't match"
2954
#: ../drizzled/error.cc:457
1867
2956
msgid "Operand should contain %d column(s)"
2959
#: ../drizzled/error.cc:458
1870
2960
msgid "Subquery returns more than 1 row"
2963
#: ../drizzled/error.cc:459
1874
2965
msgid "Unknown prepared statement handler (%.*s) given to %s"
2968
#: ../drizzled/error.cc:460
1877
2969
msgid "Help database is corrupt or does not exist"
2972
#: ../drizzled/error.cc:461
1880
2973
msgid "Cyclic reference on subqueries"
2976
#: ../drizzled/error.cc:462
1884
2978
msgid "Converting column '%s' from %s to %s"
2981
#: ../drizzled/error.cc:463
1888
2983
msgid "Reference '%-.64s' not supported (%s)"
2986
#: ../drizzled/error.cc:464
1891
2987
msgid "Every derived table must have its own alias"
2990
#: ../drizzled/error.cc:465
1895
2992
msgid "Select %u was reduced during optimization"
2995
#: ../drizzled/error.cc:466
1899
2997
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
3000
#: ../drizzled/error.cc:467
1903
3002
"Client does not support authentication protocol requested by server; "
1904
3003
"consider upgrading Drizzle client"
3006
#: ../drizzled/error.cc:468
1907
3007
msgid "All parts of a SPATIAL index must be NOT NULL"
3010
#: ../drizzled/error.cc:469
1911
3012
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
3015
#: ../drizzled/error.cc:470
1914
3016
msgid "Slave is already running"
3019
#: ../drizzled/error.cc:471
1917
3020
msgid "Slave already has been stopped"
3023
#: ../drizzled/error.cc:472
1922
3026
"Uncompressed data size too large; the maximum size is %d (based on "
1923
3027
"max_allowed_packet). The length of uncompressed data may also be corrupted."
3030
#: ../drizzled/error.cc:473
1926
3031
msgid "ZLIB: Not enough memory"
3034
#: ../drizzled/error.cc:474
1930
3036
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
1931
3037
"data was corrupted)"
3040
#: ../drizzled/error.cc:475
1934
3041
msgid "ZLIB: Input data corrupted"
3044
#: ../drizzled/error.cc:476
1938
3046
msgid "%d line(s) were cut by GROUP_CONCAT()"
3049
#: ../drizzled/error.cc:477
1942
3051
msgid "Row %ld doesn't contain data for all columns"
3054
#: ../drizzled/error.cc:478
1947
3057
"Row %ld was truncated; it contained more data than there were input columns"
3060
#: ../drizzled/error.cc:479
1952
3063
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
3066
#: ../drizzled/error.cc:480
1956
3068
msgid "Out of range value for column '%s' at row %ld"
3071
#: ../drizzled/error.cc:481
1960
3073
msgid "Data truncated for column '%s' at row %ld"
3076
#: ../drizzled/error.cc:482
1964
3078
msgid "Using storage engine %s for table '%s'"
3081
#: ../drizzled/error.cc:483
1968
3083
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
3086
#: ../drizzled/error.cc:484
1971
3087
msgid "Cannot drop one or more of the requested users"
3090
#: ../drizzled/error.cc:485
1974
3091
msgid "Can't revoke all privileges for one or more of the requested users"
3094
#: ../drizzled/error.cc:486
1978
3096
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
3099
#: ../drizzled/error.cc:487
1982
3101
msgid "Illegal mix of collations for operation '%s'"
3104
#: ../drizzled/error.cc:488
1987
3107
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
1988
3108
"variable_name)"
3111
#: ../drizzled/error.cc:489
1992
3113
msgid "Unknown collation: '%-.64s'"
3116
#: ../drizzled/error.cc:490
1996
3118
"SSL parameters in CHANGE MASTER are ignored because this Drizzle slave was "
1997
3119
"compiled without SSL support; they can be used later if Drizzle slave with "
1998
3120
"SSL is started"
3123
#: ../drizzled/error.cc:491
2003
3126
"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the "
2004
3127
"old format; please change the password to the new format"
3130
#: ../drizzled/error.cc:492
2009
3133
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
3137
#: ../drizzled/error.cc:493
2013
3138
msgid "Incorrect parameter or combination of parameters for START SLAVE UNTIL"
3141
#: ../drizzled/error.cc:494
2017
3143
"It is recommended to use --skip-slave-start when doing step-by-step "
2018
3144
"replication with START SLAVE UNTIL; otherwise, you will get problems if you "
2019
3145
"get an unexpected slave's drizzled restart"
3148
#: ../drizzled/error.cc:495
2022
3149
msgid "SQL thread is not to be started so UNTIL options are ignored"
3152
#: ../drizzled/error.cc:496
2026
3154
msgid "Incorrect index name '%-.100s'"
3157
#: ../drizzled/error.cc:497
2030
3159
msgid "Incorrect catalog name '%-.100s'"
3162
#: ../drizzled/error.cc:498
2034
3164
msgid "Query cache failed to set size %lu; new query cache size is %lu"
3167
#: ../drizzled/error.cc:499
2038
3169
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
3172
#: ../drizzled/error.cc:500
2042
3174
msgid "Unknown key cache '%-.100s'"
3177
#: ../drizzled/error.cc:501
2046
3179
"Drizzle is started in --skip-name-resolve mode; you must restart it without "
2047
3180
"this switch for this grant to work"
3183
#: ../drizzled/error.cc:502
2051
3185
msgid "Unknown table engine '%s'"
3188
#: ../drizzled/error.cc:503
2055
3190
msgid "'%s' is deprecated; use '%s' instead"
3193
#: ../drizzled/error.cc:504
2059
3195
msgid "The target table %-.100s of the %s is not updatable"
3198
#: ../drizzled/error.cc:505
2064
3201
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
3205
#: ../drizzled/error.cc:506
2070
3208
"The Drizzle server is running with the %s option so it cannot execute this "
3212
#: ../drizzled/error.cc:507
2075
3214
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
3217
#: ../drizzled/error.cc:508
2079
3219
msgid "Truncated incorrect %-.32s value: '%-.128s'"
3222
#: ../drizzled/error.cc:509
2083
3224
"Incorrect table definition; there can be only one TIMESTAMP column with "
2084
3225
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
3228
#: ../drizzled/error.cc:510
2088
3230
msgid "Invalid ON UPDATE clause for '%-.192s' column"
3233
#: ../drizzled/error.cc:511
2091
3234
msgid "This command is not supported in the prepared statement protocol yet"
3237
#: ../drizzled/error.cc:512
2095
3239
msgid "Got error %d '%-.100s' from %s"
3242
#: ../drizzled/error.cc:513
2099
3244
msgid "Got temporary error %d '%-.100s' from %s"
3247
#: ../drizzled/error.cc:514
2103
3249
msgid "Unknown or incorrect time zone: '%-.64s'"
3252
#: ../drizzled/error.cc:515
2107
3254
msgid "Invalid TIMESTAMP value in column '%s' at row %ld"
3257
#: ../drizzled/error.cc:516
2111
3259
msgid "Invalid %s character string: '%.64s'"
3262
#: ../drizzled/error.cc:517
2115
3264
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
3267
#: ../drizzled/error.cc:518
2119
3269
msgid "Conflicting declarations: '%s%s' and '%s%s'"
3272
#: ../drizzled/error.cc:519
2123
3274
msgid "Can't create a %s from within another stored routine"
3277
#: ../drizzled/error.cc:520
2127
3279
msgid "%s %s already exists"
3282
#: ../drizzled/error.cc:521
2131
3284
msgid "%s %s does not exist"
3287
#: ../drizzled/error.cc:522
2135
3289
msgid "Failed to DROP %s %s"
3292
#: ../drizzled/error.cc:523
2139
3294
msgid "Failed to CREATE %s %s"
3297
#: ../drizzled/error.cc:524
2143
3299
msgid "%s with no matching label: %s"
3302
#: ../drizzled/error.cc:525
2147
3304
msgid "Redefining label %s"
3307
#: ../drizzled/error.cc:526
2151
3309
msgid "End-label %s without match"
3312
#: ../drizzled/error.cc:527
2155
3314
msgid "Referring to uninitialized variable %s"
3317
#: ../drizzled/error.cc:528
2159
3319
msgid "PROCEDURE %s can't return a result set in the given context"
3322
#: ../drizzled/error.cc:529
2162
3323
msgid "RETURN is only allowed in a FUNCTION"
3326
#: ../drizzled/error.cc:530
2166
3328
msgid "%s is not allowed in stored procedures"
3331
#: ../drizzled/error.cc:531
2170
3333
"The update log is deprecated and replaced by the binary log; SET "
2171
3334
"SQL_LOG_UPDATE has been ignored"
3337
#: ../drizzled/error.cc:532
2175
3339
"The update log is deprecated and replaced by the binary log; SET "
2176
3340
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
3343
#: ../drizzled/error.cc:533
2179
3344
msgid "Query execution was interrupted"
3347
#: ../drizzled/error.cc:534
2183
3349
msgid "Incorrect number of arguments for %s %s; expected %u, got %u"
3352
#: ../drizzled/error.cc:535
2187
3354
msgid "Undefined CONDITION: %s"
3357
#: ../drizzled/error.cc:536
2191
3359
msgid "No RETURN found in FUNCTION %s"
3362
#: ../drizzled/error.cc:537
2195
3364
msgid "FUNCTION %s ended without RETURN"
3367
#: ../drizzled/error.cc:538
2198
3368
msgid "Cursor statement must be a SELECT"
3371
#: ../drizzled/error.cc:539
2201
3372
msgid "Cursor SELECT must not have INTO"
3375
#: ../drizzled/error.cc:540
2205
3377
msgid "Undefined CURSOR: %s"
3380
#: ../drizzled/error.cc:541
2208
3381
msgid "Cursor is already open"
3384
#: ../drizzled/error.cc:542
2211
3385
msgid "Cursor is not open"
3388
#: ../drizzled/error.cc:543
2215
3390
msgid "Undeclared variable: %s"
3393
#: ../drizzled/error.cc:544
2218
3394
msgid "Incorrect number of FETCH variables"
3397
#: ../drizzled/error.cc:545
2221
3398
msgid "No data - zero rows fetched, selected, or processed"
3401
#: ../drizzled/error.cc:546
2225
3403
msgid "Duplicate parameter: %s"
3406
#: ../drizzled/error.cc:547
2229
3408
msgid "Duplicate variable: %s"
3411
#: ../drizzled/error.cc:548
2233
3413
msgid "Duplicate condition: %s"
3416
#: ../drizzled/error.cc:549
2237
3418
msgid "Duplicate cursor: %s"
3421
#: ../drizzled/error.cc:550
2241
3423
msgid "Failed to ALTER %s %s"
3426
#: ../drizzled/error.cc:551
2244
3427
msgid "Subquery value not supported"
3430
#: ../drizzled/error.cc:552
2248
3432
msgid "%s is not allowed in stored function or trigger"
3435
#: ../drizzled/error.cc:553
2251
3436
msgid "Variable or condition declaration after cursor or handler declaration"
3439
#: ../drizzled/error.cc:554
2254
3440
msgid "Cursor declaration after handler declaration"
3443
#: ../drizzled/error.cc:555
2257
3444
msgid "Case not found for CASE statement"
3447
#: ../drizzled/error.cc:556
2261
3449
msgid "Configuration file '%-.192s' is too big"
3452
#: ../drizzled/error.cc:557
2265
3454
msgid "Malformed file type header in file '%-.192s'"
3457
#: ../drizzled/error.cc:558
2269
3459
msgid "Unexpected end of file while parsing comment '%-.200s'"
3462
#: ../drizzled/error.cc:559
2273
3464
msgid "Error while parsing parameter '%-.192s' (line: '%-.192s')"
3467
#: ../drizzled/error.cc:560
2277
3469
msgid "Unexpected end of file while skipping unknown parameter '%-.192s'"
3472
#: ../drizzled/error.cc:561
2280
3473
msgid "EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
3476
#: ../drizzled/error.cc:562
2284
3478
msgid "'%-.192s.%-.192s' is not %s"
3481
#: ../drizzled/error.cc:563
2288
3483
msgid "Column '%-.192s' is not updatable"
3486
#: ../drizzled/error.cc:564
2291
3487
msgid "View's SELECT contains a subquery in the FROM clause"
3490
#: ../drizzled/error.cc:565
2295
3492
msgid "View's SELECT contains a '%s' clause"
3495
#: ../drizzled/error.cc:566
2298
3496
msgid "View's SELECT contains a variable or parameter"
3499
#: ../drizzled/error.cc:567
2302
3501
msgid "View's SELECT refers to a temporary table '%-.192s'"
3504
#: ../drizzled/error.cc:568
2305
3505
msgid "View's SELECT and view's field list have different column counts"
3508
#: ../drizzled/error.cc:569
2309
3510
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
3513
#: ../drizzled/error.cc:570
2312
3514
msgid "View being updated does not have complete key of underlying table in it"
3517
#: ../drizzled/error.cc:571
2317
3520
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
2318
3521
"(s) or definer/invoker of view lack rights to use them"
3524
#: ../drizzled/error.cc:572
2322
3526
msgid "Can't drop or alter a %s from within another stored routine"
3529
#: ../drizzled/error.cc:573
2325
3530
msgid "GOTO is not allowed in a stored procedure handler"
3533
#: ../drizzled/error.cc:574
2328
3534
msgid "Trigger already exists"
3537
#: ../drizzled/error.cc:575
2331
3538
msgid "Trigger does not exist"
3541
#: ../drizzled/error.cc:576
2335
3543
msgid "Trigger's '%-.192s' is view or temporary table"
3546
#: ../drizzled/error.cc:577
2339
3548
msgid "Updating of %s row is not allowed in %strigger"
3551
#: ../drizzled/error.cc:578
2343
3553
msgid "There is no %s row in %s trigger"
3556
#: ../drizzled/error.cc:579
2347
3558
msgid "Field '%-.192s' doesn't have a default value"
3561
#: ../drizzled/error.cc:580
2350
3562
msgid "Division by 0"
3565
#: ../drizzled/error.cc:581
2354
3567
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
3570
#: ../drizzled/error.cc:582
2358
3572
msgid "Illegal %s '%-.192s' value found during parsing"
3575
#: ../drizzled/error.cc:583
2362
3577
msgid "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
3580
#: ../drizzled/error.cc:584
2366
3582
msgid "CHECK OPTION failed '%-.192s.%-.192s'"
3585
#: ../drizzled/error.cc:585
2370
3587
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
3590
#: ../drizzled/error.cc:586
2374
3592
msgid "Failed purging old relay logs: %s"
3595
#: ../drizzled/error.cc:587
2378
3597
msgid "Password hash should be a %d-digit hexadecimal number"
3600
#: ../drizzled/error.cc:588
2381
3601
msgid "Target log not found in binlog index"
3604
#: ../drizzled/error.cc:589
2384
3605
msgid "I/O error reading log index file"
3608
#: ../drizzled/error.cc:590
2387
3609
msgid "Server configuration does not permit binlog purge"
3612
#: ../drizzled/error.cc:591
2390
3613
msgid "Failed on fseek()"
3616
#: ../drizzled/error.cc:592
2393
3617
msgid "Fatal error during log purge"
3620
#: ../drizzled/error.cc:593
2396
3621
msgid "A purgeable log is in use, will not purge"
3624
#: ../drizzled/error.cc:594
2399
3625
msgid "Unknown error during log purge"
3628
#: ../drizzled/error.cc:595
2403
3630
msgid "Failed initializing relay log position: %s"
3633
#: ../drizzled/error.cc:596
2406
3634
msgid "You are not using binary logging"
3637
#: ../drizzled/error.cc:597
2411
3640
"The '%-.64s' syntax is reserved for purposes internal to the Drizzle server"
3643
#: ../drizzled/error.cc:598
2414
3644
msgid "WSAStartup Failed"
3647
#: ../drizzled/error.cc:599
2417
3648
msgid "Can't handle procedures with different groups yet"
3651
#: ../drizzled/error.cc:600
2420
3652
msgid "Select must have a group with this procedure"
3655
#: ../drizzled/error.cc:601
2423
3656
msgid "Can't use ORDER clause with this procedure"
3659
#: ../drizzled/error.cc:602
2427
3661
msgid "Binary logging and replication forbid changing the global server %s"
3664
#: ../drizzled/error.cc:603
2431
3666
msgid "Can't map file: %-.200s, errno: %d"
3669
#: ../drizzled/error.cc:604
2435
3671
msgid "Wrong magic in %-.64s"
3674
#: ../drizzled/error.cc:605
2438
3675
msgid "Prepared statement contains too many placeholders"
3678
#: ../drizzled/error.cc:606
2442
3680
msgid "Key part '%-.192s' length cannot be 0"
3683
#: ../drizzled/error.cc:607
2445
3684
msgid "View text checksum failed"
3687
#: ../drizzled/error.cc:608
2450
3690
"Can not modify more than one base table through a join view '%-.192s.%-.192s'"
3693
#: ../drizzled/error.cc:609
2454
3695
msgid "Can not insert into join view '%-.192s.%-.192s' without fields list"
3698
#: ../drizzled/error.cc:610
2458
3700
msgid "Can not delete from join view '%-.192s.%-.192s'"
3703
#: ../drizzled/error.cc:611
2462
3705
msgid "Operation %s failed for %.256s"
3708
#: ../drizzled/error.cc:612
2465
3709
msgid "XAER_NOTA: Unknown XID"
3712
#: ../drizzled/error.cc:613
2468
3713
msgid "XAER_INVAL: Invalid arguments (or unsupported command)"
3716
#: ../drizzled/error.cc:614
2473
3719
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
2474
3720
"the %.64s state"
3723
#: ../drizzled/error.cc:615
2477
3724
msgid "XAER_OUTSIDE: Some work is done outside global transaction"
3727
#: ../drizzled/error.cc:616
2481
3729
"XAER_RMERR: Fatal error occurred in the transaction branch - check your data "
2482
3730
"for consistency"
3733
#: ../drizzled/error.cc:617
2485
3734
msgid "XA_RBROLLBACK: Transaction branch was rolled back"
3737
#: ../drizzled/error.cc:618
2490
3740
"There is no such grant defined for user '%-.48s' on host '%-.64s' on routine "
3744
#: ../drizzled/error.cc:619
2494
3745
msgid "Failed to grant EXECUTE and ALTER ROUTINE privileges"
3748
#: ../drizzled/error.cc:620
2497
3749
msgid "Failed to revoke all privileges to dropped routine"
3752
#: ../drizzled/error.cc:621
2501
3754
msgid "Data too long for column '%s' at row %ld"
3757
#: ../drizzled/error.cc:622
2505
3759
msgid "Bad SQLSTATE: '%s'"
3762
#: ../drizzled/error.cc:623
2510
3765
"%s: ready for connections.\n"
2511
3766
"Version: '%s' %s\n"
3769
#: ../drizzled/error.cc:624
2514
3770
msgid "Can't load value from file with fixed size rows to variable"
3773
#: ../drizzled/error.cc:625
2517
3774
msgid "You are not allowed to create a user with GRANT"
3777
#: ../drizzled/error.cc:626
2521
3779
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
3782
#: ../drizzled/error.cc:627
2524
3783
msgid "Table definition has changed, please retry transaction"
3786
#: ../drizzled/error.cc:628
2527
3787
msgid "Duplicate handler declared in the same block"
3790
#: ../drizzled/error.cc:629
2532
3793
"OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-"
2533
3794
"variable in BEFORE trigger"
3797
#: ../drizzled/error.cc:630
2537
3799
msgid "Not allowed to return a result set from a %s"
3802
#: ../drizzled/error.cc:631
2540
3803
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
3806
#: ../drizzled/error.cc:632
2544
3808
"A routine failed and has neither NO SQL nor READS SQL DATA in its "
2545
3809
"declaration and binary logging is enabled; if non-transactional tables were "
2546
3810
"updated, the binary log will miss their changes"
3813
#: ../drizzled/error.cc:633
2550
3815
"This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its "
2551
3816
"declaration and binary logging is enabled (you *might* want to use the less "
2552
3817
"safe log_bin_trust_function_creators variable)"
3820
#: ../drizzled/error.cc:634
2556
3822
"You do not have the SUPER privilege and binary logging is enabled (you "
2557
3823
"*might* want to use the less safe log_bin_trust_function_creators variable)"
3826
#: ../drizzled/error.cc:635
2561
3828
"You can't execute a prepared statement which has an open cursor associated "
2562
3829
"with it. Reset the statement to re-execute it."
3832
#: ../drizzled/error.cc:636
2566
3834
msgid "The statement (%lu) has no open cursor."
3837
#: ../drizzled/error.cc:637
2570
3839
"Explicit or implicit commit is not allowed in stored function or trigger."
3842
#: ../drizzled/error.cc:638
2575
3845
"Field of view '%-.192s.%-.192s' underlying table doesn't have a default value"
3848
#: ../drizzled/error.cc:639
2578
3849
msgid "Recursive stored functions and triggers are not allowed."
3852
#: ../drizzled/error.cc:640
2582
3854
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
3857
#: ../drizzled/error.cc:641
2586
3859
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
3862
#: ../drizzled/error.cc:642
2591
3865
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
3869
#: ../drizzled/error.cc:643
2596
3871
"You can't combine write-locking of system tables with other tables or lock "
3875
#: ../drizzled/error.cc:644
2601
3877
msgid "Unable to connect to foreign data source: %.64s"
3880
#: ../drizzled/error.cc:645
2606
3883
"There was a problem processing the query on the foreign data source. Data "
2607
3884
"source error: %-.64s"
3887
#: ../drizzled/error.cc:646
2612
3890
"The foreign data source you are trying to reference does not exist. Data "
2613
3891
"source error: %-.64s"
3894
#: ../drizzled/error.cc:647
2618
3897
"Can't create federated table. The data source connection string '%-.64s' is "
2619
3898
"not in the correct format"
3901
#: ../drizzled/error.cc:648
2623
3903
msgid "The data source connection string '%-.64s' is not in the correct format"
3906
#: ../drizzled/error.cc:649
2627
3908
msgid "Can't create federated table. Foreign data src error: %-.64s"
3911
#: ../drizzled/error.cc:650
2630
3912
msgid "Trigger in wrong schema"
3915
#: ../drizzled/error.cc:651
2635
3918
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
2636
3919
"needed. Use 'drizzled -O thread_stack=#' to specify a bigger stack."
3922
#: ../drizzled/error.cc:652
2640
3924
msgid "Routine body for '%-.100s' is too long"
3927
#: ../drizzled/error.cc:653
2643
3928
msgid "Cannot drop default keycache"
3931
#: ../drizzled/error.cc:654
2647
3933
msgid "Display width out of range for column '%-.192s' (max = %d)"
3936
#: ../drizzled/error.cc:655
2650
3937
msgid "XAER_DUPID: The XID already exists"
3940
#: ../drizzled/error.cc:656
2654
3942
msgid "Datetime function: %-.32s field overflow"
3945
#: ../drizzled/error.cc:657
2659
3948
"Can't update table '%-.192s' in stored function/trigger because it is "
2660
3949
"already used by statement which invoked this stored function/trigger."
3952
#: ../drizzled/error.cc:658
2665
3955
"The definition of table '%-.192s' prevents operation %.192s on table "
3959
#: ../drizzled/error.cc:659
2670
3961
"The prepared statement contains a stored routine call that refers to that "
2671
3962
"same statement. It's not allowed to execute a prepared statement in such a "
2672
3963
"recursive manner"
3966
#: ../drizzled/error.cc:660
2675
3967
msgid "Not allowed to set autocommit from a stored function or trigger"
3970
#: ../drizzled/error.cc:661
2678
3971
msgid "Definer is not fully qualified"
3974
#: ../drizzled/error.cc:662
2683
3977
"View '%-.192s'.'%-.192s' has no definer information (old table format). "
2684
3978
"Current user is used as definer. Please recreate the view!"
3981
#: ../drizzled/error.cc:663
2689
3984
"You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' "
3988
#: ../drizzled/error.cc:664
2694
3990
msgid "The user specified as a definer ('%-.64s'@'%-.64s') does not exist"
3993
#: ../drizzled/error.cc:665
2698
3995
msgid "Changing schema from '%-.192s' to '%-.192s' is not allowed."
3998
#: ../drizzled/error.cc:666
2703
4001
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
4004
#: ../drizzled/error.cc:667
2708
4007
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
4010
#: ../drizzled/error.cc:668
2712
4012
msgid "Variable '%-.64s' must be quoted with `...`, or renamed"
4015
#: ../drizzled/error.cc:669
2717
4018
"No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be "
2719
4020
"insufficient privileges. Please recreate the trigger."
4023
#: ../drizzled/error.cc:670
2723
4025
msgid "'%-.192s' has an old format, you should re-create the '%s' object(s)"
4028
#: ../drizzled/error.cc:671
2728
4031
"Recursive limit %d (as set by the max_sp_recursion_depth variable) was "
2729
4032
"exceeded for routine %.192s"
4035
#: ../drizzled/error.cc:672
2734
4038
"Failed to load routine %-.192s. The table drizzle.proc is missing, corrupt, "
2735
4039
"or contains bad data (internal code %d)"
4042
#: ../drizzled/error.cc:673
2739
4044
msgid "Incorrect routine name '%-.192s'"
4047
#: ../drizzled/error.cc:674
2743
4049
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
4052
#: ../drizzled/error.cc:675
2746
4053
msgid "AGGREGATE is not supported for stored functions"
4056
#: ../drizzled/error.cc:676
2751
4059
"Can't create more than max_prepared_stmt_count statements (current value: %"
4063
#: ../drizzled/error.cc:677
2756
4065
msgid "`%-.192s`.`%-.192s` contains view recursion"
4068
#: ../drizzled/error.cc:678
2760
4070
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
4073
#: ../drizzled/error.cc:679
2763
4074
msgid "The used table type doesn't support SPATIAL indexes"
4077
#: ../drizzled/error.cc:680
2766
4078
msgid "Triggers can not be created on system tables"
4081
#: ../drizzled/error.cc:681
2770
4083
msgid "Leading spaces are removed from name '%s'"
4086
#: ../drizzled/error.cc:682
2773
4087
msgid "Failed to read auto-increment value from storage engine"
4090
#: ../drizzled/error.cc:683
2776
4091
msgid "user name"
4094
#: ../drizzled/error.cc:684
2779
4095
msgid "host name"
4098
#: ../drizzled/error.cc:685
2783
4100
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
4103
#: ../drizzled/error.cc:686
2787
4105
msgid "The target table %-.100s of the %s is not insertable-into"
4108
#: ../drizzled/error.cc:687
2792
4111
"Table '%-.64s' is differently defined or of non-MyISAM type or doesn't exist"
4114
#: ../drizzled/error.cc:688
2795
4115
msgid "Too high level of nesting for select"
4118
#: ../drizzled/error.cc:689
2799
4120
msgid "Name '%-.64s' has become ''"
4123
#: ../drizzled/error.cc:690
2803
4125
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
2804
4126
"optional and non-empty FIELDS ENCLOSED BY"
4129
#: ../drizzled/error.cc:691
2808
4131
msgid "The foreign server, %s, you are trying to create already exists."
4134
#: ../drizzled/error.cc:692
2813
4137
"The foreign server name you are trying to reference does not exist. Data "
2814
4138
"source error: %-.64s"
4141
#: ../drizzled/error.cc:693
2819
4144
"Table storage engine '%-.64s' does not support the create option '%.64s'"
4147
#: ../drizzled/error.cc:694
2824
4150
"Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for "
2825
4151
"each partition"
4154
#: ../drizzled/error.cc:695
2829
4156
msgid "Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
4159
#: ../drizzled/error.cc:696
2832
4160
msgid "MAXVALUE can only be used in last partition definition"
4163
#: ../drizzled/error.cc:697
2835
4164
msgid "Subpartitions can only be hash partitions and by key"
4167
#: ../drizzled/error.cc:698
2838
4168
msgid "Must define subpartitions on all partitions if on one partition"
4171
#: ../drizzled/error.cc:699
2841
4172
msgid "Wrong number of partitions defined, mismatch with previous setting"
4175
#: ../drizzled/error.cc:700
2844
4176
msgid "Wrong number of subpartitions defined, mismatch with previous setting"
4179
#: ../drizzled/error.cc:701
2847
4180
msgid "Constant/Random expression in (sub)partitioning function is not allowed"
4183
#: ../drizzled/error.cc:702
2850
4184
msgid "Expression in RANGE/LIST VALUES must be constant"
4187
#: ../drizzled/error.cc:703
2853
4188
msgid "Field in list of fields for partition function not found in table"
4191
#: ../drizzled/error.cc:704
2856
4192
msgid "List of fields is only allowed in KEY partitions"
4195
#: ../drizzled/error.cc:705
2860
4197
"The partition info in the frm file is not consistent with what can be "
2861
4198
"written into the frm file"
4201
#: ../drizzled/error.cc:706
2865
4203
msgid "The %-.192s function returns the wrong type"
4206
#: ../drizzled/error.cc:707
2869
4208
msgid "For %-.64s partitions each partition must be defined"
4211
#: ../drizzled/error.cc:708
2872
4212
msgid "VALUES LESS THAN value must be strictly increasing for each partition"
4215
#: ../drizzled/error.cc:709
2875
4216
msgid "VALUES value must be of same type as partition function"
4219
#: ../drizzled/error.cc:710
2878
4220
msgid "Multiple definition of same constant in list partitioning"
4223
#: ../drizzled/error.cc:711
2881
4224
msgid "Partitioning can not be used stand-alone in query"
4227
#: ../drizzled/error.cc:712
2885
4229
"The mix of handlers in the partitions is not allowed in this version of "
4233
#: ../drizzled/error.cc:713
2890
4235
msgid "For the partitioned engine it is necessary to define all %-.64s"
4238
#: ../drizzled/error.cc:714
2893
4239
msgid "Too many partitions (including subpartitions) were defined"
4242
#: ../drizzled/error.cc:715
2897
4244
"It is only possible to mix RANGE/LIST partitioning with HASH/KEY "
2898
4245
"partitioning for subpartitioning"
4248
#: ../drizzled/error.cc:716
2901
4249
msgid "Failed to create specific handler file"
4252
#: ../drizzled/error.cc:717
2904
4253
msgid "A BLOB field is not allowed in partition function"
4256
#: ../drizzled/error.cc:718
2908
4258
msgid "A %-.192s must include all columns in the table's partitioning function"
4261
#: ../drizzled/error.cc:719
2912
4263
msgid "Number of %-.64s = 0 is not an allowed value"
4266
#: ../drizzled/error.cc:720
2915
4267
msgid "Partition management on a not partitioned table is not possible"
4270
#: ../drizzled/error.cc:721
2919
4272
"Foreign key condition is not yet supported in conjunction with partitioning"
4275
#: ../drizzled/error.cc:722
2923
4277
msgid "Error in list of partitions to %-.64s"
4280
#: ../drizzled/error.cc:723
2926
4281
msgid "Cannot remove all partitions, use DROP TABLE instead"
4284
#: ../drizzled/error.cc:724
2929
4285
msgid "COALESCE PARTITION can only be used on HASH/KEY partitions"
4288
#: ../drizzled/error.cc:725
2933
4290
"REORGANIZE PARTITION can only be used to reorganize partitions not to change "
2934
4291
"their numbers"
4294
#: ../drizzled/error.cc:726
2938
4296
"REORGANIZE PARTITION without parameters can only be used on auto-partitioned "
2939
4297
"tables using HASH PARTITIONs"
4300
#: ../drizzled/error.cc:727
2943
4302
msgid "%-.64s PARTITION can only be used on RANGE/LIST partitions"
4305
#: ../drizzled/error.cc:728
2946
4306
msgid "Trying to Add partition(s) with wrong number of subpartitions"
4309
#: ../drizzled/error.cc:729
2949
4310
msgid "At least one partition must be added"
4313
#: ../drizzled/error.cc:730
2952
4314
msgid "At least one partition must be coalesced"
4317
#: ../drizzled/error.cc:731
2955
4318
msgid "More partitions to reorganize than there are partitions"
4321
#: ../drizzled/error.cc:732
2959
4323
msgid "Duplicate partition name %-.192s"
4326
#: ../drizzled/error.cc:733
2962
4327
msgid "It is not allowed to shut off binlog on this command"
4330
#: ../drizzled/error.cc:734
2965
4331
msgid "When reorganizing a set of partitions they must be in consecutive order"
4334
#: ../drizzled/error.cc:735
2969
4336
"Reorganize of range partitions cannot change total ranges except for last "
2970
4337
"partition where it can extend the range"
4340
#: ../drizzled/error.cc:736
2973
4341
msgid "Partition function not supported in this version for this handler"
4344
#: ../drizzled/error.cc:737
2976
4345
msgid "Partition state cannot be defined from CREATE/ALTER TABLE"
4348
#: ../drizzled/error.cc:738
2980
4350
msgid "The %-.64s handler only supports 32 bit integers in VALUES"
4353
#: ../drizzled/error.cc:739
2984
4355
msgid "Plugin '%-.192s' is not loaded"
4358
#: ../drizzled/error.cc:740
2988
4360
msgid "Incorrect %-.32s value: '%-.128s'"
4363
#: ../drizzled/error.cc:741
2992
4365
msgid "Table has no partition for value %-.64s"
4368
#: ../drizzled/error.cc:742
2996
4370
msgid "It is not allowed to specify %s more than once"
4373
#: ../drizzled/error.cc:743 ../drizzled/error.cc:811
3000
4375
msgid "Failed to create %s"
4378
#: ../drizzled/error.cc:744 ../drizzled/error.cc:756
3004
4380
msgid "Failed to drop %s"
4383
#: ../drizzled/error.cc:745
3007
4384
msgid "The handler doesn't support autoextend of tablespaces"
4387
#: ../drizzled/error.cc:746
3011
4389
"A size parameter was incorrectly specified, either number or on the form 10M"
4392
#: ../drizzled/error.cc:747
3015
4394
"The size number was correct but we don't allow the digit part to be more "
3016
4395
"than 2 billion"
4398
#: ../drizzled/error.cc:748
3020
4400
msgid "Failed to alter: %s"
4403
#: ../drizzled/error.cc:749
3023
4404
msgid "Writing one row to the row-based binary log failed"
4407
#: ../drizzled/error.cc:750
3027
4409
msgid "Table definition on master and slave does not match: %s"
4412
#: ../drizzled/error.cc:751
3031
4414
"Slave running with --log-slave-updates must use row-based binary logging to "
3032
4415
"be able to replicate row-based binary log events"
4418
#: ../drizzled/error.cc:752
3036
4420
msgid "Event '%-.192s' already exists"
4423
#: ../drizzled/error.cc:753
3040
4425
msgid "Failed to store event %s. Error code %d from storage engine."
4428
#: ../drizzled/error.cc:754
3044
4430
msgid "Unknown event '%-.192s'"
4433
#: ../drizzled/error.cc:755
3048
4435
msgid "Failed to alter event '%-.192s'"
4438
#: ../drizzled/error.cc:757
3051
4439
msgid "INTERVAL is either not positive or too big"
4442
#: ../drizzled/error.cc:758
3054
4443
msgid "ENDS is either invalid or before STARTS"
4446
#: ../drizzled/error.cc:759
3057
4447
msgid "Event execution time is in the past. Event has been disabled"
4450
#: ../drizzled/error.cc:760
3060
4451
msgid "Failed to open drizzle.event"
4454
#: ../drizzled/error.cc:761
3063
4455
msgid "No datetime expression provided"
4458
#: ../drizzled/error.cc:762
3068
4461
"Column count of drizzle.%s is wrong. Expected %d, found %d. The table is "
3069
4462
"probably corrupted"
4465
#: ../drizzled/error.cc:763
3073
4467
msgid "Cannot load from drizzle.%s. The table is probably corrupted"
4470
#: ../drizzled/error.cc:764
3076
4471
msgid "Failed to delete the event from drizzle.event"
4474
#: ../drizzled/error.cc:765
3079
4475
msgid "Error during compilation of event's body"
4478
#: ../drizzled/error.cc:766
3082
4479
msgid "Same old and new event name"
4482
#: ../drizzled/error.cc:767
3086
4484
msgid "Data for column '%s' too long"
4487
#: ../drizzled/error.cc:768
3090
4489
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
4492
#: ../drizzled/error.cc:769
3095
4495
"The syntax '%s' is deprecated and will be removed in Drizzle %s. Please use %"
4499
#: ../drizzled/error.cc:770
3099
4500
msgid "You can't write-lock a log table. Only read access is possible"
4503
#: ../drizzled/error.cc:771
3102
4504
msgid "You can't use locks with log tables."
4507
#: ../drizzled/error.cc:772
3107
4510
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
3108
4511
"d would lead to a duplicate entry"
4514
#: ../drizzled/error.cc:773
3113
4517
"Column count of drizzle.%s is wrong. Expected %d, found %d. Created with "
3114
4518
"Drizzle %d, now running %d. Please use drizzle_upgrade to fix this error."
4521
#: ../drizzled/error.cc:774
3118
4523
"Cannot switch out of the row-based binary log format when the session has "
3119
4524
"open temporary tables"
4527
#: ../drizzled/error.cc:775
3123
4529
"Cannot change the binary logging format inside a stored function or trigger"
4532
#: ../drizzled/error.cc:776
3127
4534
"The NDB cluster engine does not support changing the binlog format on the "
4538
#: ../drizzled/error.cc:777
3131
4539
msgid "Cannot create temporary table with partitions"
4542
#: ../drizzled/error.cc:778
3134
4543
msgid "Partition constant is out of partition function domain"
4546
#: ../drizzled/error.cc:779
3137
4547
msgid "This partition function is not allowed"
4550
#: ../drizzled/error.cc:780
3140
4551
msgid "Error in DDL log"
4554
#: ../drizzled/error.cc:781
3143
4555
msgid "Not allowed to use NULL value in VALUES LESS THAN"
4558
#: ../drizzled/error.cc:782
3146
4559
msgid "Incorrect partition name"
4562
#: ../drizzled/error.cc:783
3150
4564
"Transaction isolation level can't be changed while a transaction is in "
4568
#: ../drizzled/error.cc:784
3156
4571
"ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry "
3157
4572
"'%-.192s' for key '%-.192s'"
4575
#: ../drizzled/error.cc:785
3161
4577
msgid "Internal scheduler error %d"
4580
#: ../drizzled/error.cc:786
3165
4582
msgid "Error during starting/stopping of the scheduler. Error code %u"
4585
#: ../drizzled/error.cc:787
3168
4586
msgid "Engine cannot be used in partitioned tables"
4589
#: ../drizzled/error.cc:788
3172
4591
msgid "Cannot activate '%-.64s' log"
4594
#: ../drizzled/error.cc:789
3175
4595
msgid "The server was not built with row-based replication"
4598
#: ../drizzled/error.cc:790
3178
4599
msgid "Decoding of base64 string failed"
4602
#: ../drizzled/error.cc:791
3181
4603
msgid "Recursion of EVENT DDL statements is forbidden when body is present"
4606
#: ../drizzled/error.cc:792
3185
4608
"Cannot proceed because system tables used by Event Scheduler were found "
3186
4609
"damaged at server start"
4612
#: ../drizzled/error.cc:793
3189
4613
msgid "Only integers allowed as number here"
4616
#: ../drizzled/error.cc:794
3192
4617
msgid "This storage engine cannot be used for log tables"
4620
#: ../drizzled/error.cc:795
3196
4622
msgid "You cannot '%s' a log table if logging is enabled"
4625
#: ../drizzled/error.cc:796
3201
4628
"Cannot rename '%s'. When logging enabled, rename to/from log table must "
4047
5710
"We have deactivated the TransactionApplier '%s'.\n"
5713
#: ../drizzled/session.cc:1911 ../drizzled/session.cc:1927
4051
5715
msgid "Could not remove temporary table: '%s', error: %d"
5718
#: ../drizzled/set_var.cc:1510
4055
5720
msgid "Variable named %s already exists!\n"
5723
#: ../drizzled/set_var.cc:1519
4059
5725
msgid "Could not add Variable: %s\n"
5728
#: ../drizzled/signal_handler.cc:56
5730
msgid "Got signal %d from thread %<PRIu64>"
5733
#: ../drizzled/signal_handler.cc:118
5735
msgid "Fatal signal %d while backtracing\n"
5738
#: ../drizzled/signal_handler.cc:127
5740
msgid "Fatal: time() call failed\n"
5743
#: ../drizzled/signal_handler.cc:133
5746
"%02d%02d%02d %2d:%02d:%02d - drizzled got signal %d;\n"
5747
"This could be because you hit a bug. It is also possible that this binary\n"
5748
" or one of the libraries it was linked against is corrupt, improperly "
5750
" or misconfigured. This error can also be caused by malfunctioning "
5754
#: ../drizzled/signal_handler.cc:141
5757
"We will try our best to scrape up some info that will hopefully help "
5759
"the problem, but since we have already crashed, something is definitely "
5761
"and this may fail.\n"
5765
#: ../drizzled/signal_handler.cc:148
5768
"It is possible that drizzled could use up to \n"
5769
"(read_buffer_size + sort_buffer_size)*thread_count\n"
5771
"Hope that's ok; if not, decrease some variables in the equation.\n"
5775
#: ../drizzled/sql_base.cc:1521
4063
5777
msgid "Table %s had a open data Cursor in reopen_table"
5780
#: ../drizzled/sql_table.cc:1957
4067
5782
msgid "Unknown - internal error %d during operation"
5785
#: ../drizzled/statement/alter_table.cc:1486
4072
5788
"order_st BY ignored because there is a user-defined clustered index in the "
4073
5789
"table '%-.192s'"
5792
#: ../drizzled/table.cc:1965
4077
5794
msgid "Got error %d when reading table '%s'"
5797
#: ../drizzled/table_share.cc:867
4082
"'%s' had no or invalid character set, and default character set is multi-"
4083
"byte, so character column sizes may have changed"
5799
msgid "Table %s has invalid/unknown collation: %d,%s"
5802
#: ../drizzled/table_share.cc:1160
4087
5804
msgid "ENUM column %s has greater than %d possible values"
5807
#: ../drizzled/table_share.cc:2071
4091
5809
msgid "Unknown collation '%s' in table '%-.64s' definition"
5812
#: ../drizzled/table_share.cc:2078
4096
5815
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
5819
#: ../drizzled/tztime.cc:173
4101
5821
msgid "Fatal error: Illegal or unknown default time zone '%s'"
4105
msgid "%s: option `%s' is ambiguous\n"
4109
msgid "%s: option `--%s' doesn't allow an argument\n"
4113
msgid "%s: option `%c%s' doesn't allow an argument\n"
4117
msgid "%s: option `%s' requires an argument\n"
4121
msgid "%s: unrecognized option `--%s'\n"
4125
msgid "%s: unrecognized option `%c%s'\n"
4129
msgid "%s: illegal option -- %c\n"
4133
msgid "%s: invalid option -- %c\n"
4137
msgid "%s: option requires an argument -- %c\n"
4141
msgid "%s: option `-W %s' is ambiguous\n"
4145
msgid "%s: option `-W %s' doesn't allow an argument\n"
5824
#: ../plugin/auth_file/auth_file.cc:225
5826
msgid "Could not load auth file: %s\n"
5829
#: ../plugin/auth_file/auth_file.cc:238 ../plugin/auth_file/auth_file.cc:253
5830
msgid "File to load for usernames and passwords"
5833
#: ../plugin/auth_http/auth_http.cc:143 ../plugin/auth_http/auth_http.cc:150
4148
5834
msgid "Enable HTTP Auth check"
5837
#: ../plugin/auth_http/auth_http.cc:160
4151
5838
msgid "URL for HTTP Auth check"
5841
#: ../plugin/auth_ldap/auth_ldap.cc:285
5843
msgid "Reconnect failed: %s\n"
5846
#: ../plugin/auth_ldap/auth_ldap.cc:304
5848
msgid "ldap_search_ext_s failed: %s\n"
5851
#: ../plugin/auth_ldap/auth_ldap.cc:410
5853
msgid "Could not load auth ldap: %s\n"
5856
#: ../plugin/auth_ldap/auth_ldap.cc:423
5857
msgid "URI of the LDAP server to contact"
5860
#: ../plugin/auth_ldap/auth_ldap.cc:431
5861
msgid "DN to use when binding to the LDAP server"
5864
#: ../plugin/auth_ldap/auth_ldap.cc:439
5865
msgid "Password to use when binding the DN"
5868
#: ../plugin/auth_ldap/auth_ldap.cc:447
5869
msgid "DN to use when searching"
5872
#: ../plugin/auth_ldap/auth_ldap.cc:455
5873
msgid "Attribute in LDAP with plain text password"
5876
#: ../plugin/auth_ldap/auth_ldap.cc:463
5877
msgid "Attribute in LDAP with MySQL hashed password"
5880
#: ../plugin/auth_ldap/auth_ldap.cc:471
5881
msgid "How often to empty the users cache, 0 to disable"
5884
#: ../plugin/console/console.cc:346 ../plugin/console/console.cc:361
4154
5885
msgid "Enable the console."
5888
#: ../plugin/console/console.cc:348 ../plugin/console/console.cc:364
4157
5889
msgid "Turn on extra debugging."
5892
#: ../plugin/console/console.cc:351 ../plugin/console/console.cc:367
4160
5893
msgid "User to use for auth."
5896
#: ../plugin/console/console.cc:353 ../plugin/console/console.cc:370
4163
5897
msgid "Password to use for auth."
5900
#: ../plugin/console/console.cc:355 ../plugin/console/console.cc:373
4166
5901
msgid "Default database to use."
5904
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:826
5905
#: ../plugin/mysql_protocol/mysql_protocol.cc:900
5906
msgid "Invalid value of port\n"
5909
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:835
5910
#: ../plugin/mysql_protocol/mysql_protocol.cc:909
5911
msgid "Invalid value for connect_timeout\n"
5914
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:844
5915
#: ../plugin/mysql_protocol/mysql_protocol.cc:918
5916
msgid "Invalid value for read_timeout\n"
5919
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:853
5920
#: ../plugin/mysql_protocol/mysql_protocol.cc:927
5921
msgid "Invalid value for write_timeout\n"
5924
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:862
5925
msgid "Invalid value for retry_count\n"
5928
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:871
5929
#: ../plugin/mysql_protocol/mysql_protocol.cc:945
5930
msgid "Invalid value for buffer_length\n"
5933
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:891
5934
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:915
4170
5936
"Port number to use for connection or 0 for default to, in order of "
4171
5937
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default (4427)."
5940
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:897
5941
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:921
5942
#: ../plugin/mysql_protocol/mysql_protocol.cc:974
5943
#: ../plugin/mysql_protocol/mysql_protocol.cc:996
4174
5944
msgid "Connect Timeout."
5947
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:900
5948
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:924
5949
#: ../plugin/mysql_protocol/mysql_protocol.cc:977
5950
#: ../plugin/mysql_protocol/mysql_protocol.cc:999
4177
5951
msgid "Read Timeout."
5954
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:902
5955
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:927
5956
#: ../plugin/mysql_protocol/mysql_protocol.cc:979
5957
#: ../plugin/mysql_protocol/mysql_protocol.cc:1002
4180
5958
msgid "Write Timeout."
5961
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:904
5962
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:930
5963
#: ../plugin/mysql_protocol/mysql_protocol.cc:981
5964
#: ../plugin/mysql_protocol/mysql_protocol.cc:1005
4183
5965
msgid "Retry Count."
5968
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:906
5969
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:933
5970
#: ../plugin/mysql_protocol/mysql_protocol.cc:983
5971
#: ../plugin/mysql_protocol/mysql_protocol.cc:1008
4186
5972
msgid "Buffer length."
5975
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:909
5976
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:936
5977
#: ../plugin/mysql_protocol/mysql_protocol.cc:986
5978
#: ../plugin/mysql_protocol/mysql_protocol.cc:1011
4189
5979
msgid "Address to bind to."
5982
#: ../plugin/drizzle_protocol/errmsg.cc:31
4192
5983
msgid "Unknown Drizzle error"
5986
#: ../plugin/drizzle_protocol/errmsg.cc:32
4196
5988
msgid "Can't create UNIX socket (%d)"
5991
#: ../plugin/drizzle_protocol/errmsg.cc:33
4200
5993
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
5996
#: ../plugin/drizzle_protocol/errmsg.cc:34
4204
5998
msgid "Can't connect to Drizzle server on '%-.100s:%lu' (%d)"
6001
#: ../plugin/drizzle_protocol/errmsg.cc:35
4208
6003
msgid "Can't create TCP/IP socket (%d)"
6006
#: ../plugin/drizzle_protocol/errmsg.cc:36
4212
6008
msgid "Unknown Drizzle server host '%-.100s' (%d)"
6011
#: ../plugin/drizzle_protocol/errmsg.cc:37
4215
6012
msgid "Drizzle server has gone away"
6015
#: ../plugin/drizzle_protocol/errmsg.cc:38
4219
6017
msgid "Protocol mismatch; server version = %d, client version = %d"
6020
#: ../plugin/drizzle_protocol/errmsg.cc:39
4222
6021
msgid "Drizzle client ran out of memory"
6024
#: ../plugin/drizzle_protocol/errmsg.cc:40
4225
6025
msgid "Wrong host info"
6028
#: ../plugin/drizzle_protocol/errmsg.cc:41
4228
6029
msgid "Localhost via UNIX socket"
6032
#: ../plugin/drizzle_protocol/errmsg.cc:42
4232
6034
msgid "%-.100s via TCP/IP"
6037
#: ../plugin/drizzle_protocol/errmsg.cc:43
4235
6038
msgid "Error in server handshake"
6041
#: ../plugin/drizzle_protocol/errmsg.cc:44
4238
6042
msgid "Lost connection to Drizzle server during query"
6045
#: ../plugin/drizzle_protocol/errmsg.cc:45
4241
6046
msgid "Commands out of sync; you can't run this command now"
6049
#: ../plugin/drizzle_protocol/errmsg.cc:46
4245
6051
msgid "Named pipe: %-.32s"
6054
#: ../plugin/drizzle_protocol/errmsg.cc:47
4249
6056
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
6059
#: ../plugin/drizzle_protocol/errmsg.cc:48
4253
6061
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
6064
#: ../plugin/drizzle_protocol/errmsg.cc:49
4257
6066
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
6069
#: ../plugin/drizzle_protocol/errmsg.cc:50
4261
6071
msgid "Can't initialize character set %-.32s (path: %-.100s)"
6074
#: ../plugin/drizzle_protocol/errmsg.cc:51
4264
6075
msgid "Got packet bigger than 'max_allowed_packet' bytes"
6078
#: ../plugin/drizzle_protocol/errmsg.cc:52
4267
6079
msgid "Embedded server"
6082
#: ../plugin/drizzle_protocol/errmsg.cc:53
4270
6083
msgid "Error on SHOW SLAVE STATUS:"
6086
#: ../plugin/drizzle_protocol/errmsg.cc:54
4273
6087
msgid "Error on SHOW SLAVE HOSTS:"
6090
#: ../plugin/drizzle_protocol/errmsg.cc:55
4276
6091
msgid "Error connecting to slave:"
6094
#: ../plugin/drizzle_protocol/errmsg.cc:56
4279
6095
msgid "Error connecting to master:"
6098
#: ../plugin/drizzle_protocol/errmsg.cc:57
4282
6099
msgid "SSL connection error"
6102
#: ../plugin/drizzle_protocol/errmsg.cc:58
4285
6103
msgid "Malformed packet"
6106
#: ../plugin/drizzle_protocol/errmsg.cc:59
6107
#: ../plugin/drizzle_protocol/errmsg.cc:70
6108
#: ../plugin/drizzle_protocol/errmsg.cc:71
6109
#: ../plugin/drizzle_protocol/errmsg.cc:72
6110
#: ../plugin/drizzle_protocol/errmsg.cc:73
6111
#: ../plugin/drizzle_protocol/errmsg.cc:74
6112
#: ../plugin/drizzle_protocol/errmsg.cc:75
6113
#: ../plugin/drizzle_protocol/errmsg.cc:76
6114
#: ../plugin/drizzle_protocol/errmsg.cc:77
6115
#: ../plugin/drizzle_protocol/errmsg.cc:78
4288
6116
msgid "(unused error message)"
6119
#: ../plugin/drizzle_protocol/errmsg.cc:60
4291
6120
msgid "Invalid use of null pointer"
6123
#: ../plugin/drizzle_protocol/errmsg.cc:61
4294
6124
msgid "Statement not prepared"
6127
#: ../plugin/drizzle_protocol/errmsg.cc:62
4297
6128
msgid "No data supplied for parameters in prepared statement"
6131
#: ../plugin/drizzle_protocol/errmsg.cc:63
4300
6132
msgid "Data truncated"
6135
#: ../plugin/drizzle_protocol/errmsg.cc:64
4303
6136
msgid "No parameters exist in the statement"
6139
#: ../plugin/drizzle_protocol/errmsg.cc:65
4306
6140
msgid "Invalid parameter number"
6143
#: ../plugin/drizzle_protocol/errmsg.cc:66
4311
6146
"Can't send long data for non-string/non-binary data types (parameter: %d)"
6149
#: ../plugin/drizzle_protocol/errmsg.cc:68
4315
6151
msgid "Using unsupported buffer type: %d (parameter: %d)"
6154
#: ../plugin/drizzle_protocol/errmsg.cc:69
4319
6156
msgid "Shared memory: %-.100s"
6159
#: ../plugin/drizzle_protocol/errmsg.cc:79
4322
6160
msgid "Wrong or unknown protocol"
6163
#: ../plugin/drizzle_protocol/errmsg.cc:80
4325
6164
msgid "Invalid connection handle"
6167
#: ../plugin/drizzle_protocol/errmsg.cc:81
4329
6169
"Connection using old (pre-4.1.1) authentication protocol refused (client "
4330
6170
"option 'secure_auth' enabled)"
6173
#: ../plugin/drizzle_protocol/errmsg.cc:83
4333
6174
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
6177
#: ../plugin/drizzle_protocol/errmsg.cc:84
4336
6178
msgid "Attempt to read column without prior row fetch"
6181
#: ../plugin/drizzle_protocol/errmsg.cc:85
4339
6182
msgid "Prepared statement contains no metadata"
6185
#: ../plugin/drizzle_protocol/errmsg.cc:86
4343
6187
"Attempt to read a row while there is no result set associated with the "
6191
#: ../plugin/drizzle_protocol/errmsg.cc:88
4347
6192
msgid "This feature is not implemented yet"
6195
#: ../plugin/drizzle_protocol/errmsg.cc:89
4352
6198
"Lost connection to Drizzle server while waiting for initial communication "
4353
6199
"packet, system error: %d"
6202
#: ../plugin/drizzle_protocol/errmsg.cc:91
4358
6205
"Lost connection to Drizzle server while reading initial communication "
4359
6206
"packet, system error: %d"
6209
#: ../plugin/drizzle_protocol/errmsg.cc:93
4364
6212
"Lost connection to Drizzle server while sending authentication information, "
4365
6213
"system error: %d"
6216
#: ../plugin/drizzle_protocol/errmsg.cc:95
4370
6219
"Lost connection to Drizzle server while reading authorization information, "
4371
6220
"system error: %d"
6223
#: ../plugin/drizzle_protocol/errmsg.cc:97
4376
6226
"Lost connection to Drizzle server while setting initial database, system "
6230
#: ../plugin/drizzle_protocol/errmsg.cc:99
4381
6232
msgid "Statement closed indirectly because of a preceding %s() call"
6235
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1000
6236
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1138
6237
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1168
6239
msgid "Cannot create table %s. InnoDB Error %d (%s)\n"
6242
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1019
6244
msgid "Cannot create field %s on table %s. InnoDB Error %d (%s)\n"
6247
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1117
6248
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1230
6249
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1411
6250
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1979
6252
msgid "Cannot Lock Embedded InnoDB Data Dictionary. InnoDB Error %d (%s)\n"
6255
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1269
6256
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1285
6258
msgid "Cannot DROP table %s. InnoDB Error %d (%s)\n"
6261
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2771
6262
msgid "Invalid value of additional-mem-pool-size"
6265
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2782
6266
msgid "Invalid value of autoextend-increment"
6269
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2791
6270
msgid "Invalid value of buffer-pool-size"
6273
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2802
6274
msgid "Invalid value of io-capacity"
6277
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2811
6278
msgid "Invalid value of fast-shutdown"
6281
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2820
6282
msgid "Invalid value of flush-log-at-trx-commit"
6285
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2829
6286
msgid "Invalid value of force-recovery"
6289
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2838
6290
msgid "Invalid value of log-file-size"
6293
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2849
6294
msgid "Invalid value of log-files-in-group"
6297
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2858
6298
msgid "Invalid value of lock-wait-timeout"
6301
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2867
6302
msgid "Invalid value of log-buffer-size"
6305
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2878
6306
msgid "Invalid value of lru-old-blocks-pct"
6309
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2887
6310
msgid "Invalid value of lru-block-access-recency"
6313
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2896
6314
msgid "Invalid value of max-dirty-pages-pct"
6317
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2905
6318
msgid "Invalid value of max-purge-lag"
6321
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2914
6322
msgid "Invalid value of open-files"
6325
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2923
6326
msgid "Invalid value of read-io-threads"
6329
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2932
6330
msgid "Invalid value of sync_spin_loops"
6333
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3136
6335
msgid "Error starting Embedded InnoDB %d (%s)\n"
6338
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3439
6339
msgid "Enable InnoDB adaptive hash index (enabled by default)."
6342
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3442
6343
msgid "Attempt flushing dirty pages to avoid IO bursts at checkpoints."
6346
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3445
6348
"Size of a memory pool InnoDB uses to store data dictionary information and "
6349
"other internal data structures."
6352
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3448
6353
msgid "Data file autoextend increment in megabytes"
6356
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3451
6358
"The size of the memory buffer InnoDB uses to cache data and indexes of its "
6362
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3454
6363
msgid "The common part for InnoDB table spaces."
6366
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3457
6368
"Enable InnoDB checksums validation (enabled by default). Disable with --skip-"
6372
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3460
6374
"Enable InnoDB doublewrite buffer (enabled by default). Disable with --skip-"
6375
"innodb-doublewrite."
6378
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3463
6379
msgid "Number of IOPs the server can do. Tunes the background IO rate"
6382
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3466
6384
"Speeds up the shutdown process of the InnoDB storage engine. Possible values "
6385
"are 0, 1 (faster) or 2 (fastest - crash-like)."
6388
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3469
6389
msgid "Stores each InnoDB table to an .ibd file in the database dir."
6392
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3472
6393
msgid "File format to use for new tables in .ibd files."
6396
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3475
6398
"Set to 0 (write and flush once per second),1 (write and flush at each "
6399
"commit) or 2 (write at commit, flush once per second)."
6402
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3478
6403
msgid "With which method to flush data."
6406
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3481
6408
"Helps to save your data in case the disk image of the database becomes "
6412
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3484
6413
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3487
6414
msgid "Path to individual files and their sizes."
6417
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3490
6418
msgid "Path to InnoDB log files."
6421
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3493
6422
msgid "Size of each log file in a log group."
6425
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3496
6427
"Number of log files in the log group. InnoDB writes to the files in a "
6428
"circular fashion. Value 3 is recommended here."
6431
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3499
6433
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
6434
"rolled back. Values above 100000000 disable the timeout."
6437
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3502
6439
"The size of the buffer which InnoDB uses to write log to the log files on "
6443
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3505
6445
"Sets the point in the LRU list from where all pages are classified as old "
6449
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3508
6451
"Milliseconds between accesses to a block at which it is made young. "
6452
"0=disabled (Advanced users)"
6455
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3511
6456
msgid "Percentage of dirty pages allowed in bufferpool."
6459
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3514
6460
msgid "Desired maximum length of the purge queue (0 = no limit)"
6463
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3517
6465
"Roll back the complete transaction on lock wait timeout, for 4.x "
6466
"compatibility (disabled by default)"
6469
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3520
6470
msgid "How many files at the maximum InnoDB keeps open at the same time."
6473
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3523
6474
msgid "Number of background read I/O threads in InnoDB."
6477
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3526
6478
msgid "Number of background write I/O threads in InnoDB."
6481
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3529
6483
"Disable if you want to reduce the number of messages written to the log "
6484
"(default: enabled)."
6487
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3532
6488
msgid "Enable SHOW INNODB STATUS output in the log"
6491
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3535
6492
msgid "Count of spin-loop rounds in InnoDB mutexes (30 by default)"
6495
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3538
6496
msgid "Use OS memory allocator instead of InnoDB's internal memory allocator"
6499
#: ../plugin/errmsg_notify/errmsg_notify.cc:80
4385
6501
msgid "Failed to send error message to libnotify\n"
6504
#: ../plugin/errmsg_stderr/errmsg_stderr.cc:72
4388
6505
msgid "Error Messages to stderr"
6508
#: ../plugin/filtered_replicator/filtered_replicator.cc:621
6509
#: ../plugin/filtered_replicator/filtered_replicator.cc:630
4391
6510
msgid "List of schemas to filter"
6513
#: ../plugin/filtered_replicator/filtered_replicator.cc:624
6514
#: ../plugin/filtered_replicator/filtered_replicator.cc:637
4394
6515
msgid "List of tables to filter"
6518
#: ../plugin/filtered_replicator/filtered_replicator.cc:644
4397
6519
msgid "Regular expression to apply to schemas to filter"
6522
#: ../plugin/filtered_replicator/filtered_replicator.cc:651
4400
6523
msgid "Regular expression to apply to tables to filter"
6526
#: ../plugin/hello_events/hello_events.cc:301
6527
msgid "Invalid value of before-write-position\n"
6530
#: ../plugin/hello_events/hello_events.cc:310
6531
#: ../plugin/hello_events/hello_events.cc:319
6532
msgid "Invalid value of before-update-position\n"
6535
#: ../plugin/hello_events/hello_events.cc:359
6536
#: ../plugin/hello_events/hello_events.cc:362
6537
#: ../plugin/hello_events/hello_events.cc:380
6538
msgid "A comma delimited list of databases to watch"
6541
#: ../plugin/hello_events/hello_events.cc:365
6542
#: ../plugin/hello_events/hello_events.cc:396
6543
msgid "Enable Example Events Plugin"
6546
#: ../plugin/hello_events/hello_events.cc:368
6547
#: ../plugin/hello_events/hello_events.cc:404
6548
msgid "Before write row event observer call position"
6551
#: ../plugin/hello_events/hello_events.cc:371
6552
#: ../plugin/hello_events/hello_events.cc:415
6553
#: ../plugin/pbms/src/parameters_ms.cc:579
6554
msgid "Before update row event observer call position"
6557
#: ../plugin/hello_events/hello_events.cc:374
6558
#: ../plugin/hello_events/hello_events.cc:426
6559
msgid "After drop database event observer call position"
6562
#: ../plugin/hello_events/hello_events.cc:388
6563
msgid "A comma delimited list of tables to watch"
6566
#: ../plugin/hello_events/hello_events.cc:450
6567
msgid "An example events Plugin"
6570
#: ../plugin/innobase/handler/data_dictionary.cc:202
6572
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
6575
#: ../plugin/innobase/handler/ha_innodb.cc:1858
6576
msgid "Invalid value for io-capacity\n"
6579
#: ../plugin/innobase/handler/ha_innodb.cc:1877
6580
msgid "Invalid value for fast-shutdown\n"
6583
#: ../plugin/innobase/handler/ha_innodb.cc:1891
6584
msgid "Invalid value for flush-log-at-trx-commit\n"
6587
#: ../plugin/innobase/handler/ha_innodb.cc:1921
6588
msgid "Invalid value for max-dirty-pages-pct\n"
6591
#: ../plugin/innobase/handler/ha_innodb.cc:1930
6592
msgid "Invalid value for stats-sample-pages\n"
6595
#: ../plugin/innobase/handler/ha_innodb.cc:1941
6596
msgid "Invalid value for additional-mem-pool-size\n"
6599
#: ../plugin/innobase/handler/ha_innodb.cc:1951
6600
msgid "Invalid value for autoextend-increment\n"
6603
#: ../plugin/innobase/handler/ha_innodb.cc:1961
6604
msgid "Invalid value for buffer-pool-size\n"
6607
#: ../plugin/innobase/handler/ha_innodb.cc:1971
6608
msgid "Invalid value for commit-concurrency\n"
6611
#: ../plugin/innobase/handler/ha_innodb.cc:1980
6612
msgid "Invalid value for concurrency-tickets\n"
6615
#: ../plugin/innobase/handler/ha_innodb.cc:1989
6616
msgid "Invalid value for file-io-threads\n"
6619
#: ../plugin/innobase/handler/ha_innodb.cc:1998
6620
msgid "Invalid value for read-io-threads\n"
6623
#: ../plugin/innobase/handler/ha_innodb.cc:2007
6624
msgid "Invalid value for write-io-threads\n"
6627
#: ../plugin/innobase/handler/ha_innodb.cc:2016
6628
msgid "Invalid value for force-recovery\n"
6631
#: ../plugin/innobase/handler/ha_innodb.cc:2026
6632
#: ../plugin/innobase/handler/ha_innodb.cc:2036
6633
msgid "Invalid value for log-file-size\n"
6636
#: ../plugin/innobase/handler/ha_innodb.cc:2045
6637
msgid "Invalid value for log-files-in-group\n"
6640
#: ../plugin/innobase/handler/ha_innodb.cc:2054
6641
msgid "Invalid value for mirrored-log-groups\n"
6644
#: ../plugin/innobase/handler/ha_innodb.cc:2063
6645
msgid "Invalid value for open-files\n"
6648
#: ../plugin/innobase/handler/ha_innodb.cc:2072
6649
msgid "Invalid value for thread-concurrency\n"
6652
#: ../plugin/innobase/handler/ha_innodb.cc:2095
6653
msgid "Invalid value for read-ahead-threshold\n"
6656
#: ../plugin/innobase/handler/ha_innodb.cc:2119
6657
msgid "Invalid value for lock-wait-timeout\n"
6660
#: ../plugin/logging_gearman/logging_gearman.cc:199
4404
6662
msgid "fail gearman_client_create(): %s"
6665
#: ../plugin/logging_gearman/logging_gearman.cc:210
4408
6667
msgid "fail gearman_client_add_server(): %s"
6670
#: ../plugin/logging_gearman/logging_gearman.cc:309
6671
#: ../plugin/logging_gearman/logging_gearman.cc:316
4411
6672
msgid "Enable logging to a gearman server"
6675
#: ../plugin/logging_gearman/logging_gearman.cc:325
4414
6676
msgid "Hostname for logging to a Gearman server"
6679
#: ../plugin/logging_gearman/logging_gearman.cc:334
4417
6680
msgid "Gearman Function to send logging to"
6683
#: ../plugin/logging_gearman/logging_gearman.cc:352
4420
6684
msgid "Log queries to a Gearman server"
6687
#: ../plugin/logging_query/logging_query.cc:192
4424
6689
msgid "fail open() fn=%s er=%s\n"
6692
#: ../plugin/logging_query/logging_query.cc:316
6693
msgid "Invalid value for threshold-slow"
6696
#: ../plugin/logging_query/logging_query.cc:325
6697
msgid "Invalid value for threshold-big-resultset"
6700
#: ../plugin/logging_query/logging_query.cc:334
6701
msgid "Invalid value for threshold-big-examined"
6704
#: ../plugin/logging_query/logging_query.cc:348
6705
#: ../plugin/logging_query/logging_query.cc:364
4427
6706
msgid "Enable logging to CSV file"
4430
msgid "File to log to"
4433
msgid "PCRE to match the query against"
6709
#: ../plugin/logging_query/logging_query.cc:351
6710
#: ../plugin/logging_query/logging_query.cc:391 ../plugin/syslog/module.cc:167
6711
#: ../plugin/syslog/module.cc:233
4436
6712
msgid "Threshold for logging slow queries, in microseconds"
6715
#: ../plugin/logging_query/logging_query.cc:354
6716
#: ../plugin/logging_query/logging_query.cc:403 ../plugin/syslog/module.cc:179
6717
#: ../plugin/syslog/module.cc:236
4439
6718
msgid "Threshold for logging big queries, for rows returned"
6721
#: ../plugin/logging_query/logging_query.cc:357
6722
#: ../plugin/logging_query/logging_query.cc:415 ../plugin/syslog/module.cc:191
6723
#: ../plugin/syslog/module.cc:239
4442
6724
msgid "Threshold for logging big queries, for rows examined"
6727
#: ../plugin/logging_query/logging_query.cc:373
6728
msgid "File to log to"
6731
#: ../plugin/logging_query/logging_query.cc:382
6732
msgid "PCRE to match the query against"
6735
#: ../plugin/logging_query/logging_query.cc:439
4445
6736
msgid "Log queries to a CSV file"
6739
#: ../plugin/logging_stats/logging_stats.cc:312
6740
msgid "Invalid value for max-user-count\n"
6743
#: ../plugin/logging_stats/logging_stats.cc:320
6744
msgid "Invalid value for bucket-count\n"
6747
#: ../plugin/logging_stats/logging_stats.cc:329
6748
msgid "Invalid value for scoreboard-size\n"
6751
#: ../plugin/logging_stats/logging_stats.cc:364
6752
#: ../plugin/logging_stats/logging_stats.cc:406
6753
msgid "Max number of users that will be logged"
6756
#: ../plugin/logging_stats/logging_stats.cc:375
6757
#: ../plugin/logging_stats/logging_stats.cc:409
6758
msgid "Max number of range locks to use for Scoreboard"
6761
#: ../plugin/logging_stats/logging_stats.cc:386
6762
#: ../plugin/logging_stats/logging_stats.cc:412
6763
msgid "Max number of concurrent sessions that will be logged"
6766
#: ../plugin/logging_stats/logging_stats.cc:397
6767
#: ../plugin/logging_stats/logging_stats.cc:415
6768
msgid "Enable Logging Statistics Collection"
6771
#: ../plugin/logging_stats/logging_stats.cc:432
6772
msgid "User Statistics as DATA_DICTIONARY tables"
6775
#: ../plugin/md5/md5.cc:99
6776
msgid "libgcrypt library version mismatch\n"
6779
#: ../plugin/memcached_query_cache/memcached_qc.cc:102
6780
#: ../plugin/memcached_query_cache/memcached_qc.cc:466
6781
#: ../plugin/memcached_stats/memcached_stats.cc:128
6782
#: ../plugin/memcached_stats/memcached_stats.cc:137
4448
6783
msgid "List of memcached servers."
6786
#: ../plugin/memcached_query_cache/memcached_qc.cc:375
6787
msgid "Invalid value of expiry\n"
6790
#: ../plugin/memcached_query_cache/memcached_qc.cc:469
6791
msgid "Expiry time of memcached entries"
6794
#: ../plugin/memcached_query_cache/memcached_qc.cc:472
6795
msgid "Enable Memcached Query Cache"
6798
#: ../plugin/memcached_stats/analysis_table.cc:76
6799
#: ../plugin/memcached_stats/stats_table.cc:144
6800
msgid "No value in MEMCACHED_STATS_SERVERS variable."
6803
#: ../plugin/memcached_stats/memcached_stats.cc:152
4451
6804
msgid "Memcached Stats as I_S tables"
6807
#: ../plugin/memcached_stats/stats_table.cc:76
6810
"Unable get stats from memcached server %s. Got error from "
6811
"memcached_stat_servername()."
6814
#: ../plugin/memcached_stats/stats_table.cc:151
6815
msgid "Unable to create memcached struct. Got error from memcached_create()."
6818
#: ../plugin/memcached_stats/stats_table.cc:159
6821
"Unable to create memcached server list. Got error from "
6822
"memcached_servers_parse(%s)."
6825
#: ../plugin/multi_thread/multi_thread.cc:85
6827
msgid "Unable to set thread stack size to %<PRId64>\n"
6830
#: ../plugin/multi_thread/multi_thread.cc:98
6831
msgid "Unable to get thread stack size\n"
6834
#: ../plugin/multi_thread/multi_thread.cc:147
6835
msgid "Invalid value for max-threads\n"
6838
#: ../plugin/multi_thread/multi_thread.cc:160
6839
#: ../plugin/multi_thread/multi_thread.cc:167
6840
msgid "Maximum number of user threads available."
6843
#: ../plugin/myisam/ha_myisam.cc:534
4455
6845
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
6848
#: ../plugin/myisam/ha_myisam.cc:538
4459
6850
msgid "Got an error from unknown thread, %s:%d"
6853
#: ../plugin/myisam/ha_myisam.cc:544
4462
6854
msgid "Unknown thread accessing table"
4465
msgid "Block size to be used for MyISAM index pages."
4469
"This characterizes the number of hits a hot block has to be untouched until "
4470
"it is considered aged enough to be downgraded to a warm block. This "
4471
"specifies the percentage ratio of that number of hits to the total number of "
4472
"blocks in key cache"
4475
msgid "The minimum percentage of warm blocks in key cache"
4479
"The size of the buffer used for index blocks for MyISAM tables. Increase "
4480
"this to get better index handling (for all reads and multiple writes) to as "
4481
"much as you can afford;"
4485
"Number of threads to use when repairing MyISAM tables. The value of 1 "
4486
"disables parallel repair."
6857
#: ../plugin/myisam/ha_myisam.cc:1500
6858
msgid "Invalid value for max-sort-file-size\n"
6861
#: ../plugin/myisam/ha_myisam.cc:1509
6862
msgid "Invalid value for sort-buffer-size\n"
6865
#: ../plugin/myisam/ha_myisam.cc:1523 ../plugin/myisam/ha_myisam.cc:1535
4490
6867
"Don't use the fast sort index method to created index if the temporary file "
4491
6868
"would get bigger than this."
6871
#: ../plugin/myisam/ha_myisam.cc:1528 ../plugin/myisam/ha_myisam.cc:1538
4495
6873
"The buffer that is allocated when sorting the index when doing a REPAIR or "
4496
6874
"when creating indexes with CREATE INDEX or ALTER TABLE."
4499
msgid "Default pointer size to be used for MyISAM tables."
6877
#: ../plugin/myisam/my_handler_errors.cc:42
4502
6878
msgid "Didn't find key on read or update"
6881
#: ../plugin/myisam/my_handler_errors.cc:43
4505
6882
msgid "Duplicate key on write or update"
6885
#: ../plugin/myisam/my_handler_errors.cc:44
4508
6886
msgid "Internal (unspecified) error in handler"
6889
#: ../plugin/myisam/my_handler_errors.cc:46
4512
6891
"Someone has changed the row since it was read (while the table was locked to "
6895
#: ../plugin/myisam/my_handler_errors.cc:48
4516
6896
msgid "Wrong index given to function"
6899
#: ../plugin/myisam/my_handler_errors.cc:49
4519
6900
msgid "Index file is crashed"
6903
#: ../plugin/myisam/my_handler_errors.cc:50
4522
6904
msgid "Record file is crashed"
6907
#: ../plugin/myisam/my_handler_errors.cc:51
4525
6908
msgid "Out of memory in engine"
6911
#: ../plugin/myisam/my_handler_errors.cc:52
4528
6912
msgid "Incorrect file format"
6915
#: ../plugin/myisam/my_handler_errors.cc:53
4531
6916
msgid "Command not supported by database"
6919
#: ../plugin/myisam/my_handler_errors.cc:54
4534
6920
msgid "Old database file"
6923
#: ../plugin/myisam/my_handler_errors.cc:55
4537
6924
msgid "No record read before update"
6927
#: ../plugin/myisam/my_handler_errors.cc:56
4540
6928
msgid "Record was already deleted (or record file crashed)"
6931
#: ../plugin/myisam/my_handler_errors.cc:57
4543
6932
msgid "No more room in record file"
6935
#: ../plugin/myisam/my_handler_errors.cc:58
4546
6936
msgid "No more room in index file"
6939
#: ../plugin/myisam/my_handler_errors.cc:59
4549
6940
msgid "No more records (read after end of file)"
6943
#: ../plugin/myisam/my_handler_errors.cc:60
4552
6944
msgid "Unsupported extension used for table"
6947
#: ../plugin/myisam/my_handler_errors.cc:61
4555
6948
msgid "Too big row"
6951
#: ../plugin/myisam/my_handler_errors.cc:62
4558
6952
msgid "Wrong create options"
6955
#: ../plugin/myisam/my_handler_errors.cc:63
4561
6956
msgid "Duplicate unique key or constraint on write or update"
6959
#: ../plugin/myisam/my_handler_errors.cc:64
4564
6960
msgid "Unknown character set used in table"
6963
#: ../plugin/myisam/my_handler_errors.cc:65
4567
6964
msgid "Conflicting table definitions in sub-tables of MERGE table"
6967
#: ../plugin/myisam/my_handler_errors.cc:66
4570
6968
msgid "Table is crashed and last repair failed"
6971
#: ../plugin/myisam/my_handler_errors.cc:67
4573
6972
msgid "Table was marked as crashed and should be repaired"
6975
#: ../plugin/myisam/my_handler_errors.cc:68
4576
6976
msgid "Lock timed out; Retry transaction"
6979
#: ../plugin/myisam/my_handler_errors.cc:69
4579
6980
msgid "Lock table is full; Restart program with a larger locktable"
6983
#: ../plugin/myisam/my_handler_errors.cc:70
4582
6984
msgid "Updates are not allowed under a read only transactions"
6987
#: ../plugin/myisam/my_handler_errors.cc:71
4585
6988
msgid "Lock deadlock; Retry transaction"
6991
#: ../plugin/myisam/my_handler_errors.cc:72
4588
6992
msgid "Foreign key constraint is incorrectly formed"
6995
#: ../plugin/myisam/my_handler_errors.cc:73
4591
6996
msgid "Cannot add a child row"
6999
#: ../plugin/myisam/my_handler_errors.cc:74
4594
7000
msgid "Cannot delete a parent row"
7003
#: ../plugin/myisam/my_handler_errors.cc:75
4597
7004
msgid "No savepoint with that name"
7007
#: ../plugin/myisam/my_handler_errors.cc:76
4600
7008
msgid "Non unique key block size"
7011
#: ../plugin/myisam/my_handler_errors.cc:77
4603
7012
msgid "The table does not exist in engine"
7015
#: ../plugin/myisam/my_handler_errors.cc:78
4606
7016
msgid "The table already existed in storage engine"
7019
#: ../plugin/myisam/my_handler_errors.cc:79
4609
7020
msgid "Could not connect to storage engine"
7023
#: ../plugin/myisam/my_handler_errors.cc:80
4612
7024
msgid "Unexpected null pointer found when using spatial index"
7027
#: ../plugin/myisam/my_handler_errors.cc:81
4615
7028
msgid "The table changed in storage engine"
7031
#: ../plugin/myisam/my_handler_errors.cc:82
4618
7032
msgid "There's no partition in table for the given value"
7035
#: ../plugin/myisam/my_handler_errors.cc:83
4621
7036
msgid "Row-based binlogging of row failed"
7039
#: ../plugin/myisam/my_handler_errors.cc:84
4624
7040
msgid "Index needed in foreign key constraint"
7043
#: ../plugin/myisam/my_handler_errors.cc:85
4627
7044
msgid "Upholding foreign key constraints would lead to a duplicate key error"
7047
#: ../plugin/myisam/my_handler_errors.cc:86
4630
7048
msgid "Table needs to be upgraded before it can be used"
7051
#: ../plugin/myisam/my_handler_errors.cc:87
4633
7052
msgid "Table is read only"
4634
7053
msgstr "A tábla csak olvasható"
7055
#: ../plugin/myisam/my_handler_errors.cc:88
4636
7056
msgid "Failed to get next auto increment value"
7059
#: ../plugin/myisam/my_handler_errors.cc:89
4639
7060
msgid "Failed to set row auto increment value"
7063
#: ../plugin/myisam/my_handler_errors.cc:90
4642
7064
msgid "Unknown (generic) error from engine"
7067
#: ../plugin/myisam/my_handler_errors.cc:91
4645
7068
msgid "Record is the same"
7071
#: ../plugin/myisam/my_handler_errors.cc:92
4648
7072
msgid "It is not possible to log this statement"
7075
#: ../plugin/myisam/my_handler_errors.cc:93
4651
7076
msgid "Tablespace exists"
7079
#: ../plugin/myisam/my_handler_errors.cc:94
4654
7080
msgid "The event was corrupt, leading to illegal data being read"
7083
#: ../plugin/myisam/my_handler_errors.cc:95
4657
7084
msgid "The table is of a new format not supported by this version"
7087
#: ../plugin/myisam/my_handler_errors.cc:96
4660
7088
msgid "The event could not be processed no other handler error happened"
7091
#: ../plugin/myisam/my_handler_errors.cc:97
4663
7092
msgid "Got a fatal error during initialzation of handler"
7095
#: ../plugin/myisam/my_handler_errors.cc:98
4666
7096
msgid "File to short; Expected more data in file"
7099
#: ../plugin/myisam/my_handler_errors.cc:99
4669
7100
msgid "Read page with wrong checksum"
7103
#. TODO: get a better message for these
7104
#: ../plugin/myisam/my_handler_errors.cc:101
4672
7105
msgid "Lock or active transaction"
7108
#: ../plugin/myisam/my_handler_errors.cc:102
4675
7109
msgid "No such table space"
7112
#: ../plugin/myisam/my_handler_errors.cc:103
4678
7113
msgid "Tablespace not empty"
7116
#: ../plugin/mysql_protocol/mysql_protocol.cc:936
7117
msgid "Invalid value for retry_count"
7120
#: ../plugin/mysql_protocol/mysql_protocol.cc:970
7121
#: ../plugin/mysql_protocol/mysql_protocol.cc:992
4682
7123
"Port number to use for connection or 0 for default to with MySQL protocol."
7126
#: ../plugin/pbms/src/parameters_ms.cc:552
7128
"A comma delimited list of tables to watch of the format: <database>."
7132
#: ../plugin/pbms/src/parameters_ms.cc:560
7133
msgid "Enable PBMS daemon Insert/Update/Delete event scanning"
7136
#: ../plugin/pbms/src/parameters_ms.cc:568
7137
msgid "Before insert row event observer call position"
7140
#: ../plugin/pool_of_threads/pool_of_threads.cc:232
7141
msgid "event_add error in libevent_add_session_callback\n"
7144
#: ../plugin/pool_of_threads/pool_of_threads.cc:310
7145
msgid "libevent_thread_proc: internal::my_thread_init() failed\n"
7148
#: ../plugin/pool_of_threads/pool_of_threads.cc:588
7149
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
7152
#: ../plugin/pool_of_threads/pool_of_threads.cc:595
7153
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
7156
#: ../plugin/pool_of_threads/pool_of_threads.cc:607
7157
msgid "session_add_event event_add error in libevent_init\n"
7160
#: ../plugin/pool_of_threads/pool_of_threads.cc:620
7162
msgid "Can't create completion port thread (error %d)"
7165
#: ../plugin/pool_of_threads/pool_of_threads.cc:650
7166
msgid "Invalid value for size\n"
7169
#: ../plugin/pool_of_threads/pool_of_threads.cc:668
7170
#: ../plugin/pool_of_threads/pool_of_threads.cc:675
7171
msgid "Size of Pool."
7174
#: ../plugin/rabbitmq/rabbitmq_log.cc:110
7175
msgid "Failed to allocate enough memory to transaction message\n"
7178
#: ../plugin/rabbitmq/rabbitmq_log.cc:172
7180
msgid "Failed to allocate the RabbitMQHandler. Got error: %s\n"
7183
#: ../plugin/rabbitmq/rabbitmq_log.cc:182
7185
msgid "Failed to allocate the RabbitMQLog instance. Got error: %s\n"
7188
#: ../plugin/rabbitmq/rabbitmq_log.cc:200
7189
#: ../plugin/rabbitmq/rabbitmq_log.cc:278
7191
msgid "Enable rabbitmq log"
7192
msgstr "Tranzakciós napló engedélyezése"
7194
#: ../plugin/rabbitmq/rabbitmq_log.cc:209
7195
#: ../plugin/rabbitmq/rabbitmq_log.cc:281
7196
msgid "Host name to connect to"
7199
#: ../plugin/rabbitmq/rabbitmq_log.cc:218
7200
msgid "RabbitMQ Port"
7203
#: ../plugin/rabbitmq/rabbitmq_log.cc:229
7204
#: ../plugin/rabbitmq/rabbitmq_log.cc:284
7205
msgid "RabbitMQ username"
7208
#: ../plugin/rabbitmq/rabbitmq_log.cc:237
7209
#: ../plugin/rabbitmq/rabbitmq_log.cc:287
7210
msgid "RabbitMQ password"
7213
#: ../plugin/rabbitmq/rabbitmq_log.cc:245
7214
msgid "RabbitMQ virtualhost"
7217
#: ../plugin/rabbitmq/rabbitmq_log.cc:253
7218
msgid "Name of RabbitMQ exchange to publish to"
7221
#: ../plugin/rabbitmq/rabbitmq_log.cc:261
7222
msgid "Name of RabbitMQ routing key to use"
7225
#: ../plugin/rabbitmq/rabbitmq_log.cc:269
7226
#: ../plugin/transaction_log/module.cc:311
7227
#: ../plugin/transaction_log/module.cc:364
7228
msgid "Name of the replicator plugin to use (default='default_replicator')"
7231
#: ../plugin/session_dictionary/processlist.cc:94
7235
#: ../plugin/signal_handler/signal_handler.cc:230
4686
7237
msgid "Can't create interrupt-thread (error %d, errno: %d)"
7240
#: ../plugin/syslog/errmsg.cc:39 ../plugin/syslog/logging.cc:63
4690
7242
msgid "syslog facility \"%s\" not known, using \"local0\""
7245
#: ../plugin/syslog/errmsg.cc:49
4694
7247
msgid "syslog priority \"%s\" not known, using \"warn\""
7250
#: ../plugin/syslog/logging.cc:72
4698
7252
msgid "syslog priority \"%s\" not known, using \"info\""
7255
#: ../plugin/syslog/module.cc:61
7256
msgid "Invalid value for logging-threshold-slow\n"
7259
#: ../plugin/syslog/module.cc:70
7260
msgid "Invalid value for logging-threshold-big-resultset\n"
7263
#: ../plugin/syslog/module.cc:79
7264
msgid "Invalid value for logging-threshold-big-examined\n"
7267
#: ../plugin/syslog/module.cc:131 ../plugin/syslog/module.cc:221
7268
msgid "Syslog Ident"
7271
#: ../plugin/syslog/module.cc:140 ../plugin/syslog/module.cc:224
7272
msgid "Syslog Facility"
7275
#: ../plugin/syslog/module.cc:149 ../plugin/syslog/module.cc:227
7276
msgid "Enable logging to syslog of the query log"
7279
#: ../plugin/syslog/module.cc:158 ../plugin/syslog/module.cc:230
7280
msgid "Syslog Priority of query logging"
7283
#: ../plugin/syslog/module.cc:203 ../plugin/syslog/module.cc:242
7284
msgid "Enable logging to syslog of the error messages"
7287
#: ../plugin/syslog/module.cc:212 ../plugin/syslog/module.cc:245
7288
msgid "Syslog Priority of error messages"
7291
#: ../plugin/transaction_log/background_worker.cc:77
4702
7293
msgid "Unable to create background worker thread. Got error %s.\n"
7296
#: ../plugin/transaction_log/hexdump_transaction_message.cc:107
7297
#: ../plugin/transaction_log/print_transaction_message.cc:105
7298
#: ../plugin/transaction_log/transaction_log_reader.cc:97
7300
msgid "Failed to open transaction log file %s. Got error: %s\n"
7303
#: ../plugin/transaction_log/hexdump_transaction_message.cc:151
7304
#: ../plugin/transaction_log/print_transaction_message.cc:149
7305
#: ../plugin/transaction_log/transaction_log_reader.cc:154
7307
msgid "Raw buffer read: %s.\n"
7310
#: ../plugin/transaction_log/hexdump_transaction_message.cc:169
7311
#: ../plugin/transaction_log/print_transaction_message.cc:155
7312
#: ../plugin/transaction_log/transaction_log_reader.cc:161
7314
msgid "Unable to parse transaction. Got error: %s.\n"
7317
#: ../plugin/transaction_log/hexdump_transaction_message.cc:171
7318
#: ../plugin/transaction_log/print_transaction_message.cc:157
7319
#: ../plugin/transaction_log/transaction_log_reader.cc:163
7321
msgid "BUFFER: %s\n"
7322
msgstr "BUFFER: %s\n"
7324
#: ../plugin/transaction_log/module.cc:137
7325
msgid "Invalid value for sync-method\n"
7328
#: ../plugin/transaction_log/module.cc:146
7329
msgid "Invalid value for num-write-buffers\n"
7332
#: ../plugin/transaction_log/module.cc:182
4706
7334
msgid "Failed to allocate the TransactionLog instance. Got error: %s\n"
7337
#: ../plugin/transaction_log/module.cc:191
4710
7339
msgid "Failed to initialize the Transaction Log. Got error: %s\n"
7342
#: ../plugin/transaction_log/module.cc:203
4714
7344
msgid "Failed to allocate the TransactionLogIndex instance. Got error: %s\n"
7347
#: ../plugin/transaction_log/module.cc:212
4718
7349
msgid "Failed to initialize the Transaction Log Index. Got error: %s\n"
7352
#: ../plugin/transaction_log/module.cc:227
4722
7354
msgid "Failed to allocate the TransactionLogApplier instance. Got error: %s\n"
7357
#: ../plugin/transaction_log/module.cc:287
7358
#: ../plugin/transaction_log/module.cc:358
4725
7359
msgid "Enable transaction log"
4726
7360
msgstr "Tranzakciós napló engedélyezése"
7362
#: ../plugin/transaction_log/module.cc:295
7363
#: ../plugin/transaction_log/module.cc:352
4728
7364
msgid "DEBUGGING - Truncate transaction log"
7367
#: ../plugin/transaction_log/module.cc:303
7368
#: ../plugin/transaction_log/module.cc:361
4731
7369
msgid "Path to the file to use for transaction log"
4734
msgid "Name of the replicator plugin to use (default='default_replicator')"
7372
#: ../plugin/transaction_log/module.cc:319
7373
#: ../plugin/transaction_log/module.cc:355
4737
7374
msgid "Enable CRC32 Checksumming of each written transaction log entry"
7377
#: ../plugin/transaction_log/module.cc:327
7378
#: ../plugin/transaction_log/module.cc:367
4741
7380
"0 == rely on operating system to sync log file (default), 1 == sync file at "
4742
7381
"each transaction write, 2 == sync log file once per second"
7384
#: ../plugin/transaction_log/module.cc:340
7385
#: ../plugin/transaction_log/module.cc:370
4745
7386
msgid "Number of slots for in-memory write buffers (default=8)."
7389
#: ../plugin/transaction_log/transaction_log.cc:114
4748
7390
msgid "Failed to open transaction log file "
7393
#: ../plugin/transaction_log/transaction_log.cc:215
4753
7396
"Failed to write full size of log entry. Tried to write %<PRId64> bytes at "
4754
7397
"offset %<PRId64>, but only wrote %<PRId32> bytes. Error: %s\n"
7400
#: ../plugin/transaction_log/transaction_log.cc:236
4758
7402
msgid "Failed to sync log file. Got error: %s\n"
4762
msgid "Failed to open transaction log file %s. Got error: %s\n"
4766
msgid "Raw buffer read: %s.\n"
4770
msgid "Unable to parse transaction. Got error: %s.\n"
4774
msgid "BUFFER: %s\n"
4775
msgstr "BUFFER: %s\n"
4777
#~ msgid "Server version: "
4778
#~ msgstr "Szerver vezió: "
4780
7405
#~ msgid "Synonym for -?"
4781
7406
#~ msgstr "A -? szinonímája"