941
941
msgid "Error: Not enough memory to store ORDER BY clause\n"
944
#: libdrizzle/errmsg.c:27
945
msgid "Unknown Drizzle error"
948
#: libdrizzle/errmsg.c:28
950
msgid "Can't create UNIX socket (%d)"
953
#: libdrizzle/errmsg.c:29
955
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
958
#: libdrizzle/errmsg.c:30
960
msgid "Can't connect to Drizzle server on '%-.100s' (%d)"
963
#: libdrizzle/errmsg.c:31
965
msgid "Can't create TCP/IP socket (%d)"
968
#: libdrizzle/errmsg.c:32
970
msgid "Unknown Drizzle server host '%-.100s' (%d)"
973
#: libdrizzle/errmsg.c:33
974
msgid "Drizzle server has gone away"
977
#: libdrizzle/errmsg.c:34
979
msgid "Protocol mismatch; server version = %d, client version = %d"
982
#: libdrizzle/errmsg.c:35
983
msgid "Drizzle client ran out of memory"
986
#: libdrizzle/errmsg.c:36
987
msgid "Wrong host info"
990
#: libdrizzle/errmsg.c:37
991
msgid "Localhost via UNIX socket"
994
#: libdrizzle/errmsg.c:38
996
msgid "%-.100s via TCP/IP"
999
#: libdrizzle/errmsg.c:39
1000
msgid "Error in server handshake"
1003
#: libdrizzle/errmsg.c:40
1004
msgid "Lost connection to Drizzle server during query"
1007
#: libdrizzle/errmsg.c:41
1008
msgid "Commands out of sync; you can't run this command now"
1011
#: libdrizzle/errmsg.c:42
1013
msgid "Named pipe: %-.32s"
1016
#: libdrizzle/errmsg.c:43
1018
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
1021
#: libdrizzle/errmsg.c:44
1023
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
1026
#: libdrizzle/errmsg.c:45
1028
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
1031
#: libdrizzle/errmsg.c:46
1033
msgid "Can't initialize character set %-.32s (path: %-.100s)"
1036
#: libdrizzle/errmsg.c:47
1037
msgid "Got packet bigger than 'max_allowed_packet' bytes"
1040
#: libdrizzle/errmsg.c:48
1041
msgid "Embedded server"
1044
#: libdrizzle/errmsg.c:49
1045
msgid "Error on SHOW SLAVE STATUS:"
1048
#: libdrizzle/errmsg.c:50
1049
msgid "Error on SHOW SLAVE HOSTS:"
1052
#: libdrizzle/errmsg.c:51
1053
msgid "Error connecting to slave:"
1056
#: libdrizzle/errmsg.c:52
1057
msgid "Error connecting to master:"
1060
#: libdrizzle/errmsg.c:53
1061
msgid "SSL connection error"
1064
#: libdrizzle/errmsg.c:54
1065
msgid "Malformed packet"
1068
#: libdrizzle/errmsg.c:55 libdrizzle/errmsg.c:66 libdrizzle/errmsg.c:67
1069
#: libdrizzle/errmsg.c:68 libdrizzle/errmsg.c:69 libdrizzle/errmsg.c:70
1070
#: libdrizzle/errmsg.c:71 libdrizzle/errmsg.c:72 libdrizzle/errmsg.c:73
1071
#: libdrizzle/errmsg.c:74
1072
msgid "(unused error message)"
1075
#: libdrizzle/errmsg.c:56
1076
msgid "Invalid use of null pointer"
1079
#: libdrizzle/errmsg.c:57
1080
msgid "Statement not prepared"
1083
#: libdrizzle/errmsg.c:58
1084
msgid "No data supplied for parameters in prepared statement"
1087
#: libdrizzle/errmsg.c:59
1088
msgid "Data truncated"
1091
#: libdrizzle/errmsg.c:60
1092
msgid "No parameters exist in the statement"
1095
#: libdrizzle/errmsg.c:61
1096
msgid "Invalid parameter number"
1099
#: libdrizzle/errmsg.c:62
1102
"Can't send long data for non-string/non-binary data types (parameter: %d)"
1105
#: libdrizzle/errmsg.c:64
1107
msgid "Using unsupported buffer type: %d (parameter: %d)"
1110
#: libdrizzle/errmsg.c:65
1112
msgid "Shared memory: %-.100s"
1115
#: libdrizzle/errmsg.c:75
1116
msgid "Wrong or unknown protocol"
1119
#: libdrizzle/errmsg.c:76
1120
msgid "Invalid connection handle"
1123
#: libdrizzle/errmsg.c:77
1125
"Connection using old (pre-4.1.1) authentication protocol refused (client "
1126
"option 'secure_auth' enabled)"
1129
#: libdrizzle/errmsg.c:79
1130
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
1133
#: libdrizzle/errmsg.c:80
1134
msgid "Attempt to read column without prior row fetch"
1137
#: libdrizzle/errmsg.c:81
1138
msgid "Prepared statement contains no metadata"
1141
#: libdrizzle/errmsg.c:82
1143
"Attempt to read a row while there is no result set associated with the "
1147
#: libdrizzle/errmsg.c:84
1148
msgid "This feature is not implemented yet"
1151
#: libdrizzle/errmsg.c:85
1154
"Lost connection to Drizzle server while waiting for initial communication "
1155
"packet, system error: %d"
1158
#: libdrizzle/errmsg.c:87
1161
"Lost connection to Drizzle server while reading initial communication "
1162
"packet, system error: %d"
1165
#: libdrizzle/errmsg.c:89
1168
"Lost connection to Drizzle server while sending authentication information, "
1172
#: libdrizzle/errmsg.c:91
1175
"Lost connection to Drizzle server while reading authorization information, "
1179
#: libdrizzle/errmsg.c:93
1182
"Lost connection to Drizzle server while setting initial database, system "
1186
#: libdrizzle/errmsg.c:95
1188
msgid "Statement closed indirectly because of a preceding %s() call"
1191
#: libdrizzle/errmsg.c:97 drizzled/error.cc:348
1192
msgid "Couldn't uncompress communication packet"
1195
#: libdrizzle/errmsg.c:99 drizzled/error.cc:350
1196
msgid "Got an error reading communication packets"
1199
#: libdrizzle/errmsg.c:101 drizzled/error.cc:352
1200
msgid "Got timeout reading communication packets"
1203
#: libdrizzle/errmsg.c:103 drizzled/error.cc:354
1204
msgid "Got an error writing communication packets"
1207
#: libdrizzle/errmsg.c:105 drizzled/error.cc:356
1208
msgid "Got timeout writing communication packets"
1211
#: libdrizzle/local_infile.c:190 mysys/errors.cc:52
1213
msgid "File '%s' not found (Errcode: %d)"
1216
#: libdrizzle/local_infile.c:221 mysys/errors.cc:26
1218
msgid "Error reading file '%s' (Errcode: %d)"
1221
#: mysys/errors.cc:25
1223
msgid "Can't create/write to file '%s' (Errcode: %d)"
1226
#: mysys/errors.cc:27
1228
msgid "Error writing file '%s' (Errcode: %d)"
1231
#: mysys/errors.cc:28
1233
msgid "Error on close of '%s' (Errcode: %d)"
1236
#: mysys/errors.cc:29
1238
msgid "Out of memory (Needed %u bytes)"
1241
#: mysys/errors.cc:30
1243
msgid "Error on delete of '%s' (Errcode: %d)"
1246
#: mysys/errors.cc:31
1248
msgid "Error on rename of '%s' to '%s' (Errcode: %d)"
1251
#: mysys/errors.cc:32
1253
msgid "Unexpected eof found when reading file '%s' (Errcode: %d)"
1256
#: mysys/errors.cc:33
1258
msgid "Can't lock file (Errcode: %d)"
1261
#: mysys/errors.cc:34
1263
msgid "Can't unlock file (Errcode: %d)"
1266
#: mysys/errors.cc:35
1268
msgid "Can't read dir of '%s' (Errcode: %d)"
1271
#: mysys/errors.cc:36
1273
msgid "Can't get stat of '%s' (Errcode: %d)"
1276
#: mysys/errors.cc:37
1278
msgid "Can't change size of file (Errcode: %d)"
1281
#: mysys/errors.cc:38
1283
msgid "Can't open stream from handle (Errcode: %d)"
1286
#: mysys/errors.cc:39
1288
msgid "Can't get working dirctory (Errcode: %d)"
1291
#: mysys/errors.cc:40
1293
msgid "Can't change dir to '%s' (Errcode: %d)"
1296
#: mysys/errors.cc:41
1298
msgid "Warning: '%s' had %d links"
1301
#: mysys/errors.cc:42
1303
msgid "Warning: %d files and %d streams is left open\n"
1306
#: mysys/errors.cc:43
1308
msgid "Disk is full writing '%s'. Waiting for someone to free space..."
1311
#: mysys/errors.cc:44
1313
msgid "Can't create directory '%s' (Errcode: %d)"
1316
#: mysys/errors.cc:45
1319
"Character set '%s' is not a compiled character set and is not specified in "
1323
#: mysys/errors.cc:46
1325
msgid "Out of resources when opening file '%s' (Errcode: %d)"
1328
#: mysys/errors.cc:47
1330
msgid "Can't read value for symlink '%s' (Error %d)"
1333
#: mysys/errors.cc:48
1335
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
1338
#: mysys/errors.cc:49
1340
msgid "Error on realpath() on '%s' (Error %d)"
1343
#: mysys/errors.cc:50
1345
msgid "Can't sync file '%s' to disk (Errcode: %d)"
1348
#: mysys/errors.cc:51
1351
"Collation '%s' is not a compiled collation and is not specified in the %s "
1355
#: mysys/errors.cc:53
1357
msgid "File '%s' (fileno: %d) was not closed"
1360
#: mysys/my_error.cc:87
1362
msgid "Unknown error %d"
1365
#: mysys/my_getopt.cc:89
1369
#: mysys/my_getopt.cc:91
1373
#: mysys/my_getopt.cc:355
1375
msgid "%s: %s: Option '%s' used, but is disabled\n"
1378
#: mysys/my_getopt.cc:356
1382
#: mysys/my_getopt.cc:356
1386
#: mysys/my_getopt.cc:459
1388
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
1391
#: mysys/my_getopt.cc:772
1393
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
1396
#: mysys/my_getopt.cc:963
1398
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
1401
#: mysys/my_getopt.cc:1190
1403
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
1406
#: mysys/my_getopt.cc:1210
1410
"Variables (--variable-name=value)\n"
1411
"and boolean options {false|true} Value (after reading options)\n"
1412
"--------------------------------- -----------------------------\n"
1415
#: mysys/my_getopt.cc:1226 mysys/my_getopt.cc:1242
1416
msgid "(No default value)"
1419
#: mysys/my_getopt.cc:1245
1423
#: mysys/my_getopt.cc:1245
1427
#: mysys/my_getopt.cc:1273
1429
msgid "(Disabled)\n"
1432
#: drizzled/authentication.cc:69 drizzled/show.cc:4538
1433
#: drizzled/sql_plugin.cc:798
944
#: drizzled/authentication.cc:69 drizzled/handlerton.cc:238
945
#: drizzled/show.cc:4526 drizzled/sql_plugin.cc:798
1435
947
msgid "Plugin '%s' init function returned error."
1602
#: drizzled/drizzled.cc:1353
1114
#: drizzled/drizzled.cc:1352
1604
1116
msgid "Writing a core file\n"
1607
#: drizzled/drizzled.cc:1400
1119
#: drizzled/drizzled.cc:1399
1609
1121
"setrlimit could not change the size of core files to 'infinity'; We may not "
1610
1122
"be able to generate a core file on signals"
1613
#: drizzled/drizzled.cc:1468
1125
#: drizzled/drizzled.cc:1467
1615
1127
msgid "Can't create interrupt-thread (error %d, errno: %d)"
1618
#: drizzled/drizzled.cc:1556
1130
#: drizzled/drizzled.cc:1555
1620
1132
msgid "Got signal %d to shutdown drizzled"
1623
#: drizzled/drizzled.cc:1573 drizzled/sql_base.cc:6208
1135
#: drizzled/drizzled.cc:1572 drizzled/sql_base.cc:6208
1624
1136
msgid "Can't create thread to kill server"
1627
#: drizzled/drizzled.cc:1596
1139
#: drizzled/drizzled.cc:1595
1629
1141
msgid "Got signal: %d error: %d"
1632
#: drizzled/drizzled.cc:1709
1144
#: drizzled/drizzled.cc:1708
1634
1146
msgid "Wrong date/time format specifier: %s\n"
1637
#: drizzled/drizzled.cc:1813
1149
#: drizzled/drizzled.cc:1812
1639
1151
msgid "gethostname failed, using '%s' as hostname"
1642
#: drizzled/drizzled.cc:1877
1154
#: drizzled/drizzled.cc:1876
1645
1157
"Changed limits: max_open_files: %u max_connections: %<PRIu64> table_cache: "
1649
#: drizzled/drizzled.cc:1882
1161
#: drizzled/drizzled.cc:1881
1652
1164
"Could not increase number of max_open_files to more than %u (request: %u)"
1655
#: drizzled/drizzled.cc:1959
1167
#: drizzled/drizzled.cc:1958
1657
1169
msgid "Unknown locale: '%s'"
1660
#: drizzled/drizzled.cc:2018
1172
#: drizzled/drizzled.cc:2014
1661
1173
msgid "Can't create thread-keys"
1664
#: drizzled/drizzled.cc:2042
1176
#: drizzled/drizzled.cc:2038
1665
1177
msgid "Out of memory"
1668
#: drizzled/drizzled.cc:2057
1180
#: drizzled/drizzled.cc:2053
1669
1181
msgid "Failed to initialize plugins."
1672
#: drizzled/drizzled.cc:2088
1184
#: drizzled/drizzled.cc:2084
1675
1187
"%s: Too many arguments (first extra is '%s').\n"
1676
1188
"Use --verbose --help to get a list of available options\n"
1679
#: drizzled/drizzled.cc:2098
1191
#: drizzled/drizzled.cc:2094
1680
1192
msgid "Can't init databases"
1683
#: drizzled/drizzled.cc:2118
1195
#: drizzled/drizzled.cc:2114
1685
1197
msgid "Unknown/unsupported table type: %s"
1688
#: drizzled/drizzled.cc:2124
1200
#: drizzled/drizzled.cc:2120
1690
1202
msgid "Default storage engine (%s) is not available"
1693
#: drizzled/drizzled.cc:2156
1205
#: drizzled/drizzled.cc:2152
1695
1207
msgid "Failed to lock memory. Errno: %d\n"
1698
#: drizzled/drizzled.cc:2217
1210
#: drizzled/drizzled.cc:2213
1700
1212
msgid "Asked for %<PRIu64> thread stack, but got %<PRIu64>"
1703
#: drizzled/drizzled.cc:2298
1215
#: drizzled/drizzled.cc:2294
1704
1216
msgid "Before Lock_thread_count"
1707
#: drizzled/drizzled.cc:2305
1219
#: drizzled/drizzled.cc:2301
1708
1220
msgid "After lock_thread_count"
1711
#: drizzled/drizzled.cc:2411
1223
#: drizzled/drizzled.cc:2407
1713
1225
msgid "drizzled: Got error %d from select"
1716
#: drizzled/drizzled.cc:2636
1228
#: drizzled/drizzled.cc:2632
1717
1229
msgid "Auto-increment columns are incremented by this"
1720
#: drizzled/drizzled.cc:2641
1232
#: drizzled/drizzled.cc:2637
1722
1234
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1726
#: drizzled/drizzled.cc:2647
1238
#: drizzled/drizzled.cc:2643
1728
1240
"Path to installation directory. All paths are usually resolved relative to "
1244
#: drizzled/drizzled.cc:2647
1245
msgid "IP address to bind to."
1732
1248
#: drizzled/drizzled.cc:2651
1733
msgid "IP address to bind to."
1736
#: drizzled/drizzled.cc:2655
1737
1249
msgid "Set the filesystem character set."
1740
#: drizzled/drizzled.cc:2660
1252
#: drizzled/drizzled.cc:2656
1741
1253
msgid "Set the default character set."
1742
1254
msgstr "Define o conjunto de caracteres padrão."
1256
#: drizzled/drizzled.cc:2663
1257
msgid "Chroot drizzled daemon during startup."
1744
1260
#: drizzled/drizzled.cc:2667
1745
msgid "Chroot drizzled daemon during startup."
1261
msgid "Set the default collation."
1748
1264
#: drizzled/drizzled.cc:2671
1749
msgid "Set the default collation."
1752
#: drizzled/drizzled.cc:2675
1753
1265
msgid "Default completion type."
1268
#: drizzled/drizzled.cc:2676
1269
msgid "Write core on errors."
1756
1272
#: drizzled/drizzled.cc:2680
1757
msgid "Write core on errors."
1273
msgid "Path to the database root."
1760
1276
#: drizzled/drizzled.cc:2684
1761
msgid "Path to the database root."
1277
msgid "Set the default storage engine (table type) for tables."
1764
1280
#: drizzled/drizzled.cc:2688
1765
msgid "Set the default storage engine (table type) for tables."
1281
msgid "Set the default time zone."
1768
1284
#: drizzled/drizzled.cc:2692
1769
msgid "Set the default time zone."
1285
msgid "Type of DELAY_KEY_WRITE."
1772
1288
#: drizzled/drizzled.cc:2696
1773
msgid "Type of DELAY_KEY_WRITE."
1776
#: drizzled/drizzled.cc:2700
1777
1289
msgid "Print a symbolic stack trace on failure."
1780
#: drizzled/drizzled.cc:2706
1292
#: drizzled/drizzled.cc:2702
1781
1293
msgid "Push supported query conditions to the storage engine."
1784
#: drizzled/drizzled.cc:2712
1296
#: drizzled/drizzled.cc:2708
1785
1297
msgid "Used for debugging; Use at your own risk!"
1788
#: drizzled/drizzled.cc:2715
1300
#: drizzled/drizzled.cc:2711
1789
1301
msgid "Flush tables to disk between SQL commands."
1304
#: drizzled/drizzled.cc:2716
1305
msgid "Set up signals usable for debugging"
1792
1308
#: drizzled/drizzled.cc:2720
1793
msgid "Set up signals usable for debugging"
1309
msgid "Command(s) that are executed for each new connection"
1796
1312
#: drizzled/drizzled.cc:2724
1797
msgid "Command(s) that are executed for each new connection"
1313
msgid "Read SQL commands from this file at startup."
1800
1316
#: drizzled/drizzled.cc:2728
1801
msgid "Read SQL commands from this file at startup."
1804
1320
#: drizzled/drizzled.cc:2732
1808
#: drizzled/drizzled.cc:2736
1809
1321
msgid "Set the language used for the month names and the days of the week."
1812
#: drizzled/drizzled.cc:2741
1324
#: drizzled/drizzled.cc:2737
1813
1325
msgid "Enable/disable LOAD DATA LOCAL INFILE (takes values 1|0)."
1328
#: drizzled/drizzled.cc:2742
1329
msgid "Log connections and queries to file."
1816
1332
#: drizzled/drizzled.cc:2746
1817
msgid "Log connections and queries to file."
1333
msgid "Log all MyISAM changes to file."
1820
1336
#: drizzled/drizzled.cc:2750
1821
msgid "Log all MyISAM changes to file."
1824
#: drizzled/drizzled.cc:2754
1825
1337
msgid "Log some not critical warnings to the log file."
1340
#: drizzled/drizzled.cc:2755
1341
msgid "Lock drizzled in memory."
1828
1344
#: drizzled/drizzled.cc:2759
1829
msgid "Lock drizzled in memory."
1832
#: drizzled/drizzled.cc:2763
1834
1346
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1835
1347
"BACKUP, FORCE or QUICK."
1838
#: drizzled/drizzled.cc:2768
1350
#: drizzled/drizzled.cc:2764
1839
1351
msgid "Use very new possible 'unsafe' functions."
1842
#: drizzled/drizzled.cc:2773
1354
#: drizzled/drizzled.cc:2769
1843
1355
msgid "Use old, non-optimized alter table."
1846
#: drizzled/drizzled.cc:2778
1358
#: drizzled/drizzled.cc:2774
1847
1359
msgid "Pid file used by safe_mysqld."
1850
#: drizzled/drizzled.cc:2788
1362
#: drizzled/drizzled.cc:2784
1852
1364
"Maximum time in seconds to wait for the port to become free. (Default: no "
1856
#: drizzled/drizzled.cc:2793
1368
#: drizzled/drizzled.cc:2789
1857
1369
msgid "Skip some optimize stages (for testing)."
1860
#: drizzled/drizzled.cc:2796
1372
#: drizzled/drizzled.cc:2792
1862
1374
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1863
1375
"specified directory"
1866
#: drizzled/drizzled.cc:2801
1378
#: drizzled/drizzled.cc:2797
1868
1380
"Uniquely identifies the server instance in the community of replication "
1872
#: drizzled/drizzled.cc:2806
1384
#: drizzled/drizzled.cc:2802
1873
1385
msgid "Don't use new, possible wrong routines."
1388
#: drizzled/drizzled.cc:2805
1389
msgid "Don't print a stack trace on failure."
1876
1392
#: drizzled/drizzled.cc:2809
1877
msgid "Don't print a stack trace on failure."
1393
msgid "Don't give threads different priorities."
1880
1396
#: drizzled/drizzled.cc:2813
1881
msgid "Don't give threads different priorities."
1884
#: drizzled/drizzled.cc:2817
1885
1397
msgid "Enable symbolic link support."
1888
#: drizzled/drizzled.cc:2826
1400
#: drizzled/drizzled.cc:2822
1890
1402
"Non-default option to alias SYSDATE() to NOW() to make it safe-replicable."
1893
#: drizzled/drizzled.cc:2831
1405
#: drizzled/drizzled.cc:2827
1895
1407
"Using this option will cause most temporary files created to use a small set "
1896
1408
"of names, rather than a unique name for each new file."
1899
#: drizzled/drizzled.cc:2836
1411
#: drizzled/drizzled.cc:2832
1901
1413
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1416
#: drizzled/drizzled.cc:2837
1417
msgid "Path for temporary files."
1904
1420
#: drizzled/drizzled.cc:2841
1905
msgid "Path for temporary files."
1421
msgid "Default transaction isolation level."
1908
1424
#: drizzled/drizzled.cc:2845
1909
msgid "Default transaction isolation level."
1912
#: drizzled/drizzled.cc:2849
1913
1425
msgid "Run drizzled daemon as user."
1916
#: drizzled/drizzled.cc:2857
1428
#: drizzled/drizzled.cc:2853
1918
1430
"The number of outstanding connection requests Drizzle can have. This comes "
1919
1431
"into play when the main Drizzle thread gets very many connection requests in "
1920
1432
"a very short time."
1923
#: drizzled/drizzled.cc:2863
1435
#: drizzled/drizzled.cc:2859
1925
1437
"Size of tree cache used in bulk insert optimization. Note that this is a "
1926
1438
"limit per thread!"
1929
#: drizzled/drizzled.cc:2869
1441
#: drizzled/drizzled.cc:2865
1931
1443
"The number of seconds the drizzled server is waiting for a connect packet "
1932
1444
"before responding with 'Bad handshake'."
1935
#: drizzled/drizzled.cc:2874
1447
#: drizzled/drizzled.cc:2870
1936
1448
msgid "The DATE format (For future)."
1939
#: drizzled/drizzled.cc:2879
1451
#: drizzled/drizzled.cc:2875
1940
1452
msgid "The DATETIME/TIMESTAMP format (for future)."
1943
#: drizzled/drizzled.cc:2884
1455
#: drizzled/drizzled.cc:2880
1944
1456
msgid "The default week format used by WEEK() functions."
1947
#: drizzled/drizzled.cc:2889
1459
#: drizzled/drizzled.cc:2885
1949
1461
"Precision of the result of '/' operator will be increased on that value."
1952
#: drizzled/drizzled.cc:2895
1464
#: drizzled/drizzled.cc:2891
1953
1465
msgid "The maximum length of the result of function group_concat."
1956
#: drizzled/drizzled.cc:2900
1468
#: drizzled/drizzled.cc:2896
1958
1470
"The number of seconds the server waits for activity on an interactive "
1959
1471
"connection before closing it."
1962
#: drizzled/drizzled.cc:2906
1474
#: drizzled/drizzled.cc:2902
1963
1475
msgid "The size of the buffer that is used for full joins."
1966
#: drizzled/drizzled.cc:2912
1478
#: drizzled/drizzled.cc:2908
1967
1479
msgid "Don't overwrite stale .MYD and .MYI even if no directory is specified."
1970
#: drizzled/drizzled.cc:2917
1482
#: drizzled/drizzled.cc:2913
1972
1484
"The size of the buffer used for index blocks for MyISAM tables. Increase "
1973
1485
"this to get better index handling (for all reads and multiple writes) to as "
1974
1486
"much as you can afford;"
1977
#: drizzled/drizzled.cc:2926
1489
#: drizzled/drizzled.cc:2922
1979
1491
"This characterizes the number of hits a hot block has to be untouched until "
1980
1492
"it is considered aged enough to be downgraded to a warm block. This "
1982
1494
"blocks in key cache"
1985
#: drizzled/drizzled.cc:2935
1497
#: drizzled/drizzled.cc:2931
1986
1498
msgid "The default size of key cache blocks"
1989
#: drizzled/drizzled.cc:2941
1501
#: drizzled/drizzled.cc:2937
1990
1502
msgid "The minimum percentage of warm blocks in key cache"
1993
#: drizzled/drizzled.cc:2947
1505
#: drizzled/drizzled.cc:2943
1994
1506
msgid "Max packetlength to send/receive from to server."
1997
#: drizzled/drizzled.cc:2952
1509
#: drizzled/drizzled.cc:2948
1999
1511
"If there is more than this number of interrupted connections from a host "
2000
1512
"this host will be blocked from further connections."
1515
#: drizzled/drizzled.cc:2955
1516
msgid "The number of simultaneous clients allowed."
2003
1519
#: drizzled/drizzled.cc:2959
2004
msgid "The number of simultaneous clients allowed."
2007
#: drizzled/drizzled.cc:2963
2008
1520
msgid "Max number of errors/warnings to store for a statement."
2011
#: drizzled/drizzled.cc:2968
1523
#: drizzled/drizzled.cc:2964
2012
1524
msgid "Don't allow creation of heap tables bigger than this."
2015
#: drizzled/drizzled.cc:2974
1527
#: drizzled/drizzled.cc:2970
2017
1529
"Joins that are probably going to read more than max_join_size records return "
2021
#: drizzled/drizzled.cc:2980
1533
#: drizzled/drizzled.cc:2976
2022
1534
msgid "Max number of bytes in sorted records."
2025
#: drizzled/drizzled.cc:2985
1537
#: drizzled/drizzled.cc:2981
2026
1538
msgid "Limit assumed max number of seeks when looking up rows based on a key"
2029
#: drizzled/drizzled.cc:2990
1541
#: drizzled/drizzled.cc:2986
2031
1543
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
2032
1544
"max_sort_length bytes of each value are used; the rest are ignored)."
2035
#: drizzled/drizzled.cc:2997
1547
#: drizzled/drizzled.cc:2993
2036
1548
msgid "Maximum number of temporary tables a client can keep open at a time."
1551
#: drizzled/drizzled.cc:2998
1552
msgid "After this many write locks, allow some read locks to run in between."
2039
1555
#: drizzled/drizzled.cc:3002
2040
msgid "After this many write locks, allow some read locks to run in between."
2043
#: drizzled/drizzled.cc:3006
2045
1557
"Don't log queries which examine less than min_examined_row_limit rows to "
2049
#: drizzled/drizzled.cc:3012
1561
#: drizzled/drizzled.cc:3008
2051
1563
"Specifies how MyISAM index statistics collection code should threat NULLs. "
2052
1564
"Possible values of name are 'nulls_unequal' (default behavior), "
2053
1565
"'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
2056
#: drizzled/drizzled.cc:3019
1568
#: drizzled/drizzled.cc:3015
2057
1569
msgid "Buffer length for TCP/IP and socket communication."
2060
#: drizzled/drizzled.cc:3024
1572
#: drizzled/drizzled.cc:3020
2062
1574
"Number of seconds to wait for more data from a connection before aborting "
2066
#: drizzled/drizzled.cc:3030
1578
#: drizzled/drizzled.cc:3026
2068
1580
"If a read on a communication port is interrupted, retry this many times "
2069
1581
"before giving up."
2072
#: drizzled/drizzled.cc:3036
1584
#: drizzled/drizzled.cc:3032
2074
1586
"Number of seconds to wait for a block to be written to a connection before "
2075
1587
"aborting the write."
2078
#: drizzled/drizzled.cc:3042
1590
#: drizzled/drizzled.cc:3038
2079
1591
msgid "Use compatible behavior."
2082
#: drizzled/drizzled.cc:3047
1594
#: drizzled/drizzled.cc:3043
2084
1596
"If this is not 0, then drizzled will use this value to reserve file "
2085
1597
"descriptors to use with setrlimit(). If this value is 0 then drizzled will "
2106
1618
"(used for testing/comparison)."
1621
#: drizzled/drizzled.cc:3070
1622
msgid "Directory for plugins."
2109
1625
#: drizzled/drizzled.cc:3074
2110
msgid "Directory for plugins."
2113
#: drizzled/drizzled.cc:3078
2115
1627
"Optional colon (or semicolon) separated list of plugins to load,where each "
2116
1628
"plugin is identified by the name of the shared library. [for example: --"
2117
1629
"plugin_load=libmd5udf.so:libauth_pam.so]"
2120
#: drizzled/drizzled.cc:3084
1632
#: drizzled/drizzled.cc:3080
2121
1633
msgid "The size of the buffer that is allocated when preloading indexes"
2124
#: drizzled/drizzled.cc:3089
1636
#: drizzled/drizzled.cc:3085
2125
1637
msgid "Allocation block size for query parsing and execution"
2128
#: drizzled/drizzled.cc:3094
1640
#: drizzled/drizzled.cc:3090
2129
1641
msgid "Persistent buffer for query parsing and execution"
2132
#: drizzled/drizzled.cc:3100
1644
#: drizzled/drizzled.cc:3096
2133
1645
msgid "Allocation block size for storing ranges during optimization"
2136
#: drizzled/drizzled.cc:3106
1648
#: drizzled/drizzled.cc:3102
2138
1650
"Each thread that does a sequential scan allocates a buffer of this size for "
2139
1651
"each table it scans. If you do many sequential scans, you may want to "
2140
1652
"increase this value."
2143
#: drizzled/drizzled.cc:3114
1655
#: drizzled/drizzled.cc:3110
2145
1657
"When reading rows in sorted order after a sort, the rows are read through "
2146
1658
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
2147
1659
"record_buffer."
2150
#: drizzled/drizzled.cc:3122
1662
#: drizzled/drizzled.cc:3118
2151
1663
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1666
#: drizzled/drizzled.cc:3124
1667
msgid "The number of cached table definitions."
2154
1670
#: drizzled/drizzled.cc:3128
2155
msgid "The number of cached table definitions."
1671
msgid "The number of cached open tables."
2158
1674
#: drizzled/drizzled.cc:3132
2159
msgid "The number of cached open tables."
2162
#: drizzled/drizzled.cc:3136
2164
1676
"Timeout in seconds to wait for a table level lock before returning an error. "
2165
1677
"Used only if the connection has active cursors."
2168
#: drizzled/drizzled.cc:3141
1680
#: drizzled/drizzled.cc:3137
2169
1681
msgid "The stack size for each thread."
2172
#: drizzled/drizzled.cc:3147
1684
#: drizzled/drizzled.cc:3143
2173
1685
msgid "The TIME format (for future)."
2176
#: drizzled/drizzled.cc:3152
1688
#: drizzled/drizzled.cc:3148
2178
1690
"If an internal in-memory temporary table exceeds this size, Drizzle will "
2179
1691
"automatically convert it to an on-disk MyISAM table."
2182
#: drizzled/drizzled.cc:3158
1694
#: drizzled/drizzled.cc:3154
2183
1695
msgid "Allocation block size for transactions to be stored in binary log"
2186
#: drizzled/drizzled.cc:3163
1698
#: drizzled/drizzled.cc:3159
2187
1699
msgid "Persistent buffer for transactions to be stored in binary log"
2190
#: drizzled/drizzled.cc:3168
1702
#: drizzled/drizzled.cc:3164
2192
1704
"The number of seconds the server waits for activity on a connection before "
2196
#: drizzled/drizzled.cc:3321
1708
#: drizzled/drizzled.cc:3317
2198
1710
"Copyright (C) 2008 Sun Microsystems\n"
2199
1711
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
5959
5556
msgid "Fatal error: Illegal or unknown default time zone '%s'"
5559
#: gnulib/getopt.c:526 gnulib/getopt.c:542
5561
msgid "%s: option `%s' is ambiguous\n"
5564
#: gnulib/getopt.c:575 gnulib/getopt.c:579
5566
msgid "%s: option `--%s' doesn't allow an argument\n"
5569
#: gnulib/getopt.c:588 gnulib/getopt.c:593
5571
msgid "%s: option `%c%s' doesn't allow an argument\n"
5574
#: gnulib/getopt.c:636 gnulib/getopt.c:655 gnulib/getopt.c:971
5575
#: gnulib/getopt.c:990
5577
msgid "%s: option `%s' requires an argument\n"
5580
#: gnulib/getopt.c:693 gnulib/getopt.c:696
5582
msgid "%s: unrecognized option `--%s'\n"
5585
#: gnulib/getopt.c:704 gnulib/getopt.c:707
5587
msgid "%s: unrecognized option `%c%s'\n"
5590
#: gnulib/getopt.c:759 gnulib/getopt.c:762
5592
msgid "%s: illegal option -- %c\n"
5595
#: gnulib/getopt.c:768 gnulib/getopt.c:771
5597
msgid "%s: invalid option -- %c\n"
5600
#: gnulib/getopt.c:823 gnulib/getopt.c:839 gnulib/getopt.c:1043
5601
#: gnulib/getopt.c:1061
5603
msgid "%s: option requires an argument -- %c\n"
5606
#: gnulib/getopt.c:892 gnulib/getopt.c:908
5608
msgid "%s: option `-W %s' is ambiguous\n"
5611
#: gnulib/getopt.c:932 gnulib/getopt.c:950
5613
msgid "%s: option `-W %s' doesn't allow an argument\n"
5616
#: libdrizzleclient/errmsg.c:27
5617
msgid "Unknown Drizzle error"
5620
#: libdrizzleclient/errmsg.c:28
5622
msgid "Can't create UNIX socket (%d)"
5625
#: libdrizzleclient/errmsg.c:29
5627
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
5630
#: libdrizzleclient/errmsg.c:30
5632
msgid "Can't connect to Drizzle server on '%-.100s' (%d)"
5635
#: libdrizzleclient/errmsg.c:31
5637
msgid "Can't create TCP/IP socket (%d)"
5640
#: libdrizzleclient/errmsg.c:32
5642
msgid "Unknown Drizzle server host '%-.100s' (%d)"
5645
#: libdrizzleclient/errmsg.c:33
5646
msgid "Drizzle server has gone away"
5649
#: libdrizzleclient/errmsg.c:34
5651
msgid "Protocol mismatch; server version = %d, client version = %d"
5654
#: libdrizzleclient/errmsg.c:35
5655
msgid "Drizzle client ran out of memory"
5658
#: libdrizzleclient/errmsg.c:36
5659
msgid "Wrong host info"
5662
#: libdrizzleclient/errmsg.c:37
5663
msgid "Localhost via UNIX socket"
5666
#: libdrizzleclient/errmsg.c:38
5668
msgid "%-.100s via TCP/IP"
5671
#: libdrizzleclient/errmsg.c:39
5672
msgid "Error in server handshake"
5675
#: libdrizzleclient/errmsg.c:40
5676
msgid "Lost connection to Drizzle server during query"
5679
#: libdrizzleclient/errmsg.c:41
5680
msgid "Commands out of sync; you can't run this command now"
5683
#: libdrizzleclient/errmsg.c:42
5685
msgid "Named pipe: %-.32s"
5688
#: libdrizzleclient/errmsg.c:43
5690
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
5693
#: libdrizzleclient/errmsg.c:44
5695
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
5698
#: libdrizzleclient/errmsg.c:45
5700
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
5703
#: libdrizzleclient/errmsg.c:46
5705
msgid "Can't initialize character set %-.32s (path: %-.100s)"
5708
#: libdrizzleclient/errmsg.c:47
5709
msgid "Got packet bigger than 'max_allowed_packet' bytes"
5712
#: libdrizzleclient/errmsg.c:48
5713
msgid "Embedded server"
5716
#: libdrizzleclient/errmsg.c:49
5717
msgid "Error on SHOW SLAVE STATUS:"
5720
#: libdrizzleclient/errmsg.c:50
5721
msgid "Error on SHOW SLAVE HOSTS:"
5724
#: libdrizzleclient/errmsg.c:51
5725
msgid "Error connecting to slave:"
5728
#: libdrizzleclient/errmsg.c:52
5729
msgid "Error connecting to master:"
5732
#: libdrizzleclient/errmsg.c:53
5733
msgid "SSL connection error"
5736
#: libdrizzleclient/errmsg.c:54
5737
msgid "Malformed packet"
5740
#: libdrizzleclient/errmsg.c:55 libdrizzleclient/errmsg.c:66
5741
#: libdrizzleclient/errmsg.c:67 libdrizzleclient/errmsg.c:68
5742
#: libdrizzleclient/errmsg.c:69 libdrizzleclient/errmsg.c:70
5743
#: libdrizzleclient/errmsg.c:71 libdrizzleclient/errmsg.c:72
5744
#: libdrizzleclient/errmsg.c:73 libdrizzleclient/errmsg.c:74
5745
msgid "(unused error message)"
5748
#: libdrizzleclient/errmsg.c:56
5749
msgid "Invalid use of null pointer"
5752
#: libdrizzleclient/errmsg.c:57
5753
msgid "Statement not prepared"
5756
#: libdrizzleclient/errmsg.c:58
5757
msgid "No data supplied for parameters in prepared statement"
5760
#: libdrizzleclient/errmsg.c:59
5761
msgid "Data truncated"
5764
#: libdrizzleclient/errmsg.c:60
5765
msgid "No parameters exist in the statement"
5768
#: libdrizzleclient/errmsg.c:61
5769
msgid "Invalid parameter number"
5772
#: libdrizzleclient/errmsg.c:62
5775
"Can't send long data for non-string/non-binary data types (parameter: %d)"
5778
#: libdrizzleclient/errmsg.c:64
5780
msgid "Using unsupported buffer type: %d (parameter: %d)"
5783
#: libdrizzleclient/errmsg.c:65
5785
msgid "Shared memory: %-.100s"
5788
#: libdrizzleclient/errmsg.c:75
5789
msgid "Wrong or unknown protocol"
5792
#: libdrizzleclient/errmsg.c:76
5793
msgid "Invalid connection handle"
5796
#: libdrizzleclient/errmsg.c:77
5798
"Connection using old (pre-4.1.1) authentication protocol refused (client "
5799
"option 'secure_auth' enabled)"
5802
#: libdrizzleclient/errmsg.c:79
5803
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
5806
#: libdrizzleclient/errmsg.c:80
5807
msgid "Attempt to read column without prior row fetch"
5810
#: libdrizzleclient/errmsg.c:81
5811
msgid "Prepared statement contains no metadata"
5814
#: libdrizzleclient/errmsg.c:82
5816
"Attempt to read a row while there is no result set associated with the "
5820
#: libdrizzleclient/errmsg.c:84
5821
msgid "This feature is not implemented yet"
5824
#: libdrizzleclient/errmsg.c:85
5827
"Lost connection to Drizzle server while waiting for initial communication "
5828
"packet, system error: %d"
5831
#: libdrizzleclient/errmsg.c:87
5834
"Lost connection to Drizzle server while reading initial communication "
5835
"packet, system error: %d"
5838
#: libdrizzleclient/errmsg.c:89
5841
"Lost connection to Drizzle server while sending authentication information, "
5845
#: libdrizzleclient/errmsg.c:91
5848
"Lost connection to Drizzle server while reading authorization information, "
5852
#: libdrizzleclient/errmsg.c:93
5855
"Lost connection to Drizzle server while setting initial database, system "
5859
#: libdrizzleclient/errmsg.c:95
5861
msgid "Statement closed indirectly because of a preceding %s() call"
5864
#: libdrizzleclient/local_infile.c:190 mysys/errors.cc:52
5866
msgid "File '%s' not found (Errcode: %d)"
5869
#: libdrizzleclient/local_infile.c:221 mysys/errors.cc:26
5871
msgid "Error reading file '%s' (Errcode: %d)"
5874
#: mysys/errors.cc:25
5876
msgid "Can't create/write to file '%s' (Errcode: %d)"
5879
#: mysys/errors.cc:27
5881
msgid "Error writing file '%s' (Errcode: %d)"
5884
#: mysys/errors.cc:28
5886
msgid "Error on close of '%s' (Errcode: %d)"
5889
#: mysys/errors.cc:29
5891
msgid "Out of memory (Needed %u bytes)"
5894
#: mysys/errors.cc:30
5896
msgid "Error on delete of '%s' (Errcode: %d)"
5899
#: mysys/errors.cc:31
5901
msgid "Error on rename of '%s' to '%s' (Errcode: %d)"
5904
#: mysys/errors.cc:32
5906
msgid "Unexpected eof found when reading file '%s' (Errcode: %d)"
5909
#: mysys/errors.cc:33
5911
msgid "Can't lock file (Errcode: %d)"
5914
#: mysys/errors.cc:34
5916
msgid "Can't unlock file (Errcode: %d)"
5919
#: mysys/errors.cc:35
5921
msgid "Can't read dir of '%s' (Errcode: %d)"
5924
#: mysys/errors.cc:36
5926
msgid "Can't get stat of '%s' (Errcode: %d)"
5929
#: mysys/errors.cc:37
5931
msgid "Can't change size of file (Errcode: %d)"
5934
#: mysys/errors.cc:38
5936
msgid "Can't open stream from handle (Errcode: %d)"
5939
#: mysys/errors.cc:39
5941
msgid "Can't get working dirctory (Errcode: %d)"
5944
#: mysys/errors.cc:40
5946
msgid "Can't change dir to '%s' (Errcode: %d)"
5949
#: mysys/errors.cc:41
5951
msgid "Warning: '%s' had %d links"
5954
#: mysys/errors.cc:42
5956
msgid "Warning: %d files and %d streams is left open\n"
5959
#: mysys/errors.cc:43
5961
msgid "Disk is full writing '%s'. Waiting for someone to free space..."
5964
#: mysys/errors.cc:44
5966
msgid "Can't create directory '%s' (Errcode: %d)"
5969
#: mysys/errors.cc:45
5972
"Character set '%s' is not a compiled character set and is not specified in "
5976
#: mysys/errors.cc:46
5978
msgid "Out of resources when opening file '%s' (Errcode: %d)"
5981
#: mysys/errors.cc:47
5983
msgid "Can't read value for symlink '%s' (Error %d)"
5986
#: mysys/errors.cc:48
5988
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
5991
#: mysys/errors.cc:49
5993
msgid "Error on realpath() on '%s' (Error %d)"
5996
#: mysys/errors.cc:50
5998
msgid "Can't sync file '%s' to disk (Errcode: %d)"
6001
#: mysys/errors.cc:51
6004
"Collation '%s' is not a compiled collation and is not specified in the %s "
6008
#: mysys/errors.cc:53
6010
msgid "File '%s' (fileno: %d) was not closed"
6013
#: mysys/my_error.cc:87
6015
msgid "Unknown error %d"
6018
#: mysys/my_getopt.cc:89
6022
#: mysys/my_getopt.cc:91
6026
#: mysys/my_getopt.cc:355
6028
msgid "%s: %s: Option '%s' used, but is disabled\n"
6031
#: mysys/my_getopt.cc:356
6035
#: mysys/my_getopt.cc:356
6039
#: mysys/my_getopt.cc:459
6041
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
6044
#: mysys/my_getopt.cc:772
6046
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
6049
#: mysys/my_getopt.cc:963
6051
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
6054
#: mysys/my_getopt.cc:1190
6056
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
6059
#: mysys/my_getopt.cc:1210
6063
"Variables (--variable-name=value)\n"
6064
"and boolean options {false|true} Value (after reading options)\n"
6065
"--------------------------------- -----------------------------\n"
6068
#: mysys/my_getopt.cc:1226 mysys/my_getopt.cc:1242
6069
msgid "(No default value)"
6072
#: mysys/my_getopt.cc:1245
6076
#: mysys/my_getopt.cc:1245
6080
#: mysys/my_getopt.cc:1273
6082
msgid "(Disabled)\n"
5962
6085
#: plugin/errmsg_stderr/errmsg_stderr.cc:74
5963
6086
msgid "Error Messages to stderr"
5966
#: plugin/logging_query/logging_query.cc:266
6089
#: plugin/logging_query/logging_query.cc:275
5968
6091
msgid "fail open() fn=%s er=%s\n"
5971
#: plugin/logging_query/logging_query.cc:306
5972
msgid "File to log to"
5975
6094
#: plugin/logging_query/logging_query.cc:315
5976
msgid "Enable logging"
6095
msgid "Enable logging to CSV file"
5979
6098
#: plugin/logging_query/logging_query.cc:324
6099
msgid "File to log to"
6102
#: plugin/logging_query/logging_query.cc:333
6103
#: plugin/logging_syslog/logging_syslog.cc:247
5980
6104
msgid "Threshold for logging slow queries, in microseconds"
5983
#: plugin/logging_query/logging_query.cc:336
6107
#: plugin/logging_query/logging_query.cc:345
6108
#: plugin/logging_syslog/logging_syslog.cc:259
5984
6109
msgid "Threshold for logging big queries, for rows returned"
5987
#: plugin/logging_query/logging_query.cc:348
6112
#: plugin/logging_query/logging_query.cc:357
6113
#: plugin/logging_syslog/logging_syslog.cc:271
5988
6114
msgid "Threshold for logging big queries, for rows examined"
5991
#: plugin/logging_query/logging_query.cc:371
5992
msgid "Log queries to a file"
6117
#: plugin/logging_query/logging_query.cc:380
6118
msgid "Log queries to a CSV file"
6121
#: plugin/logging_syslog/logging_syslog.cc:166
6123
msgid "syslog facility \"%s\" not known, using \"local0\""
6126
#: plugin/logging_syslog/logging_syslog.cc:183
6128
msgid "syslog priority \"%s\" not known, using \"info\""
6131
#: plugin/logging_syslog/logging_syslog.cc:211
6132
msgid "Enable logging"
6135
#: plugin/logging_syslog/logging_syslog.cc:220
6136
msgid "Syslog Ident"
6139
#: plugin/logging_syslog/logging_syslog.cc:229
6140
msgid "Syslog Facility"
6143
#: plugin/logging_syslog/logging_syslog.cc:238
6144
msgid "Syslog Priority"
6147
#: plugin/logging_syslog/logging_syslog.cc:296
6148
msgid "Log to syslog"
6151
#: plugin/pool_of_threads/pool_of_threads.cc:110
6152
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
6155
#: plugin/pool_of_threads/pool_of_threads.cc:116
6156
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
6159
#: plugin/pool_of_threads/pool_of_threads.cc:128
6160
msgid "session_add_event event_add error in libevent_init\n"
6163
#: plugin/pool_of_threads/pool_of_threads.cc:144
6165
msgid "Can't create completion port thread (error %d)"
6168
#: plugin/pool_of_threads/pool_of_threads.cc:263
6169
msgid "event_add error in libevent_add_session_callback\n"
6172
#: plugin/pool_of_threads/pool_of_threads.cc:292
6173
msgid "Scheduler init error in libevent_add_new_connection\n"
6176
#: plugin/pool_of_threads/pool_of_threads.cc:382
6177
msgid "libevent_thread_proc: my_thread_init() failed\n"
6180
#: plugin/pool_of_threads/pool_of_threads.cc:590
6181
msgid "Size of Pool."
6184
#: plugin/pool_of_threads/pool_of_threads.cc:595
6185
msgid "Enable Pool of Threads Scheduler"
6188
#: plugin/replicator/replicator.cc:249
6189
msgid "Enable Replicator"
6192
#: plugin/replicator/replicator.cc:258
6193
msgid "Directory to place replication logs."
6196
#: plugin/single_thread/single_thread.cc:87
6197
msgid "Enable One Thread per Connection Scheduler"
5995
6200
#: storage/myisam/ha_myisam.cc:457