986
#: ../client/drizzledump.cc:528
1207
#: ../client/drizzledump.cc:2471
987
1208
msgid "Insert rows with INSERT IGNORE."
990
#: ../client/drizzledump.cc:530
991
msgid "Wrap a table's data in START TRANSACTION/COMMIT statements."
994
#: ../client/drizzledump.cc:532
1211
#: ../client/drizzledump.cc:2473
1212
msgid "Lines in the i.file are terminated by ..."
1215
#: ../client/drizzledump.cc:2475
1216
msgid "Wrap tables with autocommit/commit statements."
1219
#: ../client/drizzledump.cc:2477
996
1221
"'CREATE DATABASE IF NOT EXISTS db_name;' will not be put in the output. The "
997
1222
"above line will be added otherwise, if --databases or --all-databases option "
1001
#: ../client/drizzledump.cc:534
1226
#: ../client/drizzledump.cc:2479
1227
msgid "Don't write table creation info."
1230
#: ../client/drizzledump.cc:2481
1002
1231
msgid "No row information."
1005
#: ../client/drizzledump.cc:536
1234
#: ../client/drizzledump.cc:2482
1235
msgid "Deprecated. Use --skip-set-charset instead."
1238
#: ../client/drizzledump.cc:2484
1239
msgid "Enable set-name"
1242
#: ../client/drizzledump.cc:2486
1243
msgid "Don't buffer query, dump directly to stdout."
1246
#: ../client/drizzledump.cc:2488
1247
msgid "Quote table and column names with backticks (`)."
1250
#: ../client/drizzledump.cc:2490
1006
1251
msgid "Use REPLACE INTO instead of INSERT INTO."
1009
#: ../client/drizzledump.cc:538
1010
msgid "Where to send output to (stdout|database"
1013
#: ../client/drizzledump.cc:540
1015
"Hostname for destination db server (requires --destination-type=database)"
1018
#: ../client/drizzledump.cc:542
1020
"Port number for destination db server (requires --destination-type=database)"
1023
#: ../client/drizzledump.cc:544
1025
"User name for destination db server (resquires --destination-type=database)"
1028
#: ../client/drizzledump.cc:546
1030
"Password for destination db server (requires --destination-type=database)"
1033
#: ../client/drizzledump.cc:548
1035
"The database in the destination db server (requires --destination-"
1036
"type=database, not for use with --all-databases)"
1039
#: ../client/drizzledump.cc:550
1041
"Do not make a UTF8 connection to MySQL, use if you have UTF8 data in a non-"
1045
#: ../client/drizzledump.cc:556
1254
#: ../client/drizzledump.cc:2492
1256
"Direct output to a given file. This option should be used in MSDOS, because "
1257
"it prevents new line '\\n' from being converted to '\\r\\n' (carriage return "
1261
#: ../client/drizzledump.cc:2494
1263
"Creates tab separated textfile for each table to given path. (creates .sql "
1264
"and .txt files). NOTE: This only works if drizzledump is run on the same "
1265
"machine as the drizzled daemon."
1268
#: ../client/drizzledump.cc:2496
1269
msgid "Dump only selected records; QUOTES mandatory!"
1272
#: ../client/drizzledump.cc:2502
1047
1274
msgid "Connect to host."
1048
1275
msgstr "Connecta a un servidor"
1050
#: ../client/drizzledump.cc:558
1277
#: ../client/drizzledump.cc:2506
1052
1279
"Password to use when connecting to server. If password is not given it's "
1053
1280
"solicited on the tty."
1056
#: ../client/drizzledump.cc:560
1057
#: ../plugin/transaction_log/utilities/transaction_reader.cc:585
1283
#: ../client/drizzledump.cc:2508
1058
1284
msgid "Port number to use for connection."
1061
#: ../client/drizzledump.cc:567
1287
#: ../client/drizzledump.cc:2515
1062
1288
msgid "Hidden Options"
1065
#: ../client/drizzledump.cc:569
1291
#: ../client/drizzledump.cc:2517
1066
1292
msgid "Used to select the database"
1069
#: ../client/drizzledump.cc:570
1295
#: ../client/drizzledump.cc:2518
1070
1296
msgid "Used to select the tables"
1073
#: ../client/drizzledump.cc:573
1299
#: ../client/drizzledump.cc:2521
1074
1300
msgid "Allowed Options + Hidden Options"
1077
#: ../client/drizzledump.cc:637
1303
#: ../client/drizzledump.cc:2573
1079
1305
msgid "Drizzledump %s build %s, for %s-%s (%s)\n"
1082
#: ../client/drizzledump.cc:642
1308
#: ../client/drizzledump.cc:2578
1084
1310
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1085
1311
"and you are welcome to modify and redistribute it under the GPL license\n"
1088
#: ../client/drizzledump.cc:643
1314
#: ../client/drizzledump.cc:2579
1089
1315
msgid "Dumps definitions and data from a Drizzle database server"
1092
#: ../client/drizzledump.cc:644
1318
#: ../client/drizzledump.cc:2580
1094
1320
msgid "Usage: %s [OPTIONS] database [tables]\n"
1097
#: ../client/drizzledump.cc:645
1323
#: ../client/drizzledump.cc:2581
1099
1325
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
1102
#: ../client/drizzledump.cc:647
1328
#: ../client/drizzledump.cc:2583
1104
1330
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
1107
#: ../client/drizzledump.cc:688 ../client/drizzleimport.cc:484
1108
#: ../client/drizzleslap.cc:633 ../client/drizzletest.cc:5671
1333
#: ../client/drizzledump.cc:2599 ../client/drizzleimport.cc:459
1334
#: ../client/drizzleslap.cc:1002 ../client/drizzletest.cc:5597
1110
1336
msgid "Value supplied for port is not valid.\n"
1113
#: ../client/drizzledump.cc:743
1340
#. This check is made because the some the file functions below
1341
#. have FN_REFLEN sized stack allocated buffers and will cause
1342
#. a crash even if the input destination buffer is large enough
1343
#. to hold the output.
1345
#: ../client/drizzledump.cc:2646
1347
msgid "Input filename too long: %s"
1350
#: ../client/drizzledump.cc:2684
1115
1352
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
1118
#: ../client/drizzledump_data.cc:268
1119
msgid "-- Retrieving data for "
1122
#: ../client/drizzledump_data.cc:300
1123
msgid " rows dumped for table "
1126
#: ../client/drizzledump_data.cc:547
1128
msgid "-- Connecting to "
1129
msgstr "Connecta a un servidor"
1131
#: ../client/drizzledump_data.cc:547
1132
msgid " using protocol "
1135
#: ../client/drizzledump_data.cc:588 ../client/drizzledump_data.cc:594
1136
#: ../client/drizzledump_data.cc:625 ../client/drizzledump_data.cc:631
1137
msgid "Error executing query: "
1140
#: ../client/drizzledump_data.cc:602
1141
msgid "Could not buffer result: "
1144
#: ../client/drizzledump_data.cc:648
1145
msgid "Error: Could not set db '"
1148
#: ../client/drizzledump_data.cc:662 ../client/drizzledump_data.cc:667
1149
#: ../client/drizzledump_data.cc:673
1152
msgstr "Error fatal: %s"
1154
#: ../client/drizzledump_data.cc:682
1156
msgid "-- Disconnecting from "
1157
msgstr "S'està desconnectant de %s\n"
1159
#: ../client/drizzledump_drizzle.cc:41 ../client/drizzledump_drizzle.cc:98
1160
#: ../client/drizzledump_mysql.cc:42 ../client/drizzledump_mysql.cc:104
1161
msgid "-- Retrieving table structures for "
1164
#: ../client/drizzledump_drizzle.cc:172 ../client/drizzledump_mysql.cc:168
1165
msgid "-- Retrieving fields for "
1168
#: ../client/drizzledump_drizzle.cc:225 ../client/drizzledump_mysql.cc:270
1169
msgid "-- Retrieving indexes for "
1172
#: ../client/drizzledump_drizzle.cc:270 ../client/drizzledump_mysql.cc:315
1173
msgid "-- Retrieving foreign keys for "
1176
#: ../client/drizzleslap.cc:2292
1355
#: ../client/drizzleslap.cc:2856
1178
1357
msgid "Unable to fully write %<PRIu64> bytes. Could only write %<PRId64>."
1181
#: ../client/drizzletest.cc:5412
1360
#: ../client/drizzletest.cc:5364
1182
1361
msgid "Error: Invalid Value for opt_max_connect_retries"
1185
#: ../client/drizzletest.cc:5422
1364
#: ../client/drizzletest.cc:5374
1186
1365
msgid "Error: Invalid Value for opt_tail_lines"
1189
#: ../client/drizzletest.cc:5432
1368
#: ../client/drizzletest.cc:5384
1190
1369
msgid "Error: Invalid Value for opt_sleep"
1193
#: ../client/drizzletest.cc:5623
1372
#: ../client/drizzletest.cc:5565
1195
1374
msgid "Could not open '%s' for reading: errno = %d"
1198
#: ../client/drizzletest.cc:5628
1377
#: ../client/drizzletest.cc:5570 ../drizzled/drizzled.cc:863
1200
1379
msgid "Out of memory"
1201
1380
msgstr "Memòria Superada"
1203
#: ../drizzled/drizzled.cc:491
1382
#: ../drizzled/drizzled.cc:480
1204
1383
msgid "Aborting\n"
1205
1384
msgstr "S'està interrompent\n"
1207
#: ../drizzled/drizzled.cc:550
1386
#: ../drizzled/drizzled.cc:544
1208
1387
msgid "One can only use the --user switch if running as root\n"
1211
#: ../drizzled/drizzled.cc:557
1390
#: ../drizzled/drizzled.cc:551
1213
1392
"Fatal error: Please read \"Security\" section of the manual to find out how "
1214
1393
"to run drizzled as root!\n"
1217
#: ../drizzled/drizzled.cc:577
1396
#: ../drizzled/drizzled.cc:571
1220
1399
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
1224
#: ../drizzled/drizzled.cc:602
1225
msgid "Set process group ID failed"
1228
#: ../drizzled/drizzled.cc:607
1229
msgid "Set process user ID failed"
1232
#: ../drizzled/drizzled.cc:619
1233
msgid "Process chroot failed"
1236
#: ../drizzled/drizzled.cc:739
1237
msgid "Error: Invalid Value for auto_increment_increment"
1240
#: ../drizzled/drizzled.cc:750
1241
msgid "Error: Invalid Value for auto_increment_offset"
1244
#: ../drizzled/drizzled.cc:761
1245
msgid "Error: Invalid Value for completion_type"
1248
#: ../drizzled/drizzled.cc:773
1249
msgid "Error: Invalid Value for div-precision-increment"
1252
#: ../drizzled/drizzled.cc:784
1253
msgid "Error: Invalid Value for group_concat_max_len"
1256
#: ../drizzled/drizzled.cc:795
1257
msgid "Error: Invalid Value for join_buffer_size"
1260
#: ../drizzled/drizzled.cc:807
1261
msgid "Error: Invalid Value for max_allowed_packet"
1264
#: ../drizzled/drizzled.cc:819
1265
msgid "Error: Invalid Value for max_error_count"
1268
#: ../drizzled/drizzled.cc:830
1269
msgid "Error: Invalid Value for max_heap_table_size"
1272
#: ../drizzled/drizzled.cc:842
1273
msgid "Error: Invalid Value for min_examined_row_limit"
1276
#: ../drizzled/drizzled.cc:853
1277
msgid "Error: Invalid Value for max_join_size"
1280
#: ../drizzled/drizzled.cc:864
1281
msgid "Error: Invalid Value for max_length_for_sort_data"
1284
#: ../drizzled/drizzled.cc:875
1285
msgid "Error: Invalid Value for max_seeks_for_key"
1288
#: ../drizzled/drizzled.cc:886
1289
msgid "Error: Invalid Value for max_sort_length"
1292
#: ../drizzled/drizzled.cc:897
1293
msgid "Error: Invalid Value for optimizer_search_depth"
1296
#: ../drizzled/drizzled.cc:908
1297
msgid "Error: Invalid Value for preload_buff_size"
1403
#: ../drizzled/drizzled.cc:702
1405
msgid "gethostname failed, using '%s' as hostname"
1408
#: ../drizzled/drizzled.cc:768
1410
msgid "Unknown locale: '%s'"
1413
#: ../drizzled/drizzled.cc:785
1414
msgid "Can't create thread-keys"
1417
#: ../drizzled/drizzled.cc:872
1418
msgid "Failed to initialize plugins."
1421
#: ../drizzled/drizzled.cc:894
1424
"%s: Too many arguments (first extra is '%s').\n"
1425
"Use --verbose --help to get a list of available options\n"
1300
1428
#: ../drizzled/drizzled.cc:919
1301
msgid "Error: Invalid Value for query_alloc_block_size"
1304
#: ../drizzled/drizzled.cc:931
1305
msgid "Error: Invalid Value for query_prealloc_size"
1429
msgid "No scheduler found, cannot continue!\n"
1308
1432
#: ../drizzled/drizzled.cc:943
1309
msgid "Error: Invalid Value for range_alloc_block_size"
1312
#: ../drizzled/drizzled.cc:955
1313
msgid "Error: Invalid Value for read_buff_size"
1316
#: ../drizzled/drizzled.cc:967
1317
msgid "Error: Invalid Value for read_rnd_buff_size"
1320
#: ../drizzled/drizzled.cc:978
1321
msgid "Error: Invalid Value for sort_buff_size"
1324
#: ../drizzled/drizzled.cc:989
1325
msgid "Error: Invalid Value for table_def_size"
1328
#: ../drizzled/drizzled.cc:1000
1329
msgid "Error: Invalid Value for table_cache_size"
1332
#: ../drizzled/drizzled.cc:1011 ../drizzled/drizzled.cc:1027
1333
msgid "Error: Invalid Value for table_lock_wait_timeout"
1336
#: ../drizzled/drizzled.cc:1038
1338
"Error: Invalid Value for transaction_message_threshold valid values are "
1339
"between 131072 - 1048576 bytes"
1342
#: ../drizzled/drizzled.cc:1096
1344
msgid "Defaults file '%s' not found\n"
1347
#: ../drizzled/drizzled.cc:1138
1349
msgid "gethostname failed, using '%s' as hostname"
1352
#: ../drizzled/drizzled.cc:1152 ../drizzled/drizzled.cc:1739
1434
msgid "Unknown/unsupported storage engine: %s"
1437
#: ../drizzled/drizzled.cc:1032
1353
1438
msgid "Display this help and exit."
1354
1439
msgstr "Mostra aquesta ajuda i surt."
1356
#: ../drizzled/drizzled.cc:1156
1357
msgid "Configuration file to use"
1360
#: ../drizzled/drizzled.cc:1158
1361
msgid "Base location for config files"
1364
#: ../drizzled/drizzled.cc:1160 ../drizzled/drizzled.cc:1927
1365
msgid "Directory for plugins."
1368
#: ../drizzled/drizzled.cc:1165 ../drizzled/drizzled.cc:1931
1370
"Optional comma separated list of plugins to load at startup in addition to "
1371
"the default list of plugins. [for example: --plugin_add=crc32,logger_gearman]"
1374
#: ../drizzled/drizzled.cc:1169 ../drizzled/drizzled.cc:1937
1376
"Optional comma separated list of plugins to not load at startup. Effectively "
1377
"removes a plugin from the list of plugins to be loaded. [for example: --"
1378
"plugin_remove=crc32,logger_gearman]"
1381
#: ../drizzled/drizzled.cc:1173 ../drizzled/drizzled.cc:1943
1383
"Optional comma separated list of plugins to load at starup instead of the "
1384
"default plugin load list. [for example: --plugin_load=crc32,logger_gearman]"
1387
#: ../drizzled/drizzled.cc:1180 ../drizzled/drizzled.cc:1743
1441
#: ../drizzled/drizzled.cc:1036
1442
msgid "Display this help and exit after initializing plugins."
1445
#: ../drizzled/drizzled.cc:1040
1388
1446
msgid "Auto-increment columns are incremented by this"
1391
#: ../drizzled/drizzled.cc:1182 ../drizzled/drizzled.cc:1748
1449
#: ../drizzled/drizzled.cc:1045
1393
1451
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1397
#: ../drizzled/drizzled.cc:1184 ../drizzled/drizzled.cc:1754
1455
#: ../drizzled/drizzled.cc:1051
1399
1457
"Path to installation directory. All paths are usually resolved relative to "
1403
#: ../drizzled/drizzled.cc:1187 ../drizzled/drizzled.cc:1759
1461
#: ../drizzled/drizzled.cc:1056
1404
1462
msgid "Chroot drizzled daemon during startup."
1407
#: ../drizzled/drizzled.cc:1189 ../drizzled/drizzled.cc:1763
1465
#: ../drizzled/drizzled.cc:1060
1408
1466
msgid "Set the default collation."
1411
#: ../drizzled/drizzled.cc:1191 ../drizzled/drizzled.cc:1767
1469
#: ../drizzled/drizzled.cc:1064
1412
1470
msgid "Default completion type."
1413
1471
msgstr "Tipus de complement per defecte."
1415
#: ../drizzled/drizzled.cc:1192 ../drizzled/drizzled.cc:1772
1473
#: ../drizzled/drizzled.cc:1069
1416
1474
msgid "Write core on errors."
1419
#: ../drizzled/drizzled.cc:1194 ../drizzled/drizzled.cc:1776
1477
#: ../drizzled/drizzled.cc:1073
1420
1478
msgid "Path to the database root."
1423
#: ../drizzled/drizzled.cc:1196
1424
msgid "Set the default storage engine for tables."
1481
#: ../drizzled/drizzled.cc:1077
1482
msgid "Set the default storage engine (table type) for tables."
1427
#: ../drizzled/drizzled.cc:1198
1485
#: ../drizzled/drizzled.cc:1081
1428
1486
msgid "Set the default time zone."
1431
#: ../drizzled/drizzled.cc:1200 ../drizzled/drizzled.cc:1780
1489
#: ../drizzled/drizzled.cc:1086
1432
1490
msgid "Used for debugging; Use at your own risk!"
1435
#: ../drizzled/drizzled.cc:1202 ../drizzled/drizzled.cc:1785
1493
#: ../drizzled/drizzled.cc:1091
1436
1494
msgid "Set up signals usable for debugging"
1439
#: ../drizzled/drizzled.cc:1204
1497
#: ../drizzled/drizzled.cc:1095
1501
#: ../drizzled/drizzled.cc:1099
1440
1502
msgid "Set the language used for the month names and the days of the week."
1443
#: ../drizzled/drizzled.cc:1206 ../drizzled/drizzled.cc:1789
1505
#: ../drizzled/drizzled.cc:1104
1444
1506
msgid "Log some not critical warnings to the log file."
1447
#: ../drizzled/drizzled.cc:1208 ../drizzled/drizzled.cc:1794
1448
msgid "Pid file used by drizzled."
1451
#: ../drizzled/drizzled.cc:1210
1452
msgid "Maximum time in seconds to wait for the port to become free. "
1455
#: ../drizzled/drizzled.cc:1212
1456
msgid "Include the SQL query in replicated protobuf messages."
1459
#: ../drizzled/drizzled.cc:1214 ../drizzled/drizzled.cc:1803
1509
#: ../drizzled/drizzled.cc:1109
1510
msgid "Pid file used by safe_mysqld."
1513
#: ../drizzled/drizzled.cc:1113
1515
"Maximum time in seconds to wait for the port to become free. (Default: no "
1519
#: ../drizzled/drizzled.cc:1118
1461
1521
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1462
1522
"specified directory"
1465
#: ../drizzled/drizzled.cc:1217 ../drizzled/drizzled.cc:1808
1525
#: ../drizzled/drizzled.cc:1123
1467
1527
"Uniquely identifies the server instance in the community of replication "
1471
#: ../drizzled/drizzled.cc:1220 ../drizzled/drizzled.cc:1813
1531
#: ../drizzled/drizzled.cc:1128
1472
1532
msgid "Don't print a stack trace on failure."
1475
#: ../drizzled/drizzled.cc:1222 ../drizzled/drizzled.cc:1817
1535
#: ../drizzled/drizzled.cc:1132
1476
1536
msgid "Enable symbolic link support."
1479
#: ../drizzled/drizzled.cc:1224 ../drizzled/drizzled.cc:1826
1539
#: ../drizzled/drizzled.cc:1141
1481
1541
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1484
#: ../drizzled/drizzled.cc:1227
1544
#: ../drizzled/drizzled.cc:1146
1485
1545
msgid "Path for temporary files."
1488
#: ../drizzled/drizzled.cc:1229 ../drizzled/drizzled.cc:1831
1548
#: ../drizzled/drizzled.cc:1150
1489
1549
msgid "Default transaction isolation level."
1492
#: ../drizzled/drizzled.cc:1231
1494
"Max message size written to transaction log, valid values 131072 - 1048576 "
1498
#: ../drizzled/drizzled.cc:1233 ../drizzled/drizzled.cc:1835
1552
#: ../drizzled/drizzled.cc:1154
1499
1553
msgid "Run drizzled daemon as user."
1502
#: ../drizzled/drizzled.cc:1237 ../drizzled/drizzled.cc:1839
1556
#: ../drizzled/drizzled.cc:1162
1504
1558
"The number of outstanding connection requests Drizzle can have. This comes "
1505
1559
"into play when the main Drizzle thread gets very many connection requests in "
1506
1560
"a very short time."
1509
#: ../drizzled/drizzled.cc:1242 ../drizzled/drizzled.cc:1845
1563
#: ../drizzled/drizzled.cc:1168
1511
1565
"Size of tree cache used in bulk insert optimization. Note that this is a "
1512
1566
"limit per thread!"
1515
#: ../drizzled/drizzled.cc:1245 ../drizzled/drizzled.cc:1851
1569
#: ../drizzled/drizzled.cc:1174
1517
1571
"Precision of the result of '/' operator will be increased on that value."
1520
#: ../drizzled/drizzled.cc:1248
1574
#: ../drizzled/drizzled.cc:1180
1521
1575
msgid "The maximum length of the result of function group_concat."
1524
#: ../drizzled/drizzled.cc:1250 ../drizzled/drizzled.cc:1857
1578
#: ../drizzled/drizzled.cc:1185
1525
1579
msgid "The size of the buffer that is used for full joins."
1528
#: ../drizzled/drizzled.cc:1253
1530
"A global cap on the amount of memory that can be allocated by session join "
1531
"buffers (0 means unlimited)"
1534
#: ../drizzled/drizzled.cc:1255 ../drizzled/drizzled.cc:1863
1582
#: ../drizzled/drizzled.cc:1191
1535
1583
msgid "Max packetlength to send/receive from to server."
1538
#: ../drizzled/drizzled.cc:1257
1586
#: ../drizzled/drizzled.cc:1196
1588
"If there is more than this number of interrupted connections from a host "
1589
"this host will be blocked from further connections."
1592
#: ../drizzled/drizzled.cc:1201
1539
1593
msgid "Max number of errors/warnings to store for a statement."
1542
#: ../drizzled/drizzled.cc:1259 ../drizzled/drizzled.cc:1868
1596
#: ../drizzled/drizzled.cc:1206
1543
1597
msgid "Don't allow creation of heap tables bigger than this."
1546
#: ../drizzled/drizzled.cc:1261 ../drizzled/drizzled.cc:1874
1600
#: ../drizzled/drizzled.cc:1212
1548
1602
"Joins that are probably going to read more than max_join_size records return "
1552
#: ../drizzled/drizzled.cc:1264 ../drizzled/drizzled.cc:1880
1606
#: ../drizzled/drizzled.cc:1218
1553
1607
msgid "Max number of bytes in sorted records."
1556
#: ../drizzled/drizzled.cc:1266 ../drizzled/drizzled.cc:1885
1610
#: ../drizzled/drizzled.cc:1223
1557
1611
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1560
#: ../drizzled/drizzled.cc:1268 ../drizzled/drizzled.cc:1890
1614
#: ../drizzled/drizzled.cc:1228
1562
1616
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1563
1617
"max_sort_length bytes of each value are used; the rest are ignored)."
1566
#: ../drizzled/drizzled.cc:1272 ../drizzled/drizzled.cc:1897
1620
#: ../drizzled/drizzled.cc:1235
1567
1621
msgid "After this many write locks, allow some read locks to run in between."
1570
#: ../drizzled/drizzled.cc:1274 ../drizzled/drizzled.cc:1901
1624
#: ../drizzled/drizzled.cc:1239
1572
1626
"Don't log queries which examine less than min_examined_row_limit rows to "
1576
#: ../drizzled/drizzled.cc:1277
1630
#: ../drizzled/drizzled.cc:1245
1578
"Do not apply any heuristic(s) during query optimization to prune, thus "
1579
"perform an exhaustive search from the optimizer search space."
1632
"Controls the heuristic(s) applied during query optimization to prune less-"
1633
"promising partial plans from the optimizer search space. Meaning: false - do "
1634
"not apply any heuristic, thus perform exhaustive search; true - prune plans "
1635
"based on number of retrieved rows."
1582
#: ../drizzled/drizzled.cc:1280 ../drizzled/drizzled.cc:1915
1638
#: ../drizzled/drizzled.cc:1253
1584
1640
"Maximum depth of search performed by the query optimizer. Values larger than "
1585
1641
"the number of relations in a query result in better query plans, but take "
1590
1646
"(used for testing/comparison)."
1593
#: ../drizzled/drizzled.cc:1289 ../drizzled/drizzled.cc:1949
1649
#: ../drizzled/drizzled.cc:1265
1650
msgid "Directory for plugins."
1653
#: ../drizzled/drizzled.cc:1269
1655
"Optional comma separated list of plugins to load at startup in addition to "
1656
"the default list of plugins. [for example: --plugin_add=crc32,logger_gearman]"
1659
#: ../drizzled/drizzled.cc:1275
1661
"Optional comma separated list of plugins to not load at startup. Effectively "
1662
"removes a plugin from the list of plugins to be loaded. [for example: --"
1663
"plugin_remove=crc32,logger_gearman]"
1666
#: ../drizzled/drizzled.cc:1281
1668
"Optional comma separated list of plugins to load at starup instead of the "
1669
"default plugin load list. [for example: --plugin_load=crc32,logger_gearman]"
1672
#: ../drizzled/drizzled.cc:1287
1594
1673
msgid "The size of the buffer that is allocated when preloading indexes"
1597
#: ../drizzled/drizzled.cc:1292 ../drizzled/drizzled.cc:1954
1676
#: ../drizzled/drizzled.cc:1292
1598
1677
msgid "Allocation block size for query parsing and execution"
1601
#: ../drizzled/drizzled.cc:1295 ../drizzled/drizzled.cc:1959
1680
#: ../drizzled/drizzled.cc:1297
1602
1681
msgid "Persistent buffer for query parsing and execution"
1605
#: ../drizzled/drizzled.cc:1298 ../drizzled/drizzled.cc:1965
1684
#: ../drizzled/drizzled.cc:1303
1606
1685
msgid "Allocation block size for storing ranges during optimization"
1609
#: ../drizzled/drizzled.cc:1301 ../drizzled/drizzled.cc:1971
1688
#: ../drizzled/drizzled.cc:1309
1611
1690
"Each thread that does a sequential scan allocates a buffer of this size for "
1612
1691
"each table it scans. If you do many sequential scans, you may want to "
1613
1692
"increase this value."
1616
#: ../drizzled/drizzled.cc:1306
1617
msgid "A global cap on the size of read-buffer-size (0 means unlimited)"
1620
#: ../drizzled/drizzled.cc:1309 ../drizzled/drizzled.cc:1979
1695
#: ../drizzled/drizzled.cc:1317
1622
1697
"When reading rows in sorted order after a sort, the rows are read through "
1623
1698
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1624
1699
"record_buffer."
1627
#: ../drizzled/drizzled.cc:1314
1628
msgid "A global cap on the size of read-rnd-buffer-size (0 means unlimited)"
1631
#: ../drizzled/drizzled.cc:1316
1702
#: ../drizzled/drizzled.cc:1325
1632
1703
msgid "Select scheduler to be used (by default multi-thread)."
1635
#: ../drizzled/drizzled.cc:1319 ../drizzled/drizzled.cc:1988
1706
#: ../drizzled/drizzled.cc:1330
1636
1707
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1639
#: ../drizzled/drizzled.cc:1322
1641
"A global cap on the amount of memory that can be allocated by session sort "
1642
"buffers (0 means unlimited)"
1645
#: ../drizzled/drizzled.cc:1324 ../drizzled/drizzled.cc:1994
1710
#: ../drizzled/drizzled.cc:1336
1646
1711
msgid "The number of cached table definitions."
1649
#: ../drizzled/drizzled.cc:1326 ../drizzled/drizzled.cc:1998
1714
#: ../drizzled/drizzled.cc:1340
1650
1715
msgid "The number of cached open tables."
1653
#: ../drizzled/drizzled.cc:1328 ../drizzled/drizzled.cc:2002
1718
#: ../drizzled/drizzled.cc:1344
1655
1720
"Timeout in seconds to wait for a table level lock before returning an error. "
1656
1721
"Used only if the connection has active cursors."
1659
#: ../drizzled/drizzled.cc:1331 ../drizzled/drizzled.cc:2007
1724
#: ../drizzled/drizzled.cc:1349
1660
1725
msgid "The stack size for each thread."
1663
#: ../drizzled/drizzled.cc:1334 ../drizzled/drizzled.cc:2013
1728
#: ../drizzled/drizzled.cc:1355
1665
1730
"If an internal in-memory temporary table exceeds this size, Drizzle will "
1666
1731
"automatically convert it to an on-disk MyISAM table."
1669
#: ../drizzled/drizzled.cc:1357
1670
msgid "Duplicate entry for command line option\n"
1673
#: ../drizzled/drizzled.cc:1404 ../drizzled/drizzled.cc:1422
1674
#: ../drizzled/drizzled.cc:1456 ../drizzled/drizzled.cc:1464
1675
#: ../drizzled/drizzled.cc:1484
1679
"Use --help to get a list of available options\n"
1682
#: ../drizzled/drizzled.cc:1434
1683
msgid "Failed to initialize plugins\n"
1686
#: ../drizzled/drizzled.cc:1472
1690
"Use --help to get a list of available options\n"
1693
#: ../drizzled/drizzled.cc:1521
1694
msgid "Error getting default charset"
1697
#: ../drizzled/drizzled.cc:1551
1698
msgid "Error setting collation"
1701
#: ../drizzled/drizzled.cc:1559
1703
msgid "Unknown locale: '%s'"
1706
#: ../drizzled/drizzled.cc:1579
1707
msgid "Could not initialize table cache\n"
1710
#: ../drizzled/drizzled.cc:1594
1711
msgid "XA cache initialization failed: Out of memory\n"
1714
#: ../drizzled/drizzled.cc:1624
1715
msgid "No scheduler found, cannot continue!\n"
1718
#: ../drizzled/drizzled.cc:1648
1720
msgid "Unknown/unsupported storage engine: %s\n"
1723
#: ../drizzled/drizzled.cc:1798
1725
"Maximum time in seconds to wait for the port to become free. (Default: no "
1729
#: ../drizzled/drizzled.cc:1907
1731
"Controls the heuristic(s) applied during query optimization to prune less-"
1732
"promising partial plans from the optimizer search space. Meaning: false - do "
1733
"not apply any heuristic, thus perform exhaustive search; true - prune plans "
1734
"based on number of retrieved rows."
1737
#: ../drizzled/drizzled.cc:2039
1734
#: ../drizzled/drizzled.cc:1381
1739
1736
"Copyright (C) 2008 Sun Microsystems\n"
1740
1737
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1741
1738
"and you are welcome to modify and redistribute it under the GPL license\n"
1740
"Starts the Drizzle database server\n"
1745
#: ../drizzled/drizzled.cc:2046
1743
#: ../drizzled/drizzled.cc:1388
1747
1745
msgid "Usage: %s [OPTIONS]\n"
1748
1746
msgstr "Forma d'ús: %s [OPCIONS]\n"
1750
#: ../drizzled/drizzled.cc:2167
1748
#: ../drizzled/drizzled.cc:1512
1753
1751
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
1754
1752
"command line\n"
1757
#: ../drizzled/drizzled.cc:2184
1758
msgid "Error: sort-heap-threshold cannot be less than sort-buffer-size"
1761
#: ../drizzled/drizzled.cc:2197
1762
msgid "Error: join-heap-threshold cannot be less than join-buffer-size"
1765
#: ../drizzled/drizzled.cc:2210
1766
msgid "Error: read-rnd-threshold cannot be less than read-rnd-buffer-size"
1769
#: ../drizzled/drizzled.cc:2223
1770
msgid "Error: read-buffer-threshold cannot be less than read-buffer-size"
1773
#: ../drizzled/drizzled.cc:2338
1776
"There was an error creating the '%s' part of the path '%s'. Please check "
1777
"the path exists and is writable.\n"
1780
#: ../drizzled/drizzled.cc:2345
1783
"There was an error opening the path '%s', please check the path exists and "
1787
#: ../drizzled/error.cc:133
1755
#: ../drizzled/drizzled.cc:1555
1756
msgid "Can't start server: cannot resolve hostname!"
1759
#: ../drizzled/drizzled.cc:1561
1760
msgid "Can't start server: bind-address refers to multiple interfaces!"
1763
#: ../drizzled/error.cc:138
1789
1765
msgid "Unknown error %d"
1790
1766
msgstr "Error desconegut %d"
1792
#: ../drizzled/error.cc:207
1796
#: ../drizzled/error.cc:208
1797
msgid "Error on first"
1800
#: ../drizzled/error.cc:209
1768
#: ../drizzled/error.cc:214
1804
#: ../drizzled/error.cc:210
1772
#: ../drizzled/error.cc:215
1808
#: ../drizzled/error.cc:211
1776
#: ../drizzled/error.cc:216
1810
1778
msgid "Can't create file '%-.200s' (errno: %d)"
1813
#: ../drizzled/error.cc:212
1781
#: ../drizzled/error.cc:217
1815
1783
msgid "Can't create table '%-.200s' (errno: %d)"
1818
#: ../drizzled/error.cc:213
1820
msgid "Can't create schema '%-.192s' (errno: %d)"
1823
#: ../drizzled/error.cc:214
1825
msgid "Can't create schema '%-.192s'; schema exists"
1828
#: ../drizzled/error.cc:215
1830
msgid "Can't drop schema '%-.192s'; schema doesn't exist"
1833
#: ../drizzled/error.cc:216
1835
msgid "Error on delete of '%-.192s' (errno: %d)"
1838
#: ../drizzled/error.cc:217
1840
msgid "Can't get status of '%-.200s' (errno: %d)"
1843
1786
#: ../drizzled/error.cc:218
1845
msgid "Can't lock file (errno: %d)"
1788
msgid "Can't create database '%-.192s' (errno: %d)"
1848
1791
#: ../drizzled/error.cc:219
1850
msgid "Can't open file: '%-.200s' (errno: %d)"
1793
msgid "Can't create database '%-.192s'; database exists"
1853
1796
#: ../drizzled/error.cc:220
1855
msgid "Can't find file: '%-.200s' (errno: %d)"
1798
msgid "Can't drop database '%-.192s'; database doesn't exist"
1858
1801
#: ../drizzled/error.cc:221
1860
msgid "Can't read dir of '%-.192s' (errno: %d)"
1803
msgid "Error dropping database (can't delete '%-.192s', errno: %d)"
1863
1806
#: ../drizzled/error.cc:222
1865
msgid "Record has changed since last read in table '%-.192s'"
1808
msgid "Error dropping database (can't rmdir '%-.192s', errno: %d)"
1868
1811
#: ../drizzled/error.cc:223
1870
msgid "Disk full (%s); waiting for someone to free some space..."
1813
msgid "Error on delete of '%-.192s' (errno: %d)"
1873
1816
#: ../drizzled/error.cc:224
1875
msgid "Can't write; duplicate key in table '%-.192s'"
1817
msgid "Can't read record in system table"
1878
1820
#: ../drizzled/error.cc:225
1880
msgid "Error on close of '%-.192s' (errno: %d)"
1822
msgid "Can't get status of '%-.200s' (errno: %d)"
1883
1825
#: ../drizzled/error.cc:226
1885
msgid "Error reading file '%-.200s' (errno: %d)"
1827
msgid "Can't get working directory (errno: %d)"
1888
1830
#: ../drizzled/error.cc:227
1890
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
1832
msgid "Can't lock file (errno: %d)"
1893
1835
#: ../drizzled/error.cc:228
1895
msgid "Error writing file '%-.200s' (errno: %d)"
1837
msgid "Can't open file: '%-.200s' (errno: %d)"
1898
1840
#: ../drizzled/error.cc:229
1900
msgid "'%-.192s' is locked against change"
1842
msgid "Can't find file: '%-.200s' (errno: %d)"
1903
1845
#: ../drizzled/error.cc:230
1904
msgid "Sort aborted"
1847
msgid "Can't read dir of '%-.192s' (errno: %d)"
1907
1850
#: ../drizzled/error.cc:231
1909
msgid "Got error %d from storage engine"
1852
msgid "Can't change dir to '%-.192s' (errno: %d)"
1912
1855
#: ../drizzled/error.cc:232
1914
msgid "Table storage engine for '%-.192s' doesn't have this option"
1857
msgid "Record has changed since last read in table '%-.192s'"
1917
1860
#: ../drizzled/error.cc:233
1919
msgid "Can't find record in '%-.192s'"
1862
msgid "Disk full (%s); waiting for someone to free some space..."
1922
1865
#: ../drizzled/error.cc:234
1924
msgid "Incorrect information in file: '%-.200s'"
1867
msgid "Can't write; duplicate key in table '%-.192s'"
1927
1870
#: ../drizzled/error.cc:235
1929
msgid "Incorrect key file for table '%-.200s'; try to repair it"
1872
msgid "Error on close of '%-.192s' (errno: %d)"
1932
1875
#: ../drizzled/error.cc:236
1934
msgid "Old key file for table '%-.192s'; repair it!"
1877
msgid "Error reading file '%-.200s' (errno: %d)"
1937
1880
#: ../drizzled/error.cc:237
1939
msgid "Table '%-.192s' is read only"
1882
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
1942
1885
#: ../drizzled/error.cc:238
1944
msgid "Out of memory; restart server and try again (needed %lu bytes)"
1887
msgid "Error writing file '%-.200s' (errno: %d)"
1947
1890
#: ../drizzled/error.cc:239
1948
msgid "Out of sort memory; increase server sort buffer size"
1892
msgid "'%-.192s' is locked against change"
1951
1895
#: ../drizzled/error.cc:240
1952
msgid "Global sort memory constraint hit; increase sort-heap-threshold"
1896
msgid "Sort aborted"
1955
1899
#: ../drizzled/error.cc:241
1956
msgid "Global join memory constraint hit; increase join-heap-threshold"
1901
msgid "View '%-.192s' doesn't exist for '%-.192s'"
1959
1904
#: ../drizzled/error.cc:242
1960
msgid "Global read_rnd memory constraint hit; increase read-rnd-heap-threshold"
1906
msgid "Got error %d from storage engine"
1963
1909
#: ../drizzled/error.cc:243
1964
msgid "Global read memory constraint hit; increase read-buffer-threshold"
1911
msgid "Table storage engine for '%-.192s' doesn't have this option"
1967
1914
#: ../drizzled/error.cc:244
1969
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
1916
msgid "Can't find record in '%-.192s'"
1972
1919
#: ../drizzled/error.cc:245
1973
msgid "Too many connections"
1921
msgid "Incorrect information in file: '%-.200s'"
1976
1924
#: ../drizzled/error.cc:246
1978
"Out of memory; check if drizzled or some other process uses all available "
1979
"memory; if not, you may have to use 'ulimit' to allow drizzled to use more "
1980
"memory or you can add more swap space"
1926
msgid "Incorrect key file for table '%-.200s'; try to repair it"
1983
1929
#: ../drizzled/error.cc:247
1984
msgid "Can't get hostname for your address"
1931
msgid "Old key file for table '%-.192s'; repair it!"
1987
1934
#: ../drizzled/error.cc:248
1988
msgid "Bad handshake"
1936
msgid "Table '%-.192s' is read only"
1991
1939
#: ../drizzled/error.cc:249
1993
msgid "Access denied for user '%-.48s'@'%-.64s' to schema '%-.192s'"
1941
msgid "Out of memory; restart server and try again (needed %lu bytes)"
1996
1944
#: ../drizzled/error.cc:250
1998
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
1945
msgid "Out of sort memory; increase server sort buffer size"
2001
1948
#: ../drizzled/error.cc:251
2002
msgid "No schema selected"
1950
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
2005
1953
#: ../drizzled/error.cc:252
2006
msgid "Unknown command"
2007
msgstr "Ordre desconeguda"
1954
msgid "Too many connections"
2009
1957
#: ../drizzled/error.cc:253
2011
msgid "Column '%-.192s' cannot be null"
1959
"Out of memory; check if drizzled or some other process uses all available "
1960
"memory; if not, you may have to use 'ulimit' to allow drizzled to use more "
1961
"memory or you can add more swap space"
2014
1964
#: ../drizzled/error.cc:254
2016
msgid "Unknown schema '%-.192s'"
1965
msgid "Can't get hostname for your address"
2019
1968
#: ../drizzled/error.cc:255
2021
msgid "Table '%-.192s' already exists"
1969
msgid "Bad handshake"
2024
1972
#: ../drizzled/error.cc:256
2026
msgid "Unknown table '%-.100s'"
1974
msgid "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
2029
1977
#: ../drizzled/error.cc:257
2031
msgid "Column '%-.192s' in %-.192s is ambiguous"
1979
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
2034
1982
#: ../drizzled/error.cc:258
2035
msgid "Server shutdown in progress"
1983
msgid "No database selected"
2038
1986
#: ../drizzled/error.cc:259
2040
msgid "Unknown column '%-.192s' in '%-.192s'"
1987
msgid "Unknown command"
1988
msgstr "Ordre desconeguda"
2043
1990
#: ../drizzled/error.cc:260
2045
msgid "'%-.192s' isn't in GROUP BY"
1992
msgid "Column '%-.192s' cannot be null"
2048
1995
#: ../drizzled/error.cc:261
2050
msgid "Can't group on '%-.192s'"
1997
msgid "Unknown database '%-.192s'"
2053
2000
#: ../drizzled/error.cc:262
2054
msgid "Statement has sum functions and columns in same statement"
2002
msgid "Table '%-.192s' already exists"
2057
2005
#: ../drizzled/error.cc:263
2058
msgid "Column count doesn't match value count"
2007
msgid "Unknown table '%-.100s'"
2061
2010
#: ../drizzled/error.cc:264
2063
msgid "Identifier name '%-.100s' is too long"
2012
msgid "Column '%-.192s' in %-.192s is ambiguous"
2066
2015
#: ../drizzled/error.cc:265
2068
msgid "Duplicate column name '%-.192s'"
2016
msgid "Server shutdown in progress"
2071
2019
#: ../drizzled/error.cc:266
2073
msgid "Duplicate key name '%-.192s'"
2021
msgid "Unknown column '%-.192s' in '%-.192s'"
2076
2024
#: ../drizzled/error.cc:267
2078
msgid "Duplicate entry '%-.192s' for key %d"
2026
msgid "'%-.192s' isn't in GROUP BY"
2081
2029
#: ../drizzled/error.cc:268
2083
msgid "Incorrect column specifier for column '%-.192s'"
2031
msgid "Can't group on '%-.192s'"
2086
2034
#: ../drizzled/error.cc:269
2088
msgid "%s near '%-.80s' at line %d"
2035
msgid "Statement has sum functions and columns in same statement"
2091
2038
#: ../drizzled/error.cc:270
2093
msgid "Parsing error near '%s'"
2039
msgid "Column count doesn't match value count"
2096
2042
#: ../drizzled/error.cc:271
2044
msgid "Identifier name '%-.100s' is too long"
2047
#: ../drizzled/error.cc:272
2049
msgid "Duplicate column name '%-.192s'"
2052
#: ../drizzled/error.cc:273
2054
msgid "Duplicate key name '%-.192s'"
2057
#: ../drizzled/error.cc:274
2059
msgid "Duplicate entry '%-.192s' for key %d"
2062
#: ../drizzled/error.cc:275
2064
msgid "Incorrect column specifier for column '%-.192s'"
2067
#: ../drizzled/error.cc:276
2069
msgid "%s near '%-.80s' at line %d"
2072
#: ../drizzled/error.cc:277
2097
2073
msgid "Query was empty"
2100
#: ../drizzled/error.cc:272
2076
#: ../drizzled/error.cc:278
2102
2078
msgid "Not unique table/alias: '%-.192s'"
2105
#: ../drizzled/error.cc:273
2081
#: ../drizzled/error.cc:279
2107
2083
msgid "Invalid default value for '%-.192s'"
2110
#: ../drizzled/error.cc:274
2086
#: ../drizzled/error.cc:280
2111
2087
msgid "Multiple primary key defined"
2114
#: ../drizzled/error.cc:275
2090
#: ../drizzled/error.cc:281
2116
2092
msgid "Too many keys specified; max %d keys allowed"
2119
#: ../drizzled/error.cc:276
2095
#: ../drizzled/error.cc:282
2121
2097
msgid "Too many key parts specified; max %d parts allowed"
2124
#: ../drizzled/error.cc:277
2100
#: ../drizzled/error.cc:283
2126
2102
msgid "Specified key was too long; max key length is %d bytes"
2129
#: ../drizzled/error.cc:278
2105
#: ../drizzled/error.cc:284
2131
2107
msgid "Key column '%-.192s' doesn't exist in table"
2134
#: ../drizzled/error.cc:279
2110
#: ../drizzled/error.cc:285
2137
2113
"BLOB column '%-.192s' can't be used in key specification with the used table "
2141
#: ../drizzled/error.cc:280
2117
#: ../drizzled/error.cc:286
2144
2120
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
2148
#: ../drizzled/error.cc:281
2124
#: ../drizzled/error.cc:287
2150
2126
"Incorrect table definition; there can be only one auto column and it must be "
2151
2127
"defined as a key"
2154
#: ../drizzled/error.cc:282
2130
#: ../drizzled/error.cc:288
2133
"%s: ready for connections.\n"
2134
"Version: '%s' socket: '%s' port: %u\n"
2137
#: ../drizzled/error.cc:289
2156
2139
msgid "%s: Normal shutdown\n"
2159
#: ../drizzled/error.cc:283
2142
#: ../drizzled/error.cc:290
2161
2144
msgid "%s: Got signal %d. Aborting!\n"
2164
#: ../drizzled/error.cc:284
2147
#: ../drizzled/error.cc:291
2166
2149
msgid "%s: Shutdown complete\n"
2169
#: ../drizzled/error.cc:285
2152
#: ../drizzled/error.cc:292
2171
2154
msgid "%s: Forcing close of thread %<PRIu64> user: '%-.48s'\n"
2174
#: ../drizzled/error.cc:286
2157
#: ../drizzled/error.cc:293
2175
2158
msgid "Can't create IP socket"
2178
#: ../drizzled/error.cc:287
2161
#: ../drizzled/error.cc:294
2181
2164
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
2185
#: ../drizzled/error.cc:288
2168
#: ../drizzled/error.cc:295
2188
2171
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
2189
2172
"check the manual"
2192
#: ../drizzled/error.cc:289
2175
#: ../drizzled/error.cc:296
2194
2177
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
2197
#: ../drizzled/error.cc:290
2180
#: ../drizzled/error.cc:297
2200
"The file '%-.128s' must be in the schema directory or be readable by all"
2183
"The file '%-.128s' must be in the database directory or be readable by all"
2203
#: ../drizzled/error.cc:291
2186
#: ../drizzled/error.cc:298
2205
2188
msgid "File '%-.200s' already exists"
2208
#: ../drizzled/error.cc:292
2191
#: ../drizzled/error.cc:299
2210
2193
msgid "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
2213
#: ../drizzled/error.cc:293
2196
#: ../drizzled/error.cc:300
2198
msgid "Records: %ld Duplicates: %ld"
2201
#: ../drizzled/error.cc:301
2215
2203
"Incorrect prefix key; the used key part isn't a string, the used length is "
2216
2204
"longer than the key part, or the storage engine doesn't support unique "
2220
#: ../drizzled/error.cc:294
2208
#: ../drizzled/error.cc:302
2221
2209
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
2224
#: ../drizzled/error.cc:295
2212
#: ../drizzled/error.cc:303
2226
2214
msgid "Can't DROP '%-.192s'; check that column/key exists"
2229
#: ../drizzled/error.cc:296
2217
#: ../drizzled/error.cc:304
2231
2219
msgid "Records: %ld Duplicates: %ld Warnings: %ld"
2234
#: ../drizzled/error.cc:297
2222
#: ../drizzled/error.cc:305
2236
2224
msgid "You can't specify target table '%-.192s' for update in FROM clause"
2239
#. KILL session errors
2240
#: ../drizzled/error.cc:300
2242
msgid "Unknown session id: %lu"
2243
msgstr "Ordre desconeguda: "
2245
#: ../drizzled/error.cc:301
2247
msgid "You are not the owner of session %lu"
2250
#: ../drizzled/error.cc:302
2251
msgid "You cannot kill the session you are connected from."
2254
#: ../drizzled/error.cc:305
2255
msgid "No tables used"
2258
2227
#: ../drizzled/error.cc:306
2260
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
2229
msgid "Unknown thread id: %lu"
2263
2232
#: ../drizzled/error.cc:307
2265
msgid "Incorrect schema name '%-.100s'"
2234
msgid "You are not owner of thread %lu"
2268
2237
#: ../drizzled/error.cc:308
2270
msgid "Incorrect table name '%-.100s'"
2238
msgid "No tables used"
2273
2241
#: ../drizzled/error.cc:309
2275
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
2276
"use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay"
2243
msgid "Too many strings for column %-.192s and SET"
2279
2246
#: ../drizzled/error.cc:310
2280
msgid "Unknown error"
2281
msgstr "Error desconegut"
2248
msgid "Can't generate a unique log-filename %-.200s.(1-999)\n"
2283
2251
#: ../drizzled/error.cc:311
2285
msgid "Unknown procedure '%-.192s'"
2253
msgid "Table '%-.192s' was locked with a READ lock and can't be updated"
2288
2256
#: ../drizzled/error.cc:312
2290
msgid "Incorrect parameter count to procedure '%-.192s'"
2258
msgid "Table '%-.192s' was not locked with LOCK TABLES"
2293
2261
#: ../drizzled/error.cc:313
2295
msgid "Unknown table '%-.192s' in %-.32s"
2263
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
2298
2266
#: ../drizzled/error.cc:314
2300
msgid "Column '%-.192s' specified twice"
2268
msgid "Incorrect database name '%-.100s'"
2303
2271
#: ../drizzled/error.cc:315
2304
msgid "Invalid use of group function"
2273
msgid "Incorrect table name '%-.100s'"
2307
2276
#: ../drizzled/error.cc:316
2310
"Table '%-.192s' uses an extension that doesn't exist in this Drizzle version"
2278
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
2279
"use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay"
2313
2282
#: ../drizzled/error.cc:317
2314
msgid "A table must have at least 1 column"
2315
msgstr "Una taula ha de tenir com a mínim 1 columna"
2283
msgid "Unknown error"
2284
msgstr "Error desconegut"
2317
2286
#: ../drizzled/error.cc:318
2319
msgid "The table '%-.192s' is full"
2288
msgid "Unknown procedure '%-.192s'"
2322
2291
#: ../drizzled/error.cc:319
2324
msgid "Too many tables; Drizzle can only use %d tables in a join"
2293
msgid "Incorrect parameter count to procedure '%-.192s'"
2327
2296
#: ../drizzled/error.cc:320
2328
msgid "Too many columns"
2298
msgid "Incorrect parameters to procedure '%-.192s'"
2331
2301
#: ../drizzled/error.cc:321
2334
"Row size too large. The maximum row size for the used table type, not "
2335
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
2303
msgid "Unknown table '%-.192s' in %-.32s"
2338
2306
#: ../drizzled/error.cc:322
2339
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
2308
msgid "Column '%-.192s' specified twice"
2342
2311
#: ../drizzled/error.cc:323
2345
"Table handler doesn't support NULL in given index. Please change column "
2346
"'%-.192s' to be NOT NULL or use another handler"
2312
msgid "Invalid use of group function"
2349
2315
#: ../drizzled/error.cc:324
2350
msgid "No paths allowed for plugin library"
2318
"Table '%-.192s' uses an extension that doesn't exist in this Drizzle version"
2353
2321
#: ../drizzled/error.cc:325
2355
msgid "Plugin '%-.192s' already exists"
2322
msgid "A table must have at least 1 column"
2323
msgstr "Una taula ha de tenir com a mínim 1 columna"
2358
2325
#: ../drizzled/error.cc:326
2360
msgid "Can't open shared library '%-.192s' (errno: %d %s)"
2327
msgid "The table '%-.192s' is full"
2363
2330
#: ../drizzled/error.cc:327
2365
msgid "Can't find symbol '%-.128s' in library '%s'"
2332
msgid "Unknown character set: '%-.64s'"
2368
2335
#: ../drizzled/error.cc:328
2370
msgid "Rows matched: %ld Changed: %ld Warnings: %ld"
2337
msgid "Too many tables; Drizzle can only use %d tables in a join"
2373
2340
#: ../drizzled/error.cc:329
2376
"Can't create a new thread (errno %d); if you are not out of available "
2377
"memory, you can consult the manual for a possible OS-dependent bug"
2341
msgid "Too many columns"
2380
2344
#: ../drizzled/error.cc:330
2382
msgid "Column count doesn't match value count at row %ld"
2347
"Row size too large. The maximum row size for the used table type, not "
2348
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
2385
2351
#: ../drizzled/error.cc:331
2387
msgid "Can't reopen table: '%-.192s'"
2354
"Thread stack overrun: Used: %ld of a %ld stack. Use 'drizzled -O "
2355
"thread_stack=#' to specify a bigger stack if needed"
2390
2358
#: ../drizzled/error.cc:332
2392
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
2393
"illegal if there is no GROUP BY clause"
2359
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
2396
2362
#: ../drizzled/error.cc:333
2398
msgid "Table '%-.192s.%-.192s' doesn't exist"
2365
"Table handler doesn't support NULL in given index. Please change column "
2366
"'%-.192s' to be NOT NULL or use another handler"
2401
2369
#: ../drizzled/error.cc:334
2403
"You have an error in your SQL syntax; check the manual that corresponds to "
2404
"your Drizzle server version for the right syntax to use"
2371
msgid "Can't load function '%-.192s'"
2407
2374
#: ../drizzled/error.cc:335
2408
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
2376
msgid "Can't initialize function '%-.192s'; %-.80s"
2411
2379
#: ../drizzled/error.cc:336
2412
msgid "Got packets out of order"
2380
msgid "No paths allowed for plugin library"
2415
2383
#: ../drizzled/error.cc:337
2416
msgid "The used table type doesn't support BLOB/TEXT columns"
2385
msgid "Plugin '%-.192s' already exists"
2419
2388
#: ../drizzled/error.cc:338
2420
msgid "The used table type doesn't support AUTO_INCREMENT columns"
2390
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
2423
2393
#: ../drizzled/error.cc:339
2425
msgid "Incorrect column name '%-.100s'"
2395
msgid "Can't find symbol '%-.128s' in library '%-.128s'"
2428
2398
#: ../drizzled/error.cc:340
2430
msgid "The used storage engine can't index column '%-.192s'"
2400
msgid "Function '%-.192s' is not defined"
2433
2403
#: ../drizzled/error.cc:341
2435
"Unable to open underlying table which is differently defined or of non-"
2436
"MyISAM type or doesn't exist"
2406
"Host '%-.64s' is blocked because of many connection errors; unblock with "
2407
"'drizzleadmin flush-hosts'"
2439
2410
#: ../drizzled/error.cc:342
2441
msgid "Can't write, because of unique constraint, to table '%-.192s'"
2412
msgid "Host '%-.64s' is not allowed to connect to this Drizzle server"
2444
2415
#: ../drizzled/error.cc:343
2447
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
2417
"You are using Drizzle as an anonymous user and anonymous users are not "
2418
"allowed to change passwords"
2450
2421
#: ../drizzled/error.cc:344
2452
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
2423
"You must have privileges to update tables in the drizzle database to be able "
2424
"to change passwords for others"
2456
2427
#: ../drizzled/error.cc:345
2457
msgid "Result consisted of more than one row"
2428
msgid "Can't find any matching row in the user table"
2460
2431
#: ../drizzled/error.cc:346
2461
msgid "This table type requires a primary key"
2433
msgid "Rows matched: %ld Changed: %ld Warnings: %ld"
2464
2436
#: ../drizzled/error.cc:347
2466
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
2439
"Can't create a new thread (errno %d); if you are not out of available "
2440
"memory, you can consult the manual for a possible OS-dependent bug"
2469
2443
#: ../drizzled/error.cc:348
2470
msgid "Can't open table"
2445
msgid "Column count doesn't match value count at row %ld"
2473
2448
#: ../drizzled/error.cc:349
2475
msgid "The storage engine for the table doesn't support %s"
2450
msgid "Can't reopen table: '%-.192s'"
2478
2453
#: ../drizzled/error.cc:350
2480
msgid "Got error %d during COMMIT"
2454
msgid "Invalid use of NULL value"
2483
2457
#: ../drizzled/error.cc:351
2485
msgid "Got error %d during ROLLBACK"
2488
#. This is a very incorrect place to use the PRIi64 macro as the
2489
#. program that looks over the source for the N_() macros does not
2490
#. (obviously) do macro expansion, so the string is entirely wrong for
2491
#. what it is trying to output for every language except english.
2459
msgid "Got error '%-.64s' from regexp"
2462
#: ../drizzled/error.cc:352
2464
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
2465
"illegal if there is no GROUP BY clause"
2468
#: ../drizzled/error.cc:353
2470
msgid "There is no such grant defined for user '%-.48s' on host '%-.64s'"
2473
#: ../drizzled/error.cc:354
2475
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for table '%-.192s'"
2478
#: ../drizzled/error.cc:355
2481
"%-.16s command denied to user '%-.48s'@'%-.64s' for column '%-.192s' in "
2492
2485
#: ../drizzled/error.cc:356
2495
"Aborted connection %<PRIi64> to db: '%-.192s' user: '%-.48s' host: "
2487
"Illegal GRANT/REVOKE command; please consult the manual to see which "
2488
"privileges can be used"
2499
2491
#: ../drizzled/error.cc:357
2501
"Can't execute the given command because you have active locked tables or an "
2502
"active transaction"
2492
msgid "The host or user argument to GRANT is too long"
2505
2495
#: ../drizzled/error.cc:358
2507
msgid "Unknown system variable '%-.64s'"
2497
msgid "Table '%-.192s.%-.192s' doesn't exist"
2510
2500
#: ../drizzled/error.cc:359
2512
msgid "Table '%-.192s' is marked as crashed and should be repaired"
2503
"There is no such grant defined for user '%-.48s' on host '%-.64s' on table "
2515
2507
#: ../drizzled/error.cc:360
2518
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
2508
msgid "The used command is not allowed with this Drizzle version"
2521
2511
#: ../drizzled/error.cc:361
2522
msgid "Some non-transactional changed tables couldn't be rolled back"
2513
"You have an error in your SQL syntax; check the manual that corresponds to "
2514
"your Drizzle server version for the right syntax to use"
2525
2517
#: ../drizzled/error.cc:362
2526
msgid "You may only use constant expressions with SET"
2519
msgid "Delayed insert thread couldn't get requested lock for table %-.192s"
2529
2522
#: ../drizzled/error.cc:363
2530
msgid "Lock wait timeout exceeded; try restarting transaction"
2523
msgid "Too many delayed threads in use"
2533
2526
#: ../drizzled/error.cc:364
2534
msgid "The total number of locks exceeds the lock table size"
2528
msgid "Aborted connection %ld to db: '%-.192s' user: '%-.48s' (%-.64s)"
2537
2531
#: ../drizzled/error.cc:365
2538
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
2532
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
2541
2535
#: ../drizzled/error.cc:366
2542
msgid "DROP DATABASE not allowed while thread is holding global read lock"
2536
msgid "Got a read error from the connection pipe"
2545
2539
#: ../drizzled/error.cc:367
2547
msgid "Incorrect arguments to %s"
2540
msgid "Got an error from fcntl()"
2550
2543
#: ../drizzled/error.cc:368
2551
msgid "Deadlock found when trying to get lock; try restarting transaction"
2554
#: ../drizzled/error.cc:369
2555
msgid "The used table type doesn't support FULLTEXT indexes"
2558
#: ../drizzled/error.cc:370
2559
msgid "Cannot add foreign key constraint"
2562
#: ../drizzled/error.cc:371
2563
msgid "Cannot add or update a child row: a foreign key constraint fails"
2566
#: ../drizzled/error.cc:372
2567
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
2570
#: ../drizzled/error.cc:373
2572
msgid "Incorrect usage of %s and %s"
2544
msgid "Got packets out of order"
2547
#. CR_NET_UNCOMPRESS_ERROR 08S01
2548
#: ../drizzled/error.cc:369 ../plugin/drizzle_protocol/errmsg.cc:101
2549
msgid "Couldn't uncompress communication packet"
2552
#. CR_NET_READ_ERROR 08S01
2553
#: ../drizzled/error.cc:370 ../plugin/drizzle_protocol/errmsg.cc:103
2554
msgid "Got an error reading communication packets"
2557
#. CR_NET_READ_INTERRUPTED 08S01
2558
#: ../drizzled/error.cc:371 ../plugin/drizzle_protocol/errmsg.cc:105
2559
msgid "Got timeout reading communication packets"
2562
#. CR_NET_ERROR_ON_WRITE 08S01
2563
#: ../drizzled/error.cc:372 ../plugin/drizzle_protocol/errmsg.cc:107
2564
msgid "Got an error writing communication packets"
2567
#. CR_NET_WRITE_INTERRUPTED 08S01
2568
#: ../drizzled/error.cc:373 ../plugin/drizzle_protocol/errmsg.cc:109
2569
msgid "Got timeout writing communication packets"
2575
2572
#: ../drizzled/error.cc:374
2576
msgid "The used SELECT statements have a different number of columns"
2573
msgid "Result string is longer than 'max_allowed_packet' bytes"
2579
2576
#: ../drizzled/error.cc:375
2580
msgid "Can't execute the query because you have a conflicting read lock"
2577
msgid "The used table type doesn't support BLOB/TEXT columns"
2583
2580
#: ../drizzled/error.cc:376
2586
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
2581
msgid "The used table type doesn't support AUTO_INCREMENT columns"
2589
2584
#: ../drizzled/error.cc:377
2592
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
2587
"INSERT DELAYED can't be used with table '%-.192s' because it is locked with "
2595
2591
#: ../drizzled/error.cc:378
2597
msgid "Variable '%-.64s' doesn't have a default value"
2593
msgid "Incorrect column name '%-.100s'"
2600
2596
#: ../drizzled/error.cc:379
2602
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
2598
msgid "The used storage engine can't index column '%-.192s'"
2605
2601
#: ../drizzled/error.cc:380
2607
msgid "Incorrect argument type to variable '%-.64s'"
2603
"Unable to open underlying table which is differently defined or of non-"
2604
"MyISAM type or doesn't exist"
2610
2607
#: ../drizzled/error.cc:381
2612
msgid "Variable '%-.64s' can only be set, not read"
2609
msgid "Can't write, because of unique constraint, to table '%-.192s'"
2615
2612
#: ../drizzled/error.cc:382
2617
msgid "Incorrect usage/placement of '%s'"
2615
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
2620
2618
#: ../drizzled/error.cc:383
2622
msgid "This version of Drizzle doesn't yet support '%s'"
2620
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
2625
2624
#: ../drizzled/error.cc:384
2627
msgid "Variable '%-.192s' is a %s variable"
2625
msgid "Result consisted of more than one row"
2630
2628
#: ../drizzled/error.cc:385
2632
msgid "Incorrect foreign key definition for '%-.192s': %s"
2629
msgid "This table type requires a primary key"
2635
2632
#: ../drizzled/error.cc:386
2636
msgid "Key reference and table reference don't match"
2633
msgid "This version of Drizzle is not compiled with RAID support"
2639
2636
#: ../drizzled/error.cc:387
2641
msgid "Operand should contain %d column(s)"
2638
"You are using safe update mode and you tried to update a table without a "
2639
"WHERE that uses a KEY column"
2644
2642
#: ../drizzled/error.cc:388
2645
msgid "Subquery returns more than 1 row"
2644
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
2648
2647
#: ../drizzled/error.cc:389
2650
msgid "Converting column '%s' from %s to %s"
2648
msgid "Can't open table"
2653
2651
#: ../drizzled/error.cc:390
2655
msgid "Reference '%-.64s' not supported (%s)"
2653
msgid "The storage engine for the table doesn't support %s"
2658
2656
#: ../drizzled/error.cc:391
2659
msgid "Every derived table must have its own alias"
2657
msgid "You are not allowed to execute this command in a transaction"
2662
2660
#: ../drizzled/error.cc:392
2664
msgid "Select %u was reduced during optimization"
2662
msgid "Got error %d during COMMIT"
2667
2665
#: ../drizzled/error.cc:393
2669
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
2667
msgid "Got error %d during ROLLBACK"
2672
2670
#: ../drizzled/error.cc:394
2673
msgid "All parts of a SPATIAL index must be NOT NULL"
2672
msgid "Got error %d during FLUSH_LOGS"
2676
2675
#: ../drizzled/error.cc:395
2678
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
2681
#: ../drizzled/error.cc:396
2684
"Uncompressed data size too large; the maximum size is %d (based on "
2685
"max_allowed_packet). The length of uncompressed data may also be corrupted."
2688
#: ../drizzled/error.cc:397
2689
msgid "ZLIB: Not enough memory"
2692
#: ../drizzled/error.cc:398
2694
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
2695
"data was corrupted)"
2698
#: ../drizzled/error.cc:399
2699
msgid "ZLIB: Input data corrupted"
2677
msgid "Got error %d during CHECKPOINT"
2680
#. This is a very incorrect place to use the PRIi64 macro as the
2681
#. program that looks over the source for the N_() macros does not
2682
#. (obviously) do macro expansion, so the string is entirely wrong for
2683
#. what it is trying to output for every language except english.
2702
2684
#: ../drizzled/error.cc:400
2704
msgid "%d line(s) were cut by GROUP_CONCAT()"
2687
"Aborted connection %<PRIi64> to db: '%-.192s' user: '%-.48s' host: "
2707
2691
#: ../drizzled/error.cc:401
2709
msgid "Row %ld doesn't contain data for all columns"
2692
msgid "The storage engine for the table does not support binary table dump"
2712
2695
#: ../drizzled/error.cc:402
2715
"Row %ld was truncated; it contained more data than there were input columns"
2696
msgid "Binlog closed, cannot RESET MASTER"
2718
2699
#: ../drizzled/error.cc:403
2721
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
2701
msgid "Failed rebuilding the index of dumped table '%-.192s'"
2724
2704
#: ../drizzled/error.cc:404
2726
msgid "Out of range value for column '%s' at row %ld"
2706
msgid "Error from master: '%-.64s'"
2729
2709
#: ../drizzled/error.cc:405
2731
msgid "Data truncated for column '%s' at row %ld"
2710
msgid "Net error reading from master"
2734
2713
#: ../drizzled/error.cc:406
2736
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
2714
msgid "Net error writing to master"
2739
2717
#: ../drizzled/error.cc:407
2741
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
2718
msgid "Can't find FULLTEXT index matching the column list"
2744
2721
#: ../drizzled/error.cc:408
2746
msgid "Illegal mix of collations for operation '%s'"
2723
"Can't execute the given command because you have active locked tables or an "
2724
"active transaction"
2749
2727
#: ../drizzled/error.cc:409
2752
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
2729
msgid "Unknown system variable '%-.64s'"
2756
2732
#: ../drizzled/error.cc:410
2758
msgid "Unknown collation: '%-.64s'"
2734
msgid "Table '%-.192s' is marked as crashed and should be repaired"
2761
2737
#: ../drizzled/error.cc:411
2764
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
2740
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
2768
2743
#: ../drizzled/error.cc:412
2770
msgid "Incorrect index name '%-.100s'"
2744
msgid "Some non-transactional changed tables couldn't be rolled back"
2773
2747
#: ../drizzled/error.cc:413
2775
msgid "Incorrect catalog name '%-.100s'"
2749
"Multi-statement transaction required more than 'max_binlog_cache_size' bytes "
2750
"of storage; increase this drizzled variable and try again"
2778
2753
#: ../drizzled/error.cc:414
2780
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
2755
"This operation cannot be performed with a running slave; run STOP SLAVE first"
2783
2758
#: ../drizzled/error.cc:415
2785
msgid "Unknown table engine '%s'"
2760
"This operation requires a running slave; configure slave and do START SLAVE"
2788
2763
#: ../drizzled/error.cc:416
2790
msgid "The target table %-.100s of the %s is not updatable"
2764
msgid "The server is not configured as slave; fix with CHANGE MASTER TO"
2793
2767
#: ../drizzled/error.cc:417
2796
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
2769
"Could not initialize master info structure; more error messages can be found "
2770
"in the Drizzle error log"
2800
2773
#: ../drizzled/error.cc:418
2803
"The Drizzle server is running with the %s option so it cannot execute this "
2774
msgid "Could not create slave thread; check system resources"
2807
2777
#: ../drizzled/error.cc:419
2809
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
2780
"User %-.64s already has more than 'max_user_connections' active connections"
2812
2783
#: ../drizzled/error.cc:420
2814
msgid "Truncated incorrect %-.32s value: '%-.128s'"
2784
msgid "You may only use constant expressions with SET"
2817
2787
#: ../drizzled/error.cc:421
2819
"Incorrect table definition; there can be only one TIMESTAMP column with "
2820
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
2788
msgid "Lock wait timeout exceeded; try restarting transaction"
2823
2791
#: ../drizzled/error.cc:422
2825
msgid "Invalid ON UPDATE clause for '%-.192s' column"
2792
msgid "The total number of locks exceeds the lock table size"
2828
2795
#: ../drizzled/error.cc:423
2830
msgid "Got error %d '%-.100s' from %s"
2796
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
2833
2799
#: ../drizzled/error.cc:424
2835
msgid "Got temporary error %d '%-.100s' from %s"
2800
msgid "DROP DATABASE not allowed while thread is holding global read lock"
2838
2803
#: ../drizzled/error.cc:425
2840
msgid "Unknown or incorrect time zone: '%-.64s'"
2804
msgid "CREATE DATABASE not allowed while thread is holding global read lock"
2843
2807
#: ../drizzled/error.cc:426
2845
msgid "Invalid %s character string: '%.64s'"
2809
msgid "Incorrect arguments to %s"
2848
2812
#: ../drizzled/error.cc:427
2850
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
2814
msgid "'%-.48s'@'%-.64s' is not allowed to create new users"
2853
2817
#: ../drizzled/error.cc:428
2855
msgid "%s %s does not exist"
2856
msgstr "%s %s no existeix"
2819
"Incorrect table definition; all MERGE tables must be in the same database"
2858
2822
#: ../drizzled/error.cc:429
2859
msgid "Query execution was interrupted"
2823
msgid "Deadlock found when trying to get lock; try restarting transaction"
2862
2826
#: ../drizzled/error.cc:430
2865
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
2866
"(s) or definer/invoker of view lack rights to use them"
2827
msgid "The used table type doesn't support FULLTEXT indexes"
2869
2830
#: ../drizzled/error.cc:431
2871
msgid "Field '%-.192s' doesn't have a default value"
2831
msgid "Cannot add foreign key constraint"
2874
2834
#: ../drizzled/error.cc:432
2875
msgid "Division by 0"
2835
msgid "Cannot add or update a child row: a foreign key constraint fails"
2878
2838
#: ../drizzled/error.cc:433
2880
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
2839
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
2883
2842
#: ../drizzled/error.cc:434
2885
msgid "Illegal %s '%-.192s' value found during parsing"
2844
msgid "Error connecting to master: %-.128s"
2888
2847
#: ../drizzled/error.cc:435
2890
msgid "Key part '%-.192s' length cannot be 0"
2849
msgid "Error running query on master: %-.128s"
2893
2852
#: ../drizzled/error.cc:436
2896
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
2854
msgid "Error when executing command %s: %-.128s"
2900
2857
#: ../drizzled/error.cc:437
2902
msgid "Data too long for column '%s' at row %ld"
2859
msgid "Incorrect usage of %s and %s"
2905
2862
#: ../drizzled/error.cc:438
2908
"%s: ready for connections.\n"
2909
"Version: '%s' %s\n"
2863
msgid "The used SELECT statements have a different number of columns"
2912
2866
#: ../drizzled/error.cc:439
2913
msgid "Can't load value from file with fixed size rows to variable"
2867
msgid "Can't execute the query because you have a conflicting read lock"
2916
2870
#: ../drizzled/error.cc:440
2918
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
2871
msgid "Mixing of transactional and non-transactional tables is disabled"
2921
2874
#: ../drizzled/error.cc:441
2922
msgid "Table definition has changed, please retry transaction"
2876
msgid "Option '%s' used twice in statement"
2925
2879
#: ../drizzled/error.cc:442
2927
msgid "Not allowed to return a result set from a %s"
2881
msgid "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
2930
2884
#: ../drizzled/error.cc:443
2931
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
2886
msgid "Access denied; you need the %-.128s privilege for this operation"
2934
2889
#: ../drizzled/error.cc:444
2936
"Explicit or implicit commit is not allowed in stored function or trigger."
2892
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
2939
2895
#: ../drizzled/error.cc:445
2941
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
2898
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
2944
2901
#: ../drizzled/error.cc:446
2946
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
2903
msgid "Variable '%-.64s' doesn't have a default value"
2949
2906
#: ../drizzled/error.cc:447
2952
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
2908
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
2956
2911
#: ../drizzled/error.cc:448
2957
msgid "Trigger in wrong schema"
2913
msgid "Incorrect argument type to variable '%-.64s'"
2960
2916
#: ../drizzled/error.cc:449
2963
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
2964
"needed. Use 'drizzled -O thread_stack=#' to specify a bigger stack."
2918
msgid "Variable '%-.64s' can only be set, not read"
2967
2921
#: ../drizzled/error.cc:450
2969
msgid "Display width out of range for column '%-.192s' (max = %d)"
2923
msgid "Incorrect usage/placement of '%s'"
2972
2926
#: ../drizzled/error.cc:451
2974
msgid "Datetime function: %-.32s field overflow"
2928
msgid "This version of Drizzle doesn't yet support '%s'"
2977
2931
#: ../drizzled/error.cc:452
2980
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
2934
"Got fatal error %d: '%-.128s' from master when reading data from binary log"
2983
2937
#: ../drizzled/error.cc:453
2986
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
2938
msgid "Slave SQL thread ignored the query because of replicate-*-table rules"
2989
2941
#: ../drizzled/error.cc:454
2990
msgid "No data - zero rows fetched, selected, or processed"
2943
msgid "Variable '%-.192s' is a %s variable"
2993
2946
#: ../drizzled/error.cc:455
2995
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
2948
msgid "Incorrect foreign key definition for '%-.192s': %s"
2998
2951
#: ../drizzled/error.cc:456
3000
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
2952
msgid "Key reference and table reference don't match"
3003
2955
#: ../drizzled/error.cc:457
3004
msgid "The used table type doesn't support SPATIAL indexes"
2957
msgid "Operand should contain %d column(s)"
3007
2960
#: ../drizzled/error.cc:458
3009
msgid "Leading spaces are removed from name '%s'"
2961
msgid "Subquery returns more than 1 row"
3012
2964
#: ../drizzled/error.cc:459
3013
msgid "Failed to read auto-increment value from storage engine"
2966
msgid "Unknown prepared statement handler (%.*s) given to %s"
3016
2969
#: ../drizzled/error.cc:460
3018
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
2970
msgid "Help database is corrupt or does not exist"
3021
2973
#: ../drizzled/error.cc:461
3022
msgid "Too high level of nesting for select"
2974
msgid "Cyclic reference on subqueries"
3025
2977
#: ../drizzled/error.cc:462
3027
msgid "Name '%-.64s' has become ''"
2979
msgid "Converting column '%s' from %s to %s"
3030
2982
#: ../drizzled/error.cc:463
3032
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
3033
"optional and non-empty FIELDS ENCLOSED BY"
2984
msgid "Reference '%-.64s' not supported (%s)"
3036
2987
#: ../drizzled/error.cc:464
3039
"Table storage engine '%-.64s' does not support the create option '%.64s'"
2988
msgid "Every derived table must have its own alias"
3042
2991
#: ../drizzled/error.cc:465
3044
msgid "Error setting %-.32s. Given value %-.128s %-.128s"
2993
msgid "Select %u was reduced during optimization"
3047
2996
#: ../drizzled/error.cc:466
3049
msgid "Incorrect %-.32s value: '%-.128s'"
2998
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
3052
3001
#: ../drizzled/error.cc:467
3054
msgid "Table has no partition for value %-.64s"
3003
"Client does not support authentication protocol requested by server; "
3004
"consider upgrading Drizzle client"
3057
3007
#: ../drizzled/error.cc:468
3058
msgid "Writing one row to the row-based binary log failed"
3008
msgid "All parts of a SPATIAL index must be NOT NULL"
3061
3011
#: ../drizzled/error.cc:469
3063
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
3013
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
3066
3016
#: ../drizzled/error.cc:470
3069
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
3070
"d would lead to a duplicate entry"
3017
msgid "Slave is already running"
3073
3020
#: ../drizzled/error.cc:471
3075
"Transaction isolation level can't be changed while a transaction is in "
3021
msgid "Slave already has been stopped"
3079
3024
#: ../drizzled/error.cc:472
3081
msgid "Incorrect parameter count in the call to native function '%-.192s'"
3027
"Uncompressed data size too large; the maximum size is %d (based on "
3028
"max_allowed_packet). The length of uncompressed data may also be corrupted."
3084
3031
#: ../drizzled/error.cc:473
3086
msgid "Incorrect parameters in the call to native function '%-.192s'"
3032
msgid "ZLIB: Not enough memory"
3089
3035
#: ../drizzled/error.cc:474
3091
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
3037
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
3038
"data was corrupted)"
3094
3041
#: ../drizzled/error.cc:475
3042
msgid "ZLIB: Input data corrupted"
3045
#: ../drizzled/error.cc:476
3096
msgid "Invalid column reference (%-.64s) in LOAD DATA"
3047
msgid "%d line(s) were cut by GROUP_CONCAT()"
3099
3050
#: ../drizzled/error.cc:477
3101
msgid "Received an invalid datetime value '%s'."
3052
msgid "Row %ld doesn't contain data for all columns"
3104
3055
#: ../drizzled/error.cc:478
3106
msgid "Received an invalid DATE value '%s'."
3058
"Row %ld was truncated; it contained more data than there were input columns"
3109
3061
#: ../drizzled/error.cc:479
3111
msgid "Received a NULL argument for function '%s'."
3064
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
3114
3067
#: ../drizzled/error.cc:480
3116
msgid "Received an invalid timestamp value '%s'."
3069
msgid "Out of range value for column '%s' at row %ld"
3119
3072
#: ../drizzled/error.cc:481
3121
msgid "Received an invalid TIME value '%s'."
3074
msgid "Data truncated for column '%s' at row %ld"
3124
3077
#: ../drizzled/error.cc:482
3126
msgid "Received an invalid value '%s' for a UNIX timestamp."
3079
msgid "Using storage engine %s for table '%s'"
3082
#: ../drizzled/error.cc:483
3084
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
3129
3087
#: ../drizzled/error.cc:484
3131
msgid "Received an out-of-range argument '%s' for function '%s'."
3088
msgid "Cannot drop one or more of the requested users"
3134
3091
#: ../drizzled/error.cc:485
3136
msgid "Received an invalid enum value '%s'."
3092
msgid "Can't revoke all privileges for one or more of the requested users"
3139
3095
#: ../drizzled/error.cc:486
3140
msgid "Tables which are replicated require a primary key."
3097
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
3100
#: ../drizzled/error.cc:487
3102
msgid "Illegal mix of collations for operation '%s'"
3143
3105
#: ../drizzled/error.cc:488
3145
msgid "Corrupt or invalid schema definition for '%s' : %s"
3108
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
3148
3112
#: ../drizzled/error.cc:489
3150
msgid "Corrupt or invalid table definition for '%s': %s"
3114
msgid "Unknown collation: '%-.64s'"
3153
3117
#: ../drizzled/error.cc:490
3155
msgid "The number of enum that were required was too high for table '%s'"
3119
"SSL parameters in CHANGE MASTER are ignored because this Drizzle slave was "
3120
"compiled without SSL support; they can be used later if Drizzle slave with "
3158
3124
#: ../drizzled/error.cc:491
3160
msgid "Corrupt or invalid table definition for '%s'"
3127
"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the "
3128
"old format; please change the password to the new format"
3163
3131
#: ../drizzled/error.cc:492
3165
msgid "Collation '%s' for table %s is invalid/unknown"
3134
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
3138
#: ../drizzled/error.cc:493
3139
msgid "Incorrect parameter or combination of parameters for START SLAVE UNTIL"
3168
3142
#: ../drizzled/error.cc:494
3170
msgid "Cannot drop table '%s'"
3171
msgstr "No es pot obrir el fitxer: %s\n"
3144
"It is recommended to use --skip-slave-start when doing step-by-step "
3145
"replication with START SLAVE UNTIL; otherwise, you will get problems if you "
3146
"get an unexpected slave's drizzled restart"
3173
3149
#: ../drizzled/error.cc:495
3175
msgid "Error occurred while dropping table '%s'"
3150
msgid "SQL thread is not to be started so UNTIL options are ignored"
3178
3153
#: ../drizzled/error.cc:496
3180
msgid "Permission denied to create '%s'"
3181
msgstr "No s'ha pogut crear %s"
3155
msgid "Incorrect index name '%-.100s'"
3183
3158
#: ../drizzled/error.cc:497
3185
msgid "Unknown table '%s'"
3186
msgstr "No es pot obrir el fitxer: %s\n"
3160
msgid "Incorrect catalog name '%-.100s'"
3163
#: ../drizzled/error.cc:498
3165
msgid "Query cache failed to set size %lu; new query cache size is %lu"
3188
3168
#: ../drizzled/error.cc:499
3190
msgid "Cannot create schema '%s'"
3191
msgstr "No es pot obrir el fitxer: %s\n"
3170
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
3193
3173
#: ../drizzled/error.cc:500
3195
msgid "Schema does not exist: %s"
3175
msgid "Unknown key cache '%-.100s'"
3198
3178
#: ../drizzled/error.cc:501
3200
msgid "Error altering schema: %s"
3180
"Drizzle is started in --skip-name-resolve mode; you must restart it without "
3181
"this switch for this grant to work"
3203
3184
#: ../drizzled/error.cc:502
3205
msgid "Error droppping Schema : %s"
3186
msgid "Unknown table engine '%s'"
3189
#: ../drizzled/error.cc:503
3191
msgid "'%s' is deprecated; use '%s' instead"
3208
3194
#: ../drizzled/error.cc:504
3209
msgid "Temporary table too large, rerun with SQL_BIG_RESULT."
3196
msgid "The target table %-.100s of the %s is not updatable"
3212
3199
#: ../drizzled/error.cc:505
3214
msgid "Unknown table engine option key/pair %s = %s."
3202
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
3217
3206
#: ../drizzled/error.cc:506
3219
msgid "Unknown schema engine option key/pair %s = %s."
3209
"The Drizzle server is running with the %s option so it cannot execute this "
3213
#: ../drizzled/error.cc:507
3215
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
3222
3218
#: ../drizzled/error.cc:508
3223
msgid "Admin access not allowed from this username/IP address."
3226
#. User lock/barrier error messages
3220
msgid "Truncated incorrect %-.32s value: '%-.128s'"
3223
#: ../drizzled/error.cc:509
3225
"Incorrect table definition; there can be only one TIMESTAMP column with "
3226
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
3229
#: ../drizzled/error.cc:510
3231
msgid "Invalid ON UPDATE clause for '%-.192s' column"
3227
3234
#: ../drizzled/error.cc:511
3228
msgid "wait() can not be called on session owning user defined barrier."
3235
msgid "This command is not supported in the prepared statement protocol yet"
3231
3238
#: ../drizzled/error.cc:512
3233
msgid "Unknown user defined barrier requested."
3234
msgstr "Error desconegut %d"
3240
msgid "Got error %d '%-.100s' from %s"
3236
3243
#: ../drizzled/error.cc:513
3237
msgid "Session does not own user defined barrier."
3245
msgid "Got temporary error %d '%-.100s' from %s"
3240
3248
#: ../drizzled/error.cc:514
3241
msgid "Session can not wait on a user defined lock owned by the session."
3250
msgid "Unknown or incorrect time zone: '%-.64s'"
3244
3253
#: ../drizzled/error.cc:515
3245
msgid "Session does not own user defined lock."
3255
msgid "Invalid TIMESTAMP value in column '%s' at row %ld"
3258
#: ../drizzled/error.cc:516
3260
msgid "Invalid %s character string: '%.64s'"
3248
3263
#: ../drizzled/error.cc:517
3249
msgid "Invalid name for user defined barrier."
3265
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
3252
3268
#: ../drizzled/error.cc:518
3253
msgid "Invalid name for user defined lock."
3270
msgid "Conflicting declarations: '%s%s' and '%s%s'"
3273
#: ../drizzled/error.cc:519
3275
msgid "Can't create a %s from within another stored routine"
3256
3278
#: ../drizzled/error.cc:520
3258
"Either a DEFAULt value or NULL NULL description is required for a new column "
3259
"if table is not empty"
3280
msgid "%s %s already exists"
3281
msgstr "ja existeix %s %s"
3283
#: ../drizzled/error.cc:521
3285
msgid "%s %s does not exist"
3286
msgstr "%s %s no existeix"
3288
#: ../drizzled/error.cc:522
3290
msgid "Failed to DROP %s %s"
3263
3293
#: ../drizzled/error.cc:523
3266
"Cast to unsigned converted negative integer to it's positive complement: %s"
3295
msgid "Failed to CREATE %s %s"
3296
msgstr "No s'ha pogut crear %s %s"
3269
3298
#: ../drizzled/error.cc:524
3271
msgid "Invalid cast to signed integer: %s"
3300
msgid "%s with no matching label: %s"
3303
#: ../drizzled/error.cc:525
3305
msgid "Redefining label %s"
3274
3308
#: ../drizzled/error.cc:526
3276
msgid "Identifier '%.*s' is a SQL keyword."
3310
msgid "End-label %s without match"
3313
#: ../drizzled/error.cc:527
3315
msgid "Referring to uninitialized variable %s"
3318
#: ../drizzled/error.cc:528
3320
msgid "PROCEDURE %s can't return a result set in the given context"
3279
3323
#: ../drizzled/error.cc:529
3281
msgid "Can't unlock file (Errcode: %d)"
3324
msgid "RETURN is only allowed in a FUNCTION"
3284
3327
#: ../drizzled/error.cc:530
3286
msgid "Can't change size of file (Errcode: %d)"
3329
msgid "%s is not allowed in stored procedures"
3289
3332
#: ../drizzled/error.cc:531
3291
msgid "Can't open stream from handle (Errcode: %d)"
3334
"The update log is deprecated and replaced by the binary log; SET "
3335
"SQL_LOG_UPDATE has been ignored"
3294
3338
#: ../drizzled/error.cc:532
3296
msgid "Warning: '%s' had %d links"
3340
"The update log is deprecated and replaced by the binary log; SET "
3341
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
3299
3344
#: ../drizzled/error.cc:533
3301
msgid "Warning: %d files and %d streams is left open\n"
3345
msgid "Query execution was interrupted"
3304
3348
#: ../drizzled/error.cc:534
3306
msgid "Can't create directory '%s' (Errcode: %d)"
3350
msgid "Incorrect number of arguments for %s %s; expected %u, got %u"
3309
3353
#: ../drizzled/error.cc:535
3312
"Character set '%s' is not a compiled character set and is not specified in "
3355
msgid "Undefined CONDITION: %s"
3316
3358
#: ../drizzled/error.cc:536
3318
msgid "Out of resources when opening file '%s' (Errcode: %d)"
3360
msgid "No RETURN found in FUNCTION %s"
3321
3363
#: ../drizzled/error.cc:537
3323
msgid "Can't read value for symlink '%s' (Error %d)"
3365
msgid "FUNCTION %s ended without RETURN"
3326
3368
#: ../drizzled/error.cc:538
3328
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
3369
msgid "Cursor statement must be a SELECT"
3331
3372
#: ../drizzled/error.cc:539
3333
msgid "Error on realpath() on '%s' (Error %d)"
3373
msgid "Cursor SELECT must not have INTO"
3336
3376
#: ../drizzled/error.cc:540
3338
msgid "Can't sync file '%s' to disk (Errcode: %d)"
3378
msgid "Undefined CURSOR: %s"
3341
3381
#: ../drizzled/error.cc:541
3344
"Collation '%s' is not a compiled collation and is not specified in the %s "
3382
msgid "Cursor is already open"
3348
3385
#: ../drizzled/error.cc:542
3386
msgid "Cursor is not open"
3389
#: ../drizzled/error.cc:543
3350
msgid "File '%s' (fileno: %d) was not closed"
3391
msgid "Undeclared variable: %s"
3394
#: ../drizzled/error.cc:544
3395
msgid "Incorrect number of FETCH variables"
3354
3398
#: ../drizzled/error.cc:545
3355
msgid "Received an invalid UUID value"
3399
msgid "No data - zero rows fetched, selected, or processed"
3358
3402
#: ../drizzled/error.cc:546
3359
msgid "The UUID was not created with a valid time"
3404
msgid "Duplicate parameter: %s"
3407
#: ../drizzled/error.cc:547
3409
msgid "Duplicate variable: %s"
3412
#: ../drizzled/error.cc:548
3414
msgid "Duplicate condition: %s"
3363
3417
#: ../drizzled/error.cc:549
3365
msgid "Received an invalid BOOLEAN value '%s'."
3419
msgid "Duplicate cursor: %s"
3368
3422
#: ../drizzled/error.cc:550
3370
msgid "Invalid cast to BOOLEAN: '%s'."
3373
#. Transactional DDL
3424
msgid "Failed to ALTER %s %s"
3427
#: ../drizzled/error.cc:551
3428
msgid "Subquery value not supported"
3431
#: ../drizzled/error.cc:552
3433
msgid "%s is not allowed in stored function or trigger"
3374
3436
#: ../drizzled/error.cc:553
3375
msgid "Transactional DDL not supported"
3437
msgid "Variable or condition declaration after cursor or handler declaration"
3440
#: ../drizzled/error.cc:554
3441
msgid "Cursor declaration after handler declaration"
3379
3444
#: ../drizzled/error.cc:555
3381
msgid "Assertion '%s' failed."
3445
msgid "Case not found for CASE statement"
3384
3448
#: ../drizzled/error.cc:556
3386
msgid "Assertion '%s' failed, the result was NULL."
3389
#. Catalog related errors
3450
msgid "Configuration file '%-.192s' is too big"
3453
#: ../drizzled/error.cc:557
3455
msgid "Malformed file type header in file '%-.192s'"
3458
#: ../drizzled/error.cc:558
3460
msgid "Unexpected end of file while parsing comment '%-.200s'"
3463
#: ../drizzled/error.cc:559
3465
msgid "Error while parsing parameter '%-.192s' (line: '%-.192s')"
3468
#: ../drizzled/error.cc:560
3470
msgid "Unexpected end of file while skipping unknown parameter '%-.192s'"
3473
#: ../drizzled/error.cc:561
3474
msgid "EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
3477
#: ../drizzled/error.cc:562
3479
msgid "'%-.192s.%-.192s' is not %s"
3482
#: ../drizzled/error.cc:563
3484
msgid "Column '%-.192s' is not updatable"
3487
#: ../drizzled/error.cc:564
3488
msgid "View's SELECT contains a subquery in the FROM clause"
3491
#: ../drizzled/error.cc:565
3493
msgid "View's SELECT contains a '%s' clause"
3496
#: ../drizzled/error.cc:566
3497
msgid "View's SELECT contains a variable or parameter"
3500
#: ../drizzled/error.cc:567
3502
msgid "View's SELECT refers to a temporary table '%-.192s'"
3505
#: ../drizzled/error.cc:568
3506
msgid "View's SELECT and view's field list have different column counts"
3509
#: ../drizzled/error.cc:569
3511
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
3514
#: ../drizzled/error.cc:570
3515
msgid "View being updated does not have complete key of underlying table in it"
3518
#: ../drizzled/error.cc:571
3521
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
3522
"(s) or definer/invoker of view lack rights to use them"
3525
#: ../drizzled/error.cc:572
3527
msgid "Can't drop or alter a %s from within another stored routine"
3530
#: ../drizzled/error.cc:573
3531
msgid "GOTO is not allowed in a stored procedure handler"
3390
3534
#: ../drizzled/error.cc:574
3392
msgid "Cannot create catalog '%s'."
3393
msgstr "No es pot obrir el fitxer: %s\n"
3535
msgid "Trigger already exists"
3395
3538
#: ../drizzled/error.cc:575
3397
msgid "Permission is denied to create '%s' catalog."
3539
msgid "Trigger does not exist"
3400
3542
#: ../drizzled/error.cc:576
3402
msgid "Cannot drop catalog '%s'."
3403
msgstr "No es pot obrir el fitxer: %s\n"
3544
msgid "Trigger's '%-.192s' is view or temporary table"
3405
3547
#: ../drizzled/error.cc:577
3407
msgid "Permission is denied to drop '%s' catalog."
3549
msgid "Updating of %s row is not allowed in %strigger"
3410
3552
#: ../drizzled/error.cc:578
3412
msgid "Catalog '%s' does not exist."
3413
msgstr "%s %s no existeix"
3554
msgid "There is no %s row in %s trigger"
3415
3557
#: ../drizzled/error.cc:579
3416
msgid "You cannot drop the 'local' catalog."
3559
msgid "Field '%-.192s' doesn't have a default value"
3419
3562
#: ../drizzled/error.cc:580
3421
msgid "Could not gain lock on '%s'."
3563
msgid "Division by 0"
3424
3566
#: ../drizzled/error.cc:581
3426
msgid "Corrupt or invalid catalog definition for '%s' : '%s'."
3568
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
3429
3571
#: ../drizzled/error.cc:582
3430
msgid "Invalid catalog name."
3573
msgid "Illegal %s '%-.192s' value found during parsing"
3433
3576
#: ../drizzled/error.cc:583
3435
"Engine status is now stored in the data_dictionary tables, please use these "
3439
#: ../drizzled/identifier/catalog.cc:56
3441
"Catalog name cannot be encoded and fit within filesystem name length "
3445
#: ../drizzled/identifier/schema.cc:59 ../drizzled/identifier/table.cc:221
3578
msgid "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
3581
#: ../drizzled/error.cc:584
3583
msgid "CHECK OPTION failed '%-.192s.%-.192s'"
3586
#: ../drizzled/error.cc:585
3588
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
3591
#: ../drizzled/error.cc:586
3593
msgid "Failed purging old relay logs: %s"
3596
#: ../drizzled/error.cc:587
3598
msgid "Password hash should be a %d-digit hexadecimal number"
3601
#: ../drizzled/error.cc:588
3602
msgid "Target log not found in binlog index"
3605
#: ../drizzled/error.cc:589
3606
msgid "I/O error reading log index file"
3609
#: ../drizzled/error.cc:590
3610
msgid "Server configuration does not permit binlog purge"
3613
#: ../drizzled/error.cc:591
3614
msgid "Failed on fseek()"
3617
#: ../drizzled/error.cc:592
3618
msgid "Fatal error during log purge"
3621
#: ../drizzled/error.cc:593
3622
msgid "A purgeable log is in use, will not purge"
3625
#: ../drizzled/error.cc:594
3626
msgid "Unknown error during log purge"
3629
#: ../drizzled/error.cc:595
3631
msgid "Failed initializing relay log position: %s"
3634
#: ../drizzled/error.cc:596
3635
msgid "You are not using binary logging"
3638
#: ../drizzled/error.cc:597
3641
"The '%-.64s' syntax is reserved for purposes internal to the Drizzle server"
3644
#: ../drizzled/error.cc:598
3645
msgid "WSAStartup Failed"
3648
#: ../drizzled/error.cc:599
3649
msgid "Can't handle procedures with different groups yet"
3652
#: ../drizzled/error.cc:600
3653
msgid "Select must have a group with this procedure"
3656
#: ../drizzled/error.cc:601
3657
msgid "Can't use ORDER clause with this procedure"
3660
#: ../drizzled/error.cc:602
3662
msgid "Binary logging and replication forbid changing the global server %s"
3665
#: ../drizzled/error.cc:603
3667
msgid "Can't map file: %-.200s, errno: %d"
3670
#: ../drizzled/error.cc:604
3672
msgid "Wrong magic in %-.64s"
3675
#: ../drizzled/error.cc:605
3676
msgid "Prepared statement contains too many placeholders"
3679
#: ../drizzled/error.cc:606
3681
msgid "Key part '%-.192s' length cannot be 0"
3684
#: ../drizzled/error.cc:607
3685
msgid "View text checksum failed"
3688
#: ../drizzled/error.cc:608
3691
"Can not modify more than one base table through a join view '%-.192s.%-.192s'"
3694
#: ../drizzled/error.cc:609
3696
msgid "Can not insert into join view '%-.192s.%-.192s' without fields list"
3699
#: ../drizzled/error.cc:610
3701
msgid "Can not delete from join view '%-.192s.%-.192s'"
3704
#: ../drizzled/error.cc:611
3706
msgid "Operation %s failed for %.256s"
3709
#: ../drizzled/error.cc:612
3710
msgid "XAER_NOTA: Unknown XID"
3713
#: ../drizzled/error.cc:613
3714
msgid "XAER_INVAL: Invalid arguments (or unsupported command)"
3717
#: ../drizzled/error.cc:614
3720
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
3724
#: ../drizzled/error.cc:615
3725
msgid "XAER_OUTSIDE: Some work is done outside global transaction"
3728
#: ../drizzled/error.cc:616
3730
"XAER_RMERR: Fatal error occurred in the transaction branch - check your data "
3734
#: ../drizzled/error.cc:617
3735
msgid "XA_RBROLLBACK: Transaction branch was rolled back"
3738
#: ../drizzled/error.cc:618
3741
"There is no such grant defined for user '%-.48s' on host '%-.64s' on routine "
3745
#: ../drizzled/error.cc:619
3746
msgid "Failed to grant EXECUTE and ALTER ROUTINE privileges"
3749
#: ../drizzled/error.cc:620
3750
msgid "Failed to revoke all privileges to dropped routine"
3753
#: ../drizzled/error.cc:621
3755
msgid "Data too long for column '%s' at row %ld"
3758
#: ../drizzled/error.cc:622
3760
msgid "Bad SQLSTATE: '%s'"
3763
#: ../drizzled/error.cc:623
3766
"%s: ready for connections.\n"
3767
"Version: '%s' %s\n"
3770
#: ../drizzled/error.cc:624
3771
msgid "Can't load value from file with fixed size rows to variable"
3774
#: ../drizzled/error.cc:625
3775
msgid "You are not allowed to create a user with GRANT"
3778
#: ../drizzled/error.cc:626
3780
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
3783
#: ../drizzled/error.cc:627
3784
msgid "Table definition has changed, please retry transaction"
3787
#: ../drizzled/error.cc:628
3788
msgid "Duplicate handler declared in the same block"
3791
#: ../drizzled/error.cc:629
3794
"OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-"
3795
"variable in BEFORE trigger"
3798
#: ../drizzled/error.cc:630
3800
msgid "Not allowed to return a result set from a %s"
3803
#: ../drizzled/error.cc:631
3804
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
3807
#: ../drizzled/error.cc:632
3809
"A routine failed and has neither NO SQL nor READS SQL DATA in its "
3810
"declaration and binary logging is enabled; if non-transactional tables were "
3811
"updated, the binary log will miss their changes"
3814
#: ../drizzled/error.cc:633
3816
"This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its "
3817
"declaration and binary logging is enabled (you *might* want to use the less "
3818
"safe log_bin_trust_function_creators variable)"
3821
#: ../drizzled/error.cc:634
3823
"You do not have the SUPER privilege and binary logging is enabled (you "
3824
"*might* want to use the less safe log_bin_trust_function_creators variable)"
3827
#: ../drizzled/error.cc:635
3829
"You can't execute a prepared statement which has an open cursor associated "
3830
"with it. Reset the statement to re-execute it."
3833
#: ../drizzled/error.cc:636
3835
msgid "The statement (%lu) has no open cursor."
3838
#: ../drizzled/error.cc:637
3840
"Explicit or implicit commit is not allowed in stored function or trigger."
3843
#: ../drizzled/error.cc:638
3846
"Field of view '%-.192s.%-.192s' underlying table doesn't have a default value"
3849
#: ../drizzled/error.cc:639
3850
msgid "Recursive stored functions and triggers are not allowed."
3853
#: ../drizzled/error.cc:640
3855
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
3858
#: ../drizzled/error.cc:641
3860
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
3863
#: ../drizzled/error.cc:642
3866
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
3870
#: ../drizzled/error.cc:643
3872
"You can't combine write-locking of system tables with other tables or lock "
3876
#: ../drizzled/error.cc:644
3878
msgid "Unable to connect to foreign data source: %.64s"
3881
#: ../drizzled/error.cc:645
3884
"There was a problem processing the query on the foreign data source. Data "
3885
"source error: %-.64s"
3888
#: ../drizzled/error.cc:646
3891
"The foreign data source you are trying to reference does not exist. Data "
3892
"source error: %-.64s"
3895
#: ../drizzled/error.cc:647
3898
"Can't create federated table. The data source connection string '%-.64s' is "
3899
"not in the correct format"
3902
#: ../drizzled/error.cc:648
3904
msgid "The data source connection string '%-.64s' is not in the correct format"
3907
#: ../drizzled/error.cc:649
3909
msgid "Can't create federated table. Foreign data src error: %-.64s"
3912
#: ../drizzled/error.cc:650
3913
msgid "Trigger in wrong schema"
3916
#: ../drizzled/error.cc:651
3919
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
3920
"needed. Use 'drizzled -O thread_stack=#' to specify a bigger stack."
3923
#: ../drizzled/error.cc:652
3925
msgid "Routine body for '%-.100s' is too long"
3928
#: ../drizzled/error.cc:653
3929
msgid "Cannot drop default keycache"
3932
#: ../drizzled/error.cc:654
3934
msgid "Display width out of range for column '%-.192s' (max = %d)"
3937
#: ../drizzled/error.cc:655
3938
msgid "XAER_DUPID: The XID already exists"
3941
#: ../drizzled/error.cc:656
3943
msgid "Datetime function: %-.32s field overflow"
3946
#: ../drizzled/error.cc:657
3949
"Can't update table '%-.192s' in stored function/trigger because it is "
3950
"already used by statement which invoked this stored function/trigger."
3953
#: ../drizzled/error.cc:658
3956
"The definition of table '%-.192s' prevents operation %.192s on table "
3960
#: ../drizzled/error.cc:659
3962
"The prepared statement contains a stored routine call that refers to that "
3963
"same statement. It's not allowed to execute a prepared statement in such a "
3967
#: ../drizzled/error.cc:660
3968
msgid "Not allowed to set autocommit from a stored function or trigger"
3971
#: ../drizzled/error.cc:661
3972
msgid "Definer is not fully qualified"
3975
#: ../drizzled/error.cc:662
3978
"View '%-.192s'.'%-.192s' has no definer information (old table format). "
3979
"Current user is used as definer. Please recreate the view!"
3982
#: ../drizzled/error.cc:663
3985
"You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' "
3989
#: ../drizzled/error.cc:664
3991
msgid "The user specified as a definer ('%-.64s'@'%-.64s') does not exist"
3994
#: ../drizzled/error.cc:665
3996
msgid "Changing schema from '%-.192s' to '%-.192s' is not allowed."
3999
#: ../drizzled/error.cc:666
4002
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
4005
#: ../drizzled/error.cc:667
4008
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
4011
#: ../drizzled/error.cc:668
4013
msgid "Variable '%-.64s' must be quoted with `...`, or renamed"
4016
#: ../drizzled/error.cc:669
4019
"No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be "
4020
"activated under the authorization of the invoker, which may have "
4021
"insufficient privileges. Please recreate the trigger."
4024
#: ../drizzled/error.cc:670
4026
msgid "'%-.192s' has an old format, you should re-create the '%s' object(s)"
4029
#: ../drizzled/error.cc:671
4032
"Recursive limit %d (as set by the max_sp_recursion_depth variable) was "
4033
"exceeded for routine %.192s"
4036
#: ../drizzled/error.cc:672
4039
"Failed to load routine %-.192s. The table drizzle.proc is missing, corrupt, "
4040
"or contains bad data (internal code %d)"
4043
#: ../drizzled/error.cc:673
4045
msgid "Incorrect routine name '%-.192s'"
4048
#: ../drizzled/error.cc:674
4050
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
4053
#: ../drizzled/error.cc:675
4054
msgid "AGGREGATE is not supported for stored functions"
4057
#: ../drizzled/error.cc:676
4060
"Can't create more than max_prepared_stmt_count statements (current value: %"
4064
#: ../drizzled/error.cc:677
4066
msgid "`%-.192s`.`%-.192s` contains view recursion"
4069
#: ../drizzled/error.cc:678
4071
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
4074
#: ../drizzled/error.cc:679
4075
msgid "The used table type doesn't support SPATIAL indexes"
4078
#: ../drizzled/error.cc:680
4079
msgid "Triggers can not be created on system tables"
4082
#: ../drizzled/error.cc:681
4084
msgid "Leading spaces are removed from name '%s'"
4087
#: ../drizzled/error.cc:682
4088
msgid "Failed to read auto-increment value from storage engine"
4091
#: ../drizzled/error.cc:683
4093
msgstr "nom d'usuari/a"
4095
#: ../drizzled/error.cc:684
4097
msgstr "Nom del servidor"
4099
#: ../drizzled/error.cc:685
4101
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
4104
#: ../drizzled/error.cc:686
4106
msgid "The target table %-.100s of the %s is not insertable-into"
4109
#: ../drizzled/error.cc:687
4112
"Table '%-.64s' is differently defined or of non-MyISAM type or doesn't exist"
4115
#: ../drizzled/error.cc:688
4116
msgid "Too high level of nesting for select"
4119
#: ../drizzled/error.cc:689
4121
msgid "Name '%-.64s' has become ''"
4124
#: ../drizzled/error.cc:690
4126
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
4127
"optional and non-empty FIELDS ENCLOSED BY"
4130
#: ../drizzled/error.cc:691
4132
msgid "The foreign server, %s, you are trying to create already exists."
4135
#: ../drizzled/error.cc:692
4138
"The foreign server name you are trying to reference does not exist. Data "
4139
"source error: %-.64s"
4142
#: ../drizzled/error.cc:693
4145
"Table storage engine '%-.64s' does not support the create option '%.64s'"
4148
#: ../drizzled/error.cc:694
4151
"Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for "
4155
#: ../drizzled/error.cc:695
4157
msgid "Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
4160
#: ../drizzled/error.cc:696
4161
msgid "MAXVALUE can only be used in last partition definition"
4164
#: ../drizzled/error.cc:697
4165
msgid "Subpartitions can only be hash partitions and by key"
4168
#: ../drizzled/error.cc:698
4169
msgid "Must define subpartitions on all partitions if on one partition"
4172
#: ../drizzled/error.cc:699
4173
msgid "Wrong number of partitions defined, mismatch with previous setting"
4176
#: ../drizzled/error.cc:700
4177
msgid "Wrong number of subpartitions defined, mismatch with previous setting"
4180
#: ../drizzled/error.cc:701
4181
msgid "Constant/Random expression in (sub)partitioning function is not allowed"
4184
#: ../drizzled/error.cc:702
4185
msgid "Expression in RANGE/LIST VALUES must be constant"
4188
#: ../drizzled/error.cc:703
4189
msgid "Field in list of fields for partition function not found in table"
4192
#: ../drizzled/error.cc:704
4193
msgid "List of fields is only allowed in KEY partitions"
4196
#: ../drizzled/error.cc:705
4198
"The partition info in the frm file is not consistent with what can be "
4199
"written into the frm file"
4202
#: ../drizzled/error.cc:706
4204
msgid "The %-.192s function returns the wrong type"
4207
#: ../drizzled/error.cc:707
4209
msgid "For %-.64s partitions each partition must be defined"
4212
#: ../drizzled/error.cc:708
4213
msgid "VALUES LESS THAN value must be strictly increasing for each partition"
4216
#: ../drizzled/error.cc:709
4217
msgid "VALUES value must be of same type as partition function"
4220
#: ../drizzled/error.cc:710
4221
msgid "Multiple definition of same constant in list partitioning"
4224
#: ../drizzled/error.cc:711
4225
msgid "Partitioning can not be used stand-alone in query"
4228
#: ../drizzled/error.cc:712
4230
"The mix of handlers in the partitions is not allowed in this version of "
4234
#: ../drizzled/error.cc:713
4236
msgid "For the partitioned engine it is necessary to define all %-.64s"
4239
#: ../drizzled/error.cc:714
4240
msgid "Too many partitions (including subpartitions) were defined"
4243
#: ../drizzled/error.cc:715
4245
"It is only possible to mix RANGE/LIST partitioning with HASH/KEY "
4246
"partitioning for subpartitioning"
4249
#: ../drizzled/error.cc:716
4250
msgid "Failed to create specific handler file"
4253
#: ../drizzled/error.cc:717
4254
msgid "A BLOB field is not allowed in partition function"
4257
#: ../drizzled/error.cc:718
4259
msgid "A %-.192s must include all columns in the table's partitioning function"
4262
#: ../drizzled/error.cc:719
4264
msgid "Number of %-.64s = 0 is not an allowed value"
4267
#: ../drizzled/error.cc:720
4268
msgid "Partition management on a not partitioned table is not possible"
4271
#: ../drizzled/error.cc:721
4273
"Foreign key condition is not yet supported in conjunction with partitioning"
4276
#: ../drizzled/error.cc:722
4278
msgid "Error in list of partitions to %-.64s"
4281
#: ../drizzled/error.cc:723
4282
msgid "Cannot remove all partitions, use DROP TABLE instead"
4285
#: ../drizzled/error.cc:724
4286
msgid "COALESCE PARTITION can only be used on HASH/KEY partitions"
4289
#: ../drizzled/error.cc:725
4291
"REORGANIZE PARTITION can only be used to reorganize partitions not to change "
4295
#: ../drizzled/error.cc:726
4297
"REORGANIZE PARTITION without parameters can only be used on auto-partitioned "
4298
"tables using HASH PARTITIONs"
4301
#: ../drizzled/error.cc:727
4303
msgid "%-.64s PARTITION can only be used on RANGE/LIST partitions"
4306
#: ../drizzled/error.cc:728
4307
msgid "Trying to Add partition(s) with wrong number of subpartitions"
4310
#: ../drizzled/error.cc:729
4311
msgid "At least one partition must be added"
4314
#: ../drizzled/error.cc:730
4315
msgid "At least one partition must be coalesced"
4318
#: ../drizzled/error.cc:731
4319
msgid "More partitions to reorganize than there are partitions"
4322
#: ../drizzled/error.cc:732
4324
msgid "Duplicate partition name %-.192s"
4327
#: ../drizzled/error.cc:733
4328
msgid "It is not allowed to shut off binlog on this command"
4331
#: ../drizzled/error.cc:734
4332
msgid "When reorganizing a set of partitions they must be in consecutive order"
4335
#: ../drizzled/error.cc:735
4337
"Reorganize of range partitions cannot change total ranges except for last "
4338
"partition where it can extend the range"
4341
#: ../drizzled/error.cc:736
4342
msgid "Partition function not supported in this version for this handler"
4345
#: ../drizzled/error.cc:737
4346
msgid "Partition state cannot be defined from CREATE/ALTER TABLE"
4349
#: ../drizzled/error.cc:738
4351
msgid "The %-.64s handler only supports 32 bit integers in VALUES"
4354
#: ../drizzled/error.cc:739
4356
msgid "Plugin '%-.192s' is not loaded"
4359
#: ../drizzled/error.cc:740
4361
msgid "Incorrect %-.32s value: '%-.128s'"
4364
#: ../drizzled/error.cc:741
4366
msgid "Table has no partition for value %-.64s"
4369
#: ../drizzled/error.cc:742
4371
msgid "It is not allowed to specify %s more than once"
4374
#: ../drizzled/error.cc:743 ../drizzled/error.cc:811
4376
msgid "Failed to create %s"
4377
msgstr "No s'ha pogut crear %s"
4379
#: ../drizzled/error.cc:744 ../drizzled/error.cc:756
4381
msgid "Failed to drop %s"
4384
#: ../drizzled/error.cc:745
4385
msgid "The handler doesn't support autoextend of tablespaces"
4388
#: ../drizzled/error.cc:746
4390
"A size parameter was incorrectly specified, either number or on the form 10M"
4393
#: ../drizzled/error.cc:747
4395
"The size number was correct but we don't allow the digit part to be more "
4399
#: ../drizzled/error.cc:748
4401
msgid "Failed to alter: %s"
4404
#: ../drizzled/error.cc:749
4405
msgid "Writing one row to the row-based binary log failed"
4408
#: ../drizzled/error.cc:750
4410
msgid "Table definition on master and slave does not match: %s"
4413
#: ../drizzled/error.cc:751
4415
"Slave running with --log-slave-updates must use row-based binary logging to "
4416
"be able to replicate row-based binary log events"
4419
#: ../drizzled/error.cc:752
4421
msgid "Event '%-.192s' already exists"
4424
#: ../drizzled/error.cc:753
4426
msgid "Failed to store event %s. Error code %d from storage engine."
4429
#: ../drizzled/error.cc:754
4431
msgid "Unknown event '%-.192s'"
4434
#: ../drizzled/error.cc:755
4436
msgid "Failed to alter event '%-.192s'"
4439
#: ../drizzled/error.cc:757
4440
msgid "INTERVAL is either not positive or too big"
4443
#: ../drizzled/error.cc:758
4444
msgid "ENDS is either invalid or before STARTS"
4447
#: ../drizzled/error.cc:759
4448
msgid "Event execution time is in the past. Event has been disabled"
4451
#: ../drizzled/error.cc:760
4452
msgid "Failed to open drizzle.event"
4455
#: ../drizzled/error.cc:761
4456
msgid "No datetime expression provided"
4459
#: ../drizzled/error.cc:762
4462
"Column count of drizzle.%s is wrong. Expected %d, found %d. The table is "
4463
"probably corrupted"
4466
#: ../drizzled/error.cc:763
4468
msgid "Cannot load from drizzle.%s. The table is probably corrupted"
4471
#: ../drizzled/error.cc:764
4472
msgid "Failed to delete the event from drizzle.event"
4475
#: ../drizzled/error.cc:765
4476
msgid "Error during compilation of event's body"
4479
#: ../drizzled/error.cc:766
4480
msgid "Same old and new event name"
4483
#: ../drizzled/error.cc:767
4485
msgid "Data for column '%s' too long"
4488
#: ../drizzled/error.cc:768
4490
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
4493
#: ../drizzled/error.cc:769
4496
"The syntax '%s' is deprecated and will be removed in Drizzle %s. Please use %"
4500
#: ../drizzled/error.cc:770
4501
msgid "You can't write-lock a log table. Only read access is possible"
4504
#: ../drizzled/error.cc:771
4505
msgid "You can't use locks with log tables."
4508
#: ../drizzled/error.cc:772
4511
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
4512
"d would lead to a duplicate entry"
4515
#: ../drizzled/error.cc:773
4518
"Column count of drizzle.%s is wrong. Expected %d, found %d. Created with "
4519
"Drizzle %d, now running %d. Please use drizzle_upgrade to fix this error."
4522
#: ../drizzled/error.cc:774
4524
"Cannot switch out of the row-based binary log format when the session has "
4525
"open temporary tables"
4528
#: ../drizzled/error.cc:775
4530
"Cannot change the binary logging format inside a stored function or trigger"
4533
#: ../drizzled/error.cc:776
4535
"The NDB cluster engine does not support changing the binlog format on the "
4539
#: ../drizzled/error.cc:777
4540
msgid "Cannot create temporary table with partitions"
4543
#: ../drizzled/error.cc:778
4544
msgid "Partition constant is out of partition function domain"
4547
#: ../drizzled/error.cc:779
4548
msgid "This partition function is not allowed"
4551
#: ../drizzled/error.cc:780
4552
msgid "Error in DDL log"
4555
#: ../drizzled/error.cc:781
4556
msgid "Not allowed to use NULL value in VALUES LESS THAN"
4559
#: ../drizzled/error.cc:782
4560
msgid "Incorrect partition name"
4563
#: ../drizzled/error.cc:783
4565
"Transaction isolation level can't be changed while a transaction is in "
4569
#: ../drizzled/error.cc:784
4572
"ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry "
4573
"'%-.192s' for key '%-.192s'"
4576
#: ../drizzled/error.cc:785
4578
msgid "Internal scheduler error %d"
4581
#: ../drizzled/error.cc:786
4583
msgid "Error during starting/stopping of the scheduler. Error code %u"
4586
#: ../drizzled/error.cc:787
4587
msgid "Engine cannot be used in partitioned tables"
4590
#: ../drizzled/error.cc:788
4592
msgid "Cannot activate '%-.64s' log"
4595
#: ../drizzled/error.cc:789
4596
msgid "The server was not built with row-based replication"
4599
#: ../drizzled/error.cc:790
4600
msgid "Decoding of base64 string failed"
4603
#: ../drizzled/error.cc:791
4604
msgid "Recursion of EVENT DDL statements is forbidden when body is present"
4607
#: ../drizzled/error.cc:792
4609
"Cannot proceed because system tables used by Event Scheduler were found "
4610
"damaged at server start"
4613
#: ../drizzled/error.cc:793
4614
msgid "Only integers allowed as number here"
4617
#: ../drizzled/error.cc:794
4618
msgid "This storage engine cannot be used for log tables"
4621
#: ../drizzled/error.cc:795
4623
msgid "You cannot '%s' a log table if logging is enabled"
4626
#: ../drizzled/error.cc:796
4629
"Cannot rename '%s'. When logging enabled, rename to/from log table must "
4630
"rename two tables: the log table to an archive table and another table back "
4634
#: ../drizzled/error.cc:797
4636
msgid "Incorrect parameter count in the call to native function '%-.192s'"
4639
#: ../drizzled/error.cc:798
4641
msgid "Incorrect parameters in the call to native function '%-.192s'"
4644
#: ../drizzled/error.cc:799
4646
msgid "Incorrect parameters in the call to stored function '%-.192s'"
4649
#: ../drizzled/error.cc:800
4651
msgid "This function '%-.192s' has the same name as a native function"
4654
#: ../drizzled/error.cc:801
4656
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
4659
#: ../drizzled/error.cc:802
4660
msgid "Too many files opened, please execute the command again"
4663
#: ../drizzled/error.cc:803 ../drizzled/error.cc:804
4665
"Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. "
4666
"The event was dropped immediately after creation."
4669
#: ../drizzled/error.cc:805
4671
msgid "The incident %s occurred on the master. Message: %-.64s"
4674
#: ../drizzled/error.cc:806
4675
msgid "Table has no partition for some existing values"
4678
#: ../drizzled/error.cc:807
4679
msgid "Statement is not safe to log in statement format."
4682
#: ../drizzled/error.cc:808
4684
msgid "Fatal error: %s"
4685
msgstr "Error fatal: %s"
4687
#: ../drizzled/error.cc:809
4689
msgid "Relay log read failure: %s"
4692
#: ../drizzled/error.cc:810
4694
msgid "Relay log write failure: %s"
4697
#: ../drizzled/error.cc:812
4699
msgid "Master command %s failed: %s"
4702
#: ../drizzled/error.cc:813
4704
msgid "Binary logging not possible. Message: %s"
4707
#: ../drizzled/error.cc:814
4709
msgid "View `%-.64s`.`%-.64s` has no creation context"
4712
#: ../drizzled/error.cc:815
4714
msgid "Creation context of view `%-.64s`.`%-.64s' is invalid"
4717
#: ../drizzled/error.cc:816
4719
msgid "Creation context of stored routine `%-.64s`.`%-.64s` is invalid"
4722
#: ../drizzled/error.cc:817
4724
msgid "Corrupted TRG file for table `%-.64s`.`%-.64s`"
4727
#: ../drizzled/error.cc:818
4729
msgid "Triggers for table `%-.64s`.`%-.64s` have no creation context"
4732
#: ../drizzled/error.cc:819
4734
msgid "Trigger creation context of table `%-.64s`.`%-.64s` is invalid"
4737
#: ../drizzled/error.cc:820
4739
msgid "Creation context of event `%-.64s`.`%-.64s` is invalid"
4742
#: ../drizzled/error.cc:821
4744
msgid "Cannot open table for trigger `%-.64s`.`%-.64s`"
4747
#: ../drizzled/error.cc:822
4749
msgid "Cannot create stored routine `%-.64s`. Check warnings"
4752
#: ../drizzled/error.cc:823
4754
msgid "Ambiguous slave modes combination. %s"
4757
#: ../drizzled/error.cc:824
4760
"The BINLOG statement of type `%s` was not preceded by a format description "
4764
#: ../drizzled/error.cc:825
4765
msgid "Corrupted replication event was detected"
4768
#: ../drizzled/error.cc:826
4770
msgid "Invalid column reference (%-.64s) in LOAD DATA"
4773
#: ../drizzled/error.cc:827
4775
msgid "Being purged log %s was not found"
4778
#: ../drizzled/error.cc:828
4780
msgid "Converted to non-transactional lock on '%-.64s'"
4783
#: ../drizzled/error.cc:829
4785
msgid "Cannot convert to non-transactional lock in strict mode on '%-.64s'"
4788
#: ../drizzled/error.cc:830
4791
"Cannot convert to non-transactional lock in an active transaction on '%-.64s'"
4794
#: ../drizzled/error.cc:831
4796
msgid "Can't access storage engine of table %-.64s"
4799
#: ../drizzled/error.cc:832
4800
msgid "Starting backup process"
4803
#: ../drizzled/error.cc:833
4804
msgid "Backup completed"
4807
#: ../drizzled/error.cc:834
4808
msgid "Starting restore process"
4811
#: ../drizzled/error.cc:835
4812
msgid "Restore completed"
4815
#: ../drizzled/error.cc:836
4816
msgid "Nothing to backup"
4819
#: ../drizzled/error.cc:837
4821
msgid "Database '%-.64s' cannot be included in a backup"
4824
#: ../drizzled/error.cc:838
4826
"Error during backup operation - server's error log contains more information "
4830
#: ../drizzled/error.cc:839
4832
"Error during restore operation - server's error log contains more "
4833
"information about the error"
4836
#: ../drizzled/error.cc:840
4838
"Can't execute this command because another BACKUP/RESTORE operation is in "
4842
#: ../drizzled/error.cc:841
4843
msgid "Error when preparing for backup operation"
4846
#: ../drizzled/error.cc:842
4847
msgid "Error when preparing for restore operation"
4850
#: ../drizzled/error.cc:843
4852
msgid "Invalid backup location '%-.64s'"
4855
#: ../drizzled/error.cc:844
4857
msgid "Can't read backup location '%-.64s'"
4860
#: ../drizzled/error.cc:845
4862
msgid "Can't write to backup location '%-.64s' (file already exists?)"
4865
#: ../drizzled/error.cc:846
4866
msgid "Can't enumerate server databases"
4869
#: ../drizzled/error.cc:847
4870
msgid "Can't enumerate server tables"
4873
#: ../drizzled/error.cc:848
4875
msgid "Can't enumerate tables in database %-.64s"
4878
#: ../drizzled/error.cc:849
4880
msgid "Skipping view %-.64s in database %-.64s"
4883
#: ../drizzled/error.cc:850
4885
msgid "Skipping table %-.64s since it has no valid storage engine"
4888
#: ../drizzled/error.cc:851
4890
msgid "Can't open table %-.64s"
4893
#: ../drizzled/error.cc:852
4894
msgid "Can't read backup archive preamble"
4897
#: ../drizzled/error.cc:853
4898
msgid "Can't write backup archive preamble"
4901
#: ../drizzled/error.cc:854
4903
msgid "Can't find backup driver for table %-.64s"
4906
#: ../drizzled/error.cc:855
4909
"%-.64s backup driver was selected for table %-.64s but it rejects to handle "
4913
#: ../drizzled/error.cc:856
4915
msgid "Can't create %-.64s backup driver"
4918
#: ../drizzled/error.cc:857
4920
msgid "Can't create %-.64s restore driver"
4923
#: ../drizzled/error.cc:858
4925
msgid "Found %d images in backup archive but maximum %d are supported"
4928
#: ../drizzled/error.cc:859
4930
msgid "Error when saving meta-data of %-.64s"
4933
#: ../drizzled/error.cc:860
4934
msgid "Error when reading meta-data list"
4937
#: ../drizzled/error.cc:861
4939
msgid "Can't create %-.64s"
4942
#: ../drizzled/error.cc:862
4943
msgid "Can't allocate buffer for image data transfer"
4946
#: ../drizzled/error.cc:863
4948
msgid "Error when writing %-.64s backup image data (for table #%d)"
4951
#: ../drizzled/error.cc:864
4952
msgid "Error when reading data from backup stream"
4955
#: ../drizzled/error.cc:865
4956
msgid "Can't go to the next chunk in backup stream"
4959
#: ../drizzled/error.cc:866
4961
msgid "Can't initialize %-.64s backup driver"
4964
#: ../drizzled/error.cc:867
4966
msgid "Can't initialize %-.64s restore driver"
4969
#: ../drizzled/error.cc:868
4971
msgid "Can't shut down %-.64s backup driver"
4974
#: ../drizzled/error.cc:869
4976
msgid "Can't shut down %-.64s backup driver(s)"
4979
#: ../drizzled/error.cc:870
4981
msgid "%-.64s backup driver can't prepare for synchronization"
4984
#: ../drizzled/error.cc:871
4986
msgid "%-.64s backup driver can't create its image validity point"
4989
#: ../drizzled/error.cc:872
4991
msgid "Can't unlock %-.64s backup driver after creating the validity point"
4994
#: ../drizzled/error.cc:873
4996
msgid "%-.64s backup driver can't cancel its backup operation"
4999
#: ../drizzled/error.cc:874
5001
msgid "%-.64s restore driver can't cancel its restore operation"
5004
#: ../drizzled/error.cc:875
5006
msgid "Error when polling %-.64s backup driver for its image data"
5009
#: ../drizzled/error.cc:876
5011
msgid "Error when sending image data (for table #%d) to %-.64s restore driver"
5014
#: ../drizzled/error.cc:877
5017
"After %d attempts %-.64s restore driver still can't accept next block of data"
5020
#: ../drizzled/error.cc:878
5022
msgid "Open and lock tables failed in %-.64s"
5025
#: ../drizzled/error.cc:879
5026
msgid "Backup driver's table locking thread can not be initialized."
5029
#: ../drizzled/error.cc:880
5031
"Can't open the online backup progress tables. Check 'drizzle.online_backup' "
5032
"and 'drizzle.online_backup_progress'."
5035
#: ../drizzled/error.cc:881
5037
msgid "Tablespace '%-.192s' already exists"
5040
#: ../drizzled/error.cc:882
5042
msgid "Tablespace '%-.192s' doesn't exist"
5045
#: ../drizzled/error.cc:883
5047
msgid "Unexpected master's heartbeat data: %s"
5050
#: ../drizzled/error.cc:884
5052
msgid "The requested value for the heartbeat period %s %s"
5055
#: ../drizzled/error.cc:885
5057
msgid "Can't write to the online backup progress log %-.64s."
5060
#: ../drizzled/error.cc:886
5062
msgid "Tablespace '%-.192s' not empty"
5065
#: ../drizzled/error.cc:887
5068
"Tablespace `%-.64s` needed by tables being restored has changed on the "
5069
"server. The original definition of the required tablespace is '%-.256s' "
5070
"while the same tablespace is defined on the server as '%-.256s'"
5073
#: ../drizzled/error.cc:888
5074
msgid "A virtual column cannot be based on a virtual column"
5077
#: ../drizzled/error.cc:889
5079
msgid "Non-deterministic expression for virtual column '%s'."
5082
#: ../drizzled/error.cc:890
5085
"Generated value for virtual column '%s' cannot be converted to type '%s'."
5088
#: ../drizzled/error.cc:891
5089
msgid "Primary key cannot be defined upon a virtual column."
5092
#: ../drizzled/error.cc:892
5093
msgid "Key/Index cannot be defined on a non-stored virtual column."
5096
#: ../drizzled/error.cc:893
5098
msgid "Cannot define foreign key with %s clause on a virtual column."
5101
#: ../drizzled/error.cc:894
5103
msgid "The value specified for virtual column '%s' in table '%s' ignored."
5106
#: ../drizzled/error.cc:895
5108
msgid "'%s' is not yet supported for virtual columns."
5111
#: ../drizzled/error.cc:896
5112
msgid "Constant expression in virtual column function is not allowed."
5115
#: ../drizzled/error.cc:897
5116
msgid "Encountered an unknown temporal type."
5119
#: ../drizzled/error.cc:898
5121
msgid "Received an invalid string format '%s' for a date value."
5124
#: ../drizzled/error.cc:899
5126
msgid "Received an invalid string format '%s' for a time value."
5129
#: ../drizzled/error.cc:900
5131
msgid "Received an invalid value '%s' for a UNIX timestamp."
5134
#: ../drizzled/error.cc:901
5136
msgid "Received an invalid datetime value '%s'."
5139
#: ../drizzled/error.cc:902
5141
msgid "Received a NULL argument for function '%s'."
5144
#: ../drizzled/error.cc:903
5146
msgid "Received an invalid negative argument '%s' for function '%s'."
5149
#: ../drizzled/error.cc:904
5151
msgid "Received an out-of-range argument '%s' for function '%s'."
5154
#: ../drizzled/error.cc:905
5156
msgid "Received an invalid time value '%s'."
5159
#: ../drizzled/error.cc:906
5161
msgid "Received an invalid enum value '%s'."
5164
#: ../drizzled/error.cc:907
5165
msgid "Tables which are replicated require a primary key."
5168
#: ../drizzled/error.cc:908
5170
msgid "Corrupt or invalid table definition: %s"
5173
#: ../drizzled/error.cc:909
5175
msgid "Corrupt or invalid schema definition for %s : %s"
5178
#: ../drizzled/error.cc:910
5180
msgid "Schema does not exist: %s"
5183
#: ../drizzled/error.cc:911
5185
msgid "Error altering schema: %s"
5188
#: ../drizzled/error.cc:912
5190
msgid "Error droppping Schema : %s"
5193
#: ../drizzled/error.cc:913
5194
msgid "Temporary table too large, rerun with SQL_BIG_RESULT."
5197
#: ../drizzled/error.cc:914
5199
msgid "Unknown table engine option key/pair %s = %s."
5202
#: ../drizzled/error.cc:915
5204
msgid "Unknown schema engine option key/pair %s = %s."
5207
#: ../drizzled/error.cc:916
5208
msgid "Implicit cartesian join attempted."
5211
#: ../drizzled/error.cc:918
5213
msgid "Can't unlock file (Errcode: %d)"
5216
#: ../drizzled/error.cc:919
5218
msgid "Can't change size of file (Errcode: %d)"
5221
#: ../drizzled/error.cc:920
5223
msgid "Can't open stream from handle (Errcode: %d)"
5226
#: ../drizzled/error.cc:921
5228
msgid "Warning: '%s' had %d links"
5231
#: ../drizzled/error.cc:922
5233
msgid "Warning: %d files and %d streams is left open\n"
5236
#: ../drizzled/error.cc:923
5238
msgid "Can't create directory '%s' (Errcode: %d)"
5241
#: ../drizzled/error.cc:924
5244
"Character set '%s' is not a compiled character set and is not specified in "
5248
#: ../drizzled/error.cc:925
5250
msgid "Out of resources when opening file '%s' (Errcode: %d)"
5253
#: ../drizzled/error.cc:926
5255
msgid "Can't read value for symlink '%s' (Error %d)"
5258
#: ../drizzled/error.cc:927
5260
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
5263
#: ../drizzled/error.cc:928
5265
msgid "Error on realpath() on '%s' (Error %d)"
5268
#: ../drizzled/error.cc:929
5270
msgid "Can't sync file '%s' to disk (Errcode: %d)"
5273
#: ../drizzled/error.cc:930
5276
"Collation '%s' is not a compiled collation and is not specified in the %s "
5280
#: ../drizzled/error.cc:931
5282
msgid "File '%s' (fileno: %d) was not closed"
5285
#: ../drizzled/identifier/schema.cc:58 ../drizzled/identifier/table.cc:234
3447
5287
"Schema name cannot be encoded and fit within filesystem name length "
3448
5288
"restrictions."
3451
#: ../drizzled/identifier/table.cc:238
5291
#: ../drizzled/identifier/table.cc:224
3453
5293
"Table name cannot be encoded and fit within filesystem name length "
3454
5294
"restrictions."
3870
#: ../drizzled/sql_table.cc:1933
5776
#: ../drizzled/sql_base.cc:1521
5778
msgid "Table %s had a open data Cursor in reopen_table"
5781
#: ../drizzled/sql_table.cc:1957
3872
5783
msgid "Unknown - internal error %d during operation"
3875
#: ../drizzled/statement/alter_table.cc:1514
5786
#: ../drizzled/statement/alter_table.cc:1486
3878
5789
"order_st BY ignored because there is a user-defined clustered index in the "
3879
5790
"table '%-.192s'"
3882
#: ../drizzled/sys_var.cc:1526
3884
msgid "Variable named %s already exists!\n"
3887
#: ../drizzled/sys_var.cc:1535
3889
msgid "Could not add Variable: %s\n"
3892
#: ../drizzled/sys_var.cc:1633
3893
msgid "Failed to initialize system variables"
3896
#: ../drizzled/table.cc:1690
5793
#: ../drizzled/table.cc:1965
3898
5795
msgid "Got error %d when reading table '%s'"
3901
#: ../drizzled/table/instance/base.cc:1883
5798
#: ../drizzled/table_share.cc:867
5800
msgid "Table %s has invalid/unknown collation: %d,%s"
5803
#: ../drizzled/table_share.cc:1160
5805
msgid "ENUM column %s has greater than %d possible values"
5808
#: ../drizzled/table_share.cc:2071
3903
5810
msgid "Unknown collation '%s' in table '%-.64s' definition"
3906
#: ../drizzled/table/instance/base.cc:1890
5813
#: ../drizzled/table_share.cc:2078
3909
5816
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
3913
#: ../drizzled/tztime.cc:170
5820
#: ../drizzled/tztime.cc:173
3915
5822
msgid "Fatal error: Illegal or unknown default time zone '%s'"
3918
#: ../plugin/auth_file/auth_file.cc:227
5825
#: ../plugin/auth_file/auth_file.cc:225
3919
5826
#, fuzzy, c-format
3920
5827
msgid "Could not load auth file: %s\n"
3921
5828
msgstr "No es pot obrir el fitxer: %s\n"
3923
#: ../plugin/auth_file/auth_file.cc:243
5830
#: ../plugin/auth_file/auth_file.cc:238 ../plugin/auth_file/auth_file.cc:253
3924
5831
msgid "File to load for usernames and passwords"
3927
#: ../plugin/auth_http/auth_http.cc:135
3929
"auth_http plugin loaded but required option url not specified. Against which "
3930
"URL are you intending on authenticating?\n"
5834
#: ../plugin/auth_http/auth_http.cc:143 ../plugin/auth_http/auth_http.cc:150
5835
msgid "Enable HTTP Auth check"
3933
#: ../plugin/auth_http/auth_http.cc:151
5838
#: ../plugin/auth_http/auth_http.cc:160
3934
5839
msgid "URL for HTTP Auth check"
3937
#: ../plugin/auth_ldap/auth_ldap.cc:291
5842
#: ../plugin/auth_ldap/auth_ldap.cc:285
3938
5843
#, fuzzy, c-format
3939
5844
msgid "Reconnect failed: %s\n"
3940
5845
msgstr "No es pot obrir el fitxer: %s\n"
3942
#: ../plugin/auth_ldap/auth_ldap.cc:310
5847
#: ../plugin/auth_ldap/auth_ldap.cc:304
3944
5849
msgid "ldap_search_ext_s failed: %s\n"
3947
#: ../plugin/auth_ldap/auth_ldap.cc:416
5852
#: ../plugin/auth_ldap/auth_ldap.cc:410
3949
5854
msgid "Could not load auth ldap: %s\n"
3952
#: ../plugin/auth_ldap/auth_ldap.cc:437
5857
#: ../plugin/auth_ldap/auth_ldap.cc:423
3953
5858
msgid "URI of the LDAP server to contact"
5861
#: ../plugin/auth_ldap/auth_ldap.cc:431
5862
msgid "DN to use when binding to the LDAP server"
3956
5865
#: ../plugin/auth_ldap/auth_ldap.cc:439
3957
msgid "DN to use when binding to the LDAP server"
3960
#: ../plugin/auth_ldap/auth_ldap.cc:441
3961
5866
msgid "Password to use when binding the DN"
3964
#: ../plugin/auth_ldap/auth_ldap.cc:443
5869
#: ../plugin/auth_ldap/auth_ldap.cc:447
3965
5870
msgid "DN to use when searching"
3968
#: ../plugin/auth_ldap/auth_ldap.cc:445
5873
#: ../plugin/auth_ldap/auth_ldap.cc:455
3969
5874
msgid "Attribute in LDAP with plain text password"
3972
#: ../plugin/auth_ldap/auth_ldap.cc:447
5877
#: ../plugin/auth_ldap/auth_ldap.cc:463
3973
5878
msgid "Attribute in LDAP with MySQL hashed password"
3976
#: ../plugin/auth_ldap/auth_ldap.cc:449
5881
#: ../plugin/auth_ldap/auth_ldap.cc:471
3977
5882
msgid "How often to empty the users cache, 0 to disable"
3980
#: ../plugin/blitzdb/ha_blitz.cc:1507
3981
msgid "Estimated number of rows that a BlitzDB table will store."
3984
#: ../plugin/console/console.cc:379
5885
#: ../plugin/console/console.cc:346 ../plugin/console/console.cc:361
3985
5886
msgid "Enable the console."
3988
#: ../plugin/console/console.cc:382
5889
#: ../plugin/console/console.cc:348 ../plugin/console/console.cc:364
3989
5890
msgid "Turn on extra debugging."
3992
#: ../plugin/console/console.cc:385
5893
#: ../plugin/console/console.cc:351 ../plugin/console/console.cc:367
3993
5894
msgid "User to use for auth."
3996
#: ../plugin/console/console.cc:388
5897
#: ../plugin/console/console.cc:353 ../plugin/console/console.cc:370
3997
5898
msgid "Password to use for auth."
4000
#: ../plugin/console/console.cc:391
4002
msgid "Default catalog to use."
4003
msgstr "Empra aquesta base de dades."
4005
#: ../plugin/console/console.cc:394
4007
msgid "Default schema to use."
4008
msgstr "Empra aquesta base de dades."
4010
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:121
5901
#: ../plugin/console/console.cc:355 ../plugin/console/console.cc:373
5902
msgid "Default database to use."
5905
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:826
5906
#: ../plugin/mysql_protocol/mysql_protocol.cc:900
5907
msgid "Invalid value of port\n"
5910
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:835
5911
#: ../plugin/mysql_protocol/mysql_protocol.cc:909
5912
msgid "Invalid value for connect_timeout\n"
5915
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:844
5916
#: ../plugin/mysql_protocol/mysql_protocol.cc:918
5917
msgid "Invalid value for read_timeout\n"
5920
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:853
5921
#: ../plugin/mysql_protocol/mysql_protocol.cc:927
5922
msgid "Invalid value for write_timeout\n"
5925
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:862
5926
msgid "Invalid value for retry_count\n"
5929
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:871
5930
#: ../plugin/mysql_protocol/mysql_protocol.cc:945
5931
msgid "Invalid value for buffer_length\n"
5934
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:891
5935
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:915
4012
"Port number to use for connection or 0 for default to with Drizzle/MySQL "
5937
"Port number to use for connection or 0 for default to, in order of "
5938
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default (4427)."
4016
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:124
4017
#: ../plugin/mysql_protocol/mysql_protocol.cc:1018
5941
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:897
5942
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:921
5943
#: ../plugin/mysql_protocol/mysql_protocol.cc:974
5944
#: ../plugin/mysql_protocol/mysql_protocol.cc:996
4018
5945
msgid "Connect Timeout."
4021
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:127
4022
#: ../plugin/mysql_protocol/mysql_protocol.cc:1021
5948
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:900
5949
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:924
5950
#: ../plugin/mysql_protocol/mysql_protocol.cc:977
5951
#: ../plugin/mysql_protocol/mysql_protocol.cc:999
4023
5952
msgid "Read Timeout."
4026
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:130
4027
#: ../plugin/mysql_protocol/mysql_protocol.cc:1024
5955
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:902
5956
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:927
5957
#: ../plugin/mysql_protocol/mysql_protocol.cc:979
5958
#: ../plugin/mysql_protocol/mysql_protocol.cc:1002
4028
5959
msgid "Write Timeout."
4031
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:133
4032
#: ../plugin/mysql_protocol/mysql_protocol.cc:1027
5962
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:904
5963
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:930
5964
#: ../plugin/mysql_protocol/mysql_protocol.cc:981
5965
#: ../plugin/mysql_protocol/mysql_protocol.cc:1005
4033
5966
msgid "Retry Count."
4036
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:136
4037
#: ../plugin/mysql_protocol/mysql_protocol.cc:1030
5969
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:906
5970
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:933
5971
#: ../plugin/mysql_protocol/mysql_protocol.cc:983
5972
#: ../plugin/mysql_protocol/mysql_protocol.cc:1008
4038
5973
msgid "Buffer length."
4041
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:139
4042
#: ../plugin/mysql_protocol/mysql_protocol.cc:1033
5976
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:909
5977
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:936
5978
#: ../plugin/mysql_protocol/mysql_protocol.cc:986
5979
#: ../plugin/mysql_protocol/mysql_protocol.cc:1011
4043
5980
msgid "Address to bind to."
4046
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:142
4047
#: ../plugin/mysql_protocol/mysql_protocol.cc:1036
4048
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:173
4049
msgid "Maximum simultaneous connections."
4052
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:145
4053
#: ../plugin/mysql_protocol/mysql_protocol.cc:1039
4054
msgid "A restrictive IP address list for incoming admin connections."
4057
#: ../plugin/errmsg_notify/errmsg_notify.cc:80
4058
msgid "Failed to send error message to libnotify\n"
4061
#: ../plugin/errmsg_stderr/errmsg_stderr.cc:72
4062
msgid "Error Messages to stderr"
4065
#: ../plugin/filtered_replicator/filtered_replicator.cc:578
4066
msgid "Comma-separated list of schemas to exclude"
4069
#: ../plugin/filtered_replicator/filtered_replicator.cc:581
4070
msgid "Comma-separated list of tables to exclude"
4073
#: ../plugin/filtered_replicator/filtered_replicator.cc:584
4074
msgid "Regular expression to apply to schemas to exclude"
4077
#: ../plugin/filtered_replicator/filtered_replicator.cc:587
4078
msgid "Regular expression to apply to tables to exclude"
4081
#: ../plugin/haildb/haildb_engine.cc:1080
4082
#: ../plugin/haildb/haildb_engine.cc:1218
4083
#: ../plugin/haildb/haildb_engine.cc:1248
4085
msgid "Cannot create table %s. HailDB Error %d (%s)\n"
4088
#: ../plugin/haildb/haildb_engine.cc:1099
4090
msgid "Cannot create field %s on table %s. HailDB Error %d (%s)\n"
4093
#: ../plugin/haildb/haildb_engine.cc:1197
4094
#: ../plugin/haildb/haildb_engine.cc:1310
4095
#: ../plugin/haildb/haildb_engine.cc:1491
4096
#: ../plugin/haildb/haildb_engine.cc:2157
4098
msgid "Cannot Lock HailDB Data Dictionary. HailDB Error %d (%s)\n"
4101
#: ../plugin/haildb/haildb_engine.cc:1349
4102
#: ../plugin/haildb/haildb_engine.cc:1365
4104
msgid "Cannot DROP table %s. HailDB Error %d (%s)\n"
4107
#: ../plugin/haildb/haildb_engine.cc:3403
4109
msgid "Error starting HailDB %d (%s)\n"
4112
#: ../plugin/haildb/haildb_engine.cc:3432
4113
msgid "Disable HailDB adaptive hash index (enabled by default)."
4116
#: ../plugin/haildb/haildb_engine.cc:3434
4117
msgid "Do not attempt to flush dirty pages to avoid IO bursts at checkpoints."
4120
#: ../plugin/haildb/haildb_engine.cc:3437
4122
"Size of a memory pool HailDB uses to store data dictionary information and "
5983
#: ../plugin/drizzle_protocol/errmsg.cc:31
5984
msgid "Unknown Drizzle error"
5987
#: ../plugin/drizzle_protocol/errmsg.cc:32
5989
msgid "Can't create UNIX socket (%d)"
5992
#: ../plugin/drizzle_protocol/errmsg.cc:33
5994
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
5997
#: ../plugin/drizzle_protocol/errmsg.cc:34
5999
msgid "Can't connect to Drizzle server on '%-.100s:%lu' (%d)"
6002
#: ../plugin/drizzle_protocol/errmsg.cc:35
6004
msgid "Can't create TCP/IP socket (%d)"
6007
#: ../plugin/drizzle_protocol/errmsg.cc:36
6009
msgid "Unknown Drizzle server host '%-.100s' (%d)"
6012
#: ../plugin/drizzle_protocol/errmsg.cc:37
6013
msgid "Drizzle server has gone away"
6016
#: ../plugin/drizzle_protocol/errmsg.cc:38
6018
msgid "Protocol mismatch; server version = %d, client version = %d"
6021
#: ../plugin/drizzle_protocol/errmsg.cc:39
6022
msgid "Drizzle client ran out of memory"
6025
#: ../plugin/drizzle_protocol/errmsg.cc:40
6026
msgid "Wrong host info"
6029
#: ../plugin/drizzle_protocol/errmsg.cc:41
6030
msgid "Localhost via UNIX socket"
6033
#: ../plugin/drizzle_protocol/errmsg.cc:42
6035
msgid "%-.100s via TCP/IP"
6038
#: ../plugin/drizzle_protocol/errmsg.cc:43
6039
msgid "Error in server handshake"
6042
#: ../plugin/drizzle_protocol/errmsg.cc:44
6043
msgid "Lost connection to Drizzle server during query"
6046
#: ../plugin/drizzle_protocol/errmsg.cc:45
6047
msgid "Commands out of sync; you can't run this command now"
6050
#: ../plugin/drizzle_protocol/errmsg.cc:46
6052
msgid "Named pipe: %-.32s"
6055
#: ../plugin/drizzle_protocol/errmsg.cc:47
6057
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
6060
#: ../plugin/drizzle_protocol/errmsg.cc:48
6062
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
6065
#: ../plugin/drizzle_protocol/errmsg.cc:49
6067
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
6070
#: ../plugin/drizzle_protocol/errmsg.cc:50
6072
msgid "Can't initialize character set %-.32s (path: %-.100s)"
6075
#: ../plugin/drizzle_protocol/errmsg.cc:51
6076
msgid "Got packet bigger than 'max_allowed_packet' bytes"
6079
#: ../plugin/drizzle_protocol/errmsg.cc:52
6080
msgid "Embedded server"
6083
#: ../plugin/drizzle_protocol/errmsg.cc:53
6084
msgid "Error on SHOW SLAVE STATUS:"
6087
#: ../plugin/drizzle_protocol/errmsg.cc:54
6088
msgid "Error on SHOW SLAVE HOSTS:"
6091
#: ../plugin/drizzle_protocol/errmsg.cc:55
6092
msgid "Error connecting to slave:"
6095
#: ../plugin/drizzle_protocol/errmsg.cc:56
6096
msgid "Error connecting to master:"
6099
#: ../plugin/drizzle_protocol/errmsg.cc:57
6100
msgid "SSL connection error"
6101
msgstr "S'ha produït un error en la connexió SSL"
6103
#: ../plugin/drizzle_protocol/errmsg.cc:58
6104
msgid "Malformed packet"
6107
#: ../plugin/drizzle_protocol/errmsg.cc:59
6108
#: ../plugin/drizzle_protocol/errmsg.cc:70
6109
#: ../plugin/drizzle_protocol/errmsg.cc:71
6110
#: ../plugin/drizzle_protocol/errmsg.cc:72
6111
#: ../plugin/drizzle_protocol/errmsg.cc:73
6112
#: ../plugin/drizzle_protocol/errmsg.cc:74
6113
#: ../plugin/drizzle_protocol/errmsg.cc:75
6114
#: ../plugin/drizzle_protocol/errmsg.cc:76
6115
#: ../plugin/drizzle_protocol/errmsg.cc:77
6116
#: ../plugin/drizzle_protocol/errmsg.cc:78
6117
msgid "(unused error message)"
6120
#: ../plugin/drizzle_protocol/errmsg.cc:60
6121
msgid "Invalid use of null pointer"
6124
#: ../plugin/drizzle_protocol/errmsg.cc:61
6125
msgid "Statement not prepared"
6128
#: ../plugin/drizzle_protocol/errmsg.cc:62
6129
msgid "No data supplied for parameters in prepared statement"
6132
#: ../plugin/drizzle_protocol/errmsg.cc:63
6133
msgid "Data truncated"
6136
#: ../plugin/drizzle_protocol/errmsg.cc:64
6137
msgid "No parameters exist in the statement"
6140
#: ../plugin/drizzle_protocol/errmsg.cc:65
6141
msgid "Invalid parameter number"
6144
#: ../plugin/drizzle_protocol/errmsg.cc:66
6147
"Can't send long data for non-string/non-binary data types (parameter: %d)"
6150
#: ../plugin/drizzle_protocol/errmsg.cc:68
6152
msgid "Using unsupported buffer type: %d (parameter: %d)"
6155
#: ../plugin/drizzle_protocol/errmsg.cc:69
6157
msgid "Shared memory: %-.100s"
6160
#: ../plugin/drizzle_protocol/errmsg.cc:79
6161
msgid "Wrong or unknown protocol"
6164
#: ../plugin/drizzle_protocol/errmsg.cc:80
6165
msgid "Invalid connection handle"
6168
#: ../plugin/drizzle_protocol/errmsg.cc:81
6170
"Connection using old (pre-4.1.1) authentication protocol refused (client "
6171
"option 'secure_auth' enabled)"
6174
#: ../plugin/drizzle_protocol/errmsg.cc:83
6175
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
6178
#: ../plugin/drizzle_protocol/errmsg.cc:84
6179
msgid "Attempt to read column without prior row fetch"
6182
#: ../plugin/drizzle_protocol/errmsg.cc:85
6183
msgid "Prepared statement contains no metadata"
6186
#: ../plugin/drizzle_protocol/errmsg.cc:86
6188
"Attempt to read a row while there is no result set associated with the "
6192
#: ../plugin/drizzle_protocol/errmsg.cc:88
6193
msgid "This feature is not implemented yet"
6196
#: ../plugin/drizzle_protocol/errmsg.cc:89
6199
"Lost connection to Drizzle server while waiting for initial communication "
6200
"packet, system error: %d"
6203
#: ../plugin/drizzle_protocol/errmsg.cc:91
6206
"Lost connection to Drizzle server while reading initial communication "
6207
"packet, system error: %d"
6210
#: ../plugin/drizzle_protocol/errmsg.cc:93
6213
"Lost connection to Drizzle server while sending authentication information, "
6217
#: ../plugin/drizzle_protocol/errmsg.cc:95
6220
"Lost connection to Drizzle server while reading authorization information, "
6224
#: ../plugin/drizzle_protocol/errmsg.cc:97
6227
"Lost connection to Drizzle server while setting initial database, system "
6231
#: ../plugin/drizzle_protocol/errmsg.cc:99
6233
msgid "Statement closed indirectly because of a preceding %s() call"
6236
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1000
6237
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1138
6238
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1168
6240
msgid "Cannot create table %s. InnoDB Error %d (%s)\n"
6243
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1019
6245
msgid "Cannot create field %s on table %s. InnoDB Error %d (%s)\n"
6248
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1117
6249
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1230
6250
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1411
6251
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1979
6253
msgid "Cannot Lock Embedded InnoDB Data Dictionary. InnoDB Error %d (%s)\n"
6256
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1269
6257
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1285
6259
msgid "Cannot DROP table %s. InnoDB Error %d (%s)\n"
6262
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2771
6263
msgid "Invalid value of additional-mem-pool-size"
6266
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2782
6267
msgid "Invalid value of autoextend-increment"
6270
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2791
6271
msgid "Invalid value of buffer-pool-size"
6274
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2802
6275
msgid "Invalid value of io-capacity"
6278
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2811
6279
msgid "Invalid value of fast-shutdown"
6282
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2820
6283
msgid "Invalid value of flush-log-at-trx-commit"
6286
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2829
6287
msgid "Invalid value of force-recovery"
6290
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2838
6291
msgid "Invalid value of log-file-size"
6294
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2849
6295
msgid "Invalid value of log-files-in-group"
6298
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2858
6299
msgid "Invalid value of lock-wait-timeout"
6302
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2867
6303
msgid "Invalid value of log-buffer-size"
6306
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2878
6307
msgid "Invalid value of lru-old-blocks-pct"
6310
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2887
6311
msgid "Invalid value of lru-block-access-recency"
6314
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2896
6315
msgid "Invalid value of max-dirty-pages-pct"
6318
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2905
6319
msgid "Invalid value of max-purge-lag"
6322
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2914
6323
msgid "Invalid value of open-files"
6326
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2923
6327
msgid "Invalid value of read-io-threads"
6330
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2932
6331
msgid "Invalid value of sync_spin_loops"
6334
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3136
6336
msgid "Error starting Embedded InnoDB %d (%s)\n"
6339
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3439
6340
msgid "Enable InnoDB adaptive hash index (enabled by default)."
6343
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3442
6344
msgid "Attempt flushing dirty pages to avoid IO bursts at checkpoints."
6347
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3445
6349
"Size of a memory pool InnoDB uses to store data dictionary information and "
4123
6350
"other internal data structures."
4126
#: ../plugin/haildb/haildb_engine.cc:3440
6353
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3448
4127
6354
msgid "Data file autoextend increment in megabytes"
4130
#: ../plugin/haildb/haildb_engine.cc:3443
6357
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3451
4132
"The size of the memory buffer HailDB uses to cache data and indexes of its "
6359
"The size of the memory buffer InnoDB uses to cache data and indexes of its "
4136
#: ../plugin/haildb/haildb_engine.cc:3446
4137
msgid "The common part for HailDB table spaces."
4140
#: ../plugin/haildb/haildb_engine.cc:3448
4141
msgid "Disable HailDB checksums validation (enabled by default)."
4144
#: ../plugin/haildb/haildb_engine.cc:3450
4145
msgid "Disable HailDB doublewrite buffer (enabled by default)."
4148
#: ../plugin/haildb/haildb_engine.cc:3453
6363
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3454
6364
msgid "The common part for InnoDB table spaces."
6367
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3457
6369
"Enable InnoDB checksums validation (enabled by default). Disable with --skip-"
6373
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3460
6375
"Enable InnoDB doublewrite buffer (enabled by default). Disable with --skip-"
6376
"innodb-doublewrite."
6379
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3463
4149
6380
msgid "Number of IOPs the server can do. Tunes the background IO rate"
4152
#: ../plugin/haildb/haildb_engine.cc:3456
6383
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3466
4154
"Speeds up the shutdown process of the HailDB storage engine. Possible values "
6385
"Speeds up the shutdown process of the InnoDB storage engine. Possible values "
4155
6386
"are 0, 1 (faster) or 2 (fastest - crash-like)."
4158
#: ../plugin/haildb/haildb_engine.cc:3459
4159
msgid "Stores each HailDB table to an .ibd file in the database dir."
6389
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3469
6390
msgid "Stores each InnoDB table to an .ibd file in the database dir."
4162
#: ../plugin/haildb/haildb_engine.cc:3462
6393
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3472
4163
6394
msgid "File format to use for new tables in .ibd files."
4166
#: ../plugin/haildb/haildb_engine.cc:3465
6397
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3475
4168
6399
"Set to 0 (write and flush once per second),1 (write and flush at each "
4169
6400
"commit) or 2 (write at commit, flush once per second)."
4172
#: ../plugin/haildb/haildb_engine.cc:3468
6403
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3478
4173
6404
msgid "With which method to flush data."
4176
#: ../plugin/haildb/haildb_engine.cc:3471
6407
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3481
4178
6409
"Helps to save your data in case the disk image of the database becomes "
4182
#: ../plugin/haildb/haildb_engine.cc:3474
6413
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3484
6414
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3487
4183
6415
msgid "Path to individual files and their sizes."
4186
#: ../plugin/haildb/haildb_engine.cc:3477
4187
msgid "Path to HailDB log files."
6418
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3490
6419
msgid "Path to InnoDB log files."
4190
#: ../plugin/haildb/haildb_engine.cc:3480
6422
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3493
4191
6423
msgid "Size of each log file in a log group."
4194
#: ../plugin/haildb/haildb_engine.cc:3483
6426
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3496
4196
"Number of log files in the log group. HailDB writes to the files in a "
6428
"Number of log files in the log group. InnoDB writes to the files in a "
4197
6429
"circular fashion. Value 3 is recommended here."
4200
#: ../plugin/haildb/haildb_engine.cc:3486
6432
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3499
4202
"Timeout in seconds an HailDB transaction may wait for a lock before being "
6434
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
4203
6435
"rolled back. Values above 100000000 disable the timeout."
4206
#: ../plugin/haildb/haildb_engine.cc:3489
6438
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3502
4208
"The size of the buffer which HailDB uses to write log to the log files on "
6440
"The size of the buffer which InnoDB uses to write log to the log files on "
4212
#: ../plugin/haildb/haildb_engine.cc:3492
6444
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3505
4214
6446
"Sets the point in the LRU list from where all pages are classified as old "
4215
6447
"(Advanced users)"
4218
#: ../plugin/haildb/haildb_engine.cc:3495
6450
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3508
4220
6452
"Milliseconds between accesses to a block at which it is made young. "
4221
6453
"0=disabled (Advanced users)"
4224
#: ../plugin/haildb/haildb_engine.cc:3498
6456
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3511
4225
6457
msgid "Percentage of dirty pages allowed in bufferpool."
4228
#: ../plugin/haildb/haildb_engine.cc:3501
6460
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3514
4229
6461
msgid "Desired maximum length of the purge queue (0 = no limit)"
4232
#: ../plugin/haildb/haildb_engine.cc:3504
6464
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3517
4234
6466
"Roll back the complete transaction on lock wait timeout, for 4.x "
4235
6467
"compatibility (disabled by default)"
4238
#: ../plugin/haildb/haildb_engine.cc:3507
4239
msgid "How many files at the maximum HailDB keeps open at the same time."
4242
#: ../plugin/haildb/haildb_engine.cc:3510
4243
msgid "Number of background read I/O threads in HailDB."
4246
#: ../plugin/haildb/haildb_engine.cc:3513
4247
msgid "Number of background write I/O threads in HailDB."
4250
#: ../plugin/haildb/haildb_engine.cc:3515
6470
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3520
6471
msgid "How many files at the maximum InnoDB keeps open at the same time."
6474
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3523
6475
msgid "Number of background read I/O threads in InnoDB."
6478
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3526
6479
msgid "Number of background write I/O threads in InnoDB."
6482
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3529
4252
6484
"Disable if you want to reduce the number of messages written to the log "
4253
6485
"(default: enabled)."
4256
#: ../plugin/haildb/haildb_engine.cc:3518
4257
msgid "Enable SHOW HAILDB STATUS output in the log"
4260
#: ../plugin/haildb/haildb_engine.cc:3521
4261
msgid "Count of spin-loop rounds in HailDB mutexes (30 by default)"
4264
#: ../plugin/haildb/haildb_engine.cc:3523
4266
"Use HailDB's internal memory allocator instead of the OS memory allocator"
4269
#: ../plugin/hello_events/hello_events.cc:401
6488
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3532
6489
msgid "Enable SHOW INNODB STATUS output in the log"
6492
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3535
6493
msgid "Count of spin-loop rounds in InnoDB mutexes (30 by default)"
6496
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3538
6497
msgid "Use OS memory allocator instead of InnoDB's internal memory allocator"
6500
#: ../plugin/errmsg_notify/errmsg_notify.cc:80
6502
msgid "Failed to send error message to libnotify\n"
6505
#: ../plugin/errmsg_stderr/errmsg_stderr.cc:72
6506
msgid "Error Messages to stderr"
6509
#: ../plugin/filtered_replicator/filtered_replicator.cc:621
6510
#: ../plugin/filtered_replicator/filtered_replicator.cc:630
6511
msgid "List of schemas to filter"
6514
#: ../plugin/filtered_replicator/filtered_replicator.cc:624
6515
#: ../plugin/filtered_replicator/filtered_replicator.cc:637
6516
msgid "List of tables to filter"
6519
#: ../plugin/filtered_replicator/filtered_replicator.cc:644
6520
msgid "Regular expression to apply to schemas to filter"
6523
#: ../plugin/filtered_replicator/filtered_replicator.cc:651
6524
msgid "Regular expression to apply to tables to filter"
6527
#: ../plugin/hello_events/hello_events.cc:301
6528
msgid "Invalid value of before-write-position\n"
6531
#: ../plugin/hello_events/hello_events.cc:310
6532
#: ../plugin/hello_events/hello_events.cc:319
6533
msgid "Invalid value of before-update-position\n"
6536
#: ../plugin/hello_events/hello_events.cc:359
6537
#: ../plugin/hello_events/hello_events.cc:362
6538
#: ../plugin/hello_events/hello_events.cc:380
6539
msgid "A comma delimited list of databases to watch"
6542
#: ../plugin/hello_events/hello_events.cc:365
6543
#: ../plugin/hello_events/hello_events.cc:396
4270
6544
msgid "Enable Example Events Plugin"
6547
#: ../plugin/hello_events/hello_events.cc:368
4273
6548
#: ../plugin/hello_events/hello_events.cc:404
4274
#: ../plugin/hello_events/hello_events.cc:407
4275
msgid "A comma delimited list of databases to watch"
4278
#: ../plugin/hello_events/hello_events.cc:410
4279
6549
msgid "Before write row event observer call position"
4282
#: ../plugin/hello_events/hello_events.cc:413
4283
#: ../plugin/pbms/src/parameters_ms.cc:461
6552
#: ../plugin/hello_events/hello_events.cc:371
6553
#: ../plugin/hello_events/hello_events.cc:415
6554
#: ../plugin/pbms/src/parameters_ms.cc:579
4284
6555
msgid "Before update row event observer call position"
4287
#: ../plugin/hello_events/hello_events.cc:416
6558
#: ../plugin/hello_events/hello_events.cc:374
6559
#: ../plugin/hello_events/hello_events.cc:426
4288
6560
msgid "After drop database event observer call position"
4291
#: ../plugin/hello_events/hello_events.cc:427
6563
#: ../plugin/hello_events/hello_events.cc:388
6564
msgid "A comma delimited list of tables to watch"
6567
#: ../plugin/hello_events/hello_events.cc:450
4292
6568
msgid "An example events Plugin"
4295
#: ../plugin/innobase/handler/data_dictionary.cc:760
6571
#: ../plugin/innobase/handler/data_dictionary.cc:202
4297
6573
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
4300
#: ../plugin/innobase/handler/ha_innodb.cc:1914
4302
"Once InnoDB is running, innodb_commit_concurrency must not change between "
4306
#: ../plugin/innobase/handler/ha_innodb.cc:2179
4308
"syntax error in innodb_log_group_home_dir, or a wrong number of mirrored log "
4312
#: ../plugin/innobase/handler/ha_innodb.cc:2223
4315
"InnoDB: invalid innodb_file_format_max value: should be any value up to %s "
4316
"or its equivalent numeric id"
4319
#: ../plugin/innobase/handler/ha_innodb.cc:9359
4320
msgid "Do not use Native AIO library for IO, even if available"
4323
#: ../plugin/innobase/handler/ha_innodb.cc:9375
4324
msgid "Enable internal replication log."
4327
#: ../plugin/innobase/handler/ha_innodb.cc:9378
4329
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
4330
"rolled back. Values above 100000000 disable the timeout."
4333
#: ../plugin/innobase/handler/ha_innodb.cc:9381
4334
msgid "Percentage of the buffer pool to reserve for 'old' blocks."
4337
#: ../plugin/innobase/handler/ha_innodb.cc:9384
4339
"ove blocks to the 'new' end of the buffer pool if the first access was at "
4340
"least this many milliseconds ago. The timeout is disabled if 0 (the default)."
4343
#: ../plugin/innobase/handler/replication_dictionary.cc:109
4344
#: ../plugin/transaction_log/hexdump_transaction_message.cc:169
4345
#: ../plugin/transaction_log/print_transaction_message.cc:177
4346
#: ../plugin/transaction_log/transaction_log_reader.cc:161
4348
msgid "Unable to parse transaction. Got error: %s.\n"
4351
#: ../plugin/innobase/srv/srv0start.cc:1034
4352
msgid "InnoDB: cannot determine Mac OS X version!\n"
4355
#: ../plugin/innobase/srv/srv0start.cc:1039
4357
"InnoDB: On Mac OS X, fsync() may be broken on internal drives,\n"
4358
"InnoDB: making transactions unsafe!\n"
4361
#: ../plugin/innobase/srv/srv0start.cc:1048
4364
"InnoDB: Error: size of InnoDB's ulint is %lu, but size of void* is %lu.\n"
4365
"InnoDB: The sizes should be the same so that on a 64-bit platform you can\n"
4366
"InnoDB: allocate more than 4 GB of memory."
4369
#: ../plugin/innobase/srv/srv0start.cc:1063
4371
msgid "InnoDB: !!!!!!!! UNIV_DEBUG switched on !!!!!!!!!\n"
4374
#: ../plugin/innobase/srv/srv0start.cc:1068
4377
"InnoDB: !!!!!!!! UNIV_IBUF_DEBUG switched on !!!!!!!!!\n"
4378
"InnoDB: !!!!!!!! UNIV_IBUF_COUNT_DEBUG switched on !!!!!!!!!\n"
4379
"InnoDB: Crash recovery will fail with UNIV_IBUF_COUNT_DEBUG\n"
4382
#: ../plugin/innobase/srv/srv0start.cc:1078
4384
msgid "InnoDB: !!!!!!!! UNIV_SYNC_DEBUG switched on !!!!!!!!!\n"
4387
#: ../plugin/innobase/srv/srv0start.cc:1083
4389
msgid "InnoDB: !!!!!!!! UNIV_SEARCH_DEBUG switched on !!!!!!!!!\n"
4392
#: ../plugin/innobase/srv/srv0start.cc:1088
4394
msgid "InnoDB: !!!!!!!! UNIV_LOG_LSN_DEBUG switched on !!!!!!!!!\n"
4397
#: ../plugin/innobase/srv/srv0start.cc:1092
4399
msgid "InnoDB: !!!!!!!! UNIV_MEM_DEBUG switched on !!!!!!!!!\n"
4402
#: ../plugin/innobase/srv/srv0start.cc:1097
4404
msgid "InnoDB: The InnoDB memory heap is disabled\n"
4407
#: ../plugin/innobase/srv/srv0start.cc:1167
4409
msgid " InnoDB: Using Linux native AIO\n"
4412
#: ../plugin/logging_gearman/logging_gearman.cc:186
6576
#: ../plugin/innobase/handler/ha_innodb.cc:1858
6577
msgid "Invalid value for io-capacity\n"
6580
#: ../plugin/innobase/handler/ha_innodb.cc:1877
6581
msgid "Invalid value for fast-shutdown\n"
6584
#: ../plugin/innobase/handler/ha_innodb.cc:1891
6585
msgid "Invalid value for flush-log-at-trx-commit\n"
6588
#: ../plugin/innobase/handler/ha_innodb.cc:1921
6589
msgid "Invalid value for max-dirty-pages-pct\n"
6592
#: ../plugin/innobase/handler/ha_innodb.cc:1930
6593
msgid "Invalid value for stats-sample-pages\n"
6596
#: ../plugin/innobase/handler/ha_innodb.cc:1941
6597
msgid "Invalid value for additional-mem-pool-size\n"
6600
#: ../plugin/innobase/handler/ha_innodb.cc:1951
6601
msgid "Invalid value for autoextend-increment\n"
6604
#: ../plugin/innobase/handler/ha_innodb.cc:1961
6605
msgid "Invalid value for buffer-pool-size\n"
6608
#: ../plugin/innobase/handler/ha_innodb.cc:1971
6609
msgid "Invalid value for commit-concurrency\n"
6612
#: ../plugin/innobase/handler/ha_innodb.cc:1980
6613
msgid "Invalid value for concurrency-tickets\n"
6616
#: ../plugin/innobase/handler/ha_innodb.cc:1989
6617
msgid "Invalid value for file-io-threads\n"
6620
#: ../plugin/innobase/handler/ha_innodb.cc:1998
6621
msgid "Invalid value for read-io-threads\n"
6624
#: ../plugin/innobase/handler/ha_innodb.cc:2007
6625
msgid "Invalid value for write-io-threads\n"
6628
#: ../plugin/innobase/handler/ha_innodb.cc:2016
6629
msgid "Invalid value for force-recovery\n"
6632
#: ../plugin/innobase/handler/ha_innodb.cc:2026
6633
#: ../plugin/innobase/handler/ha_innodb.cc:2036
6634
msgid "Invalid value for log-file-size\n"
6637
#: ../plugin/innobase/handler/ha_innodb.cc:2045
6638
msgid "Invalid value for log-files-in-group\n"
6641
#: ../plugin/innobase/handler/ha_innodb.cc:2054
6642
msgid "Invalid value for mirrored-log-groups\n"
6645
#: ../plugin/innobase/handler/ha_innodb.cc:2063
6646
msgid "Invalid value for open-files\n"
6649
#: ../plugin/innobase/handler/ha_innodb.cc:2072
6650
msgid "Invalid value for thread-concurrency\n"
6653
#: ../plugin/innobase/handler/ha_innodb.cc:2095
6654
msgid "Invalid value for read-ahead-threshold\n"
6657
#: ../plugin/innobase/handler/ha_innodb.cc:2119
6658
msgid "Invalid value for lock-wait-timeout\n"
6661
#: ../plugin/logging_gearman/logging_gearman.cc:199
4414
6663
msgid "fail gearman_client_create(): %s"
4417
#: ../plugin/logging_gearman/logging_gearman.cc:197
6666
#: ../plugin/logging_gearman/logging_gearman.cc:210
4419
6668
msgid "fail gearman_client_add_server(): %s"
4422
#: ../plugin/logging_gearman/logging_gearman.cc:302
6671
#: ../plugin/logging_gearman/logging_gearman.cc:309
6672
#: ../plugin/logging_gearman/logging_gearman.cc:316
6673
msgid "Enable logging to a gearman server"
6676
#: ../plugin/logging_gearman/logging_gearman.cc:325
4423
6677
msgid "Hostname for logging to a Gearman server"
4426
#: ../plugin/logging_gearman/logging_gearman.cc:305
6680
#: ../plugin/logging_gearman/logging_gearman.cc:334
4427
6681
msgid "Gearman Function to send logging to"
4430
#: ../plugin/logging_gearman/logging_gearman.cc:316
6684
#: ../plugin/logging_gearman/logging_gearman.cc:352
4431
6685
msgid "Log queries to a Gearman server"
4434
#: ../plugin/logging_query/logging_query.cc:178
6688
#: ../plugin/logging_query/logging_query.cc:192
4436
6690
msgid "fail open() fn=%s er=%s\n"
4439
#: ../plugin/logging_query/logging_query.cc:319
6693
#: ../plugin/logging_query/logging_query.cc:316
6694
msgid "Invalid value for threshold-slow"
6697
#: ../plugin/logging_query/logging_query.cc:325
6698
msgid "Invalid value for threshold-big-resultset"
6701
#: ../plugin/logging_query/logging_query.cc:334
6702
msgid "Invalid value for threshold-big-examined"
6705
#: ../plugin/logging_query/logging_query.cc:348
6706
#: ../plugin/logging_query/logging_query.cc:364
4440
6707
msgid "Enable logging to CSV file"
4443
#: ../plugin/logging_query/logging_query.cc:322
6710
#: ../plugin/logging_query/logging_query.cc:351
6711
#: ../plugin/logging_query/logging_query.cc:391 ../plugin/syslog/module.cc:167
6712
#: ../plugin/syslog/module.cc:233
6713
msgid "Threshold for logging slow queries, in microseconds"
6716
#: ../plugin/logging_query/logging_query.cc:354
6717
#: ../plugin/logging_query/logging_query.cc:403 ../plugin/syslog/module.cc:179
6718
#: ../plugin/syslog/module.cc:236
6719
msgid "Threshold for logging big queries, for rows returned"
6722
#: ../plugin/logging_query/logging_query.cc:357
6723
#: ../plugin/logging_query/logging_query.cc:415 ../plugin/syslog/module.cc:191
6724
#: ../plugin/syslog/module.cc:239
6725
msgid "Threshold for logging big queries, for rows examined"
6728
#: ../plugin/logging_query/logging_query.cc:373
4444
6729
msgid "File to log to"
4445
6730
msgstr "Enregistra a un fitxer"
4447
#: ../plugin/logging_query/logging_query.cc:325
6732
#: ../plugin/logging_query/logging_query.cc:382
4448
6733
msgid "PCRE to match the query against"
4451
#: ../plugin/logging_query/logging_query.cc:328 ../plugin/syslog/module.cc:107
4452
msgid "Threshold for logging slow queries, in microseconds"
4455
#: ../plugin/logging_query/logging_query.cc:331 ../plugin/syslog/module.cc:110
4456
msgid "Threshold for logging big queries, for rows returned"
4459
#: ../plugin/logging_query/logging_query.cc:334 ../plugin/syslog/module.cc:113
4460
msgid "Threshold for logging big queries, for rows examined"
4463
#: ../plugin/logging_query/logging_query.cc:345
6736
#: ../plugin/logging_query/logging_query.cc:439
4464
6737
msgid "Log queries to a CSV file"
4467
#: ../plugin/logging_stats/logging_stats.cc:373
6740
#: ../plugin/logging_stats/logging_stats.cc:312
6741
msgid "Invalid value for max-user-count\n"
6744
#: ../plugin/logging_stats/logging_stats.cc:320
6745
msgid "Invalid value for bucket-count\n"
6748
#: ../plugin/logging_stats/logging_stats.cc:329
6749
msgid "Invalid value for scoreboard-size\n"
6752
#: ../plugin/logging_stats/logging_stats.cc:364
6753
#: ../plugin/logging_stats/logging_stats.cc:406
4468
6754
msgid "Max number of users that will be logged"
4471
#: ../plugin/logging_stats/logging_stats.cc:376
6757
#: ../plugin/logging_stats/logging_stats.cc:375
6758
#: ../plugin/logging_stats/logging_stats.cc:409
4472
6759
msgid "Max number of range locks to use for Scoreboard"
4475
#: ../plugin/logging_stats/logging_stats.cc:379
6762
#: ../plugin/logging_stats/logging_stats.cc:386
6763
#: ../plugin/logging_stats/logging_stats.cc:412
4476
6764
msgid "Max number of concurrent sessions that will be logged"
4479
#: ../plugin/logging_stats/logging_stats.cc:380
6767
#: ../plugin/logging_stats/logging_stats.cc:397
6768
#: ../plugin/logging_stats/logging_stats.cc:415
4480
6769
msgid "Enable Logging Statistics Collection"
4483
#: ../plugin/logging_stats/logging_stats.cc:389
6772
#: ../plugin/logging_stats/logging_stats.cc:432
4484
6773
msgid "User Statistics as DATA_DICTIONARY tables"