979
#: ../client/drizzledump.cc:528
1203
#: ../client/drizzledump.cc:2471
980
1204
msgid "Insert rows with INSERT IGNORE."
983
#: ../client/drizzledump.cc:530
984
msgid "Wrap a table's data in START TRANSACTION/COMMIT statements."
987
#: ../client/drizzledump.cc:532
1207
#: ../client/drizzledump.cc:2473
1208
msgid "Lines in the i.file are terminated by ..."
1211
#: ../client/drizzledump.cc:2475
1212
msgid "Wrap tables with autocommit/commit statements."
1215
#: ../client/drizzledump.cc:2477
989
1217
"'CREATE DATABASE IF NOT EXISTS db_name;' will not be put in the output. The "
990
1218
"above line will be added otherwise, if --databases or --all-databases option "
994
#: ../client/drizzledump.cc:534
1222
#: ../client/drizzledump.cc:2479
1223
msgid "Don't write table creation info."
1226
#: ../client/drizzledump.cc:2481
995
1227
msgid "No row information."
998
#: ../client/drizzledump.cc:536
1230
#: ../client/drizzledump.cc:2482
1231
msgid "Deprecated. Use --skip-set-charset instead."
1234
#: ../client/drizzledump.cc:2484
1235
msgid "Enable set-name"
1238
#: ../client/drizzledump.cc:2486
1239
msgid "Don't buffer query, dump directly to stdout."
1242
#: ../client/drizzledump.cc:2488
1243
msgid "Quote table and column names with backticks (`)."
1246
#: ../client/drizzledump.cc:2490
999
1247
msgid "Use REPLACE INTO instead of INSERT INTO."
1002
#: ../client/drizzledump.cc:538
1003
msgid "Where to send output to (stdout|database"
1006
#: ../client/drizzledump.cc:540
1008
"Hostname for destination db server (requires --destination-type=database)"
1011
#: ../client/drizzledump.cc:542
1013
"Port number for destination db server (requires --destination-type=database)"
1016
#: ../client/drizzledump.cc:544
1018
"User name for destination db server (resquires --destination-type=database)"
1021
#: ../client/drizzledump.cc:546
1023
"Password for destination db server (requires --destination-type=database)"
1026
#: ../client/drizzledump.cc:548
1028
"The database in the destination db server (requires --destination-"
1029
"type=database, not for use with --all-databases)"
1032
#: ../client/drizzledump.cc:550
1034
"Do not make a UTF8 connection to MySQL, use if you have UTF8 data in a non-"
1038
#: ../client/drizzledump.cc:556
1250
#: ../client/drizzledump.cc:2492
1252
"Direct output to a given file. This option should be used in MSDOS, because "
1253
"it prevents new line '\\n' from being converted to '\\r\\n' (carriage return "
1257
#: ../client/drizzledump.cc:2494
1259
"Creates tab separated textfile for each table to given path. (creates .sql "
1260
"and .txt files). NOTE: This only works if drizzledump is run on the same "
1261
"machine as the drizzled daemon."
1264
#: ../client/drizzledump.cc:2496
1265
msgid "Dump only selected records; QUOTES mandatory!"
1268
#: ../client/drizzledump.cc:2502
1040
1270
msgid "Connect to host."
1041
1271
msgstr "호스트에 연결"
1043
#: ../client/drizzledump.cc:558
1273
#: ../client/drizzledump.cc:2506
1045
1275
"Password to use when connecting to server. If password is not given it's "
1046
1276
"solicited on the tty."
1049
#: ../client/drizzledump.cc:560
1050
#: ../plugin/transaction_log/utilities/transaction_reader.cc:585
1279
#: ../client/drizzledump.cc:2508
1051
1280
msgid "Port number to use for connection."
1054
#: ../client/drizzledump.cc:567
1283
#: ../client/drizzledump.cc:2515
1055
1284
msgid "Hidden Options"
1058
#: ../client/drizzledump.cc:569
1287
#: ../client/drizzledump.cc:2517
1059
1288
msgid "Used to select the database"
1062
#: ../client/drizzledump.cc:570
1291
#: ../client/drizzledump.cc:2518
1063
1292
msgid "Used to select the tables"
1066
#: ../client/drizzledump.cc:573
1295
#: ../client/drizzledump.cc:2521
1067
1296
msgid "Allowed Options + Hidden Options"
1070
#: ../client/drizzledump.cc:637
1299
#: ../client/drizzledump.cc:2573
1072
1301
msgid "Drizzledump %s build %s, for %s-%s (%s)\n"
1075
#: ../client/drizzledump.cc:642
1304
#: ../client/drizzledump.cc:2578
1077
1306
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1078
1307
"and you are welcome to modify and redistribute it under the GPL license\n"
1081
#: ../client/drizzledump.cc:643
1310
#: ../client/drizzledump.cc:2579
1082
1311
msgid "Dumps definitions and data from a Drizzle database server"
1085
#: ../client/drizzledump.cc:644
1314
#: ../client/drizzledump.cc:2580
1087
1316
msgid "Usage: %s [OPTIONS] database [tables]\n"
1090
#: ../client/drizzledump.cc:645
1319
#: ../client/drizzledump.cc:2581
1092
1321
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
1095
#: ../client/drizzledump.cc:647
1324
#: ../client/drizzledump.cc:2583
1097
1326
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
1100
#: ../client/drizzledump.cc:688 ../client/drizzleimport.cc:484
1101
#: ../client/drizzleslap.cc:633 ../client/drizzletest.cc:5671
1329
#: ../client/drizzledump.cc:2599 ../client/drizzleimport.cc:459
1330
#: ../client/drizzleslap.cc:1002 ../client/drizzletest.cc:5597
1103
1332
msgid "Value supplied for port is not valid.\n"
1106
#: ../client/drizzledump.cc:743
1336
#. This check is made because the some the file functions below
1337
#. have FN_REFLEN sized stack allocated buffers and will cause
1338
#. a crash even if the input destination buffer is large enough
1339
#. to hold the output.
1341
#: ../client/drizzledump.cc:2646
1343
msgid "Input filename too long: %s"
1346
#: ../client/drizzledump.cc:2684
1108
1348
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
1111
#: ../client/drizzledump_data.cc:268
1112
msgid "-- Retrieving data for "
1115
#: ../client/drizzledump_data.cc:300
1116
msgid " rows dumped for table "
1119
#: ../client/drizzledump_data.cc:547
1121
msgid "-- Connecting to "
1124
#: ../client/drizzledump_data.cc:547
1125
msgid " using protocol "
1128
#: ../client/drizzledump_data.cc:588 ../client/drizzledump_data.cc:594
1129
#: ../client/drizzledump_data.cc:625 ../client/drizzledump_data.cc:631
1130
msgid "Error executing query: "
1133
#: ../client/drizzledump_data.cc:602
1134
msgid "Could not buffer result: "
1137
#: ../client/drizzledump_data.cc:648
1138
msgid "Error: Could not set db '"
1141
#: ../client/drizzledump_data.cc:662 ../client/drizzledump_data.cc:667
1142
#: ../client/drizzledump_data.cc:673
1146
#: ../client/drizzledump_data.cc:682
1147
msgid "-- Disconnecting from "
1150
#: ../client/drizzledump_drizzle.cc:41 ../client/drizzledump_drizzle.cc:98
1151
#: ../client/drizzledump_mysql.cc:42 ../client/drizzledump_mysql.cc:104
1152
msgid "-- Retrieving table structures for "
1155
#: ../client/drizzledump_drizzle.cc:172 ../client/drizzledump_mysql.cc:168
1156
msgid "-- Retrieving fields for "
1159
#: ../client/drizzledump_drizzle.cc:225 ../client/drizzledump_mysql.cc:270
1160
msgid "-- Retrieving indexes for "
1163
#: ../client/drizzledump_drizzle.cc:270 ../client/drizzledump_mysql.cc:315
1164
msgid "-- Retrieving foreign keys for "
1167
#: ../client/drizzleslap.cc:2292
1351
#: ../client/drizzleslap.cc:2856
1169
1353
msgid "Unable to fully write %<PRIu64> bytes. Could only write %<PRId64>."
1172
#: ../client/drizzletest.cc:5412
1356
#: ../client/drizzletest.cc:5364
1173
1357
msgid "Error: Invalid Value for opt_max_connect_retries"
1176
#: ../client/drizzletest.cc:5422
1360
#: ../client/drizzletest.cc:5374
1177
1361
msgid "Error: Invalid Value for opt_tail_lines"
1180
#: ../client/drizzletest.cc:5432
1364
#: ../client/drizzletest.cc:5384
1181
1365
msgid "Error: Invalid Value for opt_sleep"
1184
#: ../client/drizzletest.cc:5623
1368
#: ../client/drizzletest.cc:5565
1186
1370
msgid "Could not open '%s' for reading: errno = %d"
1189
#: ../client/drizzletest.cc:5628
1373
#: ../client/drizzletest.cc:5570 ../drizzled/drizzled.cc:863
1191
1375
msgid "Out of memory"
1194
#: ../drizzled/drizzled.cc:491
1378
#: ../drizzled/drizzled.cc:480
1195
1379
msgid "Aborting\n"
1198
#: ../drizzled/drizzled.cc:550
1382
#: ../drizzled/drizzled.cc:544
1199
1383
msgid "One can only use the --user switch if running as root\n"
1202
#: ../drizzled/drizzled.cc:557
1386
#: ../drizzled/drizzled.cc:551
1204
1388
"Fatal error: Please read \"Security\" section of the manual to find out how "
1205
1389
"to run drizzled as root!\n"
1208
#: ../drizzled/drizzled.cc:577
1392
#: ../drizzled/drizzled.cc:571
1211
1395
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
1215
#: ../drizzled/drizzled.cc:602
1216
msgid "Set process group ID failed"
1219
#: ../drizzled/drizzled.cc:607
1220
msgid "Set process user ID failed"
1223
#: ../drizzled/drizzled.cc:619
1224
msgid "Process chroot failed"
1227
#: ../drizzled/drizzled.cc:739
1228
msgid "Error: Invalid Value for auto_increment_increment"
1231
#: ../drizzled/drizzled.cc:750
1232
msgid "Error: Invalid Value for auto_increment_offset"
1235
#: ../drizzled/drizzled.cc:761
1236
msgid "Error: Invalid Value for completion_type"
1239
#: ../drizzled/drizzled.cc:773
1240
msgid "Error: Invalid Value for div-precision-increment"
1243
#: ../drizzled/drizzled.cc:784
1244
msgid "Error: Invalid Value for group_concat_max_len"
1247
#: ../drizzled/drizzled.cc:795
1248
msgid "Error: Invalid Value for join_buffer_size"
1251
#: ../drizzled/drizzled.cc:807
1252
msgid "Error: Invalid Value for max_allowed_packet"
1255
#: ../drizzled/drizzled.cc:819
1256
msgid "Error: Invalid Value for max_error_count"
1259
#: ../drizzled/drizzled.cc:830
1260
msgid "Error: Invalid Value for max_heap_table_size"
1263
#: ../drizzled/drizzled.cc:842
1264
msgid "Error: Invalid Value for min_examined_row_limit"
1267
#: ../drizzled/drizzled.cc:853
1268
msgid "Error: Invalid Value for max_join_size"
1271
#: ../drizzled/drizzled.cc:864
1272
msgid "Error: Invalid Value for max_length_for_sort_data"
1275
#: ../drizzled/drizzled.cc:875
1276
msgid "Error: Invalid Value for max_seeks_for_key"
1279
#: ../drizzled/drizzled.cc:886
1280
msgid "Error: Invalid Value for max_sort_length"
1283
#: ../drizzled/drizzled.cc:897
1284
msgid "Error: Invalid Value for optimizer_search_depth"
1287
#: ../drizzled/drizzled.cc:908
1288
msgid "Error: Invalid Value for preload_buff_size"
1399
#: ../drizzled/drizzled.cc:702
1401
msgid "gethostname failed, using '%s' as hostname"
1404
#: ../drizzled/drizzled.cc:768
1406
msgid "Unknown locale: '%s'"
1409
#: ../drizzled/drizzled.cc:785
1410
msgid "Can't create thread-keys"
1413
#: ../drizzled/drizzled.cc:872
1414
msgid "Failed to initialize plugins."
1417
#: ../drizzled/drizzled.cc:894
1420
"%s: Too many arguments (first extra is '%s').\n"
1421
"Use --verbose --help to get a list of available options\n"
1291
1424
#: ../drizzled/drizzled.cc:919
1292
msgid "Error: Invalid Value for query_alloc_block_size"
1295
#: ../drizzled/drizzled.cc:931
1296
msgid "Error: Invalid Value for query_prealloc_size"
1425
msgid "No scheduler found, cannot continue!\n"
1299
1428
#: ../drizzled/drizzled.cc:943
1300
msgid "Error: Invalid Value for range_alloc_block_size"
1303
#: ../drizzled/drizzled.cc:955
1304
msgid "Error: Invalid Value for read_buff_size"
1307
#: ../drizzled/drizzled.cc:967
1308
msgid "Error: Invalid Value for read_rnd_buff_size"
1311
#: ../drizzled/drizzled.cc:978
1312
msgid "Error: Invalid Value for sort_buff_size"
1315
#: ../drizzled/drizzled.cc:989
1316
msgid "Error: Invalid Value for table_def_size"
1319
#: ../drizzled/drizzled.cc:1000
1320
msgid "Error: Invalid Value for table_cache_size"
1323
#: ../drizzled/drizzled.cc:1011 ../drizzled/drizzled.cc:1027
1324
msgid "Error: Invalid Value for table_lock_wait_timeout"
1327
#: ../drizzled/drizzled.cc:1038
1329
"Error: Invalid Value for transaction_message_threshold valid values are "
1330
"between 131072 - 1048576 bytes"
1333
#: ../drizzled/drizzled.cc:1096
1335
msgid "Defaults file '%s' not found\n"
1338
#: ../drizzled/drizzled.cc:1138
1340
msgid "gethostname failed, using '%s' as hostname"
1343
#: ../drizzled/drizzled.cc:1152 ../drizzled/drizzled.cc:1739
1430
msgid "Unknown/unsupported storage engine: %s"
1433
#: ../drizzled/drizzled.cc:1032
1344
1434
msgid "Display this help and exit."
1347
#: ../drizzled/drizzled.cc:1156
1348
msgid "Configuration file to use"
1351
#: ../drizzled/drizzled.cc:1158
1352
msgid "Base location for config files"
1355
#: ../drizzled/drizzled.cc:1160 ../drizzled/drizzled.cc:1927
1356
msgid "Directory for plugins."
1359
#: ../drizzled/drizzled.cc:1165 ../drizzled/drizzled.cc:1931
1361
"Optional comma separated list of plugins to load at startup in addition to "
1362
"the default list of plugins. [for example: --plugin_add=crc32,logger_gearman]"
1365
#: ../drizzled/drizzled.cc:1169 ../drizzled/drizzled.cc:1937
1367
"Optional comma separated list of plugins to not load at startup. Effectively "
1368
"removes a plugin from the list of plugins to be loaded. [for example: --"
1369
"plugin_remove=crc32,logger_gearman]"
1372
#: ../drizzled/drizzled.cc:1173 ../drizzled/drizzled.cc:1943
1374
"Optional comma separated list of plugins to load at starup instead of the "
1375
"default plugin load list. [for example: --plugin_load=crc32,logger_gearman]"
1378
#: ../drizzled/drizzled.cc:1180 ../drizzled/drizzled.cc:1743
1437
#: ../drizzled/drizzled.cc:1036
1438
msgid "Display this help and exit after initializing plugins."
1441
#: ../drizzled/drizzled.cc:1040
1379
1442
msgid "Auto-increment columns are incremented by this"
1382
#: ../drizzled/drizzled.cc:1182 ../drizzled/drizzled.cc:1748
1445
#: ../drizzled/drizzled.cc:1045
1384
1447
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1388
#: ../drizzled/drizzled.cc:1184 ../drizzled/drizzled.cc:1754
1451
#: ../drizzled/drizzled.cc:1051
1390
1453
"Path to installation directory. All paths are usually resolved relative to "
1394
#: ../drizzled/drizzled.cc:1187 ../drizzled/drizzled.cc:1759
1457
#: ../drizzled/drizzled.cc:1056
1395
1458
msgid "Chroot drizzled daemon during startup."
1398
#: ../drizzled/drizzled.cc:1189 ../drizzled/drizzled.cc:1763
1461
#: ../drizzled/drizzled.cc:1060
1399
1462
msgid "Set the default collation."
1402
#: ../drizzled/drizzled.cc:1191 ../drizzled/drizzled.cc:1767
1465
#: ../drizzled/drizzled.cc:1064
1403
1466
msgid "Default completion type."
1406
#: ../drizzled/drizzled.cc:1192 ../drizzled/drizzled.cc:1772
1469
#: ../drizzled/drizzled.cc:1069
1407
1470
msgid "Write core on errors."
1410
#: ../drizzled/drizzled.cc:1194 ../drizzled/drizzled.cc:1776
1473
#: ../drizzled/drizzled.cc:1073
1411
1474
msgid "Path to the database root."
1414
#: ../drizzled/drizzled.cc:1196
1415
msgid "Set the default storage engine for tables."
1477
#: ../drizzled/drizzled.cc:1077
1478
msgid "Set the default storage engine (table type) for tables."
1418
#: ../drizzled/drizzled.cc:1198
1481
#: ../drizzled/drizzled.cc:1081
1419
1482
msgid "Set the default time zone."
1422
#: ../drizzled/drizzled.cc:1200 ../drizzled/drizzled.cc:1780
1485
#: ../drizzled/drizzled.cc:1086
1423
1486
msgid "Used for debugging; Use at your own risk!"
1426
#: ../drizzled/drizzled.cc:1202 ../drizzled/drizzled.cc:1785
1489
#: ../drizzled/drizzled.cc:1091
1427
1490
msgid "Set up signals usable for debugging"
1430
#: ../drizzled/drizzled.cc:1204
1493
#: ../drizzled/drizzled.cc:1095
1497
#: ../drizzled/drizzled.cc:1099
1431
1498
msgid "Set the language used for the month names and the days of the week."
1434
#: ../drizzled/drizzled.cc:1206 ../drizzled/drizzled.cc:1789
1501
#: ../drizzled/drizzled.cc:1104
1435
1502
msgid "Log some not critical warnings to the log file."
1438
#: ../drizzled/drizzled.cc:1208 ../drizzled/drizzled.cc:1794
1439
msgid "Pid file used by drizzled."
1442
#: ../drizzled/drizzled.cc:1210
1443
msgid "Maximum time in seconds to wait for the port to become free. "
1446
#: ../drizzled/drizzled.cc:1212
1447
msgid "Include the SQL query in replicated protobuf messages."
1450
#: ../drizzled/drizzled.cc:1214 ../drizzled/drizzled.cc:1803
1505
#: ../drizzled/drizzled.cc:1109
1506
msgid "Pid file used by safe_mysqld."
1509
#: ../drizzled/drizzled.cc:1113
1511
"Maximum time in seconds to wait for the port to become free. (Default: no "
1515
#: ../drizzled/drizzled.cc:1118
1452
1517
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1453
1518
"specified directory"
1456
#: ../drizzled/drizzled.cc:1217 ../drizzled/drizzled.cc:1808
1521
#: ../drizzled/drizzled.cc:1123
1458
1523
"Uniquely identifies the server instance in the community of replication "
1462
#: ../drizzled/drizzled.cc:1220 ../drizzled/drizzled.cc:1813
1527
#: ../drizzled/drizzled.cc:1128
1463
1528
msgid "Don't print a stack trace on failure."
1466
#: ../drizzled/drizzled.cc:1222 ../drizzled/drizzled.cc:1817
1531
#: ../drizzled/drizzled.cc:1132
1467
1532
msgid "Enable symbolic link support."
1470
#: ../drizzled/drizzled.cc:1224 ../drizzled/drizzled.cc:1826
1535
#: ../drizzled/drizzled.cc:1141
1472
1537
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1475
#: ../drizzled/drizzled.cc:1227
1540
#: ../drizzled/drizzled.cc:1146
1476
1541
msgid "Path for temporary files."
1479
#: ../drizzled/drizzled.cc:1229 ../drizzled/drizzled.cc:1831
1544
#: ../drizzled/drizzled.cc:1150
1480
1545
msgid "Default transaction isolation level."
1483
#: ../drizzled/drizzled.cc:1231
1485
"Max message size written to transaction log, valid values 131072 - 1048576 "
1489
#: ../drizzled/drizzled.cc:1233 ../drizzled/drizzled.cc:1835
1548
#: ../drizzled/drizzled.cc:1154
1490
1549
msgid "Run drizzled daemon as user."
1493
#: ../drizzled/drizzled.cc:1237 ../drizzled/drizzled.cc:1839
1552
#: ../drizzled/drizzled.cc:1162
1495
1554
"The number of outstanding connection requests Drizzle can have. This comes "
1496
1555
"into play when the main Drizzle thread gets very many connection requests in "
1497
1556
"a very short time."
1500
#: ../drizzled/drizzled.cc:1242 ../drizzled/drizzled.cc:1845
1559
#: ../drizzled/drizzled.cc:1168
1502
1561
"Size of tree cache used in bulk insert optimization. Note that this is a "
1503
1562
"limit per thread!"
1506
#: ../drizzled/drizzled.cc:1245 ../drizzled/drizzled.cc:1851
1565
#: ../drizzled/drizzled.cc:1174
1508
1567
"Precision of the result of '/' operator will be increased on that value."
1511
#: ../drizzled/drizzled.cc:1248
1570
#: ../drizzled/drizzled.cc:1180
1512
1571
msgid "The maximum length of the result of function group_concat."
1515
#: ../drizzled/drizzled.cc:1250 ../drizzled/drizzled.cc:1857
1574
#: ../drizzled/drizzled.cc:1185
1516
1575
msgid "The size of the buffer that is used for full joins."
1519
#: ../drizzled/drizzled.cc:1253
1521
"A global cap on the amount of memory that can be allocated by session join "
1522
"buffers (0 means unlimited)"
1525
#: ../drizzled/drizzled.cc:1255 ../drizzled/drizzled.cc:1863
1578
#: ../drizzled/drizzled.cc:1191
1526
1579
msgid "Max packetlength to send/receive from to server."
1529
#: ../drizzled/drizzled.cc:1257
1582
#: ../drizzled/drizzled.cc:1196
1584
"If there is more than this number of interrupted connections from a host "
1585
"this host will be blocked from further connections."
1588
#: ../drizzled/drizzled.cc:1201
1530
1589
msgid "Max number of errors/warnings to store for a statement."
1533
#: ../drizzled/drizzled.cc:1259 ../drizzled/drizzled.cc:1868
1592
#: ../drizzled/drizzled.cc:1206
1534
1593
msgid "Don't allow creation of heap tables bigger than this."
1537
#: ../drizzled/drizzled.cc:1261 ../drizzled/drizzled.cc:1874
1596
#: ../drizzled/drizzled.cc:1212
1539
1598
"Joins that are probably going to read more than max_join_size records return "
1543
#: ../drizzled/drizzled.cc:1264 ../drizzled/drizzled.cc:1880
1602
#: ../drizzled/drizzled.cc:1218
1544
1603
msgid "Max number of bytes in sorted records."
1547
#: ../drizzled/drizzled.cc:1266 ../drizzled/drizzled.cc:1885
1606
#: ../drizzled/drizzled.cc:1223
1548
1607
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1551
#: ../drizzled/drizzled.cc:1268 ../drizzled/drizzled.cc:1890
1610
#: ../drizzled/drizzled.cc:1228
1553
1612
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1554
1613
"max_sort_length bytes of each value are used; the rest are ignored)."
1557
#: ../drizzled/drizzled.cc:1272 ../drizzled/drizzled.cc:1897
1616
#: ../drizzled/drizzled.cc:1235
1558
1617
msgid "After this many write locks, allow some read locks to run in between."
1561
#: ../drizzled/drizzled.cc:1274 ../drizzled/drizzled.cc:1901
1620
#: ../drizzled/drizzled.cc:1239
1563
1622
"Don't log queries which examine less than min_examined_row_limit rows to "
1567
#: ../drizzled/drizzled.cc:1277
1626
#: ../drizzled/drizzled.cc:1245
1569
"Do not apply any heuristic(s) during query optimization to prune, thus "
1570
"perform an exhaustive search from the optimizer search space."
1628
"Controls the heuristic(s) applied during query optimization to prune less-"
1629
"promising partial plans from the optimizer search space. Meaning: false - do "
1630
"not apply any heuristic, thus perform exhaustive search; true - prune plans "
1631
"based on number of retrieved rows."
1573
#: ../drizzled/drizzled.cc:1280 ../drizzled/drizzled.cc:1915
1634
#: ../drizzled/drizzled.cc:1253
1575
1636
"Maximum depth of search performed by the query optimizer. Values larger than "
1576
1637
"the number of relations in a query result in better query plans, but take "
1581
1642
"(used for testing/comparison)."
1584
#: ../drizzled/drizzled.cc:1289 ../drizzled/drizzled.cc:1949
1645
#: ../drizzled/drizzled.cc:1265
1646
msgid "Directory for plugins."
1649
#: ../drizzled/drizzled.cc:1269
1651
"Optional comma separated list of plugins to load at startup in addition to "
1652
"the default list of plugins. [for example: --plugin_add=crc32,logger_gearman]"
1655
#: ../drizzled/drizzled.cc:1275
1657
"Optional comma separated list of plugins to not load at startup. Effectively "
1658
"removes a plugin from the list of plugins to be loaded. [for example: --"
1659
"plugin_remove=crc32,logger_gearman]"
1662
#: ../drizzled/drizzled.cc:1281
1664
"Optional comma separated list of plugins to load at starup instead of the "
1665
"default plugin load list. [for example: --plugin_load=crc32,logger_gearman]"
1668
#: ../drizzled/drizzled.cc:1287
1585
1669
msgid "The size of the buffer that is allocated when preloading indexes"
1588
#: ../drizzled/drizzled.cc:1292 ../drizzled/drizzled.cc:1954
1672
#: ../drizzled/drizzled.cc:1292
1589
1673
msgid "Allocation block size for query parsing and execution"
1592
#: ../drizzled/drizzled.cc:1295 ../drizzled/drizzled.cc:1959
1676
#: ../drizzled/drizzled.cc:1297
1593
1677
msgid "Persistent buffer for query parsing and execution"
1596
#: ../drizzled/drizzled.cc:1298 ../drizzled/drizzled.cc:1965
1680
#: ../drizzled/drizzled.cc:1303
1597
1681
msgid "Allocation block size for storing ranges during optimization"
1600
#: ../drizzled/drizzled.cc:1301 ../drizzled/drizzled.cc:1971
1684
#: ../drizzled/drizzled.cc:1309
1602
1686
"Each thread that does a sequential scan allocates a buffer of this size for "
1603
1687
"each table it scans. If you do many sequential scans, you may want to "
1604
1688
"increase this value."
1607
#: ../drizzled/drizzled.cc:1306
1608
msgid "A global cap on the size of read-buffer-size (0 means unlimited)"
1611
#: ../drizzled/drizzled.cc:1309 ../drizzled/drizzled.cc:1979
1691
#: ../drizzled/drizzled.cc:1317
1613
1693
"When reading rows in sorted order after a sort, the rows are read through "
1614
1694
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1615
1695
"record_buffer."
1618
#: ../drizzled/drizzled.cc:1314
1619
msgid "A global cap on the size of read-rnd-buffer-size (0 means unlimited)"
1622
#: ../drizzled/drizzled.cc:1316
1698
#: ../drizzled/drizzled.cc:1325
1623
1699
msgid "Select scheduler to be used (by default multi-thread)."
1626
#: ../drizzled/drizzled.cc:1319 ../drizzled/drizzled.cc:1988
1702
#: ../drizzled/drizzled.cc:1330
1627
1703
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1630
#: ../drizzled/drizzled.cc:1322
1632
"A global cap on the amount of memory that can be allocated by session sort "
1633
"buffers (0 means unlimited)"
1636
#: ../drizzled/drizzled.cc:1324 ../drizzled/drizzled.cc:1994
1706
#: ../drizzled/drizzled.cc:1336
1637
1707
msgid "The number of cached table definitions."
1640
#: ../drizzled/drizzled.cc:1326 ../drizzled/drizzled.cc:1998
1710
#: ../drizzled/drizzled.cc:1340
1641
1711
msgid "The number of cached open tables."
1644
#: ../drizzled/drizzled.cc:1328 ../drizzled/drizzled.cc:2002
1714
#: ../drizzled/drizzled.cc:1344
1646
1716
"Timeout in seconds to wait for a table level lock before returning an error. "
1647
1717
"Used only if the connection has active cursors."
1650
#: ../drizzled/drizzled.cc:1331 ../drizzled/drizzled.cc:2007
1720
#: ../drizzled/drizzled.cc:1349
1651
1721
msgid "The stack size for each thread."
1654
#: ../drizzled/drizzled.cc:1334 ../drizzled/drizzled.cc:2013
1724
#: ../drizzled/drizzled.cc:1355
1656
1726
"If an internal in-memory temporary table exceeds this size, Drizzle will "
1657
1727
"automatically convert it to an on-disk MyISAM table."
1660
#: ../drizzled/drizzled.cc:1357
1661
msgid "Duplicate entry for command line option\n"
1664
#: ../drizzled/drizzled.cc:1404 ../drizzled/drizzled.cc:1422
1665
#: ../drizzled/drizzled.cc:1456 ../drizzled/drizzled.cc:1464
1666
#: ../drizzled/drizzled.cc:1484
1670
"Use --help to get a list of available options\n"
1673
#: ../drizzled/drizzled.cc:1434
1674
msgid "Failed to initialize plugins\n"
1677
#: ../drizzled/drizzled.cc:1472
1681
"Use --help to get a list of available options\n"
1684
#: ../drizzled/drizzled.cc:1521
1686
msgid "Error getting default charset"
1689
#: ../drizzled/drizzled.cc:1551
1690
msgid "Error setting collation"
1693
#: ../drizzled/drizzled.cc:1559
1695
msgid "Unknown locale: '%s'"
1698
#: ../drizzled/drizzled.cc:1579
1699
msgid "Could not initialize table cache\n"
1702
#: ../drizzled/drizzled.cc:1594
1703
msgid "XA cache initialization failed: Out of memory\n"
1706
#: ../drizzled/drizzled.cc:1624
1707
msgid "No scheduler found, cannot continue!\n"
1710
#: ../drizzled/drizzled.cc:1648
1712
msgid "Unknown/unsupported storage engine: %s\n"
1715
#: ../drizzled/drizzled.cc:1798
1717
"Maximum time in seconds to wait for the port to become free. (Default: no "
1721
#: ../drizzled/drizzled.cc:1907
1723
"Controls the heuristic(s) applied during query optimization to prune less-"
1724
"promising partial plans from the optimizer search space. Meaning: false - do "
1725
"not apply any heuristic, thus perform exhaustive search; true - prune plans "
1726
"based on number of retrieved rows."
1729
#: ../drizzled/drizzled.cc:2039
1730
#: ../drizzled/drizzled.cc:1381
1731
1732
"Copyright (C) 2008 Sun Microsystems\n"
1732
1733
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1733
1734
"and you are welcome to modify and redistribute it under the GPL license\n"
1736
"Starts the Drizzle database server\n"
1737
#: ../drizzled/drizzled.cc:2046
1739
#: ../drizzled/drizzled.cc:1388
1739
1741
msgid "Usage: %s [OPTIONS]\n"
1742
#: ../drizzled/drizzled.cc:2167
1744
#: ../drizzled/drizzled.cc:1512
1745
1747
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
1746
1748
"command line\n"
1749
#: ../drizzled/drizzled.cc:2184
1750
msgid "Error: sort-heap-threshold cannot be less than sort-buffer-size"
1753
#: ../drizzled/drizzled.cc:2197
1754
msgid "Error: join-heap-threshold cannot be less than join-buffer-size"
1757
#: ../drizzled/drizzled.cc:2210
1758
msgid "Error: read-rnd-threshold cannot be less than read-rnd-buffer-size"
1761
#: ../drizzled/drizzled.cc:2223
1762
msgid "Error: read-buffer-threshold cannot be less than read-buffer-size"
1765
#: ../drizzled/drizzled.cc:2338
1768
"There was an error creating the '%s' part of the path '%s'. Please check "
1769
"the path exists and is writable.\n"
1772
#: ../drizzled/drizzled.cc:2345
1775
"There was an error opening the path '%s', please check the path exists and "
1779
#: ../drizzled/error.cc:133
1751
#: ../drizzled/drizzled.cc:1555
1752
msgid "Can't start server: cannot resolve hostname!"
1755
#: ../drizzled/drizzled.cc:1561
1756
msgid "Can't start server: bind-address refers to multiple interfaces!"
1759
#: ../drizzled/error.cc:138
1781
1761
msgid "Unknown error %d"
1784
#: ../drizzled/error.cc:207
1788
#: ../drizzled/error.cc:208
1789
msgid "Error on first"
1792
#: ../drizzled/error.cc:209
1764
#: ../drizzled/error.cc:214
1796
#: ../drizzled/error.cc:210
1768
#: ../drizzled/error.cc:215
1800
#: ../drizzled/error.cc:211
1772
#: ../drizzled/error.cc:216
1802
1774
msgid "Can't create file '%-.200s' (errno: %d)"
1805
#: ../drizzled/error.cc:212
1777
#: ../drizzled/error.cc:217
1807
1779
msgid "Can't create table '%-.200s' (errno: %d)"
1810
#: ../drizzled/error.cc:213
1812
msgid "Can't create schema '%-.192s' (errno: %d)"
1815
#: ../drizzled/error.cc:214
1817
msgid "Can't create schema '%-.192s'; schema exists"
1820
#: ../drizzled/error.cc:215
1822
msgid "Can't drop schema '%-.192s'; schema doesn't exist"
1825
#: ../drizzled/error.cc:216
1827
msgid "Error on delete of '%-.192s' (errno: %d)"
1830
#: ../drizzled/error.cc:217
1832
msgid "Can't get status of '%-.200s' (errno: %d)"
1835
1782
#: ../drizzled/error.cc:218
1837
msgid "Can't lock file (errno: %d)"
1784
msgid "Can't create database '%-.192s' (errno: %d)"
1840
1787
#: ../drizzled/error.cc:219
1842
msgid "Can't open file: '%-.200s' (errno: %d)"
1789
msgid "Can't create database '%-.192s'; database exists"
1845
1792
#: ../drizzled/error.cc:220
1847
msgid "Can't find file: '%-.200s' (errno: %d)"
1794
msgid "Can't drop database '%-.192s'; database doesn't exist"
1850
1797
#: ../drizzled/error.cc:221
1852
msgid "Can't read dir of '%-.192s' (errno: %d)"
1799
msgid "Error dropping database (can't delete '%-.192s', errno: %d)"
1855
1802
#: ../drizzled/error.cc:222
1857
msgid "Record has changed since last read in table '%-.192s'"
1804
msgid "Error dropping database (can't rmdir '%-.192s', errno: %d)"
1860
1807
#: ../drizzled/error.cc:223
1862
msgid "Disk full (%s); waiting for someone to free some space..."
1809
msgid "Error on delete of '%-.192s' (errno: %d)"
1865
1812
#: ../drizzled/error.cc:224
1867
msgid "Can't write; duplicate key in table '%-.192s'"
1813
msgid "Can't read record in system table"
1870
1816
#: ../drizzled/error.cc:225
1872
msgid "Error on close of '%-.192s' (errno: %d)"
1818
msgid "Can't get status of '%-.200s' (errno: %d)"
1875
1821
#: ../drizzled/error.cc:226
1877
msgid "Error reading file '%-.200s' (errno: %d)"
1823
msgid "Can't get working directory (errno: %d)"
1880
1826
#: ../drizzled/error.cc:227
1882
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
1828
msgid "Can't lock file (errno: %d)"
1885
1831
#: ../drizzled/error.cc:228
1887
msgid "Error writing file '%-.200s' (errno: %d)"
1833
msgid "Can't open file: '%-.200s' (errno: %d)"
1890
1836
#: ../drizzled/error.cc:229
1892
msgid "'%-.192s' is locked against change"
1838
msgid "Can't find file: '%-.200s' (errno: %d)"
1895
1841
#: ../drizzled/error.cc:230
1896
msgid "Sort aborted"
1843
msgid "Can't read dir of '%-.192s' (errno: %d)"
1899
1846
#: ../drizzled/error.cc:231
1901
msgid "Got error %d from storage engine"
1848
msgid "Can't change dir to '%-.192s' (errno: %d)"
1904
1851
#: ../drizzled/error.cc:232
1906
msgid "Table storage engine for '%-.192s' doesn't have this option"
1853
msgid "Record has changed since last read in table '%-.192s'"
1909
1856
#: ../drizzled/error.cc:233
1911
msgid "Can't find record in '%-.192s'"
1858
msgid "Disk full (%s); waiting for someone to free some space..."
1914
1861
#: ../drizzled/error.cc:234
1916
msgid "Incorrect information in file: '%-.200s'"
1863
msgid "Can't write; duplicate key in table '%-.192s'"
1919
1866
#: ../drizzled/error.cc:235
1921
msgid "Incorrect key file for table '%-.200s'; try to repair it"
1868
msgid "Error on close of '%-.192s' (errno: %d)"
1924
1871
#: ../drizzled/error.cc:236
1926
msgid "Old key file for table '%-.192s'; repair it!"
1873
msgid "Error reading file '%-.200s' (errno: %d)"
1929
1876
#: ../drizzled/error.cc:237
1931
msgid "Table '%-.192s' is read only"
1878
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
1934
1881
#: ../drizzled/error.cc:238
1936
msgid "Out of memory; restart server and try again (needed %lu bytes)"
1883
msgid "Error writing file '%-.200s' (errno: %d)"
1939
1886
#: ../drizzled/error.cc:239
1940
msgid "Out of sort memory; increase server sort buffer size"
1888
msgid "'%-.192s' is locked against change"
1943
1891
#: ../drizzled/error.cc:240
1944
msgid "Global sort memory constraint hit; increase sort-heap-threshold"
1892
msgid "Sort aborted"
1947
1895
#: ../drizzled/error.cc:241
1948
msgid "Global join memory constraint hit; increase join-heap-threshold"
1897
msgid "View '%-.192s' doesn't exist for '%-.192s'"
1951
1900
#: ../drizzled/error.cc:242
1952
msgid "Global read_rnd memory constraint hit; increase read-rnd-heap-threshold"
1902
msgid "Got error %d from storage engine"
1955
1905
#: ../drizzled/error.cc:243
1956
msgid "Global read memory constraint hit; increase read-buffer-threshold"
1907
msgid "Table storage engine for '%-.192s' doesn't have this option"
1959
1910
#: ../drizzled/error.cc:244
1961
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
1912
msgid "Can't find record in '%-.192s'"
1964
1915
#: ../drizzled/error.cc:245
1965
msgid "Too many connections"
1917
msgid "Incorrect information in file: '%-.200s'"
1968
1920
#: ../drizzled/error.cc:246
1970
"Out of memory; check if drizzled or some other process uses all available "
1971
"memory; if not, you may have to use 'ulimit' to allow drizzled to use more "
1972
"memory or you can add more swap space"
1922
msgid "Incorrect key file for table '%-.200s'; try to repair it"
1975
1925
#: ../drizzled/error.cc:247
1976
msgid "Can't get hostname for your address"
1927
msgid "Old key file for table '%-.192s'; repair it!"
1979
1930
#: ../drizzled/error.cc:248
1980
msgid "Bad handshake"
1932
msgid "Table '%-.192s' is read only"
1983
1935
#: ../drizzled/error.cc:249
1985
msgid "Access denied for user '%-.48s'@'%-.64s' to schema '%-.192s'"
1937
msgid "Out of memory; restart server and try again (needed %lu bytes)"
1988
1940
#: ../drizzled/error.cc:250
1990
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
1941
msgid "Out of sort memory; increase server sort buffer size"
1993
1944
#: ../drizzled/error.cc:251
1994
msgid "No schema selected"
1946
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
1997
1949
#: ../drizzled/error.cc:252
1998
msgid "Unknown command"
1950
msgid "Too many connections"
2001
1953
#: ../drizzled/error.cc:253
2003
msgid "Column '%-.192s' cannot be null"
1955
"Out of memory; check if drizzled or some other process uses all available "
1956
"memory; if not, you may have to use 'ulimit' to allow drizzled to use more "
1957
"memory or you can add more swap space"
2006
1960
#: ../drizzled/error.cc:254
2008
msgid "Unknown schema '%-.192s'"
1961
msgid "Can't get hostname for your address"
2011
1964
#: ../drizzled/error.cc:255
2013
msgid "Table '%-.192s' already exists"
1965
msgid "Bad handshake"
2016
1968
#: ../drizzled/error.cc:256
2018
msgid "Unknown table '%-.100s'"
1970
msgid "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
2021
1973
#: ../drizzled/error.cc:257
2023
msgid "Column '%-.192s' in %-.192s is ambiguous"
1975
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
2026
1978
#: ../drizzled/error.cc:258
2027
msgid "Server shutdown in progress"
1979
msgid "No database selected"
2030
1982
#: ../drizzled/error.cc:259
2032
msgid "Unknown column '%-.192s' in '%-.192s'"
1983
msgid "Unknown command"
2035
1986
#: ../drizzled/error.cc:260
2037
msgid "'%-.192s' isn't in GROUP BY"
1988
msgid "Column '%-.192s' cannot be null"
2040
1991
#: ../drizzled/error.cc:261
2042
msgid "Can't group on '%-.192s'"
1993
msgid "Unknown database '%-.192s'"
2045
1996
#: ../drizzled/error.cc:262
2046
msgid "Statement has sum functions and columns in same statement"
1998
msgid "Table '%-.192s' already exists"
2049
2001
#: ../drizzled/error.cc:263
2050
msgid "Column count doesn't match value count"
2003
msgid "Unknown table '%-.100s'"
2053
2006
#: ../drizzled/error.cc:264
2055
msgid "Identifier name '%-.100s' is too long"
2008
msgid "Column '%-.192s' in %-.192s is ambiguous"
2058
2011
#: ../drizzled/error.cc:265
2060
msgid "Duplicate column name '%-.192s'"
2012
msgid "Server shutdown in progress"
2063
2015
#: ../drizzled/error.cc:266
2065
msgid "Duplicate key name '%-.192s'"
2017
msgid "Unknown column '%-.192s' in '%-.192s'"
2068
2020
#: ../drizzled/error.cc:267
2070
msgid "Duplicate entry '%-.192s' for key %d"
2022
msgid "'%-.192s' isn't in GROUP BY"
2073
2025
#: ../drizzled/error.cc:268
2075
msgid "Incorrect column specifier for column '%-.192s'"
2027
msgid "Can't group on '%-.192s'"
2078
2030
#: ../drizzled/error.cc:269
2080
msgid "%s near '%-.80s' at line %d"
2031
msgid "Statement has sum functions and columns in same statement"
2083
2034
#: ../drizzled/error.cc:270
2085
msgid "Parsing error near '%s'"
2035
msgid "Column count doesn't match value count"
2088
2038
#: ../drizzled/error.cc:271
2040
msgid "Identifier name '%-.100s' is too long"
2043
#: ../drizzled/error.cc:272
2045
msgid "Duplicate column name '%-.192s'"
2048
#: ../drizzled/error.cc:273
2050
msgid "Duplicate key name '%-.192s'"
2053
#: ../drizzled/error.cc:274
2055
msgid "Duplicate entry '%-.192s' for key %d"
2058
#: ../drizzled/error.cc:275
2060
msgid "Incorrect column specifier for column '%-.192s'"
2063
#: ../drizzled/error.cc:276
2065
msgid "%s near '%-.80s' at line %d"
2068
#: ../drizzled/error.cc:277
2089
2069
msgid "Query was empty"
2092
#: ../drizzled/error.cc:272
2072
#: ../drizzled/error.cc:278
2094
2074
msgid "Not unique table/alias: '%-.192s'"
2097
#: ../drizzled/error.cc:273
2077
#: ../drizzled/error.cc:279
2099
2079
msgid "Invalid default value for '%-.192s'"
2102
#: ../drizzled/error.cc:274
2082
#: ../drizzled/error.cc:280
2103
2083
msgid "Multiple primary key defined"
2106
#: ../drizzled/error.cc:275
2086
#: ../drizzled/error.cc:281
2108
2088
msgid "Too many keys specified; max %d keys allowed"
2111
#: ../drizzled/error.cc:276
2091
#: ../drizzled/error.cc:282
2113
2093
msgid "Too many key parts specified; max %d parts allowed"
2116
#: ../drizzled/error.cc:277
2096
#: ../drizzled/error.cc:283
2118
2098
msgid "Specified key was too long; max key length is %d bytes"
2121
#: ../drizzled/error.cc:278
2101
#: ../drizzled/error.cc:284
2123
2103
msgid "Key column '%-.192s' doesn't exist in table"
2126
#: ../drizzled/error.cc:279
2106
#: ../drizzled/error.cc:285
2129
2109
"BLOB column '%-.192s' can't be used in key specification with the used table "
2133
#: ../drizzled/error.cc:280
2113
#: ../drizzled/error.cc:286
2136
2116
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
2140
#: ../drizzled/error.cc:281
2120
#: ../drizzled/error.cc:287
2142
2122
"Incorrect table definition; there can be only one auto column and it must be "
2143
2123
"defined as a key"
2146
#: ../drizzled/error.cc:282
2126
#: ../drizzled/error.cc:288
2129
"%s: ready for connections.\n"
2130
"Version: '%s' socket: '%s' port: %u\n"
2133
#: ../drizzled/error.cc:289
2148
2135
msgid "%s: Normal shutdown\n"
2151
#: ../drizzled/error.cc:283
2138
#: ../drizzled/error.cc:290
2153
2140
msgid "%s: Got signal %d. Aborting!\n"
2156
#: ../drizzled/error.cc:284
2143
#: ../drizzled/error.cc:291
2158
2145
msgid "%s: Shutdown complete\n"
2161
#: ../drizzled/error.cc:285
2148
#: ../drizzled/error.cc:292
2163
2150
msgid "%s: Forcing close of thread %<PRIu64> user: '%-.48s'\n"
2166
#: ../drizzled/error.cc:286
2153
#: ../drizzled/error.cc:293
2167
2154
msgid "Can't create IP socket"
2170
#: ../drizzled/error.cc:287
2157
#: ../drizzled/error.cc:294
2173
2160
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
2177
#: ../drizzled/error.cc:288
2164
#: ../drizzled/error.cc:295
2180
2167
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
2181
2168
"check the manual"
2184
#: ../drizzled/error.cc:289
2171
#: ../drizzled/error.cc:296
2186
2173
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
2189
#: ../drizzled/error.cc:290
2176
#: ../drizzled/error.cc:297
2192
"The file '%-.128s' must be in the schema directory or be readable by all"
2179
"The file '%-.128s' must be in the database directory or be readable by all"
2195
#: ../drizzled/error.cc:291
2182
#: ../drizzled/error.cc:298
2197
2184
msgid "File '%-.200s' already exists"
2200
#: ../drizzled/error.cc:292
2187
#: ../drizzled/error.cc:299
2202
2189
msgid "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
2205
#: ../drizzled/error.cc:293
2192
#: ../drizzled/error.cc:300
2194
msgid "Records: %ld Duplicates: %ld"
2197
#: ../drizzled/error.cc:301
2207
2199
"Incorrect prefix key; the used key part isn't a string, the used length is "
2208
2200
"longer than the key part, or the storage engine doesn't support unique "
2212
#: ../drizzled/error.cc:294
2204
#: ../drizzled/error.cc:302
2213
2205
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
2216
#: ../drizzled/error.cc:295
2208
#: ../drizzled/error.cc:303
2218
2210
msgid "Can't DROP '%-.192s'; check that column/key exists"
2221
#: ../drizzled/error.cc:296
2213
#: ../drizzled/error.cc:304
2223
2215
msgid "Records: %ld Duplicates: %ld Warnings: %ld"
2226
#: ../drizzled/error.cc:297
2218
#: ../drizzled/error.cc:305
2228
2220
msgid "You can't specify target table '%-.192s' for update in FROM clause"
2231
#. KILL session errors
2232
#: ../drizzled/error.cc:300
2234
msgid "Unknown session id: %lu"
2237
#: ../drizzled/error.cc:301
2239
msgid "You are not the owner of session %lu"
2242
#: ../drizzled/error.cc:302
2243
msgid "You cannot kill the session you are connected from."
2246
#: ../drizzled/error.cc:305
2247
msgid "No tables used"
2250
2223
#: ../drizzled/error.cc:306
2252
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
2225
msgid "Unknown thread id: %lu"
2255
2228
#: ../drizzled/error.cc:307
2257
msgid "Incorrect schema name '%-.100s'"
2230
msgid "You are not owner of thread %lu"
2260
2233
#: ../drizzled/error.cc:308
2262
msgid "Incorrect table name '%-.100s'"
2234
msgid "No tables used"
2265
2237
#: ../drizzled/error.cc:309
2267
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
2268
"use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay"
2239
msgid "Too many strings for column %-.192s and SET"
2271
2242
#: ../drizzled/error.cc:310
2272
msgid "Unknown error"
2244
msgid "Can't generate a unique log-filename %-.200s.(1-999)\n"
2275
2247
#: ../drizzled/error.cc:311
2277
msgid "Unknown procedure '%-.192s'"
2249
msgid "Table '%-.192s' was locked with a READ lock and can't be updated"
2280
2252
#: ../drizzled/error.cc:312
2282
msgid "Incorrect parameter count to procedure '%-.192s'"
2254
msgid "Table '%-.192s' was not locked with LOCK TABLES"
2285
2257
#: ../drizzled/error.cc:313
2287
msgid "Unknown table '%-.192s' in %-.32s"
2259
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
2290
2262
#: ../drizzled/error.cc:314
2292
msgid "Column '%-.192s' specified twice"
2264
msgid "Incorrect database name '%-.100s'"
2295
2267
#: ../drizzled/error.cc:315
2296
msgid "Invalid use of group function"
2269
msgid "Incorrect table name '%-.100s'"
2299
2272
#: ../drizzled/error.cc:316
2302
"Table '%-.192s' uses an extension that doesn't exist in this Drizzle version"
2274
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
2275
"use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay"
2305
2278
#: ../drizzled/error.cc:317
2306
msgid "A table must have at least 1 column"
2279
msgid "Unknown error"
2309
2282
#: ../drizzled/error.cc:318
2311
msgid "The table '%-.192s' is full"
2284
msgid "Unknown procedure '%-.192s'"
2314
2287
#: ../drizzled/error.cc:319
2316
msgid "Too many tables; Drizzle can only use %d tables in a join"
2289
msgid "Incorrect parameter count to procedure '%-.192s'"
2319
2292
#: ../drizzled/error.cc:320
2320
msgid "Too many columns"
2294
msgid "Incorrect parameters to procedure '%-.192s'"
2323
2297
#: ../drizzled/error.cc:321
2326
"Row size too large. The maximum row size for the used table type, not "
2327
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
2299
msgid "Unknown table '%-.192s' in %-.32s"
2330
2302
#: ../drizzled/error.cc:322
2331
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
2304
msgid "Column '%-.192s' specified twice"
2334
2307
#: ../drizzled/error.cc:323
2337
"Table handler doesn't support NULL in given index. Please change column "
2338
"'%-.192s' to be NOT NULL or use another handler"
2308
msgid "Invalid use of group function"
2341
2311
#: ../drizzled/error.cc:324
2342
msgid "No paths allowed for plugin library"
2314
"Table '%-.192s' uses an extension that doesn't exist in this Drizzle version"
2345
2317
#: ../drizzled/error.cc:325
2347
msgid "Plugin '%-.192s' already exists"
2318
msgid "A table must have at least 1 column"
2350
2321
#: ../drizzled/error.cc:326
2352
msgid "Can't open shared library '%-.192s' (errno: %d %s)"
2323
msgid "The table '%-.192s' is full"
2355
2326
#: ../drizzled/error.cc:327
2357
msgid "Can't find symbol '%-.128s' in library '%s'"
2328
msgid "Unknown character set: '%-.64s'"
2360
2331
#: ../drizzled/error.cc:328
2362
msgid "Rows matched: %ld Changed: %ld Warnings: %ld"
2333
msgid "Too many tables; Drizzle can only use %d tables in a join"
2365
2336
#: ../drizzled/error.cc:329
2368
"Can't create a new thread (errno %d); if you are not out of available "
2369
"memory, you can consult the manual for a possible OS-dependent bug"
2337
msgid "Too many columns"
2372
2340
#: ../drizzled/error.cc:330
2374
msgid "Column count doesn't match value count at row %ld"
2343
"Row size too large. The maximum row size for the used table type, not "
2344
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
2377
2347
#: ../drizzled/error.cc:331
2379
msgid "Can't reopen table: '%-.192s'"
2350
"Thread stack overrun: Used: %ld of a %ld stack. Use 'drizzled -O "
2351
"thread_stack=#' to specify a bigger stack if needed"
2382
2354
#: ../drizzled/error.cc:332
2384
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
2385
"illegal if there is no GROUP BY clause"
2355
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
2388
2358
#: ../drizzled/error.cc:333
2390
msgid "Table '%-.192s.%-.192s' doesn't exist"
2361
"Table handler doesn't support NULL in given index. Please change column "
2362
"'%-.192s' to be NOT NULL or use another handler"
2393
2365
#: ../drizzled/error.cc:334
2395
"You have an error in your SQL syntax; check the manual that corresponds to "
2396
"your Drizzle server version for the right syntax to use"
2367
msgid "Can't load function '%-.192s'"
2399
2370
#: ../drizzled/error.cc:335
2400
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
2372
msgid "Can't initialize function '%-.192s'; %-.80s"
2403
2375
#: ../drizzled/error.cc:336
2404
msgid "Got packets out of order"
2376
msgid "No paths allowed for plugin library"
2407
2379
#: ../drizzled/error.cc:337
2408
msgid "The used table type doesn't support BLOB/TEXT columns"
2381
msgid "Plugin '%-.192s' already exists"
2411
2384
#: ../drizzled/error.cc:338
2412
msgid "The used table type doesn't support AUTO_INCREMENT columns"
2386
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
2415
2389
#: ../drizzled/error.cc:339
2417
msgid "Incorrect column name '%-.100s'"
2391
msgid "Can't find symbol '%-.128s' in library '%-.128s'"
2420
2394
#: ../drizzled/error.cc:340
2422
msgid "The used storage engine can't index column '%-.192s'"
2396
msgid "Function '%-.192s' is not defined"
2425
2399
#: ../drizzled/error.cc:341
2427
"Unable to open underlying table which is differently defined or of non-"
2428
"MyISAM type or doesn't exist"
2402
"Host '%-.64s' is blocked because of many connection errors; unblock with "
2403
"'drizzleadmin flush-hosts'"
2431
2406
#: ../drizzled/error.cc:342
2433
msgid "Can't write, because of unique constraint, to table '%-.192s'"
2408
msgid "Host '%-.64s' is not allowed to connect to this Drizzle server"
2436
2411
#: ../drizzled/error.cc:343
2439
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
2413
"You are using Drizzle as an anonymous user and anonymous users are not "
2414
"allowed to change passwords"
2442
2417
#: ../drizzled/error.cc:344
2444
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
2419
"You must have privileges to update tables in the drizzle database to be able "
2420
"to change passwords for others"
2448
2423
#: ../drizzled/error.cc:345
2449
msgid "Result consisted of more than one row"
2424
msgid "Can't find any matching row in the user table"
2452
2427
#: ../drizzled/error.cc:346
2453
msgid "This table type requires a primary key"
2429
msgid "Rows matched: %ld Changed: %ld Warnings: %ld"
2456
2432
#: ../drizzled/error.cc:347
2458
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
2435
"Can't create a new thread (errno %d); if you are not out of available "
2436
"memory, you can consult the manual for a possible OS-dependent bug"
2461
2439
#: ../drizzled/error.cc:348
2462
msgid "Can't open table"
2441
msgid "Column count doesn't match value count at row %ld"
2465
2444
#: ../drizzled/error.cc:349
2467
msgid "The storage engine for the table doesn't support %s"
2446
msgid "Can't reopen table: '%-.192s'"
2470
2449
#: ../drizzled/error.cc:350
2472
msgid "Got error %d during COMMIT"
2450
msgid "Invalid use of NULL value"
2475
2453
#: ../drizzled/error.cc:351
2477
msgid "Got error %d during ROLLBACK"
2480
#. This is a very incorrect place to use the PRIi64 macro as the
2481
#. program that looks over the source for the N_() macros does not
2482
#. (obviously) do macro expansion, so the string is entirely wrong for
2483
#. what it is trying to output for every language except english.
2455
msgid "Got error '%-.64s' from regexp"
2458
#: ../drizzled/error.cc:352
2460
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
2461
"illegal if there is no GROUP BY clause"
2464
#: ../drizzled/error.cc:353
2466
msgid "There is no such grant defined for user '%-.48s' on host '%-.64s'"
2469
#: ../drizzled/error.cc:354
2471
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for table '%-.192s'"
2474
#: ../drizzled/error.cc:355
2477
"%-.16s command denied to user '%-.48s'@'%-.64s' for column '%-.192s' in "
2484
2481
#: ../drizzled/error.cc:356
2487
"Aborted connection %<PRIi64> to db: '%-.192s' user: '%-.48s' host: "
2483
"Illegal GRANT/REVOKE command; please consult the manual to see which "
2484
"privileges can be used"
2491
2487
#: ../drizzled/error.cc:357
2493
"Can't execute the given command because you have active locked tables or an "
2494
"active transaction"
2488
msgid "The host or user argument to GRANT is too long"
2497
2491
#: ../drizzled/error.cc:358
2499
msgid "Unknown system variable '%-.64s'"
2493
msgid "Table '%-.192s.%-.192s' doesn't exist"
2502
2496
#: ../drizzled/error.cc:359
2504
msgid "Table '%-.192s' is marked as crashed and should be repaired"
2499
"There is no such grant defined for user '%-.48s' on host '%-.64s' on table "
2507
2503
#: ../drizzled/error.cc:360
2510
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
2504
msgid "The used command is not allowed with this Drizzle version"
2513
2507
#: ../drizzled/error.cc:361
2514
msgid "Some non-transactional changed tables couldn't be rolled back"
2509
"You have an error in your SQL syntax; check the manual that corresponds to "
2510
"your Drizzle server version for the right syntax to use"
2517
2513
#: ../drizzled/error.cc:362
2518
msgid "You may only use constant expressions with SET"
2515
msgid "Delayed insert thread couldn't get requested lock for table %-.192s"
2521
2518
#: ../drizzled/error.cc:363
2522
msgid "Lock wait timeout exceeded; try restarting transaction"
2519
msgid "Too many delayed threads in use"
2525
2522
#: ../drizzled/error.cc:364
2526
msgid "The total number of locks exceeds the lock table size"
2524
msgid "Aborted connection %ld to db: '%-.192s' user: '%-.48s' (%-.64s)"
2529
2527
#: ../drizzled/error.cc:365
2530
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
2528
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
2533
2531
#: ../drizzled/error.cc:366
2534
msgid "DROP DATABASE not allowed while thread is holding global read lock"
2532
msgid "Got a read error from the connection pipe"
2537
2535
#: ../drizzled/error.cc:367
2539
msgid "Incorrect arguments to %s"
2536
msgid "Got an error from fcntl()"
2542
2539
#: ../drizzled/error.cc:368
2543
msgid "Deadlock found when trying to get lock; try restarting transaction"
2546
#: ../drizzled/error.cc:369
2547
msgid "The used table type doesn't support FULLTEXT indexes"
2550
#: ../drizzled/error.cc:370
2551
msgid "Cannot add foreign key constraint"
2554
#: ../drizzled/error.cc:371
2555
msgid "Cannot add or update a child row: a foreign key constraint fails"
2558
#: ../drizzled/error.cc:372
2559
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
2562
#: ../drizzled/error.cc:373
2564
msgid "Incorrect usage of %s and %s"
2540
msgid "Got packets out of order"
2543
#. CR_NET_UNCOMPRESS_ERROR 08S01
2544
#: ../drizzled/error.cc:369 ../plugin/drizzle_protocol/errmsg.cc:101
2545
msgid "Couldn't uncompress communication packet"
2548
#. CR_NET_READ_ERROR 08S01
2549
#: ../drizzled/error.cc:370 ../plugin/drizzle_protocol/errmsg.cc:103
2550
msgid "Got an error reading communication packets"
2553
#. CR_NET_READ_INTERRUPTED 08S01
2554
#: ../drizzled/error.cc:371 ../plugin/drizzle_protocol/errmsg.cc:105
2555
msgid "Got timeout reading communication packets"
2558
#. CR_NET_ERROR_ON_WRITE 08S01
2559
#: ../drizzled/error.cc:372 ../plugin/drizzle_protocol/errmsg.cc:107
2560
msgid "Got an error writing communication packets"
2563
#. CR_NET_WRITE_INTERRUPTED 08S01
2564
#: ../drizzled/error.cc:373 ../plugin/drizzle_protocol/errmsg.cc:109
2565
msgid "Got timeout writing communication packets"
2567
2568
#: ../drizzled/error.cc:374
2568
msgid "The used SELECT statements have a different number of columns"
2569
msgid "Result string is longer than 'max_allowed_packet' bytes"
2571
2572
#: ../drizzled/error.cc:375
2572
msgid "Can't execute the query because you have a conflicting read lock"
2573
msgid "The used table type doesn't support BLOB/TEXT columns"
2575
2576
#: ../drizzled/error.cc:376
2578
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
2577
msgid "The used table type doesn't support AUTO_INCREMENT columns"
2581
2580
#: ../drizzled/error.cc:377
2584
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
2583
"INSERT DELAYED can't be used with table '%-.192s' because it is locked with "
2587
2587
#: ../drizzled/error.cc:378
2589
msgid "Variable '%-.64s' doesn't have a default value"
2589
msgid "Incorrect column name '%-.100s'"
2592
2592
#: ../drizzled/error.cc:379
2594
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
2594
msgid "The used storage engine can't index column '%-.192s'"
2597
2597
#: ../drizzled/error.cc:380
2599
msgid "Incorrect argument type to variable '%-.64s'"
2599
"Unable to open underlying table which is differently defined or of non-"
2600
"MyISAM type or doesn't exist"
2602
2603
#: ../drizzled/error.cc:381
2604
msgid "Variable '%-.64s' can only be set, not read"
2605
msgid "Can't write, because of unique constraint, to table '%-.192s'"
2607
2608
#: ../drizzled/error.cc:382
2609
msgid "Incorrect usage/placement of '%s'"
2611
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
2612
2614
#: ../drizzled/error.cc:383
2614
msgid "This version of Drizzle doesn't yet support '%s'"
2616
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
2617
2620
#: ../drizzled/error.cc:384
2619
msgid "Variable '%-.192s' is a %s variable"
2621
msgid "Result consisted of more than one row"
2622
2624
#: ../drizzled/error.cc:385
2624
msgid "Incorrect foreign key definition for '%-.192s': %s"
2625
msgid "This table type requires a primary key"
2627
2628
#: ../drizzled/error.cc:386
2628
msgid "Key reference and table reference don't match"
2629
msgid "This version of Drizzle is not compiled with RAID support"
2631
2632
#: ../drizzled/error.cc:387
2633
msgid "Operand should contain %d column(s)"
2634
"You are using safe update mode and you tried to update a table without a "
2635
"WHERE that uses a KEY column"
2636
2638
#: ../drizzled/error.cc:388
2637
msgid "Subquery returns more than 1 row"
2640
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
2640
2643
#: ../drizzled/error.cc:389
2642
msgid "Converting column '%s' from %s to %s"
2644
msgid "Can't open table"
2645
2647
#: ../drizzled/error.cc:390
2647
msgid "Reference '%-.64s' not supported (%s)"
2649
msgid "The storage engine for the table doesn't support %s"
2650
2652
#: ../drizzled/error.cc:391
2651
msgid "Every derived table must have its own alias"
2653
msgid "You are not allowed to execute this command in a transaction"
2654
2656
#: ../drizzled/error.cc:392
2656
msgid "Select %u was reduced during optimization"
2658
msgid "Got error %d during COMMIT"
2659
2661
#: ../drizzled/error.cc:393
2661
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
2663
msgid "Got error %d during ROLLBACK"
2664
2666
#: ../drizzled/error.cc:394
2665
msgid "All parts of a SPATIAL index must be NOT NULL"
2668
msgid "Got error %d during FLUSH_LOGS"
2668
2671
#: ../drizzled/error.cc:395
2670
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
2673
#: ../drizzled/error.cc:396
2676
"Uncompressed data size too large; the maximum size is %d (based on "
2677
"max_allowed_packet). The length of uncompressed data may also be corrupted."
2680
#: ../drizzled/error.cc:397
2681
msgid "ZLIB: Not enough memory"
2684
#: ../drizzled/error.cc:398
2686
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
2687
"data was corrupted)"
2690
#: ../drizzled/error.cc:399
2691
msgid "ZLIB: Input data corrupted"
2673
msgid "Got error %d during CHECKPOINT"
2676
#. This is a very incorrect place to use the PRIi64 macro as the
2677
#. program that looks over the source for the N_() macros does not
2678
#. (obviously) do macro expansion, so the string is entirely wrong for
2679
#. what it is trying to output for every language except english.
2694
2680
#: ../drizzled/error.cc:400
2696
msgid "%d line(s) were cut by GROUP_CONCAT()"
2683
"Aborted connection %<PRIi64> to db: '%-.192s' user: '%-.48s' host: "
2699
2687
#: ../drizzled/error.cc:401
2701
msgid "Row %ld doesn't contain data for all columns"
2688
msgid "The storage engine for the table does not support binary table dump"
2704
2691
#: ../drizzled/error.cc:402
2707
"Row %ld was truncated; it contained more data than there were input columns"
2692
msgid "Binlog closed, cannot RESET MASTER"
2710
2695
#: ../drizzled/error.cc:403
2713
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
2697
msgid "Failed rebuilding the index of dumped table '%-.192s'"
2716
2700
#: ../drizzled/error.cc:404
2718
msgid "Out of range value for column '%s' at row %ld"
2702
msgid "Error from master: '%-.64s'"
2721
2705
#: ../drizzled/error.cc:405
2723
msgid "Data truncated for column '%s' at row %ld"
2706
msgid "Net error reading from master"
2726
2709
#: ../drizzled/error.cc:406
2728
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
2710
msgid "Net error writing to master"
2731
2713
#: ../drizzled/error.cc:407
2733
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
2714
msgid "Can't find FULLTEXT index matching the column list"
2736
2717
#: ../drizzled/error.cc:408
2738
msgid "Illegal mix of collations for operation '%s'"
2719
"Can't execute the given command because you have active locked tables or an "
2720
"active transaction"
2741
2723
#: ../drizzled/error.cc:409
2744
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
2725
msgid "Unknown system variable '%-.64s'"
2748
2728
#: ../drizzled/error.cc:410
2750
msgid "Unknown collation: '%-.64s'"
2730
msgid "Table '%-.192s' is marked as crashed and should be repaired"
2753
2733
#: ../drizzled/error.cc:411
2756
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
2736
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
2760
2739
#: ../drizzled/error.cc:412
2762
msgid "Incorrect index name '%-.100s'"
2740
msgid "Some non-transactional changed tables couldn't be rolled back"
2765
2743
#: ../drizzled/error.cc:413
2767
msgid "Incorrect catalog name '%-.100s'"
2745
"Multi-statement transaction required more than 'max_binlog_cache_size' bytes "
2746
"of storage; increase this drizzled variable and try again"
2770
2749
#: ../drizzled/error.cc:414
2772
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
2751
"This operation cannot be performed with a running slave; run STOP SLAVE first"
2775
2754
#: ../drizzled/error.cc:415
2777
msgid "Unknown table engine '%s'"
2756
"This operation requires a running slave; configure slave and do START SLAVE"
2780
2759
#: ../drizzled/error.cc:416
2782
msgid "The target table %-.100s of the %s is not updatable"
2760
msgid "The server is not configured as slave; fix with CHANGE MASTER TO"
2785
2763
#: ../drizzled/error.cc:417
2788
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
2765
"Could not initialize master info structure; more error messages can be found "
2766
"in the Drizzle error log"
2792
2769
#: ../drizzled/error.cc:418
2795
"The Drizzle server is running with the %s option so it cannot execute this "
2770
msgid "Could not create slave thread; check system resources"
2799
2773
#: ../drizzled/error.cc:419
2801
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
2776
"User %-.64s already has more than 'max_user_connections' active connections"
2804
2779
#: ../drizzled/error.cc:420
2806
msgid "Truncated incorrect %-.32s value: '%-.128s'"
2780
msgid "You may only use constant expressions with SET"
2809
2783
#: ../drizzled/error.cc:421
2811
"Incorrect table definition; there can be only one TIMESTAMP column with "
2812
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
2784
msgid "Lock wait timeout exceeded; try restarting transaction"
2815
2787
#: ../drizzled/error.cc:422
2817
msgid "Invalid ON UPDATE clause for '%-.192s' column"
2788
msgid "The total number of locks exceeds the lock table size"
2820
2791
#: ../drizzled/error.cc:423
2822
msgid "Got error %d '%-.100s' from %s"
2792
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
2825
2795
#: ../drizzled/error.cc:424
2827
msgid "Got temporary error %d '%-.100s' from %s"
2796
msgid "DROP DATABASE not allowed while thread is holding global read lock"
2830
2799
#: ../drizzled/error.cc:425
2832
msgid "Unknown or incorrect time zone: '%-.64s'"
2800
msgid "CREATE DATABASE not allowed while thread is holding global read lock"
2835
2803
#: ../drizzled/error.cc:426
2837
msgid "Invalid %s character string: '%.64s'"
2805
msgid "Incorrect arguments to %s"
2840
2808
#: ../drizzled/error.cc:427
2842
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
2810
msgid "'%-.48s'@'%-.64s' is not allowed to create new users"
2845
2813
#: ../drizzled/error.cc:428
2847
msgid "%s %s does not exist"
2815
"Incorrect table definition; all MERGE tables must be in the same database"
2850
2818
#: ../drizzled/error.cc:429
2851
msgid "Query execution was interrupted"
2819
msgid "Deadlock found when trying to get lock; try restarting transaction"
2854
2822
#: ../drizzled/error.cc:430
2857
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
2858
"(s) or definer/invoker of view lack rights to use them"
2823
msgid "The used table type doesn't support FULLTEXT indexes"
2861
2826
#: ../drizzled/error.cc:431
2863
msgid "Field '%-.192s' doesn't have a default value"
2827
msgid "Cannot add foreign key constraint"
2866
2830
#: ../drizzled/error.cc:432
2867
msgid "Division by 0"
2831
msgid "Cannot add or update a child row: a foreign key constraint fails"
2870
2834
#: ../drizzled/error.cc:433
2872
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
2835
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
2875
2838
#: ../drizzled/error.cc:434
2877
msgid "Illegal %s '%-.192s' value found during parsing"
2840
msgid "Error connecting to master: %-.128s"
2880
2843
#: ../drizzled/error.cc:435
2882
msgid "Key part '%-.192s' length cannot be 0"
2845
msgid "Error running query on master: %-.128s"
2885
2848
#: ../drizzled/error.cc:436
2888
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
2850
msgid "Error when executing command %s: %-.128s"
2892
2853
#: ../drizzled/error.cc:437
2894
msgid "Data too long for column '%s' at row %ld"
2855
msgid "Incorrect usage of %s and %s"
2897
2858
#: ../drizzled/error.cc:438
2900
"%s: ready for connections.\n"
2901
"Version: '%s' %s\n"
2859
msgid "The used SELECT statements have a different number of columns"
2904
2862
#: ../drizzled/error.cc:439
2905
msgid "Can't load value from file with fixed size rows to variable"
2863
msgid "Can't execute the query because you have a conflicting read lock"
2908
2866
#: ../drizzled/error.cc:440
2910
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
2867
msgid "Mixing of transactional and non-transactional tables is disabled"
2913
2870
#: ../drizzled/error.cc:441
2914
msgid "Table definition has changed, please retry transaction"
2872
msgid "Option '%s' used twice in statement"
2917
2875
#: ../drizzled/error.cc:442
2919
msgid "Not allowed to return a result set from a %s"
2877
msgid "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
2922
2880
#: ../drizzled/error.cc:443
2923
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
2882
msgid "Access denied; you need the %-.128s privilege for this operation"
2926
2885
#: ../drizzled/error.cc:444
2928
"Explicit or implicit commit is not allowed in stored function or trigger."
2888
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
2931
2891
#: ../drizzled/error.cc:445
2933
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
2894
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
2936
2897
#: ../drizzled/error.cc:446
2938
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
2899
msgid "Variable '%-.64s' doesn't have a default value"
2941
2902
#: ../drizzled/error.cc:447
2944
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
2904
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
2948
2907
#: ../drizzled/error.cc:448
2949
msgid "Trigger in wrong schema"
2909
msgid "Incorrect argument type to variable '%-.64s'"
2952
2912
#: ../drizzled/error.cc:449
2955
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
2956
"needed. Use 'drizzled -O thread_stack=#' to specify a bigger stack."
2914
msgid "Variable '%-.64s' can only be set, not read"
2959
2917
#: ../drizzled/error.cc:450
2961
msgid "Display width out of range for column '%-.192s' (max = %d)"
2919
msgid "Incorrect usage/placement of '%s'"
2964
2922
#: ../drizzled/error.cc:451
2966
msgid "Datetime function: %-.32s field overflow"
2924
msgid "This version of Drizzle doesn't yet support '%s'"
2969
2927
#: ../drizzled/error.cc:452
2972
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
2930
"Got fatal error %d: '%-.128s' from master when reading data from binary log"
2975
2933
#: ../drizzled/error.cc:453
2978
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
2934
msgid "Slave SQL thread ignored the query because of replicate-*-table rules"
2981
2937
#: ../drizzled/error.cc:454
2982
msgid "No data - zero rows fetched, selected, or processed"
2939
msgid "Variable '%-.192s' is a %s variable"
2985
2942
#: ../drizzled/error.cc:455
2987
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
2944
msgid "Incorrect foreign key definition for '%-.192s': %s"
2990
2947
#: ../drizzled/error.cc:456
2992
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
2948
msgid "Key reference and table reference don't match"
2995
2951
#: ../drizzled/error.cc:457
2996
msgid "The used table type doesn't support SPATIAL indexes"
2953
msgid "Operand should contain %d column(s)"
2999
2956
#: ../drizzled/error.cc:458
3001
msgid "Leading spaces are removed from name '%s'"
2957
msgid "Subquery returns more than 1 row"
3004
2960
#: ../drizzled/error.cc:459
3005
msgid "Failed to read auto-increment value from storage engine"
2962
msgid "Unknown prepared statement handler (%.*s) given to %s"
3008
2965
#: ../drizzled/error.cc:460
3010
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
2966
msgid "Help database is corrupt or does not exist"
3013
2969
#: ../drizzled/error.cc:461
3014
msgid "Too high level of nesting for select"
2970
msgid "Cyclic reference on subqueries"
3017
2973
#: ../drizzled/error.cc:462
3019
msgid "Name '%-.64s' has become ''"
2975
msgid "Converting column '%s' from %s to %s"
3022
2978
#: ../drizzled/error.cc:463
3024
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
3025
"optional and non-empty FIELDS ENCLOSED BY"
2980
msgid "Reference '%-.64s' not supported (%s)"
3028
2983
#: ../drizzled/error.cc:464
3031
"Table storage engine '%-.64s' does not support the create option '%.64s'"
2984
msgid "Every derived table must have its own alias"
3034
2987
#: ../drizzled/error.cc:465
3036
msgid "Error setting %-.32s. Given value %-.128s %-.128s"
2989
msgid "Select %u was reduced during optimization"
3039
2992
#: ../drizzled/error.cc:466
3041
msgid "Incorrect %-.32s value: '%-.128s'"
2994
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
3044
2997
#: ../drizzled/error.cc:467
3046
msgid "Table has no partition for value %-.64s"
2999
"Client does not support authentication protocol requested by server; "
3000
"consider upgrading Drizzle client"
3049
3003
#: ../drizzled/error.cc:468
3050
msgid "Writing one row to the row-based binary log failed"
3004
msgid "All parts of a SPATIAL index must be NOT NULL"
3053
3007
#: ../drizzled/error.cc:469
3055
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
3009
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
3058
3012
#: ../drizzled/error.cc:470
3061
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
3062
"d would lead to a duplicate entry"
3013
msgid "Slave is already running"
3065
3016
#: ../drizzled/error.cc:471
3067
"Transaction isolation level can't be changed while a transaction is in "
3017
msgid "Slave already has been stopped"
3071
3020
#: ../drizzled/error.cc:472
3073
msgid "Incorrect parameter count in the call to native function '%-.192s'"
3023
"Uncompressed data size too large; the maximum size is %d (based on "
3024
"max_allowed_packet). The length of uncompressed data may also be corrupted."
3076
3027
#: ../drizzled/error.cc:473
3078
msgid "Incorrect parameters in the call to native function '%-.192s'"
3028
msgid "ZLIB: Not enough memory"
3081
3031
#: ../drizzled/error.cc:474
3083
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
3033
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
3034
"data was corrupted)"
3086
3037
#: ../drizzled/error.cc:475
3038
msgid "ZLIB: Input data corrupted"
3041
#: ../drizzled/error.cc:476
3088
msgid "Invalid column reference (%-.64s) in LOAD DATA"
3043
msgid "%d line(s) were cut by GROUP_CONCAT()"
3091
3046
#: ../drizzled/error.cc:477
3093
msgid "Received an invalid datetime value '%s'."
3048
msgid "Row %ld doesn't contain data for all columns"
3096
3051
#: ../drizzled/error.cc:478
3098
msgid "Received an invalid DATE value '%s'."
3054
"Row %ld was truncated; it contained more data than there were input columns"
3101
3057
#: ../drizzled/error.cc:479
3103
msgid "Received a NULL argument for function '%s'."
3060
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
3106
3063
#: ../drizzled/error.cc:480
3108
msgid "Received an invalid timestamp value '%s'."
3065
msgid "Out of range value for column '%s' at row %ld"
3111
3068
#: ../drizzled/error.cc:481
3113
msgid "Received an invalid TIME value '%s'."
3070
msgid "Data truncated for column '%s' at row %ld"
3116
3073
#: ../drizzled/error.cc:482
3118
msgid "Received an invalid value '%s' for a UNIX timestamp."
3075
msgid "Using storage engine %s for table '%s'"
3078
#: ../drizzled/error.cc:483
3080
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
3121
3083
#: ../drizzled/error.cc:484
3123
msgid "Received an out-of-range argument '%s' for function '%s'."
3084
msgid "Cannot drop one or more of the requested users"
3126
3087
#: ../drizzled/error.cc:485
3128
msgid "Received an invalid enum value '%s'."
3088
msgid "Can't revoke all privileges for one or more of the requested users"
3131
3091
#: ../drizzled/error.cc:486
3132
msgid "Tables which are replicated require a primary key."
3093
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
3096
#: ../drizzled/error.cc:487
3098
msgid "Illegal mix of collations for operation '%s'"
3135
3101
#: ../drizzled/error.cc:488
3137
msgid "Corrupt or invalid schema definition for '%s' : %s"
3104
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
3140
3108
#: ../drizzled/error.cc:489
3142
msgid "Corrupt or invalid table definition for '%s': %s"
3110
msgid "Unknown collation: '%-.64s'"
3145
3113
#: ../drizzled/error.cc:490
3147
msgid "The number of enum that were required was too high for table '%s'"
3115
"SSL parameters in CHANGE MASTER are ignored because this Drizzle slave was "
3116
"compiled without SSL support; they can be used later if Drizzle slave with "
3150
3120
#: ../drizzled/error.cc:491
3152
msgid "Corrupt or invalid table definition for '%s'"
3123
"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the "
3124
"old format; please change the password to the new format"
3155
3127
#: ../drizzled/error.cc:492
3157
msgid "Collation '%s' for table %s is invalid/unknown"
3130
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
3134
#: ../drizzled/error.cc:493
3135
msgid "Incorrect parameter or combination of parameters for START SLAVE UNTIL"
3160
3138
#: ../drizzled/error.cc:494
3162
msgid "Cannot drop table '%s'"
3140
"It is recommended to use --skip-slave-start when doing step-by-step "
3141
"replication with START SLAVE UNTIL; otherwise, you will get problems if you "
3142
"get an unexpected slave's drizzled restart"
3165
3145
#: ../drizzled/error.cc:495
3167
msgid "Error occurred while dropping table '%s'"
3146
msgid "SQL thread is not to be started so UNTIL options are ignored"
3170
3149
#: ../drizzled/error.cc:496
3172
msgid "Permission denied to create '%s'"
3151
msgid "Incorrect index name '%-.100s'"
3175
3154
#: ../drizzled/error.cc:497
3177
msgid "Unknown table '%s'"
3156
msgid "Incorrect catalog name '%-.100s'"
3159
#: ../drizzled/error.cc:498
3161
msgid "Query cache failed to set size %lu; new query cache size is %lu"
3180
3164
#: ../drizzled/error.cc:499
3182
msgid "Cannot create schema '%s'"
3166
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
3185
3169
#: ../drizzled/error.cc:500
3187
msgid "Schema does not exist: %s"
3171
msgid "Unknown key cache '%-.100s'"
3190
3174
#: ../drizzled/error.cc:501
3192
msgid "Error altering schema: %s"
3176
"Drizzle is started in --skip-name-resolve mode; you must restart it without "
3177
"this switch for this grant to work"
3195
3180
#: ../drizzled/error.cc:502
3197
msgid "Error droppping Schema : %s"
3182
msgid "Unknown table engine '%s'"
3185
#: ../drizzled/error.cc:503
3187
msgid "'%s' is deprecated; use '%s' instead"
3200
3190
#: ../drizzled/error.cc:504
3201
msgid "Temporary table too large, rerun with SQL_BIG_RESULT."
3192
msgid "The target table %-.100s of the %s is not updatable"
3204
3195
#: ../drizzled/error.cc:505
3206
msgid "Unknown table engine option key/pair %s = %s."
3198
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
3209
3202
#: ../drizzled/error.cc:506
3211
msgid "Unknown schema engine option key/pair %s = %s."
3205
"The Drizzle server is running with the %s option so it cannot execute this "
3209
#: ../drizzled/error.cc:507
3211
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
3214
3214
#: ../drizzled/error.cc:508
3215
msgid "Admin access not allowed from this username/IP address."
3218
#. User lock/barrier error messages
3216
msgid "Truncated incorrect %-.32s value: '%-.128s'"
3219
#: ../drizzled/error.cc:509
3221
"Incorrect table definition; there can be only one TIMESTAMP column with "
3222
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
3225
#: ../drizzled/error.cc:510
3227
msgid "Invalid ON UPDATE clause for '%-.192s' column"
3219
3230
#: ../drizzled/error.cc:511
3220
msgid "wait() can not be called on session owning user defined barrier."
3231
msgid "This command is not supported in the prepared statement protocol yet"
3223
3234
#: ../drizzled/error.cc:512
3224
msgid "Unknown user defined barrier requested."
3236
msgid "Got error %d '%-.100s' from %s"
3227
3239
#: ../drizzled/error.cc:513
3228
msgid "Session does not own user defined barrier."
3241
msgid "Got temporary error %d '%-.100s' from %s"
3231
3244
#: ../drizzled/error.cc:514
3232
msgid "Session can not wait on a user defined lock owned by the session."
3246
msgid "Unknown or incorrect time zone: '%-.64s'"
3235
3249
#: ../drizzled/error.cc:515
3236
msgid "Session does not own user defined lock."
3251
msgid "Invalid TIMESTAMP value in column '%s' at row %ld"
3254
#: ../drizzled/error.cc:516
3256
msgid "Invalid %s character string: '%.64s'"
3239
3259
#: ../drizzled/error.cc:517
3240
msgid "Invalid name for user defined barrier."
3261
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
3243
3264
#: ../drizzled/error.cc:518
3244
msgid "Invalid name for user defined lock."
3266
msgid "Conflicting declarations: '%s%s' and '%s%s'"
3269
#: ../drizzled/error.cc:519
3271
msgid "Can't create a %s from within another stored routine"
3247
3274
#: ../drizzled/error.cc:520
3249
"Either a DEFAULt value or NULL NULL description is required for a new column "
3250
"if table is not empty"
3276
msgid "%s %s already exists"
3279
#: ../drizzled/error.cc:521
3281
msgid "%s %s does not exist"
3284
#: ../drizzled/error.cc:522
3286
msgid "Failed to DROP %s %s"
3254
3289
#: ../drizzled/error.cc:523
3257
"Cast to unsigned converted negative integer to it's positive complement: %s"
3291
msgid "Failed to CREATE %s %s"
3260
3294
#: ../drizzled/error.cc:524
3262
msgid "Invalid cast to signed integer: %s"
3296
msgid "%s with no matching label: %s"
3299
#: ../drizzled/error.cc:525
3301
msgid "Redefining label %s"
3265
3304
#: ../drizzled/error.cc:526
3267
msgid "Identifier '%.*s' is a SQL keyword."
3306
msgid "End-label %s without match"
3309
#: ../drizzled/error.cc:527
3311
msgid "Referring to uninitialized variable %s"
3314
#: ../drizzled/error.cc:528
3316
msgid "PROCEDURE %s can't return a result set in the given context"
3270
3319
#: ../drizzled/error.cc:529
3272
msgid "Can't unlock file (Errcode: %d)"
3320
msgid "RETURN is only allowed in a FUNCTION"
3275
3323
#: ../drizzled/error.cc:530
3277
msgid "Can't change size of file (Errcode: %d)"
3325
msgid "%s is not allowed in stored procedures"
3280
3328
#: ../drizzled/error.cc:531
3282
msgid "Can't open stream from handle (Errcode: %d)"
3330
"The update log is deprecated and replaced by the binary log; SET "
3331
"SQL_LOG_UPDATE has been ignored"
3285
3334
#: ../drizzled/error.cc:532
3287
msgid "Warning: '%s' had %d links"
3336
"The update log is deprecated and replaced by the binary log; SET "
3337
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
3290
3340
#: ../drizzled/error.cc:533
3292
msgid "Warning: %d files and %d streams is left open\n"
3341
msgid "Query execution was interrupted"
3295
3344
#: ../drizzled/error.cc:534
3297
msgid "Can't create directory '%s' (Errcode: %d)"
3346
msgid "Incorrect number of arguments for %s %s; expected %u, got %u"
3300
3349
#: ../drizzled/error.cc:535
3303
"Character set '%s' is not a compiled character set and is not specified in "
3351
msgid "Undefined CONDITION: %s"
3307
3354
#: ../drizzled/error.cc:536
3309
msgid "Out of resources when opening file '%s' (Errcode: %d)"
3356
msgid "No RETURN found in FUNCTION %s"
3312
3359
#: ../drizzled/error.cc:537
3314
msgid "Can't read value for symlink '%s' (Error %d)"
3361
msgid "FUNCTION %s ended without RETURN"
3317
3364
#: ../drizzled/error.cc:538
3319
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
3365
msgid "Cursor statement must be a SELECT"
3322
3368
#: ../drizzled/error.cc:539
3324
msgid "Error on realpath() on '%s' (Error %d)"
3369
msgid "Cursor SELECT must not have INTO"
3327
3372
#: ../drizzled/error.cc:540
3329
msgid "Can't sync file '%s' to disk (Errcode: %d)"
3374
msgid "Undefined CURSOR: %s"
3332
3377
#: ../drizzled/error.cc:541
3335
"Collation '%s' is not a compiled collation and is not specified in the %s "
3378
msgid "Cursor is already open"
3339
3381
#: ../drizzled/error.cc:542
3382
msgid "Cursor is not open"
3385
#: ../drizzled/error.cc:543
3341
msgid "File '%s' (fileno: %d) was not closed"
3387
msgid "Undeclared variable: %s"
3390
#: ../drizzled/error.cc:544
3391
msgid "Incorrect number of FETCH variables"
3345
3394
#: ../drizzled/error.cc:545
3346
msgid "Received an invalid UUID value"
3395
msgid "No data - zero rows fetched, selected, or processed"
3349
3398
#: ../drizzled/error.cc:546
3350
msgid "The UUID was not created with a valid time"
3400
msgid "Duplicate parameter: %s"
3403
#: ../drizzled/error.cc:547
3405
msgid "Duplicate variable: %s"
3408
#: ../drizzled/error.cc:548
3410
msgid "Duplicate condition: %s"
3354
3413
#: ../drizzled/error.cc:549
3356
msgid "Received an invalid BOOLEAN value '%s'."
3415
msgid "Duplicate cursor: %s"
3359
3418
#: ../drizzled/error.cc:550
3361
msgid "Invalid cast to BOOLEAN: '%s'."
3364
#. Transactional DDL
3420
msgid "Failed to ALTER %s %s"
3423
#: ../drizzled/error.cc:551
3424
msgid "Subquery value not supported"
3427
#: ../drizzled/error.cc:552
3429
msgid "%s is not allowed in stored function or trigger"
3365
3432
#: ../drizzled/error.cc:553
3366
msgid "Transactional DDL not supported"
3433
msgid "Variable or condition declaration after cursor or handler declaration"
3436
#: ../drizzled/error.cc:554
3437
msgid "Cursor declaration after handler declaration"
3370
3440
#: ../drizzled/error.cc:555
3372
msgid "Assertion '%s' failed."
3441
msgid "Case not found for CASE statement"
3375
3444
#: ../drizzled/error.cc:556
3377
msgid "Assertion '%s' failed, the result was NULL."
3380
#. Catalog related errors
3446
msgid "Configuration file '%-.192s' is too big"
3449
#: ../drizzled/error.cc:557
3451
msgid "Malformed file type header in file '%-.192s'"
3454
#: ../drizzled/error.cc:558
3456
msgid "Unexpected end of file while parsing comment '%-.200s'"
3459
#: ../drizzled/error.cc:559
3461
msgid "Error while parsing parameter '%-.192s' (line: '%-.192s')"
3464
#: ../drizzled/error.cc:560
3466
msgid "Unexpected end of file while skipping unknown parameter '%-.192s'"
3469
#: ../drizzled/error.cc:561
3470
msgid "EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
3473
#: ../drizzled/error.cc:562
3475
msgid "'%-.192s.%-.192s' is not %s"
3478
#: ../drizzled/error.cc:563
3480
msgid "Column '%-.192s' is not updatable"
3483
#: ../drizzled/error.cc:564
3484
msgid "View's SELECT contains a subquery in the FROM clause"
3487
#: ../drizzled/error.cc:565
3489
msgid "View's SELECT contains a '%s' clause"
3492
#: ../drizzled/error.cc:566
3493
msgid "View's SELECT contains a variable or parameter"
3496
#: ../drizzled/error.cc:567
3498
msgid "View's SELECT refers to a temporary table '%-.192s'"
3501
#: ../drizzled/error.cc:568
3502
msgid "View's SELECT and view's field list have different column counts"
3505
#: ../drizzled/error.cc:569
3507
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
3510
#: ../drizzled/error.cc:570
3511
msgid "View being updated does not have complete key of underlying table in it"
3514
#: ../drizzled/error.cc:571
3517
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
3518
"(s) or definer/invoker of view lack rights to use them"
3521
#: ../drizzled/error.cc:572
3523
msgid "Can't drop or alter a %s from within another stored routine"
3526
#: ../drizzled/error.cc:573
3527
msgid "GOTO is not allowed in a stored procedure handler"
3381
3530
#: ../drizzled/error.cc:574
3383
msgid "Cannot create catalog '%s'."
3531
msgid "Trigger already exists"
3386
3534
#: ../drizzled/error.cc:575
3388
msgid "Permission is denied to create '%s' catalog."
3535
msgid "Trigger does not exist"
3391
3538
#: ../drizzled/error.cc:576
3393
msgid "Cannot drop catalog '%s'."
3540
msgid "Trigger's '%-.192s' is view or temporary table"
3396
3543
#: ../drizzled/error.cc:577
3398
msgid "Permission is denied to drop '%s' catalog."
3545
msgid "Updating of %s row is not allowed in %strigger"
3401
3548
#: ../drizzled/error.cc:578
3403
msgid "Catalog '%s' does not exist."
3550
msgid "There is no %s row in %s trigger"
3406
3553
#: ../drizzled/error.cc:579
3407
msgid "You cannot drop the 'local' catalog."
3555
msgid "Field '%-.192s' doesn't have a default value"
3410
3558
#: ../drizzled/error.cc:580
3412
msgid "Could not gain lock on '%s'."
3559
msgid "Division by 0"
3415
3562
#: ../drizzled/error.cc:581
3417
msgid "Corrupt or invalid catalog definition for '%s' : '%s'."
3564
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
3420
3567
#: ../drizzled/error.cc:582
3421
msgid "Invalid catalog name."
3569
msgid "Illegal %s '%-.192s' value found during parsing"
3424
3572
#: ../drizzled/error.cc:583
3426
"Engine status is now stored in the data_dictionary tables, please use these "
3430
#: ../drizzled/identifier/catalog.cc:56
3432
"Catalog name cannot be encoded and fit within filesystem name length "
3436
#: ../drizzled/identifier/schema.cc:59 ../drizzled/identifier/table.cc:221
3574
msgid "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
3577
#: ../drizzled/error.cc:584
3579
msgid "CHECK OPTION failed '%-.192s.%-.192s'"
3582
#: ../drizzled/error.cc:585
3584
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
3587
#: ../drizzled/error.cc:586
3589
msgid "Failed purging old relay logs: %s"
3592
#: ../drizzled/error.cc:587
3594
msgid "Password hash should be a %d-digit hexadecimal number"
3597
#: ../drizzled/error.cc:588
3598
msgid "Target log not found in binlog index"
3601
#: ../drizzled/error.cc:589
3602
msgid "I/O error reading log index file"
3605
#: ../drizzled/error.cc:590
3606
msgid "Server configuration does not permit binlog purge"
3609
#: ../drizzled/error.cc:591
3610
msgid "Failed on fseek()"
3613
#: ../drizzled/error.cc:592
3614
msgid "Fatal error during log purge"
3617
#: ../drizzled/error.cc:593
3618
msgid "A purgeable log is in use, will not purge"
3621
#: ../drizzled/error.cc:594
3622
msgid "Unknown error during log purge"
3625
#: ../drizzled/error.cc:595
3627
msgid "Failed initializing relay log position: %s"
3630
#: ../drizzled/error.cc:596
3631
msgid "You are not using binary logging"
3634
#: ../drizzled/error.cc:597
3637
"The '%-.64s' syntax is reserved for purposes internal to the Drizzle server"
3640
#: ../drizzled/error.cc:598
3641
msgid "WSAStartup Failed"
3644
#: ../drizzled/error.cc:599
3645
msgid "Can't handle procedures with different groups yet"
3648
#: ../drizzled/error.cc:600
3649
msgid "Select must have a group with this procedure"
3652
#: ../drizzled/error.cc:601
3653
msgid "Can't use ORDER clause with this procedure"
3656
#: ../drizzled/error.cc:602
3658
msgid "Binary logging and replication forbid changing the global server %s"
3661
#: ../drizzled/error.cc:603
3663
msgid "Can't map file: %-.200s, errno: %d"
3666
#: ../drizzled/error.cc:604
3668
msgid "Wrong magic in %-.64s"
3671
#: ../drizzled/error.cc:605
3672
msgid "Prepared statement contains too many placeholders"
3675
#: ../drizzled/error.cc:606
3677
msgid "Key part '%-.192s' length cannot be 0"
3680
#: ../drizzled/error.cc:607
3681
msgid "View text checksum failed"
3684
#: ../drizzled/error.cc:608
3687
"Can not modify more than one base table through a join view '%-.192s.%-.192s'"
3690
#: ../drizzled/error.cc:609
3692
msgid "Can not insert into join view '%-.192s.%-.192s' without fields list"
3695
#: ../drizzled/error.cc:610
3697
msgid "Can not delete from join view '%-.192s.%-.192s'"
3700
#: ../drizzled/error.cc:611
3702
msgid "Operation %s failed for %.256s"
3705
#: ../drizzled/error.cc:612
3706
msgid "XAER_NOTA: Unknown XID"
3709
#: ../drizzled/error.cc:613
3710
msgid "XAER_INVAL: Invalid arguments (or unsupported command)"
3713
#: ../drizzled/error.cc:614
3716
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
3720
#: ../drizzled/error.cc:615
3721
msgid "XAER_OUTSIDE: Some work is done outside global transaction"
3724
#: ../drizzled/error.cc:616
3726
"XAER_RMERR: Fatal error occurred in the transaction branch - check your data "
3730
#: ../drizzled/error.cc:617
3731
msgid "XA_RBROLLBACK: Transaction branch was rolled back"
3734
#: ../drizzled/error.cc:618
3737
"There is no such grant defined for user '%-.48s' on host '%-.64s' on routine "
3741
#: ../drizzled/error.cc:619
3742
msgid "Failed to grant EXECUTE and ALTER ROUTINE privileges"
3745
#: ../drizzled/error.cc:620
3746
msgid "Failed to revoke all privileges to dropped routine"
3749
#: ../drizzled/error.cc:621
3751
msgid "Data too long for column '%s' at row %ld"
3754
#: ../drizzled/error.cc:622
3756
msgid "Bad SQLSTATE: '%s'"
3759
#: ../drizzled/error.cc:623
3762
"%s: ready for connections.\n"
3763
"Version: '%s' %s\n"
3766
#: ../drizzled/error.cc:624
3767
msgid "Can't load value from file with fixed size rows to variable"
3770
#: ../drizzled/error.cc:625
3771
msgid "You are not allowed to create a user with GRANT"
3774
#: ../drizzled/error.cc:626
3776
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
3779
#: ../drizzled/error.cc:627
3780
msgid "Table definition has changed, please retry transaction"
3783
#: ../drizzled/error.cc:628
3784
msgid "Duplicate handler declared in the same block"
3787
#: ../drizzled/error.cc:629
3790
"OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-"
3791
"variable in BEFORE trigger"
3794
#: ../drizzled/error.cc:630
3796
msgid "Not allowed to return a result set from a %s"
3799
#: ../drizzled/error.cc:631
3800
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
3803
#: ../drizzled/error.cc:632
3805
"A routine failed and has neither NO SQL nor READS SQL DATA in its "
3806
"declaration and binary logging is enabled; if non-transactional tables were "
3807
"updated, the binary log will miss their changes"
3810
#: ../drizzled/error.cc:633
3812
"This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its "
3813
"declaration and binary logging is enabled (you *might* want to use the less "
3814
"safe log_bin_trust_function_creators variable)"
3817
#: ../drizzled/error.cc:634
3819
"You do not have the SUPER privilege and binary logging is enabled (you "
3820
"*might* want to use the less safe log_bin_trust_function_creators variable)"
3823
#: ../drizzled/error.cc:635
3825
"You can't execute a prepared statement which has an open cursor associated "
3826
"with it. Reset the statement to re-execute it."
3829
#: ../drizzled/error.cc:636
3831
msgid "The statement (%lu) has no open cursor."
3834
#: ../drizzled/error.cc:637
3836
"Explicit or implicit commit is not allowed in stored function or trigger."
3839
#: ../drizzled/error.cc:638
3842
"Field of view '%-.192s.%-.192s' underlying table doesn't have a default value"
3845
#: ../drizzled/error.cc:639
3846
msgid "Recursive stored functions and triggers are not allowed."
3849
#: ../drizzled/error.cc:640
3851
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
3854
#: ../drizzled/error.cc:641
3856
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
3859
#: ../drizzled/error.cc:642
3862
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
3866
#: ../drizzled/error.cc:643
3868
"You can't combine write-locking of system tables with other tables or lock "
3872
#: ../drizzled/error.cc:644
3874
msgid "Unable to connect to foreign data source: %.64s"
3877
#: ../drizzled/error.cc:645
3880
"There was a problem processing the query on the foreign data source. Data "
3881
"source error: %-.64s"
3884
#: ../drizzled/error.cc:646
3887
"The foreign data source you are trying to reference does not exist. Data "
3888
"source error: %-.64s"
3891
#: ../drizzled/error.cc:647
3894
"Can't create federated table. The data source connection string '%-.64s' is "
3895
"not in the correct format"
3898
#: ../drizzled/error.cc:648
3900
msgid "The data source connection string '%-.64s' is not in the correct format"
3903
#: ../drizzled/error.cc:649
3905
msgid "Can't create federated table. Foreign data src error: %-.64s"
3908
#: ../drizzled/error.cc:650
3909
msgid "Trigger in wrong schema"
3912
#: ../drizzled/error.cc:651
3915
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
3916
"needed. Use 'drizzled -O thread_stack=#' to specify a bigger stack."
3919
#: ../drizzled/error.cc:652
3921
msgid "Routine body for '%-.100s' is too long"
3924
#: ../drizzled/error.cc:653
3925
msgid "Cannot drop default keycache"
3928
#: ../drizzled/error.cc:654
3930
msgid "Display width out of range for column '%-.192s' (max = %d)"
3933
#: ../drizzled/error.cc:655
3934
msgid "XAER_DUPID: The XID already exists"
3937
#: ../drizzled/error.cc:656
3939
msgid "Datetime function: %-.32s field overflow"
3942
#: ../drizzled/error.cc:657
3945
"Can't update table '%-.192s' in stored function/trigger because it is "
3946
"already used by statement which invoked this stored function/trigger."
3949
#: ../drizzled/error.cc:658
3952
"The definition of table '%-.192s' prevents operation %.192s on table "
3956
#: ../drizzled/error.cc:659
3958
"The prepared statement contains a stored routine call that refers to that "
3959
"same statement. It's not allowed to execute a prepared statement in such a "
3963
#: ../drizzled/error.cc:660
3964
msgid "Not allowed to set autocommit from a stored function or trigger"
3967
#: ../drizzled/error.cc:661
3968
msgid "Definer is not fully qualified"
3971
#: ../drizzled/error.cc:662
3974
"View '%-.192s'.'%-.192s' has no definer information (old table format). "
3975
"Current user is used as definer. Please recreate the view!"
3978
#: ../drizzled/error.cc:663
3981
"You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' "
3985
#: ../drizzled/error.cc:664
3987
msgid "The user specified as a definer ('%-.64s'@'%-.64s') does not exist"
3990
#: ../drizzled/error.cc:665
3992
msgid "Changing schema from '%-.192s' to '%-.192s' is not allowed."
3995
#: ../drizzled/error.cc:666
3998
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
4001
#: ../drizzled/error.cc:667
4004
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
4007
#: ../drizzled/error.cc:668
4009
msgid "Variable '%-.64s' must be quoted with `...`, or renamed"
4012
#: ../drizzled/error.cc:669
4015
"No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be "
4016
"activated under the authorization of the invoker, which may have "
4017
"insufficient privileges. Please recreate the trigger."
4020
#: ../drizzled/error.cc:670
4022
msgid "'%-.192s' has an old format, you should re-create the '%s' object(s)"
4025
#: ../drizzled/error.cc:671
4028
"Recursive limit %d (as set by the max_sp_recursion_depth variable) was "
4029
"exceeded for routine %.192s"
4032
#: ../drizzled/error.cc:672
4035
"Failed to load routine %-.192s. The table drizzle.proc is missing, corrupt, "
4036
"or contains bad data (internal code %d)"
4039
#: ../drizzled/error.cc:673
4041
msgid "Incorrect routine name '%-.192s'"
4044
#: ../drizzled/error.cc:674
4046
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
4049
#: ../drizzled/error.cc:675
4050
msgid "AGGREGATE is not supported for stored functions"
4053
#: ../drizzled/error.cc:676
4056
"Can't create more than max_prepared_stmt_count statements (current value: %"
4060
#: ../drizzled/error.cc:677
4062
msgid "`%-.192s`.`%-.192s` contains view recursion"
4065
#: ../drizzled/error.cc:678
4067
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
4070
#: ../drizzled/error.cc:679
4071
msgid "The used table type doesn't support SPATIAL indexes"
4074
#: ../drizzled/error.cc:680
4075
msgid "Triggers can not be created on system tables"
4078
#: ../drizzled/error.cc:681
4080
msgid "Leading spaces are removed from name '%s'"
4083
#: ../drizzled/error.cc:682
4084
msgid "Failed to read auto-increment value from storage engine"
4087
#: ../drizzled/error.cc:683
4091
#: ../drizzled/error.cc:684
4095
#: ../drizzled/error.cc:685
4097
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
4100
#: ../drizzled/error.cc:686
4102
msgid "The target table %-.100s of the %s is not insertable-into"
4105
#: ../drizzled/error.cc:687
4108
"Table '%-.64s' is differently defined or of non-MyISAM type or doesn't exist"
4111
#: ../drizzled/error.cc:688
4112
msgid "Too high level of nesting for select"
4115
#: ../drizzled/error.cc:689
4117
msgid "Name '%-.64s' has become ''"
4120
#: ../drizzled/error.cc:690
4122
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
4123
"optional and non-empty FIELDS ENCLOSED BY"
4126
#: ../drizzled/error.cc:691
4128
msgid "The foreign server, %s, you are trying to create already exists."
4131
#: ../drizzled/error.cc:692
4134
"The foreign server name you are trying to reference does not exist. Data "
4135
"source error: %-.64s"
4138
#: ../drizzled/error.cc:693
4141
"Table storage engine '%-.64s' does not support the create option '%.64s'"
4144
#: ../drizzled/error.cc:694
4147
"Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for "
4151
#: ../drizzled/error.cc:695
4153
msgid "Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
4156
#: ../drizzled/error.cc:696
4157
msgid "MAXVALUE can only be used in last partition definition"
4160
#: ../drizzled/error.cc:697
4161
msgid "Subpartitions can only be hash partitions and by key"
4164
#: ../drizzled/error.cc:698
4165
msgid "Must define subpartitions on all partitions if on one partition"
4168
#: ../drizzled/error.cc:699
4169
msgid "Wrong number of partitions defined, mismatch with previous setting"
4172
#: ../drizzled/error.cc:700
4173
msgid "Wrong number of subpartitions defined, mismatch with previous setting"
4176
#: ../drizzled/error.cc:701
4177
msgid "Constant/Random expression in (sub)partitioning function is not allowed"
4180
#: ../drizzled/error.cc:702
4181
msgid "Expression in RANGE/LIST VALUES must be constant"
4184
#: ../drizzled/error.cc:703
4185
msgid "Field in list of fields for partition function not found in table"
4188
#: ../drizzled/error.cc:704
4189
msgid "List of fields is only allowed in KEY partitions"
4192
#: ../drizzled/error.cc:705
4194
"The partition info in the frm file is not consistent with what can be "
4195
"written into the frm file"
4198
#: ../drizzled/error.cc:706
4200
msgid "The %-.192s function returns the wrong type"
4203
#: ../drizzled/error.cc:707
4205
msgid "For %-.64s partitions each partition must be defined"
4208
#: ../drizzled/error.cc:708
4209
msgid "VALUES LESS THAN value must be strictly increasing for each partition"
4212
#: ../drizzled/error.cc:709
4213
msgid "VALUES value must be of same type as partition function"
4216
#: ../drizzled/error.cc:710
4217
msgid "Multiple definition of same constant in list partitioning"
4220
#: ../drizzled/error.cc:711
4221
msgid "Partitioning can not be used stand-alone in query"
4224
#: ../drizzled/error.cc:712
4226
"The mix of handlers in the partitions is not allowed in this version of "
4230
#: ../drizzled/error.cc:713
4232
msgid "For the partitioned engine it is necessary to define all %-.64s"
4235
#: ../drizzled/error.cc:714
4236
msgid "Too many partitions (including subpartitions) were defined"
4239
#: ../drizzled/error.cc:715
4241
"It is only possible to mix RANGE/LIST partitioning with HASH/KEY "
4242
"partitioning for subpartitioning"
4245
#: ../drizzled/error.cc:716
4246
msgid "Failed to create specific handler file"
4249
#: ../drizzled/error.cc:717
4250
msgid "A BLOB field is not allowed in partition function"
4253
#: ../drizzled/error.cc:718
4255
msgid "A %-.192s must include all columns in the table's partitioning function"
4258
#: ../drizzled/error.cc:719
4260
msgid "Number of %-.64s = 0 is not an allowed value"
4263
#: ../drizzled/error.cc:720
4264
msgid "Partition management on a not partitioned table is not possible"
4267
#: ../drizzled/error.cc:721
4269
"Foreign key condition is not yet supported in conjunction with partitioning"
4272
#: ../drizzled/error.cc:722
4274
msgid "Error in list of partitions to %-.64s"
4277
#: ../drizzled/error.cc:723
4278
msgid "Cannot remove all partitions, use DROP TABLE instead"
4281
#: ../drizzled/error.cc:724
4282
msgid "COALESCE PARTITION can only be used on HASH/KEY partitions"
4285
#: ../drizzled/error.cc:725
4287
"REORGANIZE PARTITION can only be used to reorganize partitions not to change "
4291
#: ../drizzled/error.cc:726
4293
"REORGANIZE PARTITION without parameters can only be used on auto-partitioned "
4294
"tables using HASH PARTITIONs"
4297
#: ../drizzled/error.cc:727
4299
msgid "%-.64s PARTITION can only be used on RANGE/LIST partitions"
4302
#: ../drizzled/error.cc:728
4303
msgid "Trying to Add partition(s) with wrong number of subpartitions"
4306
#: ../drizzled/error.cc:729
4307
msgid "At least one partition must be added"
4310
#: ../drizzled/error.cc:730
4311
msgid "At least one partition must be coalesced"
4314
#: ../drizzled/error.cc:731
4315
msgid "More partitions to reorganize than there are partitions"
4318
#: ../drizzled/error.cc:732
4320
msgid "Duplicate partition name %-.192s"
4323
#: ../drizzled/error.cc:733
4324
msgid "It is not allowed to shut off binlog on this command"
4327
#: ../drizzled/error.cc:734
4328
msgid "When reorganizing a set of partitions they must be in consecutive order"
4331
#: ../drizzled/error.cc:735
4333
"Reorganize of range partitions cannot change total ranges except for last "
4334
"partition where it can extend the range"
4337
#: ../drizzled/error.cc:736
4338
msgid "Partition function not supported in this version for this handler"
4341
#: ../drizzled/error.cc:737
4342
msgid "Partition state cannot be defined from CREATE/ALTER TABLE"
4345
#: ../drizzled/error.cc:738
4347
msgid "The %-.64s handler only supports 32 bit integers in VALUES"
4350
#: ../drizzled/error.cc:739
4352
msgid "Plugin '%-.192s' is not loaded"
4355
#: ../drizzled/error.cc:740
4357
msgid "Incorrect %-.32s value: '%-.128s'"
4360
#: ../drizzled/error.cc:741
4362
msgid "Table has no partition for value %-.64s"
4365
#: ../drizzled/error.cc:742
4367
msgid "It is not allowed to specify %s more than once"
4370
#: ../drizzled/error.cc:743 ../drizzled/error.cc:811
4372
msgid "Failed to create %s"
4375
#: ../drizzled/error.cc:744 ../drizzled/error.cc:756
4377
msgid "Failed to drop %s"
4380
#: ../drizzled/error.cc:745
4381
msgid "The handler doesn't support autoextend of tablespaces"
4384
#: ../drizzled/error.cc:746
4386
"A size parameter was incorrectly specified, either number or on the form 10M"
4389
#: ../drizzled/error.cc:747
4391
"The size number was correct but we don't allow the digit part to be more "
4395
#: ../drizzled/error.cc:748
4397
msgid "Failed to alter: %s"
4400
#: ../drizzled/error.cc:749
4401
msgid "Writing one row to the row-based binary log failed"
4404
#: ../drizzled/error.cc:750
4406
msgid "Table definition on master and slave does not match: %s"
4409
#: ../drizzled/error.cc:751
4411
"Slave running with --log-slave-updates must use row-based binary logging to "
4412
"be able to replicate row-based binary log events"
4415
#: ../drizzled/error.cc:752
4417
msgid "Event '%-.192s' already exists"
4420
#: ../drizzled/error.cc:753
4422
msgid "Failed to store event %s. Error code %d from storage engine."
4425
#: ../drizzled/error.cc:754
4427
msgid "Unknown event '%-.192s'"
4430
#: ../drizzled/error.cc:755
4432
msgid "Failed to alter event '%-.192s'"
4435
#: ../drizzled/error.cc:757
4436
msgid "INTERVAL is either not positive or too big"
4439
#: ../drizzled/error.cc:758
4440
msgid "ENDS is either invalid or before STARTS"
4443
#: ../drizzled/error.cc:759
4444
msgid "Event execution time is in the past. Event has been disabled"
4447
#: ../drizzled/error.cc:760
4448
msgid "Failed to open drizzle.event"
4451
#: ../drizzled/error.cc:761
4452
msgid "No datetime expression provided"
4455
#: ../drizzled/error.cc:762
4458
"Column count of drizzle.%s is wrong. Expected %d, found %d. The table is "
4459
"probably corrupted"
4462
#: ../drizzled/error.cc:763
4464
msgid "Cannot load from drizzle.%s. The table is probably corrupted"
4467
#: ../drizzled/error.cc:764
4468
msgid "Failed to delete the event from drizzle.event"
4471
#: ../drizzled/error.cc:765
4472
msgid "Error during compilation of event's body"
4475
#: ../drizzled/error.cc:766
4476
msgid "Same old and new event name"
4479
#: ../drizzled/error.cc:767
4481
msgid "Data for column '%s' too long"
4484
#: ../drizzled/error.cc:768
4486
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
4489
#: ../drizzled/error.cc:769
4492
"The syntax '%s' is deprecated and will be removed in Drizzle %s. Please use %"
4496
#: ../drizzled/error.cc:770
4497
msgid "You can't write-lock a log table. Only read access is possible"
4500
#: ../drizzled/error.cc:771
4501
msgid "You can't use locks with log tables."
4504
#: ../drizzled/error.cc:772
4507
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
4508
"d would lead to a duplicate entry"
4511
#: ../drizzled/error.cc:773
4514
"Column count of drizzle.%s is wrong. Expected %d, found %d. Created with "
4515
"Drizzle %d, now running %d. Please use drizzle_upgrade to fix this error."
4518
#: ../drizzled/error.cc:774
4520
"Cannot switch out of the row-based binary log format when the session has "
4521
"open temporary tables"
4524
#: ../drizzled/error.cc:775
4526
"Cannot change the binary logging format inside a stored function or trigger"
4529
#: ../drizzled/error.cc:776
4531
"The NDB cluster engine does not support changing the binlog format on the "
4535
#: ../drizzled/error.cc:777
4536
msgid "Cannot create temporary table with partitions"
4539
#: ../drizzled/error.cc:778
4540
msgid "Partition constant is out of partition function domain"
4543
#: ../drizzled/error.cc:779
4544
msgid "This partition function is not allowed"
4547
#: ../drizzled/error.cc:780
4548
msgid "Error in DDL log"
4551
#: ../drizzled/error.cc:781
4552
msgid "Not allowed to use NULL value in VALUES LESS THAN"
4555
#: ../drizzled/error.cc:782
4556
msgid "Incorrect partition name"
4559
#: ../drizzled/error.cc:783
4561
"Transaction isolation level can't be changed while a transaction is in "
4565
#: ../drizzled/error.cc:784
4568
"ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry "
4569
"'%-.192s' for key '%-.192s'"
4572
#: ../drizzled/error.cc:785
4574
msgid "Internal scheduler error %d"
4577
#: ../drizzled/error.cc:786
4579
msgid "Error during starting/stopping of the scheduler. Error code %u"
4582
#: ../drizzled/error.cc:787
4583
msgid "Engine cannot be used in partitioned tables"
4586
#: ../drizzled/error.cc:788
4588
msgid "Cannot activate '%-.64s' log"
4591
#: ../drizzled/error.cc:789
4592
msgid "The server was not built with row-based replication"
4595
#: ../drizzled/error.cc:790
4596
msgid "Decoding of base64 string failed"
4599
#: ../drizzled/error.cc:791
4600
msgid "Recursion of EVENT DDL statements is forbidden when body is present"
4603
#: ../drizzled/error.cc:792
4605
"Cannot proceed because system tables used by Event Scheduler were found "
4606
"damaged at server start"
4609
#: ../drizzled/error.cc:793
4610
msgid "Only integers allowed as number here"
4613
#: ../drizzled/error.cc:794
4614
msgid "This storage engine cannot be used for log tables"
4617
#: ../drizzled/error.cc:795
4619
msgid "You cannot '%s' a log table if logging is enabled"
4622
#: ../drizzled/error.cc:796
4625
"Cannot rename '%s'. When logging enabled, rename to/from log table must "
4626
"rename two tables: the log table to an archive table and another table back "
4630
#: ../drizzled/error.cc:797
4632
msgid "Incorrect parameter count in the call to native function '%-.192s'"
4635
#: ../drizzled/error.cc:798
4637
msgid "Incorrect parameters in the call to native function '%-.192s'"
4640
#: ../drizzled/error.cc:799
4642
msgid "Incorrect parameters in the call to stored function '%-.192s'"
4645
#: ../drizzled/error.cc:800
4647
msgid "This function '%-.192s' has the same name as a native function"
4650
#: ../drizzled/error.cc:801
4652
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
4655
#: ../drizzled/error.cc:802
4656
msgid "Too many files opened, please execute the command again"
4659
#: ../drizzled/error.cc:803 ../drizzled/error.cc:804
4661
"Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. "
4662
"The event was dropped immediately after creation."
4665
#: ../drizzled/error.cc:805
4667
msgid "The incident %s occurred on the master. Message: %-.64s"
4670
#: ../drizzled/error.cc:806
4671
msgid "Table has no partition for some existing values"
4674
#: ../drizzled/error.cc:807
4675
msgid "Statement is not safe to log in statement format."
4678
#: ../drizzled/error.cc:808
4680
msgid "Fatal error: %s"
4683
#: ../drizzled/error.cc:809
4685
msgid "Relay log read failure: %s"
4688
#: ../drizzled/error.cc:810
4690
msgid "Relay log write failure: %s"
4693
#: ../drizzled/error.cc:812
4695
msgid "Master command %s failed: %s"
4698
#: ../drizzled/error.cc:813
4700
msgid "Binary logging not possible. Message: %s"
4703
#: ../drizzled/error.cc:814
4705
msgid "View `%-.64s`.`%-.64s` has no creation context"
4708
#: ../drizzled/error.cc:815
4710
msgid "Creation context of view `%-.64s`.`%-.64s' is invalid"
4713
#: ../drizzled/error.cc:816
4715
msgid "Creation context of stored routine `%-.64s`.`%-.64s` is invalid"
4718
#: ../drizzled/error.cc:817
4720
msgid "Corrupted TRG file for table `%-.64s`.`%-.64s`"
4723
#: ../drizzled/error.cc:818
4725
msgid "Triggers for table `%-.64s`.`%-.64s` have no creation context"
4728
#: ../drizzled/error.cc:819
4730
msgid "Trigger creation context of table `%-.64s`.`%-.64s` is invalid"
4733
#: ../drizzled/error.cc:820
4735
msgid "Creation context of event `%-.64s`.`%-.64s` is invalid"
4738
#: ../drizzled/error.cc:821
4740
msgid "Cannot open table for trigger `%-.64s`.`%-.64s`"
4743
#: ../drizzled/error.cc:822
4745
msgid "Cannot create stored routine `%-.64s`. Check warnings"
4748
#: ../drizzled/error.cc:823
4750
msgid "Ambiguous slave modes combination. %s"
4753
#: ../drizzled/error.cc:824
4756
"The BINLOG statement of type `%s` was not preceded by a format description "
4760
#: ../drizzled/error.cc:825
4761
msgid "Corrupted replication event was detected"
4764
#: ../drizzled/error.cc:826
4766
msgid "Invalid column reference (%-.64s) in LOAD DATA"
4769
#: ../drizzled/error.cc:827
4771
msgid "Being purged log %s was not found"
4774
#: ../drizzled/error.cc:828
4776
msgid "Converted to non-transactional lock on '%-.64s'"
4779
#: ../drizzled/error.cc:829
4781
msgid "Cannot convert to non-transactional lock in strict mode on '%-.64s'"
4784
#: ../drizzled/error.cc:830
4787
"Cannot convert to non-transactional lock in an active transaction on '%-.64s'"
4790
#: ../drizzled/error.cc:831
4792
msgid "Can't access storage engine of table %-.64s"
4795
#: ../drizzled/error.cc:832
4796
msgid "Starting backup process"
4799
#: ../drizzled/error.cc:833
4800
msgid "Backup completed"
4803
#: ../drizzled/error.cc:834
4804
msgid "Starting restore process"
4807
#: ../drizzled/error.cc:835
4808
msgid "Restore completed"
4811
#: ../drizzled/error.cc:836
4812
msgid "Nothing to backup"
4815
#: ../drizzled/error.cc:837
4817
msgid "Database '%-.64s' cannot be included in a backup"
4820
#: ../drizzled/error.cc:838
4822
"Error during backup operation - server's error log contains more information "
4826
#: ../drizzled/error.cc:839
4828
"Error during restore operation - server's error log contains more "
4829
"information about the error"
4832
#: ../drizzled/error.cc:840
4834
"Can't execute this command because another BACKUP/RESTORE operation is in "
4838
#: ../drizzled/error.cc:841
4839
msgid "Error when preparing for backup operation"
4842
#: ../drizzled/error.cc:842
4843
msgid "Error when preparing for restore operation"
4846
#: ../drizzled/error.cc:843
4848
msgid "Invalid backup location '%-.64s'"
4851
#: ../drizzled/error.cc:844
4853
msgid "Can't read backup location '%-.64s'"
4856
#: ../drizzled/error.cc:845
4858
msgid "Can't write to backup location '%-.64s' (file already exists?)"
4861
#: ../drizzled/error.cc:846
4862
msgid "Can't enumerate server databases"
4865
#: ../drizzled/error.cc:847
4866
msgid "Can't enumerate server tables"
4869
#: ../drizzled/error.cc:848
4871
msgid "Can't enumerate tables in database %-.64s"
4874
#: ../drizzled/error.cc:849
4876
msgid "Skipping view %-.64s in database %-.64s"
4879
#: ../drizzled/error.cc:850
4881
msgid "Skipping table %-.64s since it has no valid storage engine"
4884
#: ../drizzled/error.cc:851
4886
msgid "Can't open table %-.64s"
4889
#: ../drizzled/error.cc:852
4890
msgid "Can't read backup archive preamble"
4893
#: ../drizzled/error.cc:853
4894
msgid "Can't write backup archive preamble"
4897
#: ../drizzled/error.cc:854
4899
msgid "Can't find backup driver for table %-.64s"
4902
#: ../drizzled/error.cc:855
4905
"%-.64s backup driver was selected for table %-.64s but it rejects to handle "
4909
#: ../drizzled/error.cc:856
4911
msgid "Can't create %-.64s backup driver"
4914
#: ../drizzled/error.cc:857
4916
msgid "Can't create %-.64s restore driver"
4919
#: ../drizzled/error.cc:858
4921
msgid "Found %d images in backup archive but maximum %d are supported"
4924
#: ../drizzled/error.cc:859
4926
msgid "Error when saving meta-data of %-.64s"
4929
#: ../drizzled/error.cc:860
4930
msgid "Error when reading meta-data list"
4933
#: ../drizzled/error.cc:861
4935
msgid "Can't create %-.64s"
4938
#: ../drizzled/error.cc:862
4939
msgid "Can't allocate buffer for image data transfer"
4942
#: ../drizzled/error.cc:863
4944
msgid "Error when writing %-.64s backup image data (for table #%d)"
4947
#: ../drizzled/error.cc:864
4948
msgid "Error when reading data from backup stream"
4951
#: ../drizzled/error.cc:865
4952
msgid "Can't go to the next chunk in backup stream"
4955
#: ../drizzled/error.cc:866
4957
msgid "Can't initialize %-.64s backup driver"
4960
#: ../drizzled/error.cc:867
4962
msgid "Can't initialize %-.64s restore driver"
4965
#: ../drizzled/error.cc:868
4967
msgid "Can't shut down %-.64s backup driver"
4970
#: ../drizzled/error.cc:869
4972
msgid "Can't shut down %-.64s backup driver(s)"
4975
#: ../drizzled/error.cc:870
4977
msgid "%-.64s backup driver can't prepare for synchronization"
4980
#: ../drizzled/error.cc:871
4982
msgid "%-.64s backup driver can't create its image validity point"
4985
#: ../drizzled/error.cc:872
4987
msgid "Can't unlock %-.64s backup driver after creating the validity point"
4990
#: ../drizzled/error.cc:873
4992
msgid "%-.64s backup driver can't cancel its backup operation"
4995
#: ../drizzled/error.cc:874
4997
msgid "%-.64s restore driver can't cancel its restore operation"
5000
#: ../drizzled/error.cc:875
5002
msgid "Error when polling %-.64s backup driver for its image data"
5005
#: ../drizzled/error.cc:876
5007
msgid "Error when sending image data (for table #%d) to %-.64s restore driver"
5010
#: ../drizzled/error.cc:877
5013
"After %d attempts %-.64s restore driver still can't accept next block of data"
5016
#: ../drizzled/error.cc:878
5018
msgid "Open and lock tables failed in %-.64s"
5021
#: ../drizzled/error.cc:879
5022
msgid "Backup driver's table locking thread can not be initialized."
5025
#: ../drizzled/error.cc:880
5027
"Can't open the online backup progress tables. Check 'drizzle.online_backup' "
5028
"and 'drizzle.online_backup_progress'."
5031
#: ../drizzled/error.cc:881
5033
msgid "Tablespace '%-.192s' already exists"
5036
#: ../drizzled/error.cc:882
5038
msgid "Tablespace '%-.192s' doesn't exist"
5041
#: ../drizzled/error.cc:883
5043
msgid "Unexpected master's heartbeat data: %s"
5046
#: ../drizzled/error.cc:884
5048
msgid "The requested value for the heartbeat period %s %s"
5051
#: ../drizzled/error.cc:885
5053
msgid "Can't write to the online backup progress log %-.64s."
5056
#: ../drizzled/error.cc:886
5058
msgid "Tablespace '%-.192s' not empty"
5061
#: ../drizzled/error.cc:887
5064
"Tablespace `%-.64s` needed by tables being restored has changed on the "
5065
"server. The original definition of the required tablespace is '%-.256s' "
5066
"while the same tablespace is defined on the server as '%-.256s'"
5069
#: ../drizzled/error.cc:888
5070
msgid "A virtual column cannot be based on a virtual column"
5073
#: ../drizzled/error.cc:889
5075
msgid "Non-deterministic expression for virtual column '%s'."
5078
#: ../drizzled/error.cc:890
5081
"Generated value for virtual column '%s' cannot be converted to type '%s'."
5084
#: ../drizzled/error.cc:891
5085
msgid "Primary key cannot be defined upon a virtual column."
5088
#: ../drizzled/error.cc:892
5089
msgid "Key/Index cannot be defined on a non-stored virtual column."
5092
#: ../drizzled/error.cc:893
5094
msgid "Cannot define foreign key with %s clause on a virtual column."
5097
#: ../drizzled/error.cc:894
5099
msgid "The value specified for virtual column '%s' in table '%s' ignored."
5102
#: ../drizzled/error.cc:895
5104
msgid "'%s' is not yet supported for virtual columns."
5107
#: ../drizzled/error.cc:896
5108
msgid "Constant expression in virtual column function is not allowed."
5111
#: ../drizzled/error.cc:897
5112
msgid "Encountered an unknown temporal type."
5115
#: ../drizzled/error.cc:898
5117
msgid "Received an invalid string format '%s' for a date value."
5120
#: ../drizzled/error.cc:899
5122
msgid "Received an invalid string format '%s' for a time value."
5125
#: ../drizzled/error.cc:900
5127
msgid "Received an invalid value '%s' for a UNIX timestamp."
5130
#: ../drizzled/error.cc:901
5132
msgid "Received an invalid datetime value '%s'."
5135
#: ../drizzled/error.cc:902
5137
msgid "Received a NULL argument for function '%s'."
5140
#: ../drizzled/error.cc:903
5142
msgid "Received an invalid negative argument '%s' for function '%s'."
5145
#: ../drizzled/error.cc:904
5147
msgid "Received an out-of-range argument '%s' for function '%s'."
5150
#: ../drizzled/error.cc:905
5152
msgid "Received an invalid time value '%s'."
5155
#: ../drizzled/error.cc:906
5157
msgid "Received an invalid enum value '%s'."
5160
#: ../drizzled/error.cc:907
5161
msgid "Tables which are replicated require a primary key."
5164
#: ../drizzled/error.cc:908
5166
msgid "Corrupt or invalid table definition: %s"
5169
#: ../drizzled/error.cc:909
5171
msgid "Corrupt or invalid schema definition for %s : %s"
5174
#: ../drizzled/error.cc:910
5176
msgid "Schema does not exist: %s"
5179
#: ../drizzled/error.cc:911
5181
msgid "Error altering schema: %s"
5184
#: ../drizzled/error.cc:912
5186
msgid "Error droppping Schema : %s"
5189
#: ../drizzled/error.cc:913
5190
msgid "Temporary table too large, rerun with SQL_BIG_RESULT."
5193
#: ../drizzled/error.cc:914
5195
msgid "Unknown table engine option key/pair %s = %s."
5198
#: ../drizzled/error.cc:915
5200
msgid "Unknown schema engine option key/pair %s = %s."
5203
#: ../drizzled/error.cc:916
5204
msgid "Implicit cartesian join attempted."
5207
#: ../drizzled/error.cc:918
5209
msgid "Can't unlock file (Errcode: %d)"
5212
#: ../drizzled/error.cc:919
5214
msgid "Can't change size of file (Errcode: %d)"
5217
#: ../drizzled/error.cc:920
5219
msgid "Can't open stream from handle (Errcode: %d)"
5222
#: ../drizzled/error.cc:921
5224
msgid "Warning: '%s' had %d links"
5227
#: ../drizzled/error.cc:922
5229
msgid "Warning: %d files and %d streams is left open\n"
5232
#: ../drizzled/error.cc:923
5234
msgid "Can't create directory '%s' (Errcode: %d)"
5237
#: ../drizzled/error.cc:924
5240
"Character set '%s' is not a compiled character set and is not specified in "
5244
#: ../drizzled/error.cc:925
5246
msgid "Out of resources when opening file '%s' (Errcode: %d)"
5249
#: ../drizzled/error.cc:926
5251
msgid "Can't read value for symlink '%s' (Error %d)"
5254
#: ../drizzled/error.cc:927
5256
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
5259
#: ../drizzled/error.cc:928
5261
msgid "Error on realpath() on '%s' (Error %d)"
5264
#: ../drizzled/error.cc:929
5266
msgid "Can't sync file '%s' to disk (Errcode: %d)"
5269
#: ../drizzled/error.cc:930
5272
"Collation '%s' is not a compiled collation and is not specified in the %s "
5276
#: ../drizzled/error.cc:931
5278
msgid "File '%s' (fileno: %d) was not closed"
5281
#: ../drizzled/identifier/schema.cc:58 ../drizzled/identifier/table.cc:234
3438
5283
"Schema name cannot be encoded and fit within filesystem name length "
3439
5284
"restrictions."
3442
#: ../drizzled/identifier/table.cc:238
5287
#: ../drizzled/identifier/table.cc:224
3444
5289
"Table name cannot be encoded and fit within filesystem name length "
3445
5290
"restrictions."
3861
#: ../drizzled/sql_table.cc:1933
5772
#: ../drizzled/sql_base.cc:1521
5774
msgid "Table %s had a open data Cursor in reopen_table"
5777
#: ../drizzled/sql_table.cc:1957
3863
5779
msgid "Unknown - internal error %d during operation"
3866
#: ../drizzled/statement/alter_table.cc:1514
5782
#: ../drizzled/statement/alter_table.cc:1486
3869
5785
"order_st BY ignored because there is a user-defined clustered index in the "
3870
5786
"table '%-.192s'"
3873
#: ../drizzled/sys_var.cc:1526
3875
msgid "Variable named %s already exists!\n"
3878
#: ../drizzled/sys_var.cc:1535
3880
msgid "Could not add Variable: %s\n"
3883
#: ../drizzled/sys_var.cc:1633
3884
msgid "Failed to initialize system variables"
3887
#: ../drizzled/table.cc:1690
5789
#: ../drizzled/table.cc:1965
3889
5791
msgid "Got error %d when reading table '%s'"
3892
#: ../drizzled/table/instance/base.cc:1883
5794
#: ../drizzled/table_share.cc:867
5796
msgid "Table %s has invalid/unknown collation: %d,%s"
5799
#: ../drizzled/table_share.cc:1160
5801
msgid "ENUM column %s has greater than %d possible values"
5804
#: ../drizzled/table_share.cc:2071
3894
5806
msgid "Unknown collation '%s' in table '%-.64s' definition"
3897
#: ../drizzled/table/instance/base.cc:1890
5809
#: ../drizzled/table_share.cc:2078
3900
5812
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
3904
#: ../drizzled/tztime.cc:170
5816
#: ../drizzled/tztime.cc:173
3906
5818
msgid "Fatal error: Illegal or unknown default time zone '%s'"
3909
#: ../plugin/auth_file/auth_file.cc:227
5821
#: ../plugin/auth_file/auth_file.cc:225
3911
5823
msgid "Could not load auth file: %s\n"
3914
#: ../plugin/auth_file/auth_file.cc:243
5826
#: ../plugin/auth_file/auth_file.cc:238 ../plugin/auth_file/auth_file.cc:253
3915
5827
msgid "File to load for usernames and passwords"
3918
#: ../plugin/auth_http/auth_http.cc:135
3920
"auth_http plugin loaded but required option url not specified. Against which "
3921
"URL are you intending on authenticating?\n"
5830
#: ../plugin/auth_http/auth_http.cc:143 ../plugin/auth_http/auth_http.cc:150
5831
msgid "Enable HTTP Auth check"
3924
#: ../plugin/auth_http/auth_http.cc:151
5834
#: ../plugin/auth_http/auth_http.cc:160
3925
5835
msgid "URL for HTTP Auth check"
3928
#: ../plugin/auth_ldap/auth_ldap.cc:291
5838
#: ../plugin/auth_ldap/auth_ldap.cc:285
3930
5840
msgid "Reconnect failed: %s\n"
3933
#: ../plugin/auth_ldap/auth_ldap.cc:310
5843
#: ../plugin/auth_ldap/auth_ldap.cc:304
3935
5845
msgid "ldap_search_ext_s failed: %s\n"
3938
#: ../plugin/auth_ldap/auth_ldap.cc:416
5848
#: ../plugin/auth_ldap/auth_ldap.cc:410
3940
5850
msgid "Could not load auth ldap: %s\n"
3943
#: ../plugin/auth_ldap/auth_ldap.cc:437
5853
#: ../plugin/auth_ldap/auth_ldap.cc:423
3944
5854
msgid "URI of the LDAP server to contact"
5857
#: ../plugin/auth_ldap/auth_ldap.cc:431
5858
msgid "DN to use when binding to the LDAP server"
3947
5861
#: ../plugin/auth_ldap/auth_ldap.cc:439
3948
msgid "DN to use when binding to the LDAP server"
3951
#: ../plugin/auth_ldap/auth_ldap.cc:441
3952
5862
msgid "Password to use when binding the DN"
3955
#: ../plugin/auth_ldap/auth_ldap.cc:443
5865
#: ../plugin/auth_ldap/auth_ldap.cc:447
3956
5866
msgid "DN to use when searching"
3959
#: ../plugin/auth_ldap/auth_ldap.cc:445
5869
#: ../plugin/auth_ldap/auth_ldap.cc:455
3960
5870
msgid "Attribute in LDAP with plain text password"
3963
#: ../plugin/auth_ldap/auth_ldap.cc:447
5873
#: ../plugin/auth_ldap/auth_ldap.cc:463
3964
5874
msgid "Attribute in LDAP with MySQL hashed password"
3967
#: ../plugin/auth_ldap/auth_ldap.cc:449
5877
#: ../plugin/auth_ldap/auth_ldap.cc:471
3968
5878
msgid "How often to empty the users cache, 0 to disable"
3971
#: ../plugin/blitzdb/ha_blitz.cc:1507
3972
msgid "Estimated number of rows that a BlitzDB table will store."
3975
#: ../plugin/console/console.cc:379
5881
#: ../plugin/console/console.cc:346 ../plugin/console/console.cc:361
3976
5882
msgid "Enable the console."
3979
#: ../plugin/console/console.cc:382
5885
#: ../plugin/console/console.cc:348 ../plugin/console/console.cc:364
3980
5886
msgid "Turn on extra debugging."
3983
#: ../plugin/console/console.cc:385
5889
#: ../plugin/console/console.cc:351 ../plugin/console/console.cc:367
3984
5890
msgid "User to use for auth."
3987
#: ../plugin/console/console.cc:388
5893
#: ../plugin/console/console.cc:353 ../plugin/console/console.cc:370
3988
5894
msgid "Password to use for auth."
3991
#: ../plugin/console/console.cc:391
3993
msgid "Default catalog to use."
3996
#: ../plugin/console/console.cc:394
3998
msgid "Default schema to use."
4001
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:121
5897
#: ../plugin/console/console.cc:355 ../plugin/console/console.cc:373
5899
msgid "Default database to use."
5902
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:826
5903
#: ../plugin/mysql_protocol/mysql_protocol.cc:900
5904
msgid "Invalid value of port\n"
5907
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:835
5908
#: ../plugin/mysql_protocol/mysql_protocol.cc:909
5909
msgid "Invalid value for connect_timeout\n"
5912
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:844
5913
#: ../plugin/mysql_protocol/mysql_protocol.cc:918
5914
msgid "Invalid value for read_timeout\n"
5917
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:853
5918
#: ../plugin/mysql_protocol/mysql_protocol.cc:927
5919
msgid "Invalid value for write_timeout\n"
5922
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:862
5923
msgid "Invalid value for retry_count\n"
5926
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:871
5927
#: ../plugin/mysql_protocol/mysql_protocol.cc:945
5928
msgid "Invalid value for buffer_length\n"
5931
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:891
5932
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:915
4003
"Port number to use for connection or 0 for default to with Drizzle/MySQL "
5934
"Port number to use for connection or 0 for default to, in order of "
5935
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default (4427)."
4007
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:124
4008
#: ../plugin/mysql_protocol/mysql_protocol.cc:1018
5938
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:897
5939
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:921
5940
#: ../plugin/mysql_protocol/mysql_protocol.cc:974
5941
#: ../plugin/mysql_protocol/mysql_protocol.cc:996
4009
5942
msgid "Connect Timeout."
4012
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:127
4013
#: ../plugin/mysql_protocol/mysql_protocol.cc:1021
5945
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:900
5946
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:924
5947
#: ../plugin/mysql_protocol/mysql_protocol.cc:977
5948
#: ../plugin/mysql_protocol/mysql_protocol.cc:999
4014
5949
msgid "Read Timeout."
4017
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:130
4018
#: ../plugin/mysql_protocol/mysql_protocol.cc:1024
5952
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:902
5953
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:927
5954
#: ../plugin/mysql_protocol/mysql_protocol.cc:979
5955
#: ../plugin/mysql_protocol/mysql_protocol.cc:1002
4019
5956
msgid "Write Timeout."
4022
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:133
4023
#: ../plugin/mysql_protocol/mysql_protocol.cc:1027
5959
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:904
5960
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:930
5961
#: ../plugin/mysql_protocol/mysql_protocol.cc:981
5962
#: ../plugin/mysql_protocol/mysql_protocol.cc:1005
4024
5963
msgid "Retry Count."
4027
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:136
4028
#: ../plugin/mysql_protocol/mysql_protocol.cc:1030
5966
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:906
5967
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:933
5968
#: ../plugin/mysql_protocol/mysql_protocol.cc:983
5969
#: ../plugin/mysql_protocol/mysql_protocol.cc:1008
4029
5970
msgid "Buffer length."
4032
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:139
4033
#: ../plugin/mysql_protocol/mysql_protocol.cc:1033
5973
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:909
5974
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:936
5975
#: ../plugin/mysql_protocol/mysql_protocol.cc:986
5976
#: ../plugin/mysql_protocol/mysql_protocol.cc:1011
4034
5977
msgid "Address to bind to."
4037
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:142
4038
#: ../plugin/mysql_protocol/mysql_protocol.cc:1036
4039
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:173
4040
msgid "Maximum simultaneous connections."
4043
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:145
4044
#: ../plugin/mysql_protocol/mysql_protocol.cc:1039
4045
msgid "A restrictive IP address list for incoming admin connections."
4048
#: ../plugin/errmsg_notify/errmsg_notify.cc:80
4049
msgid "Failed to send error message to libnotify\n"
4052
#: ../plugin/errmsg_stderr/errmsg_stderr.cc:72
4053
msgid "Error Messages to stderr"
4056
#: ../plugin/filtered_replicator/filtered_replicator.cc:578
4057
msgid "Comma-separated list of schemas to exclude"
4060
#: ../plugin/filtered_replicator/filtered_replicator.cc:581
4061
msgid "Comma-separated list of tables to exclude"
4064
#: ../plugin/filtered_replicator/filtered_replicator.cc:584
4065
msgid "Regular expression to apply to schemas to exclude"
4068
#: ../plugin/filtered_replicator/filtered_replicator.cc:587
4069
msgid "Regular expression to apply to tables to exclude"
4072
#: ../plugin/haildb/haildb_engine.cc:1080
4073
#: ../plugin/haildb/haildb_engine.cc:1218
4074
#: ../plugin/haildb/haildb_engine.cc:1248
4076
msgid "Cannot create table %s. HailDB Error %d (%s)\n"
4079
#: ../plugin/haildb/haildb_engine.cc:1099
4081
msgid "Cannot create field %s on table %s. HailDB Error %d (%s)\n"
4084
#: ../plugin/haildb/haildb_engine.cc:1197
4085
#: ../plugin/haildb/haildb_engine.cc:1310
4086
#: ../plugin/haildb/haildb_engine.cc:1491
4087
#: ../plugin/haildb/haildb_engine.cc:2157
4089
msgid "Cannot Lock HailDB Data Dictionary. HailDB Error %d (%s)\n"
4092
#: ../plugin/haildb/haildb_engine.cc:1349
4093
#: ../plugin/haildb/haildb_engine.cc:1365
4095
msgid "Cannot DROP table %s. HailDB Error %d (%s)\n"
4098
#: ../plugin/haildb/haildb_engine.cc:3403
4100
msgid "Error starting HailDB %d (%s)\n"
4103
#: ../plugin/haildb/haildb_engine.cc:3432
4104
msgid "Disable HailDB adaptive hash index (enabled by default)."
4107
#: ../plugin/haildb/haildb_engine.cc:3434
4108
msgid "Do not attempt to flush dirty pages to avoid IO bursts at checkpoints."
4111
#: ../plugin/haildb/haildb_engine.cc:3437
4113
"Size of a memory pool HailDB uses to store data dictionary information and "
5980
#: ../plugin/drizzle_protocol/errmsg.cc:31
5981
msgid "Unknown Drizzle error"
5984
#: ../plugin/drizzle_protocol/errmsg.cc:32
5986
msgid "Can't create UNIX socket (%d)"
5989
#: ../plugin/drizzle_protocol/errmsg.cc:33
5991
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
5994
#: ../plugin/drizzle_protocol/errmsg.cc:34
5996
msgid "Can't connect to Drizzle server on '%-.100s:%lu' (%d)"
5999
#: ../plugin/drizzle_protocol/errmsg.cc:35
6001
msgid "Can't create TCP/IP socket (%d)"
6004
#: ../plugin/drizzle_protocol/errmsg.cc:36
6006
msgid "Unknown Drizzle server host '%-.100s' (%d)"
6009
#: ../plugin/drizzle_protocol/errmsg.cc:37
6010
msgid "Drizzle server has gone away"
6013
#: ../plugin/drizzle_protocol/errmsg.cc:38
6015
msgid "Protocol mismatch; server version = %d, client version = %d"
6018
#: ../plugin/drizzle_protocol/errmsg.cc:39
6019
msgid "Drizzle client ran out of memory"
6022
#: ../plugin/drizzle_protocol/errmsg.cc:40
6023
msgid "Wrong host info"
6026
#: ../plugin/drizzle_protocol/errmsg.cc:41
6027
msgid "Localhost via UNIX socket"
6030
#: ../plugin/drizzle_protocol/errmsg.cc:42
6032
msgid "%-.100s via TCP/IP"
6035
#: ../plugin/drizzle_protocol/errmsg.cc:43
6036
msgid "Error in server handshake"
6039
#: ../plugin/drizzle_protocol/errmsg.cc:44
6040
msgid "Lost connection to Drizzle server during query"
6043
#: ../plugin/drizzle_protocol/errmsg.cc:45
6044
msgid "Commands out of sync; you can't run this command now"
6047
#: ../plugin/drizzle_protocol/errmsg.cc:46
6049
msgid "Named pipe: %-.32s"
6052
#: ../plugin/drizzle_protocol/errmsg.cc:47
6054
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
6057
#: ../plugin/drizzle_protocol/errmsg.cc:48
6059
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
6062
#: ../plugin/drizzle_protocol/errmsg.cc:49
6064
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
6067
#: ../plugin/drizzle_protocol/errmsg.cc:50
6069
msgid "Can't initialize character set %-.32s (path: %-.100s)"
6072
#: ../plugin/drizzle_protocol/errmsg.cc:51
6073
msgid "Got packet bigger than 'max_allowed_packet' bytes"
6076
#: ../plugin/drizzle_protocol/errmsg.cc:52
6077
msgid "Embedded server"
6080
#: ../plugin/drizzle_protocol/errmsg.cc:53
6081
msgid "Error on SHOW SLAVE STATUS:"
6084
#: ../plugin/drizzle_protocol/errmsg.cc:54
6085
msgid "Error on SHOW SLAVE HOSTS:"
6088
#: ../plugin/drizzle_protocol/errmsg.cc:55
6089
msgid "Error connecting to slave:"
6092
#: ../plugin/drizzle_protocol/errmsg.cc:56
6093
msgid "Error connecting to master:"
6096
#: ../plugin/drizzle_protocol/errmsg.cc:57
6097
msgid "SSL connection error"
6100
#: ../plugin/drizzle_protocol/errmsg.cc:58
6101
msgid "Malformed packet"
6104
#: ../plugin/drizzle_protocol/errmsg.cc:59
6105
#: ../plugin/drizzle_protocol/errmsg.cc:70
6106
#: ../plugin/drizzle_protocol/errmsg.cc:71
6107
#: ../plugin/drizzle_protocol/errmsg.cc:72
6108
#: ../plugin/drizzle_protocol/errmsg.cc:73
6109
#: ../plugin/drizzle_protocol/errmsg.cc:74
6110
#: ../plugin/drizzle_protocol/errmsg.cc:75
6111
#: ../plugin/drizzle_protocol/errmsg.cc:76
6112
#: ../plugin/drizzle_protocol/errmsg.cc:77
6113
#: ../plugin/drizzle_protocol/errmsg.cc:78
6114
msgid "(unused error message)"
6117
#: ../plugin/drizzle_protocol/errmsg.cc:60
6118
msgid "Invalid use of null pointer"
6121
#: ../plugin/drizzle_protocol/errmsg.cc:61
6122
msgid "Statement not prepared"
6125
#: ../plugin/drizzle_protocol/errmsg.cc:62
6126
msgid "No data supplied for parameters in prepared statement"
6129
#: ../plugin/drizzle_protocol/errmsg.cc:63
6130
msgid "Data truncated"
6133
#: ../plugin/drizzle_protocol/errmsg.cc:64
6134
msgid "No parameters exist in the statement"
6137
#: ../plugin/drizzle_protocol/errmsg.cc:65
6138
msgid "Invalid parameter number"
6141
#: ../plugin/drizzle_protocol/errmsg.cc:66
6144
"Can't send long data for non-string/non-binary data types (parameter: %d)"
6147
#: ../plugin/drizzle_protocol/errmsg.cc:68
6149
msgid "Using unsupported buffer type: %d (parameter: %d)"
6152
#: ../plugin/drizzle_protocol/errmsg.cc:69
6154
msgid "Shared memory: %-.100s"
6157
#: ../plugin/drizzle_protocol/errmsg.cc:79
6158
msgid "Wrong or unknown protocol"
6161
#: ../plugin/drizzle_protocol/errmsg.cc:80
6162
msgid "Invalid connection handle"
6165
#: ../plugin/drizzle_protocol/errmsg.cc:81
6167
"Connection using old (pre-4.1.1) authentication protocol refused (client "
6168
"option 'secure_auth' enabled)"
6171
#: ../plugin/drizzle_protocol/errmsg.cc:83
6172
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
6175
#: ../plugin/drizzle_protocol/errmsg.cc:84
6176
msgid "Attempt to read column without prior row fetch"
6179
#: ../plugin/drizzle_protocol/errmsg.cc:85
6180
msgid "Prepared statement contains no metadata"
6183
#: ../plugin/drizzle_protocol/errmsg.cc:86
6185
"Attempt to read a row while there is no result set associated with the "
6189
#: ../plugin/drizzle_protocol/errmsg.cc:88
6190
msgid "This feature is not implemented yet"
6193
#: ../plugin/drizzle_protocol/errmsg.cc:89
6196
"Lost connection to Drizzle server while waiting for initial communication "
6197
"packet, system error: %d"
6200
#: ../plugin/drizzle_protocol/errmsg.cc:91
6203
"Lost connection to Drizzle server while reading initial communication "
6204
"packet, system error: %d"
6207
#: ../plugin/drizzle_protocol/errmsg.cc:93
6210
"Lost connection to Drizzle server while sending authentication information, "
6214
#: ../plugin/drizzle_protocol/errmsg.cc:95
6217
"Lost connection to Drizzle server while reading authorization information, "
6221
#: ../plugin/drizzle_protocol/errmsg.cc:97
6224
"Lost connection to Drizzle server while setting initial database, system "
6228
#: ../plugin/drizzle_protocol/errmsg.cc:99
6230
msgid "Statement closed indirectly because of a preceding %s() call"
6233
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1000
6234
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1138
6235
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1168
6237
msgid "Cannot create table %s. InnoDB Error %d (%s)\n"
6240
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1019
6242
msgid "Cannot create field %s on table %s. InnoDB Error %d (%s)\n"
6245
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1117
6246
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1230
6247
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1411
6248
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1979
6250
msgid "Cannot Lock Embedded InnoDB Data Dictionary. InnoDB Error %d (%s)\n"
6253
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1269
6254
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1285
6256
msgid "Cannot DROP table %s. InnoDB Error %d (%s)\n"
6259
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2771
6260
msgid "Invalid value of additional-mem-pool-size"
6263
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2782
6264
msgid "Invalid value of autoextend-increment"
6267
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2791
6268
msgid "Invalid value of buffer-pool-size"
6271
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2802
6272
msgid "Invalid value of io-capacity"
6275
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2811
6276
msgid "Invalid value of fast-shutdown"
6279
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2820
6280
msgid "Invalid value of flush-log-at-trx-commit"
6283
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2829
6284
msgid "Invalid value of force-recovery"
6287
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2838
6288
msgid "Invalid value of log-file-size"
6291
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2849
6292
msgid "Invalid value of log-files-in-group"
6295
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2858
6296
msgid "Invalid value of lock-wait-timeout"
6299
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2867
6300
msgid "Invalid value of log-buffer-size"
6303
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2878
6304
msgid "Invalid value of lru-old-blocks-pct"
6307
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2887
6308
msgid "Invalid value of lru-block-access-recency"
6311
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2896
6312
msgid "Invalid value of max-dirty-pages-pct"
6315
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2905
6316
msgid "Invalid value of max-purge-lag"
6319
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2914
6320
msgid "Invalid value of open-files"
6323
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2923
6324
msgid "Invalid value of read-io-threads"
6327
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2932
6328
msgid "Invalid value of sync_spin_loops"
6331
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3136
6333
msgid "Error starting Embedded InnoDB %d (%s)\n"
6336
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3439
6337
msgid "Enable InnoDB adaptive hash index (enabled by default)."
6340
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3442
6341
msgid "Attempt flushing dirty pages to avoid IO bursts at checkpoints."
6344
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3445
6346
"Size of a memory pool InnoDB uses to store data dictionary information and "
4114
6347
"other internal data structures."
4117
#: ../plugin/haildb/haildb_engine.cc:3440
6350
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3448
4118
6351
msgid "Data file autoextend increment in megabytes"
4121
#: ../plugin/haildb/haildb_engine.cc:3443
6354
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3451
4123
"The size of the memory buffer HailDB uses to cache data and indexes of its "
6356
"The size of the memory buffer InnoDB uses to cache data and indexes of its "
4127
#: ../plugin/haildb/haildb_engine.cc:3446
4128
msgid "The common part for HailDB table spaces."
4131
#: ../plugin/haildb/haildb_engine.cc:3448
4132
msgid "Disable HailDB checksums validation (enabled by default)."
4135
#: ../plugin/haildb/haildb_engine.cc:3450
4136
msgid "Disable HailDB doublewrite buffer (enabled by default)."
4139
#: ../plugin/haildb/haildb_engine.cc:3453
6360
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3454
6361
msgid "The common part for InnoDB table spaces."
6364
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3457
6366
"Enable InnoDB checksums validation (enabled by default). Disable with --skip-"
6370
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3460
6372
"Enable InnoDB doublewrite buffer (enabled by default). Disable with --skip-"
6373
"innodb-doublewrite."
6376
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3463
4140
6377
msgid "Number of IOPs the server can do. Tunes the background IO rate"
4143
#: ../plugin/haildb/haildb_engine.cc:3456
6380
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3466
4145
"Speeds up the shutdown process of the HailDB storage engine. Possible values "
6382
"Speeds up the shutdown process of the InnoDB storage engine. Possible values "
4146
6383
"are 0, 1 (faster) or 2 (fastest - crash-like)."
4149
#: ../plugin/haildb/haildb_engine.cc:3459
4150
msgid "Stores each HailDB table to an .ibd file in the database dir."
6386
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3469
6387
msgid "Stores each InnoDB table to an .ibd file in the database dir."
4153
#: ../plugin/haildb/haildb_engine.cc:3462
6390
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3472
4154
6391
msgid "File format to use for new tables in .ibd files."
4157
#: ../plugin/haildb/haildb_engine.cc:3465
6394
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3475
4159
6396
"Set to 0 (write and flush once per second),1 (write and flush at each "
4160
6397
"commit) or 2 (write at commit, flush once per second)."
4163
#: ../plugin/haildb/haildb_engine.cc:3468
6400
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3478
4164
6401
msgid "With which method to flush data."
4167
#: ../plugin/haildb/haildb_engine.cc:3471
6404
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3481
4169
6406
"Helps to save your data in case the disk image of the database becomes "
4173
#: ../plugin/haildb/haildb_engine.cc:3474
6410
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3484
6411
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3487
4174
6412
msgid "Path to individual files and their sizes."
4177
#: ../plugin/haildb/haildb_engine.cc:3477
4178
msgid "Path to HailDB log files."
6415
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3490
6416
msgid "Path to InnoDB log files."
4181
#: ../plugin/haildb/haildb_engine.cc:3480
6419
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3493
4182
6420
msgid "Size of each log file in a log group."
4185
#: ../plugin/haildb/haildb_engine.cc:3483
6423
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3496
4187
"Number of log files in the log group. HailDB writes to the files in a "
6425
"Number of log files in the log group. InnoDB writes to the files in a "
4188
6426
"circular fashion. Value 3 is recommended here."
4191
#: ../plugin/haildb/haildb_engine.cc:3486
6429
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3499
4193
"Timeout in seconds an HailDB transaction may wait for a lock before being "
6431
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
4194
6432
"rolled back. Values above 100000000 disable the timeout."
4197
#: ../plugin/haildb/haildb_engine.cc:3489
6435
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3502
4199
"The size of the buffer which HailDB uses to write log to the log files on "
6437
"The size of the buffer which InnoDB uses to write log to the log files on "
4203
#: ../plugin/haildb/haildb_engine.cc:3492
6441
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3505
4205
6443
"Sets the point in the LRU list from where all pages are classified as old "
4206
6444
"(Advanced users)"
4209
#: ../plugin/haildb/haildb_engine.cc:3495
6447
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3508
4211
6449
"Milliseconds between accesses to a block at which it is made young. "
4212
6450
"0=disabled (Advanced users)"
4215
#: ../plugin/haildb/haildb_engine.cc:3498
6453
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3511
4216
6454
msgid "Percentage of dirty pages allowed in bufferpool."
4219
#: ../plugin/haildb/haildb_engine.cc:3501
6457
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3514
4220
6458
msgid "Desired maximum length of the purge queue (0 = no limit)"
4223
#: ../plugin/haildb/haildb_engine.cc:3504
6461
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3517
4225
6463
"Roll back the complete transaction on lock wait timeout, for 4.x "
4226
6464
"compatibility (disabled by default)"
4229
#: ../plugin/haildb/haildb_engine.cc:3507
4230
msgid "How many files at the maximum HailDB keeps open at the same time."
4233
#: ../plugin/haildb/haildb_engine.cc:3510
4234
msgid "Number of background read I/O threads in HailDB."
4237
#: ../plugin/haildb/haildb_engine.cc:3513
4238
msgid "Number of background write I/O threads in HailDB."
4241
#: ../plugin/haildb/haildb_engine.cc:3515
6467
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3520
6468
msgid "How many files at the maximum InnoDB keeps open at the same time."
6471
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3523
6472
msgid "Number of background read I/O threads in InnoDB."
6475
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3526
6476
msgid "Number of background write I/O threads in InnoDB."
6479
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3529
4243
6481
"Disable if you want to reduce the number of messages written to the log "
4244
6482
"(default: enabled)."
4247
#: ../plugin/haildb/haildb_engine.cc:3518
4248
msgid "Enable SHOW HAILDB STATUS output in the log"
4251
#: ../plugin/haildb/haildb_engine.cc:3521
4252
msgid "Count of spin-loop rounds in HailDB mutexes (30 by default)"
4255
#: ../plugin/haildb/haildb_engine.cc:3523
4257
"Use HailDB's internal memory allocator instead of the OS memory allocator"
4260
#: ../plugin/hello_events/hello_events.cc:401
6485
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3532
6486
msgid "Enable SHOW INNODB STATUS output in the log"
6489
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3535
6490
msgid "Count of spin-loop rounds in InnoDB mutexes (30 by default)"
6493
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3538
6494
msgid "Use OS memory allocator instead of InnoDB's internal memory allocator"
6497
#: ../plugin/errmsg_notify/errmsg_notify.cc:80
6499
msgid "Failed to send error message to libnotify\n"
6502
#: ../plugin/errmsg_stderr/errmsg_stderr.cc:72
6503
msgid "Error Messages to stderr"
6506
#: ../plugin/filtered_replicator/filtered_replicator.cc:621
6507
#: ../plugin/filtered_replicator/filtered_replicator.cc:630
6508
msgid "List of schemas to filter"
6511
#: ../plugin/filtered_replicator/filtered_replicator.cc:624
6512
#: ../plugin/filtered_replicator/filtered_replicator.cc:637
6513
msgid "List of tables to filter"
6516
#: ../plugin/filtered_replicator/filtered_replicator.cc:644
6517
msgid "Regular expression to apply to schemas to filter"
6520
#: ../plugin/filtered_replicator/filtered_replicator.cc:651
6521
msgid "Regular expression to apply to tables to filter"
6524
#: ../plugin/hello_events/hello_events.cc:301
6525
msgid "Invalid value of before-write-position\n"
6528
#: ../plugin/hello_events/hello_events.cc:310
6529
#: ../plugin/hello_events/hello_events.cc:319
6530
msgid "Invalid value of before-update-position\n"
6533
#: ../plugin/hello_events/hello_events.cc:359
6534
#: ../plugin/hello_events/hello_events.cc:362
6535
#: ../plugin/hello_events/hello_events.cc:380
6536
msgid "A comma delimited list of databases to watch"
6539
#: ../plugin/hello_events/hello_events.cc:365
6540
#: ../plugin/hello_events/hello_events.cc:396
4261
6541
msgid "Enable Example Events Plugin"
6544
#: ../plugin/hello_events/hello_events.cc:368
4264
6545
#: ../plugin/hello_events/hello_events.cc:404
4265
#: ../plugin/hello_events/hello_events.cc:407
4266
msgid "A comma delimited list of databases to watch"
4269
#: ../plugin/hello_events/hello_events.cc:410
4270
6546
msgid "Before write row event observer call position"
4273
#: ../plugin/hello_events/hello_events.cc:413
4274
#: ../plugin/pbms/src/parameters_ms.cc:461
6549
#: ../plugin/hello_events/hello_events.cc:371
6550
#: ../plugin/hello_events/hello_events.cc:415
6551
#: ../plugin/pbms/src/parameters_ms.cc:579
4275
6552
msgid "Before update row event observer call position"
4278
#: ../plugin/hello_events/hello_events.cc:416
6555
#: ../plugin/hello_events/hello_events.cc:374
6556
#: ../plugin/hello_events/hello_events.cc:426
4279
6557
msgid "After drop database event observer call position"
4282
#: ../plugin/hello_events/hello_events.cc:427
6560
#: ../plugin/hello_events/hello_events.cc:388
6561
msgid "A comma delimited list of tables to watch"
6564
#: ../plugin/hello_events/hello_events.cc:450
4283
6565
msgid "An example events Plugin"
4286
#: ../plugin/innobase/handler/data_dictionary.cc:760
6568
#: ../plugin/innobase/handler/data_dictionary.cc:202
4288
6570
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
4291
#: ../plugin/innobase/handler/ha_innodb.cc:1914
4293
"Once InnoDB is running, innodb_commit_concurrency must not change between "
4297
#: ../plugin/innobase/handler/ha_innodb.cc:2179
4299
"syntax error in innodb_log_group_home_dir, or a wrong number of mirrored log "
4303
#: ../plugin/innobase/handler/ha_innodb.cc:2223
4306
"InnoDB: invalid innodb_file_format_max value: should be any value up to %s "
4307
"or its equivalent numeric id"
4310
#: ../plugin/innobase/handler/ha_innodb.cc:9359
4311
msgid "Do not use Native AIO library for IO, even if available"
4314
#: ../plugin/innobase/handler/ha_innodb.cc:9375
4315
msgid "Enable internal replication log."
4318
#: ../plugin/innobase/handler/ha_innodb.cc:9378
4320
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
4321
"rolled back. Values above 100000000 disable the timeout."
4324
#: ../plugin/innobase/handler/ha_innodb.cc:9381
4325
msgid "Percentage of the buffer pool to reserve for 'old' blocks."
4328
#: ../plugin/innobase/handler/ha_innodb.cc:9384
4330
"ove blocks to the 'new' end of the buffer pool if the first access was at "
4331
"least this many milliseconds ago. The timeout is disabled if 0 (the default)."
4334
#: ../plugin/innobase/handler/replication_dictionary.cc:109
4335
#: ../plugin/transaction_log/hexdump_transaction_message.cc:169
4336
#: ../plugin/transaction_log/print_transaction_message.cc:177
4337
#: ../plugin/transaction_log/transaction_log_reader.cc:161
4339
msgid "Unable to parse transaction. Got error: %s.\n"
4342
#: ../plugin/innobase/srv/srv0start.cc:1034
4343
msgid "InnoDB: cannot determine Mac OS X version!\n"
4346
#: ../plugin/innobase/srv/srv0start.cc:1039
4348
"InnoDB: On Mac OS X, fsync() may be broken on internal drives,\n"
4349
"InnoDB: making transactions unsafe!\n"
4352
#: ../plugin/innobase/srv/srv0start.cc:1048
4355
"InnoDB: Error: size of InnoDB's ulint is %lu, but size of void* is %lu.\n"
4356
"InnoDB: The sizes should be the same so that on a 64-bit platform you can\n"
4357
"InnoDB: allocate more than 4 GB of memory."
4360
#: ../plugin/innobase/srv/srv0start.cc:1063
4362
msgid "InnoDB: !!!!!!!! UNIV_DEBUG switched on !!!!!!!!!\n"
4365
#: ../plugin/innobase/srv/srv0start.cc:1068
4368
"InnoDB: !!!!!!!! UNIV_IBUF_DEBUG switched on !!!!!!!!!\n"
4369
"InnoDB: !!!!!!!! UNIV_IBUF_COUNT_DEBUG switched on !!!!!!!!!\n"
4370
"InnoDB: Crash recovery will fail with UNIV_IBUF_COUNT_DEBUG\n"
4373
#: ../plugin/innobase/srv/srv0start.cc:1078
4375
msgid "InnoDB: !!!!!!!! UNIV_SYNC_DEBUG switched on !!!!!!!!!\n"
4378
#: ../plugin/innobase/srv/srv0start.cc:1083
4380
msgid "InnoDB: !!!!!!!! UNIV_SEARCH_DEBUG switched on !!!!!!!!!\n"
4383
#: ../plugin/innobase/srv/srv0start.cc:1088
4385
msgid "InnoDB: !!!!!!!! UNIV_LOG_LSN_DEBUG switched on !!!!!!!!!\n"
4388
#: ../plugin/innobase/srv/srv0start.cc:1092
4390
msgid "InnoDB: !!!!!!!! UNIV_MEM_DEBUG switched on !!!!!!!!!\n"
4393
#: ../plugin/innobase/srv/srv0start.cc:1097
4395
msgid "InnoDB: The InnoDB memory heap is disabled\n"
4398
#: ../plugin/innobase/srv/srv0start.cc:1167
4400
msgid " InnoDB: Using Linux native AIO\n"
4403
#: ../plugin/logging_gearman/logging_gearman.cc:186
6573
#: ../plugin/innobase/handler/ha_innodb.cc:1858
6574
msgid "Invalid value for io-capacity\n"
6577
#: ../plugin/innobase/handler/ha_innodb.cc:1877
6578
msgid "Invalid value for fast-shutdown\n"
6581
#: ../plugin/innobase/handler/ha_innodb.cc:1891
6582
msgid "Invalid value for flush-log-at-trx-commit\n"
6585
#: ../plugin/innobase/handler/ha_innodb.cc:1921
6586
msgid "Invalid value for max-dirty-pages-pct\n"
6589
#: ../plugin/innobase/handler/ha_innodb.cc:1930
6590
msgid "Invalid value for stats-sample-pages\n"
6593
#: ../plugin/innobase/handler/ha_innodb.cc:1941
6594
msgid "Invalid value for additional-mem-pool-size\n"
6597
#: ../plugin/innobase/handler/ha_innodb.cc:1951
6598
msgid "Invalid value for autoextend-increment\n"
6601
#: ../plugin/innobase/handler/ha_innodb.cc:1961
6602
msgid "Invalid value for buffer-pool-size\n"
6605
#: ../plugin/innobase/handler/ha_innodb.cc:1971
6606
msgid "Invalid value for commit-concurrency\n"
6609
#: ../plugin/innobase/handler/ha_innodb.cc:1980
6610
msgid "Invalid value for concurrency-tickets\n"
6613
#: ../plugin/innobase/handler/ha_innodb.cc:1989
6614
msgid "Invalid value for file-io-threads\n"
6617
#: ../plugin/innobase/handler/ha_innodb.cc:1998
6618
msgid "Invalid value for read-io-threads\n"
6621
#: ../plugin/innobase/handler/ha_innodb.cc:2007
6622
msgid "Invalid value for write-io-threads\n"
6625
#: ../plugin/innobase/handler/ha_innodb.cc:2016
6626
msgid "Invalid value for force-recovery\n"
6629
#: ../plugin/innobase/handler/ha_innodb.cc:2026
6630
#: ../plugin/innobase/handler/ha_innodb.cc:2036
6631
msgid "Invalid value for log-file-size\n"
6634
#: ../plugin/innobase/handler/ha_innodb.cc:2045
6635
msgid "Invalid value for log-files-in-group\n"
6638
#: ../plugin/innobase/handler/ha_innodb.cc:2054
6639
msgid "Invalid value for mirrored-log-groups\n"
6642
#: ../plugin/innobase/handler/ha_innodb.cc:2063
6643
msgid "Invalid value for open-files\n"
6646
#: ../plugin/innobase/handler/ha_innodb.cc:2072
6647
msgid "Invalid value for thread-concurrency\n"
6650
#: ../plugin/innobase/handler/ha_innodb.cc:2095
6651
msgid "Invalid value for read-ahead-threshold\n"
6654
#: ../plugin/innobase/handler/ha_innodb.cc:2119
6655
msgid "Invalid value for lock-wait-timeout\n"
6658
#: ../plugin/logging_gearman/logging_gearman.cc:199
4405
6660
msgid "fail gearman_client_create(): %s"
4408
#: ../plugin/logging_gearman/logging_gearman.cc:197
6663
#: ../plugin/logging_gearman/logging_gearman.cc:210
4410
6665
msgid "fail gearman_client_add_server(): %s"
4413
#: ../plugin/logging_gearman/logging_gearman.cc:302
6668
#: ../plugin/logging_gearman/logging_gearman.cc:309
6669
#: ../plugin/logging_gearman/logging_gearman.cc:316
6670
msgid "Enable logging to a gearman server"
6673
#: ../plugin/logging_gearman/logging_gearman.cc:325
4414
6674
msgid "Hostname for logging to a Gearman server"
4417
#: ../plugin/logging_gearman/logging_gearman.cc:305
6677
#: ../plugin/logging_gearman/logging_gearman.cc:334
4418
6678
msgid "Gearman Function to send logging to"
4421
#: ../plugin/logging_gearman/logging_gearman.cc:316
6681
#: ../plugin/logging_gearman/logging_gearman.cc:352
4422
6682
msgid "Log queries to a Gearman server"
4425
#: ../plugin/logging_query/logging_query.cc:178
6685
#: ../plugin/logging_query/logging_query.cc:192
4427
6687
msgid "fail open() fn=%s er=%s\n"
4430
#: ../plugin/logging_query/logging_query.cc:319
6690
#: ../plugin/logging_query/logging_query.cc:316
6691
msgid "Invalid value for threshold-slow"
6694
#: ../plugin/logging_query/logging_query.cc:325
6695
msgid "Invalid value for threshold-big-resultset"
6698
#: ../plugin/logging_query/logging_query.cc:334
6699
msgid "Invalid value for threshold-big-examined"
6702
#: ../plugin/logging_query/logging_query.cc:348
6703
#: ../plugin/logging_query/logging_query.cc:364
4431
6704
msgid "Enable logging to CSV file"
4434
#: ../plugin/logging_query/logging_query.cc:322
4435
msgid "File to log to"
4438
#: ../plugin/logging_query/logging_query.cc:325
4439
msgid "PCRE to match the query against"
4442
#: ../plugin/logging_query/logging_query.cc:328 ../plugin/syslog/module.cc:107
6707
#: ../plugin/logging_query/logging_query.cc:351
6708
#: ../plugin/logging_query/logging_query.cc:391 ../plugin/syslog/module.cc:167
6709
#: ../plugin/syslog/module.cc:233
4443
6710
msgid "Threshold for logging slow queries, in microseconds"
4446
#: ../plugin/logging_query/logging_query.cc:331 ../plugin/syslog/module.cc:110
6713
#: ../plugin/logging_query/logging_query.cc:354
6714
#: ../plugin/logging_query/logging_query.cc:403 ../plugin/syslog/module.cc:179
6715
#: ../plugin/syslog/module.cc:236
4447
6716
msgid "Threshold for logging big queries, for rows returned"
4450
#: ../plugin/logging_query/logging_query.cc:334 ../plugin/syslog/module.cc:113
6719
#: ../plugin/logging_query/logging_query.cc:357
6720
#: ../plugin/logging_query/logging_query.cc:415 ../plugin/syslog/module.cc:191
6721
#: ../plugin/syslog/module.cc:239
4451
6722
msgid "Threshold for logging big queries, for rows examined"
4454
#: ../plugin/logging_query/logging_query.cc:345
6725
#: ../plugin/logging_query/logging_query.cc:373
6726
msgid "File to log to"
6729
#: ../plugin/logging_query/logging_query.cc:382
6730
msgid "PCRE to match the query against"
6733
#: ../plugin/logging_query/logging_query.cc:439
4455
6734
msgid "Log queries to a CSV file"
4458
#: ../plugin/logging_stats/logging_stats.cc:373
6737
#: ../plugin/logging_stats/logging_stats.cc:312
6738
msgid "Invalid value for max-user-count\n"
6741
#: ../plugin/logging_stats/logging_stats.cc:320
6742
msgid "Invalid value for bucket-count\n"
6745
#: ../plugin/logging_stats/logging_stats.cc:329
6746
msgid "Invalid value for scoreboard-size\n"
6749
#: ../plugin/logging_stats/logging_stats.cc:364
6750
#: ../plugin/logging_stats/logging_stats.cc:406
4459
6751
msgid "Max number of users that will be logged"
4462
#: ../plugin/logging_stats/logging_stats.cc:376
6754
#: ../plugin/logging_stats/logging_stats.cc:375
6755
#: ../plugin/logging_stats/logging_stats.cc:409
4463
6756
msgid "Max number of range locks to use for Scoreboard"
4466
#: ../plugin/logging_stats/logging_stats.cc:379
6759
#: ../plugin/logging_stats/logging_stats.cc:386
6760
#: ../plugin/logging_stats/logging_stats.cc:412
4467
6761
msgid "Max number of concurrent sessions that will be logged"
4470
#: ../plugin/logging_stats/logging_stats.cc:380
6764
#: ../plugin/logging_stats/logging_stats.cc:397
6765
#: ../plugin/logging_stats/logging_stats.cc:415
4471
6766
msgid "Enable Logging Statistics Collection"
4474
#: ../plugin/logging_stats/logging_stats.cc:389
6769
#: ../plugin/logging_stats/logging_stats.cc:432
4475
6770
msgid "User Statistics as DATA_DICTIONARY tables"