103
103
msgid "Don't show warnings after every statement."
106
#: client/drizzle.cc:1043 client/drizzle.cc:1050
106
#: client/drizzle.cc:1161 client/drizzle.cc:1168
108
108
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
111
#: client/drizzle.cc:1131
111
#: client/drizzle.cc:1264
112
112
msgid "Welcome to the Drizzle client.. Commands end with ; or \\g."
115
#: client/drizzle.cc:1141
115
#: client/drizzle.cc:1274
118
118
"Your Drizzle connection id is %u\n"
119
119
"Server version: %s\n"
122
#: client/drizzle.cc:1169
122
#: client/drizzle.cc:1302
124
124
msgid "Reading history-file %s\n"
127
#: client/drizzle.cc:1173
127
#: client/drizzle.cc:1306
129
129
msgid "Couldn't allocate memory for temp histfile!\n"
132
#: client/drizzle.cc:1180
132
#: client/drizzle.cc:1313
133
133
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
136
#: client/drizzle.cc:1199
136
#: client/drizzle.cc:1332
138
138
msgid "Writing history-file %s\n"
141
#: client/drizzle.cc:1206
141
#: client/drizzle.cc:1339
145
#: client/drizzle.cc:1206
145
#: client/drizzle.cc:1339
149
#: client/drizzle.cc:1261
149
#: client/drizzle.cc:1394
150
150
msgid "Query aborted by Ctrl+C\n"
153
#: client/drizzle.cc:1284 client/drizzleadmin.cc:77 drizzled/drizzled.cc:2068
153
#: client/drizzle.cc:1417 drizzled/drizzled.cc:2056
154
154
msgid "Display this help and exit."
157
#: client/drizzle.cc:1286
157
#: client/drizzle.cc:1419
158
158
msgid "Synonym for -?"
161
#: client/drizzle.cc:1289
161
#: client/drizzle.cc:1422
163
163
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
164
164
"and field completion, but startup and reconnecting may take a longer time. "
165
165
"Disable with --disable-auto-rehash."
168
#: client/drizzle.cc:1293
168
#: client/drizzle.cc:1426
170
170
"No automatic rehashing. One has to use 'rehash' to get table and field "
171
171
"completion. This gives a quicker start of drizzle_st and disables rehashing "
172
172
"on reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
175
#: client/drizzle.cc:1296
175
#: client/drizzle.cc:1429
177
177
"Automatically switch to vertical output mode if the result is wider than the "
178
178
"terminal width."
181
#: client/drizzle.cc:1299
181
#: client/drizzle.cc:1432
183
183
"Don't use history file. Disable interactive behavior. (Enables --silent)"
186
#: client/drizzle.cc:1300
186
#: client/drizzle.cc:1433
187
187
msgid "Display column type information."
190
#: client/drizzle.cc:1303
190
#: client/drizzle.cc:1436
192
192
"Preserve comments. Send comments to the server. The default is --skip-"
193
193
"comments (discard comments), enable with --comments"
196
#: client/drizzle.cc:1306
196
#: client/drizzle.cc:1439
197
197
msgid "Use compression in server/client protocol."
200
#: client/drizzle.cc:1309
200
#: client/drizzle.cc:1442
201
201
msgid "Check memory and open file usage at exit ."
204
#: client/drizzle.cc:1312
204
#: client/drizzle.cc:1445
205
205
msgid "Print some debug info at exit."
208
#: client/drizzle.cc:1314
208
#: client/drizzle.cc:1447
209
209
msgid "Database to use."
212
#: client/drizzle.cc:1317
212
#: client/drizzle.cc:1450
213
213
msgid "(not used)"
216
#: client/drizzle.cc:1319
216
#: client/drizzle.cc:1452
217
217
msgid "Delimiter to be used."
220
#: client/drizzle.cc:1321
220
#: client/drizzle.cc:1454
221
221
msgid "Execute command and quit. (Disables --force and history file)"
224
#: client/drizzle.cc:1323
224
#: client/drizzle.cc:1456
225
225
msgid "Print the output of a query (rows) vertically."
228
#: client/drizzle.cc:1326
228
#: client/drizzle.cc:1459
229
229
msgid "Continue even if we get an sql error."
232
#: client/drizzle.cc:1330
232
#: client/drizzle.cc:1463
234
234
"Enable named commands. Named commands mean this program's internal commands; "
235
235
"see drizzle> help . When enabled, the named commands can be used from any "
246
246
"deprecated; use --disable-named-commands instead."
249
#: client/drizzle.cc:1336
249
#: client/drizzle.cc:1469
250
250
msgid "Ignore space after function names."
253
#: client/drizzle.cc:1338
253
#: client/drizzle.cc:1471
254
254
msgid "Enable/disable LOAD DATA LOCAL INFILE."
257
#: client/drizzle.cc:1341
257
#: client/drizzle.cc:1474
258
258
msgid "Turn off beep on error."
261
#: client/drizzle.cc:1343 client/drizzleadmin.cc:79
261
#: client/drizzle.cc:1476
262
262
msgid "Connect to host."
265
#: client/drizzle.cc:1345
265
#: client/drizzle.cc:1478
266
266
msgid "Write line numbers for errors."
269
#: client/drizzle.cc:1348
269
#: client/drizzle.cc:1481
271
271
"Don't write line number for errors. WARNING: -L is deprecated, use long "
272
272
"version of this option instead."
275
#: client/drizzle.cc:1350
275
#: client/drizzle.cc:1483
276
276
msgid "Flush buffer after each query."
279
#: client/drizzle.cc:1352
279
#: client/drizzle.cc:1485
280
280
msgid "Write column names in results."
283
#: client/drizzle.cc:1356
283
#: client/drizzle.cc:1489
285
285
"Don't write column names in results. WARNING: -N is deprecated, use long "
286
286
"version of this options instead."
289
#: client/drizzle.cc:1359
289
#: client/drizzle.cc:1492
291
291
"Change the value of a variable. Please note that this option is deprecated; "
292
292
"you can set variables directly with --variable-name=value."
295
#: client/drizzle.cc:1361
295
#: client/drizzle.cc:1494
296
296
msgid "Ignore SIGINT (CTRL-C)"
299
#: client/drizzle.cc:1365
299
#: client/drizzle.cc:1498
301
301
"Only update the default database. This is useful for skipping updates to "
302
302
"other database in the update log."
305
#: client/drizzle.cc:1368
305
#: client/drizzle.cc:1501
307
307
"Pager to use to display results. If you don't supply an option the default "
308
308
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
314
#: client/drizzle.cc:1371
314
#: client/drizzle.cc:1504
316
316
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
317
317
"option deprecated; use --disable-pager instead."
320
#: client/drizzle.cc:1374 client/drizzleadmin.cc:82
320
#: client/drizzle.cc:1507
322
322
"Password to use when connecting to server. If password is not given it's "
323
323
"asked from the tty."
326
#: client/drizzle.cc:1376
326
#: client/drizzle.cc:1509
328
328
"Port number to use for connection or 0 for default to, in order of "
329
329
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
332
#: client/drizzle.cc:1377
332
#: client/drizzle.cc:1510
333
333
msgid "built-in default"
336
#: client/drizzle.cc:1379
336
#: client/drizzle.cc:1512
337
337
msgid "Set the drizzle prompt to this value."
340
#: client/drizzle.cc:1383
340
#: client/drizzle.cc:1516
342
342
"Don't cache result, print it row by row. This may slow down the server if "
343
343
"the output is suspended. Doesn't use history file."
346
#: client/drizzle.cc:1385
346
#: client/drizzle.cc:1518
347
347
msgid "Write fields without conversion. Used with --batch."
350
#: client/drizzle.cc:1388
350
#: client/drizzle.cc:1521
352
352
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
353
353
"option is enabled by default."
356
#: client/drizzle.cc:1390
356
#: client/drizzle.cc:1523
357
msgid "Shutdown the server."
360
#: client/drizzle.cc:1525
358
362
"Be more silent. Print results with a tab as separator, each row on new line."
361
#: client/drizzle.cc:1392
365
#: client/drizzle.cc:1527
362
366
msgid "Socket file to use for connection."
365
#: client/drizzle.cc:1395
369
#: client/drizzle.cc:1530
366
370
msgid "Output in table format."
369
#: client/drizzle.cc:1398
373
#: client/drizzle.cc:1533
371
375
"Append everything into outfile. See interactive help (\\h) also. Does not "
372
376
"work in batch mode. Disable with --disable-tee. This option is disabled by "
376
#: client/drizzle.cc:1400
380
#: client/drizzle.cc:1535
378
382
"Disable outfile. See interactive help (\\h) also. WARNING: option "
379
383
"deprecated; use --disable-tee instead"
382
#: client/drizzle.cc:1403 client/drizzleadmin.cc:91
386
#: client/drizzle.cc:1538
383
387
msgid "User for login if not current user."
386
#: client/drizzle.cc:1406
390
#: client/drizzle.cc:1541
387
391
msgid "Only allow UPDATE and DELETE that uses keys."
390
#: client/drizzle.cc:1409
394
#: client/drizzle.cc:1544
391
395
msgid "Synonym for option --safe-updates, -U."
394
#: client/drizzle.cc:1412
398
#: client/drizzle.cc:1547
395
399
msgid "Write more. (-v -v -v gives the table output format)."
398
#: client/drizzle.cc:1414 client/drizzleadmin.cc:96 drizzled/drizzled.cc:2258
402
#: client/drizzle.cc:1549 drizzled/drizzled.cc:2238
399
403
msgid "Output version information and exit."
402
#: client/drizzle.cc:1416 client/drizzleadmin.cc:98
406
#: client/drizzle.cc:1551
403
407
msgid "Wait and retry if connection is down."
406
#: client/drizzle.cc:1419
410
#: client/drizzle.cc:1554
407
411
msgid "Number of seconds before connection timeout."
410
#: client/drizzle.cc:1424
414
#: client/drizzle.cc:1559
411
415
msgid "Max length of input line"
414
#: client/drizzle.cc:1429
418
#: client/drizzle.cc:1564
415
419
msgid "Automatic limit for SELECT when using --safe-updates"
418
#: client/drizzle.cc:1434
422
#: client/drizzle.cc:1569
419
423
msgid "Automatic limit for rows in a join when using --safe-updates"
422
#: client/drizzle.cc:1438
426
#: client/drizzle.cc:1573
423
427
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
426
#: client/drizzle.cc:1443
430
#: client/drizzle.cc:1578
427
431
msgid "Number of lines before each import progress report."
430
#: client/drizzle.cc:1454
434
#: client/drizzle.cc:1581
435
msgid "Ping the server to check if it's alive."
438
#: client/drizzle.cc:1591
432
440
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
435
#: client/drizzle.cc:1461
443
#: client/drizzle.cc:1598
438
446
"Copyright (C) 2008 Sun Microsystems\n"
440
448
"and you are welcome to modify and redistribute it under the GPL license\n"
443
#: client/drizzle.cc:1466
451
#: client/drizzle.cc:1603
445
453
msgid "Usage: %s [OPTIONS] [database]\n"
448
#: client/drizzle.cc:1497
456
#: client/drizzle.cc:1634
449
457
msgid "DELIMITER cannot contain a backslash character"
452
#: client/drizzle.cc:1515
460
#: client/drizzle.cc:1652
454
462
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
457
#: client/drizzle.cc:1538
465
#: client/drizzle.cc:1675
459
467
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
462
#: client/drizzle.cc:1542
470
#: client/drizzle.cc:1679
464
472
msgid "WARNING: --server-arg option not supported in this configuration.\n"
467
#: client/drizzle.cc:1569
475
#: client/drizzle.cc:1706
469
477
"Non-integer value supplied for port. If you are trying to enter a password "
470
478
"please use --password instead."
473
#: client/drizzle.cc:1577
481
#: client/drizzle.cc:1714
474
482
msgid "Value supplied for port is not valid."
477
#: client/drizzle.cc:1723
485
#: client/drizzle.cc:1860
479
487
msgid "Processing line: %<PRIu32>\n"
482
#: client/drizzle.cc:1939
490
#: client/drizzle.cc:2076
484
492
msgid "Unknown command '\\%c'."
487
#: client/drizzle.cc:2348
495
#: client/drizzle.cc:2485
489
497
"Reading table information for completion of table and column names\n"
490
498
" You can turn off this feature to get a quicker startup with -A\n"
494
#: client/drizzle.cc:2438
502
#: client/drizzle.cc:2575
495
503
msgid "No connection. Trying to reconnect..."
498
#: client/drizzle.cc:2444
506
#: client/drizzle.cc:2581
499
507
msgid "Can't connect to the server\n"
502
#: client/drizzle.cc:2523
510
#: client/drizzle.cc:2660
503
511
msgid "List of all Drizzle commands:"
506
#: client/drizzle.cc:2525
514
#: client/drizzle.cc:2662
507
515
msgid "Note that all text commands must be first on line and end with ';'"
510
#: client/drizzle.cc:2580
518
#: client/drizzle.cc:2717
511
519
msgid "No query specified\n"
514
#: client/drizzle.cc:2595
522
#: client/drizzle.cc:2732
515
523
msgid "Ignoring query to other database"
518
#: client/drizzle.cc:2645
526
#: client/drizzle.cc:2782
519
527
msgid "Empty set"
522
#: client/drizzle.cc:2658
530
#: client/drizzle.cc:2795
524
532
msgid "%ld row in set"
525
533
msgid_plural "%ld rows in set"
529
#: client/drizzle.cc:2667
537
#: client/drizzle.cc:2804
533
#: client/drizzle.cc:2669
541
#: client/drizzle.cc:2806
535
543
msgid "Query OK, %ld row affected"
536
544
msgid_plural "Query OK, %ld rows affected"
540
#: client/drizzleadmin.cc:84 drizzled/drizzled.cc:2202
542
"Port number to use for connection or 0 for default to, in order of "
543
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
546
#: client/drizzleadmin.cc:88
547
msgid "Silently exit if one can't connect to server."
550
#: client/drizzleadmin.cc:94
551
msgid "Write more information."
554
#: client/drizzleadmin.cc:158 client/drizzlecheck.cc:262
555
#: client/drizzledump.cc:605 client/drizzleimport.cc:195
556
#: client/drizzleslap.cc:742 client/drizzletest.cc:4718
548
#: client/drizzlecheck.cc:262 client/drizzledump.cc:605
549
#: client/drizzleimport.cc:195 client/drizzleslap.cc:742
550
#: client/drizzletest.cc:4718
559
553
"Non-integer value supplied for port. If you are trying to enter a password "
560
554
"please use --password instead.\n"
563
#: client/drizzleadmin.cc:166 client/drizzlecheck.cc:270
564
#: client/drizzledump.cc:613 client/drizzleimport.cc:203
565
#: client/drizzleslap.cc:750 client/drizzletest.cc:4726
557
#: client/drizzlecheck.cc:270 client/drizzledump.cc:613
558
#: client/drizzleimport.cc:203 client/drizzleslap.cc:750
559
#: client/drizzletest.cc:4726
567
561
msgid "Value supplied for port is not valid.\n"
570
#: client/drizzleadmin.cc:184 client/drizzledump.cc:630
572
msgid "Memory allocation error while copying password. Aborting.\n"
575
#: client/drizzleadmin.cc:330
578
"connect to server at '%s' failed\n"
582
#: client/drizzleadmin.cc:336
584
msgid "Check that drizzled is running on %s"
587
#: client/drizzleadmin.cc:337
589
msgid " and that the port is %d.\n"
592
#: client/drizzleadmin.cc:339
594
msgid "You can check this by doing 'telnet %s %d'\n"
597
#: client/drizzleadmin.cc:350
599
msgid "Got error: %s\n"
602
#: client/drizzleadmin.cc:357
603
msgid "Waiting for Drizzle server to answer"
606
#: client/drizzleadmin.cc:393
608
msgid "shutting down drizzled...\n"
611
#: client/drizzleadmin.cc:401 client/drizzleadmin.cc:407
612
#: client/drizzleadmin.cc:440
614
msgid "shutdown failed; error: '%s'"
617
#: client/drizzleadmin.cc:415
622
#: client/drizzleadmin.cc:424
623
msgid "drizzled is alive"
626
#: client/drizzleadmin.cc:433
627
msgid "connection was down, but drizzled is now alive"
630
#: client/drizzleadmin.cc:446
632
msgid "drizzled doesn't answer to ping, error: '%s'"
635
#: client/drizzleadmin.cc:456
637
msgid "Unknown command: '%-.60s'"
640
#: client/drizzleadmin.cc:465
642
msgid "%s Ver %s Distrib %s, for %s on %s\n"
645
#: client/drizzleadmin.cc:472
646
msgid "Copyright (C) 2000-2008 MySQL AB"
649
#: client/drizzleadmin.cc:473 client/drizzledump.cc:484
651
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
652
"and you are welcome to modify and redistribute it under the GPL license\n"
655
#: client/drizzleadmin.cc:474
656
msgid "Administration program for the drizzled daemon."
659
#: client/drizzleadmin.cc:475
661
msgid "Usage: %s [OPTIONS] command command....\n"
664
#: client/drizzleadmin.cc:477
666
" ping Check if server is down\n"
667
" shutdown Take server down\n"
670
564
#: client/drizzledump.cc:387
671
565
msgid "Number of rows before each output progress report (requires --verbose)."
906
811
msgid "Error: Not enough memory to store ORDER BY clause\n"
909
#: drizzled/authentication.cc:64 drizzled/plugin/storage_engine.cc:204
910
#: drizzled/show.cc:4495 drizzled/sql_plugin.cc:697
912
msgid "Plugin '%s' init function returned error."
915
#. TRANSLATORS: The leading word "configvar" is the name
916
#. of the plugin api, and so should not be translated.
917
#: drizzled/configvar.cc:41
919
msgid "configvar plugin '%s' init() failed"
922
#. TRANSLATORS: The leading word "configvar" is the name
923
#. of the plugin api, and so should not be translated.
924
#: drizzled/configvar.cc:64
926
msgid "configvar plugin '%s' deinit() failed"
929
#. TRANSLATORS: The leading word "configvar" is the name
930
#. of the plugin api, and so should not be translated.
931
#: drizzled/configvar.cc:100
933
msgid "configvar plugin '%s' configvar_func1() failed"
936
#. TRANSLATORS: The leading word "configvar" is the name
937
#. of the plugin api, and so should not be translated.
938
#: drizzled/configvar.cc:154
940
msgid "configvar plugin '%s' configvar_func2() failed"
943
#: drizzled/db.cc:245
814
#: drizzled/db.cc:238
945
816
msgid "Error while loading database options: '%s':"
948
#: drizzled/drizzled.cc:547
819
#: drizzled/drizzled.cc:538
950
821
msgid "Got signal %d from thread %<PRIu64>"
953
#: drizzled/drizzled.cc:581
824
#: drizzled/drizzled.cc:572
954
825
msgid "Aborting\n"
957
#: drizzled/drizzled.cc:704
828
#: drizzled/drizzled.cc:693
958
829
msgid "One can only use the --user switch if running as root\n"
961
#: drizzled/drizzled.cc:712
832
#: drizzled/drizzled.cc:701
963
834
"Fatal error: Please read \"Security\" section of the manual to find out how "
964
835
"to run drizzled as root!\n"
967
#: drizzled/drizzled.cc:734
838
#: drizzled/drizzled.cc:723
970
841
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
974
#: drizzled/drizzled.cc:908
845
#: drizzled/drizzled.cc:897
976
847
msgid "Retrying bind on TCP/IP port %u"
979
#: drizzled/drizzled.cc:914
850
#: drizzled/drizzled.cc:903
980
851
msgid "Can't start server: Bind on TCP/IP port"
983
#: drizzled/drizzled.cc:915
854
#: drizzled/drizzled.cc:904
985
856
msgid "Do you already have another drizzled server running on port: %d ?"
988
#: drizzled/drizzled.cc:921
859
#: drizzled/drizzled.cc:910
989
860
msgid "Can't start server: listen() on TCP/IP port"
992
#: drizzled/drizzled.cc:922
863
#: drizzled/drizzled.cc:911
994
865
msgid "listen() on TCP/IP failed with error %d"
997
#: drizzled/drizzled.cc:1013
868
#: drizzled/drizzled.cc:1002
1002
#: drizzled/drizzled.cc:1038
873
#: drizzled/drizzled.cc:1027
1005
876
"We will try our best to scrape up some info that will hopefully help "
1074
#: drizzled/drizzled.cc:1149
945
#: drizzled/drizzled.cc:1138
1076
947
msgid "Writing a core file\n"
1079
#: drizzled/drizzled.cc:1194
950
#: drizzled/drizzled.cc:1183
1081
952
"setrlimit could not change the size of core files to 'infinity'; We may not "
1082
953
"be able to generate a core file on signals"
1085
#: drizzled/drizzled.cc:1396
956
#: drizzled/drizzled.cc:1385
1087
958
msgid "gethostname failed, using '%s' as hostname"
1090
#: drizzled/drizzled.cc:1493
961
#: drizzled/drizzled.cc:1482
1092
963
msgid "Unknown locale: '%s'"
1095
#: drizzled/drizzled.cc:1535
966
#: drizzled/drizzled.cc:1513
1096
967
msgid "Can't create thread-keys"
1099
#: drizzled/drizzled.cc:1561
970
#: drizzled/drizzled.cc:1536
1100
971
msgid "Out of memory"
1103
#: drizzled/drizzled.cc:1576
974
#: drizzled/drizzled.cc:1551
1104
975
msgid "Failed to initialize plugins."
1107
#: drizzled/drizzled.cc:1607
978
#: drizzled/drizzled.cc:1582
1110
981
"%s: Too many arguments (first extra is '%s').\n"
1111
982
"Use --verbose --help to get a list of available options\n"
985
#: drizzled/drizzled.cc:1592
986
msgid "Can't init databases"
1114
989
#: drizzled/drizzled.cc:1617
1115
msgid "Can't init databases"
1118
#: drizzled/drizzled.cc:1637
1120
991
msgid "Unknown/unsupported table type: %s"
1123
#: drizzled/drizzled.cc:1643
994
#: drizzled/drizzled.cc:1623
1125
996
msgid "Default storage engine (%s) is not available"
1128
#: drizzled/drizzled.cc:1674
999
#: drizzled/drizzled.cc:1654
1130
1001
msgid "Failed to lock memory. Errno: %d\n"
1133
#: drizzled/drizzled.cc:1736
1004
#: drizzled/drizzled.cc:1716
1135
1006
msgid "Asked for %<PRIu64> thread stack, but got %<PRIu64>"
1138
#: drizzled/drizzled.cc:1898
1009
#: drizzled/drizzled.cc:1877
1140
1011
msgid "drizzled: Got error %d from select"
1143
#: drizzled/drizzled.cc:2072
1014
#: drizzled/drizzled.cc:2060
1144
1015
msgid "Auto-increment columns are incremented by this"
1147
#: drizzled/drizzled.cc:2077
1018
#: drizzled/drizzled.cc:2065
1149
1020
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1153
#: drizzled/drizzled.cc:2083
1024
#: drizzled/drizzled.cc:2071
1155
1026
"Path to installation directory. All paths are usually resolved relative to "
1159
#: drizzled/drizzled.cc:2087
1030
#: drizzled/drizzled.cc:2075
1160
1031
msgid "IP address to bind to."
1163
#: drizzled/drizzled.cc:2091
1034
#: drizzled/drizzled.cc:2079
1164
1035
msgid "Set the filesystem character set."
1167
#: drizzled/drizzled.cc:2096
1038
#: drizzled/drizzled.cc:2084
1168
1039
msgid "Set the default character set."
1171
#: drizzled/drizzled.cc:2100
1042
#: drizzled/drizzled.cc:2088
1172
1043
msgid "Chroot drizzled daemon during startup."
1175
#: drizzled/drizzled.cc:2104
1046
#: drizzled/drizzled.cc:2092
1176
1047
msgid "Set the default collation."
1179
#: drizzled/drizzled.cc:2108
1050
#: drizzled/drizzled.cc:2096
1180
1051
msgid "Default completion type."
1183
#: drizzled/drizzled.cc:2113
1054
#: drizzled/drizzled.cc:2101
1184
1055
msgid "Write core on errors."
1187
#: drizzled/drizzled.cc:2117
1058
#: drizzled/drizzled.cc:2105
1188
1059
msgid "Path to the database root."
1191
#: drizzled/drizzled.cc:2121
1062
#: drizzled/drizzled.cc:2109
1192
1063
msgid "Set the default storage engine (table type) for tables."
1195
#: drizzled/drizzled.cc:2125
1066
#: drizzled/drizzled.cc:2113
1196
1067
msgid "Set the default time zone."
1199
#: drizzled/drizzled.cc:2129
1070
#: drizzled/drizzled.cc:2117
1200
1071
msgid "Type of DELAY_KEY_WRITE."
1203
#: drizzled/drizzled.cc:2133
1074
#: drizzled/drizzled.cc:2121
1204
1075
msgid "Print a symbolic stack trace on failure."
1207
#: drizzled/drizzled.cc:2139
1078
#: drizzled/drizzled.cc:2127
1208
1079
msgid "Push supported query conditions to the storage engine."
1211
#: drizzled/drizzled.cc:2145
1082
#: drizzled/drizzled.cc:2133
1212
1083
msgid "Used for debugging; Use at your own risk!"
1215
#: drizzled/drizzled.cc:2150
1086
#: drizzled/drizzled.cc:2138
1216
1087
msgid "Set up signals usable for debugging"
1219
#: drizzled/drizzled.cc:2154
1220
msgid "Command(s) that are executed for each new connection"
1223
#: drizzled/drizzled.cc:2158
1224
msgid "Read SQL commands from this file at startup."
1227
#: drizzled/drizzled.cc:2162
1090
#: drizzled/drizzled.cc:2142
1228
1091
msgid "(IGNORED)"
1231
#: drizzled/drizzled.cc:2166
1094
#: drizzled/drizzled.cc:2146
1232
1095
msgid "Set the language used for the month names and the days of the week."
1235
#: drizzled/drizzled.cc:2171
1098
#: drizzled/drizzled.cc:2151
1236
1099
msgid "Log connections and queries to file."
1239
#: drizzled/drizzled.cc:2175
1102
#: drizzled/drizzled.cc:2155
1240
1103
msgid "Log all MyISAM changes to file."
1243
#: drizzled/drizzled.cc:2179
1106
#: drizzled/drizzled.cc:2159
1244
1107
msgid "Log some not critical warnings to the log file."
1247
#: drizzled/drizzled.cc:2184
1110
#: drizzled/drizzled.cc:2164
1248
1111
msgid "Lock drizzled in memory."
1251
#: drizzled/drizzled.cc:2188
1114
#: drizzled/drizzled.cc:2168
1253
1116
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1254
1117
"BACKUP, FORCE or QUICK."
1257
#: drizzled/drizzled.cc:2193
1120
#: drizzled/drizzled.cc:2173
1258
1121
msgid "Use old, non-optimized alter table."
1261
#: drizzled/drizzled.cc:2198
1124
#: drizzled/drizzled.cc:2178
1262
1125
msgid "Pid file used by safe_mysqld."
1265
#: drizzled/drizzled.cc:2208
1128
#: drizzled/drizzled.cc:2182
1130
"Port number to use for connection or 0 for default to, in order of "
1131
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
1134
#: drizzled/drizzled.cc:2188
1267
1136
"Maximum time in seconds to wait for the port to become free. (Default: no "
1271
#: drizzled/drizzled.cc:2213
1140
#: drizzled/drizzled.cc:2193
1273
1142
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1274
1143
"specified directory"
1277
#: drizzled/drizzled.cc:2218
1146
#: drizzled/drizzled.cc:2198
1279
1148
"Uniquely identifies the server instance in the community of replication "
1283
#: drizzled/drizzled.cc:2223
1152
#: drizzled/drizzled.cc:2203
1284
1153
msgid "Don't print a stack trace on failure."
1287
#: drizzled/drizzled.cc:2227
1156
#: drizzled/drizzled.cc:2207
1288
1157
msgid "Enable symbolic link support."
1291
#: drizzled/drizzled.cc:2236
1160
#: drizzled/drizzled.cc:2216
1293
1162
"Using this option will cause most temporary files created to use a small set "
1294
1163
"of names, rather than a unique name for each new file."
1297
#: drizzled/drizzled.cc:2241
1166
#: drizzled/drizzled.cc:2221
1299
1168
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1302
#: drizzled/drizzled.cc:2246
1171
#: drizzled/drizzled.cc:2226
1303
1172
msgid "Path for temporary files."
1306
#: drizzled/drizzled.cc:2250
1175
#: drizzled/drizzled.cc:2230
1307
1176
msgid "Default transaction isolation level."
1310
#: drizzled/drizzled.cc:2254
1179
#: drizzled/drizzled.cc:2234
1311
1180
msgid "Run drizzled daemon as user."
1314
#: drizzled/drizzled.cc:2262
1183
#: drizzled/drizzled.cc:2242
1316
1185
"The number of outstanding connection requests Drizzle can have. This comes "
1317
1186
"into play when the main Drizzle thread gets very many connection requests in "
1318
1187
"a very short time."
1321
#: drizzled/drizzled.cc:2268
1190
#: drizzled/drizzled.cc:2248
1323
1192
"Size of tree cache used in bulk insert optimization. Note that this is a "
1324
1193
"limit per thread!"
1327
#: drizzled/drizzled.cc:2274
1196
#: drizzled/drizzled.cc:2254
1329
1198
"The number of seconds the drizzled server is waiting for a connect packet "
1330
1199
"before responding with 'Bad handshake'."
1333
#: drizzled/drizzled.cc:2279
1202
#: drizzled/drizzled.cc:2259
1335
1204
"Precision of the result of '/' operator will be increased on that value."
1338
#: drizzled/drizzled.cc:2285
1207
#: drizzled/drizzled.cc:2265
1339
1208
msgid "The maximum length of the result of function group_concat."
1342
#: drizzled/drizzled.cc:2290
1211
#: drizzled/drizzled.cc:2270
1343
1212
msgid "The size of the buffer that is used for full joins."
1346
#: drizzled/drizzled.cc:2296
1215
#: drizzled/drizzled.cc:2276
1347
1216
msgid "Don't overwrite stale .MYD and .MYI even if no directory is specified."
1350
#: drizzled/drizzled.cc:2301
1219
#: drizzled/drizzled.cc:2281
1352
1221
"The size of the buffer used for index blocks for MyISAM tables. Increase "
1353
1222
"this to get better index handling (for all reads and multiple writes) to as "
1354
1223
"much as you can afford;"
1357
#: drizzled/drizzled.cc:2310
1226
#: drizzled/drizzled.cc:2290
1359
1228
"This characterizes the number of hits a hot block has to be untouched until "
1360
1229
"it is considered aged enough to be downgraded to a warm block. This "
1362
1231
"blocks in key cache"
1365
#: drizzled/drizzled.cc:2319
1234
#: drizzled/drizzled.cc:2299
1366
1235
msgid "The default size of key cache blocks"
1369
#: drizzled/drizzled.cc:2325
1238
#: drizzled/drizzled.cc:2305
1370
1239
msgid "The minimum percentage of warm blocks in key cache"
1373
#: drizzled/drizzled.cc:2331
1242
#: drizzled/drizzled.cc:2311
1374
1243
msgid "Max packetlength to send/receive from to server."
1377
#: drizzled/drizzled.cc:2336
1246
#: drizzled/drizzled.cc:2316
1379
1248
"If there is more than this number of interrupted connections from a host "
1380
1249
"this host will be blocked from further connections."
1383
#: drizzled/drizzled.cc:2341
1252
#: drizzled/drizzled.cc:2321
1384
1253
msgid "Max number of errors/warnings to store for a statement."
1387
#: drizzled/drizzled.cc:2346
1256
#: drizzled/drizzled.cc:2326
1388
1257
msgid "Don't allow creation of heap tables bigger than this."
1391
#: drizzled/drizzled.cc:2352
1260
#: drizzled/drizzled.cc:2332
1393
1262
"Joins that are probably going to read more than max_join_size records return "
1397
#: drizzled/drizzled.cc:2358
1266
#: drizzled/drizzled.cc:2338
1398
1267
msgid "Max number of bytes in sorted records."
1401
#: drizzled/drizzled.cc:2363
1270
#: drizzled/drizzled.cc:2343
1402
1271
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1405
#: drizzled/drizzled.cc:2368
1274
#: drizzled/drizzled.cc:2348
1407
1276
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1408
1277
"max_sort_length bytes of each value are used; the rest are ignored)."
1411
#: drizzled/drizzled.cc:2375
1280
#: drizzled/drizzled.cc:2355
1412
1281
msgid "Maximum number of temporary tables a client can keep open at a time."
1415
#: drizzled/drizzled.cc:2380
1284
#: drizzled/drizzled.cc:2360
1416
1285
msgid "After this many write locks, allow some read locks to run in between."
1419
#: drizzled/drizzled.cc:2384
1288
#: drizzled/drizzled.cc:2364
1421
1290
"Don't log queries which examine less than min_examined_row_limit rows to "
1425
#: drizzled/drizzled.cc:2390
1294
#: drizzled/drizzled.cc:2370
1427
1296
"Specifies how MyISAM index statistics collection code should threat NULLs. "
1428
1297
"Possible values of name are 'nulls_unequal' (default behavior), "
1429
1298
"'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
1432
#: drizzled/drizzled.cc:2397
1301
#: drizzled/drizzled.cc:2377
1433
1302
msgid "Buffer length for TCP/IP and socket communication."
1436
#: drizzled/drizzled.cc:2402
1305
#: drizzled/drizzled.cc:2382
1438
1307
"Number of seconds to wait for more data from a connection before aborting "
1442
#: drizzled/drizzled.cc:2408
1311
#: drizzled/drizzled.cc:2388
1444
1313
"If a read on a communication port is interrupted, retry this many times "
1445
1314
"before giving up."
1448
#: drizzled/drizzled.cc:2414
1317
#: drizzled/drizzled.cc:2394
1450
1319
"Number of seconds to wait for a block to be written to a connection before "
1451
1320
"aborting the write."
1454
#: drizzled/drizzled.cc:2420
1323
#: drizzled/drizzled.cc:2400
1456
1325
"Controls the heuristic(s) applied during query optimization to prune less-"
1457
1326
"promising partial plans from the optimizer search space. Meaning: false - do "
1470
1339
"(used for testing/comparison)."
1473
#: drizzled/drizzled.cc:2440
1342
#: drizzled/drizzled.cc:2420
1474
1343
msgid "Directory for plugins."
1477
#: drizzled/drizzled.cc:2444
1346
#: drizzled/drizzled.cc:2424
1479
1348
"Optional colon (or semicolon) separated list of plugins to load,where each "
1480
1349
"plugin is identified by the name of the shared library. [for example: --"
1481
1350
"plugin_load=libmd5udf.so:libauth_pam.so]"
1484
#: drizzled/drizzled.cc:2450
1353
#: drizzled/drizzled.cc:2430
1485
1354
msgid "The size of the buffer that is allocated when preloading indexes"
1488
#: drizzled/drizzled.cc:2455
1357
#: drizzled/drizzled.cc:2435
1358
msgid "Select protocol to be used (by default oldlibdrizzle)."
1361
#: drizzled/drizzled.cc:2439
1489
1362
msgid "Allocation block size for query parsing and execution"
1492
#: drizzled/drizzled.cc:2460
1365
#: drizzled/drizzled.cc:2444
1493
1366
msgid "Persistent buffer for query parsing and execution"
1496
#: drizzled/drizzled.cc:2466
1369
#: drizzled/drizzled.cc:2450
1497
1370
msgid "Allocation block size for storing ranges during optimization"
1500
#: drizzled/drizzled.cc:2472
1373
#: drizzled/drizzled.cc:2456
1502
1375
"Each thread that does a sequential scan allocates a buffer of this size for "
1503
1376
"each table it scans. If you do many sequential scans, you may want to "
1504
1377
"increase this value."
1507
#: drizzled/drizzled.cc:2480
1380
#: drizzled/drizzled.cc:2464
1509
1382
"When reading rows in sorted order after a sort, the rows are read through "
1510
1383
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1511
1384
"record_buffer."
1514
#: drizzled/drizzled.cc:2488
1387
#: drizzled/drizzled.cc:2472
1515
1388
msgid "Select scheduler to be used (by default pool-of-threads)."
1518
#: drizzled/drizzled.cc:2492
1391
#: drizzled/drizzled.cc:2476
1519
1392
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1522
#: drizzled/drizzled.cc:2498
1395
#: drizzled/drizzled.cc:2482
1523
1396
msgid "The number of cached table definitions."
1526
#: drizzled/drizzled.cc:2502
1399
#: drizzled/drizzled.cc:2486
1527
1400
msgid "The number of cached open tables."
1530
#: drizzled/drizzled.cc:2506
1403
#: drizzled/drizzled.cc:2490
1532
1405
"Timeout in seconds to wait for a table level lock before returning an error. "
1533
1406
"Used only if the connection has active cursors."
1536
#: drizzled/drizzled.cc:2511
1409
#: drizzled/drizzled.cc:2495
1537
1410
msgid "The stack size for each thread."
1540
#: drizzled/drizzled.cc:2517
1413
#: drizzled/drizzled.cc:2501
1542
1415
"If an internal in-memory temporary table exceeds this size, Drizzle will "
1543
1416
"automatically convert it to an on-disk MyISAM table."
1546
#: drizzled/drizzled.cc:2523
1419
#: drizzled/drizzled.cc:2507
1547
1420
msgid "Allocation block size for transactions to be stored in binary log"
1550
#: drizzled/drizzled.cc:2528
1423
#: drizzled/drizzled.cc:2512
1551
1424
msgid "Persistent buffer for transactions to be stored in binary log"
1554
#: drizzled/drizzled.cc:2533
1427
#: drizzled/drizzled.cc:2517
1556
1429
"The number of seconds the server waits for activity on a connection before "
1560
#: drizzled/drizzled.cc:2682
1433
#: drizzled/drizzled.cc:2665
1562
1435
"Copyright (C) 2008 Sun Microsystems\n"
1563
1436
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
5046
4919
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
5049
#: drizzled/handler.cc:1047
4922
#: drizzled/plugin/storage_engine.cc:393
5050
4923
msgid "Crash recovery finished."
5053
#. TRANSLATORS: The leading word "logging" is the name
5054
#. of the plugin api, and so should not be translated.
5055
#: drizzled/logging.cc:56
5057
msgid "logging plugin '%s' deinit() failed"
5060
#: drizzled/logging.cc:77
5062
msgid "logging plugin '%s' pre() failed"
5065
#: drizzled/logging.cc:108
5067
msgid "logging plugin '%s' post() failed"
5070
#. TRANSLATORS: The leading word "parser" is the name
5071
#. of the plugin api, and so should not be translated.
5072
#: drizzled/parser.cc:42
5074
msgid "parser plugin '%s' init() failed"
5077
#. TRANSLATORS: The leading word "parser" is the name
5078
#. of the plugin api, and so should not be translated.
5079
#: drizzled/parser.cc:66
5081
msgid "parser plugin '%s' deinit() failed"
5084
#. TRANSLATORS: The leading word "parser" is the name
5085
#. of the plugin api, and so should not be translated.
5086
#: drizzled/parser.cc:103
5088
msgid "parser plugin '%s' parser_func1() failed"
5091
#. TRANSLATORS: The leading word "parser" is the name
5092
#. of the plugin api, and so should not be translated.
5093
#: drizzled/parser.cc:157
5095
msgid "parser plugin '%s' parser_func2() failed"
5098
#: drizzled/qcache.cc:38
5100
msgid "qcache plugin '%s' init() failed"
5103
#: drizzled/qcache.cc:59
5105
msgid "qcache plugin '%s' deinit() failed"
5108
#: drizzled/qcache.cc:104
4926
#: drizzled/qcache.cc:63
5110
4928
msgid "qcache plugin '%s' try_fetch_and_send() failed"
5113
#: drizzled/qcache.cc:121
4931
#: drizzled/qcache.cc:86
5115
4933
msgid "qcache plugin '%s' set() failed"
5118
#: drizzled/qcache.cc:140
4936
#: drizzled/qcache.cc:110
5120
4938
msgid "qcache plugin '%s' invalidate_table() failed"
5123
#: drizzled/qcache.cc:159
4941
#: drizzled/qcache.cc:137
5125
4943
msgid "qcache plugin '%s' invalidate_db() failed"
5128
#: drizzled/qcache.cc:177
4946
#: drizzled/qcache.cc:157
5130
4948
msgid "qcache plugin '%s' flush() failed"
5133
#: drizzled/replicator.cc:36
5135
msgid "replicator plugin '%s' init() failed"
5138
#: drizzled/replicator.cc:58
5140
msgid "replicator plugin '%s' deinit() failed"
5143
#: drizzled/replicator.cc:81
5145
msgid "replicator plugin '%s' session_init() failed"
5148
#: drizzled/replicator.cc:152
5150
msgid "replicator plugin '%s' row_insert() failed"
5153
#: drizzled/replicator.cc:168
5155
msgid "replicator plugin '%s' row_update() failed"
5158
#: drizzled/replicator.cc:183
5160
msgid "replicator plugin '%s' row_delete() failed"
5163
#: drizzled/replicator.cc:270
5165
msgid "replicator plugin '%s' end_transaction() failed"
5168
#: drizzled/replicator.cc:328
5170
msgid "replicator plugin '%s' statement() failed"
5173
#: drizzled/scheduling.cc:57
5175
msgid "scheduling plugin '%s' init() failed"
5178
#: drizzled/scheduling.cc:80
5180
msgid "scheduling plugin '%s' deinit() failed"
5183
#: drizzled/sql_base.cc:2295
4951
#: drizzled/scheduling.cc:63
4952
msgid "Scheduler initialization failed."
4955
#: drizzled/sql_base.cc:2300
5185
4957
msgid "Table %s had a open data handler in reopen_table"
5188
#: drizzled/sql_base.cc:2943
4960
#: drizzled/sql_base.cc:2948
5190
4962
msgid "Couldn't repair table: %s.%s"
5193
#: drizzled/sql_base.cc:2985
4965
#: drizzled/sql_base.cc:2990
5196
4968
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
5197
4969
"s`.`%s`' to replication"
5200
#: drizzled/sql_base.cc:3588
4972
#: drizzled/sql_base.cc:3593
5202
4974
msgid "Could not remove temporary table: '%s', error: %d"
5205
#: drizzled/sql_plugin.cc:645
5207
msgid "Plugin '%s' of type %s failed deinitialization"
5210
#: drizzled/sql_plugin.cc:688
5212
msgid "Plugin '%s' registration as a %s failed."
5215
#: drizzled/sql_plugin.cc:889
4977
#: drizzled/sql_plugin.cc:522
4979
msgid "Plugin '%s' init function returned error."
4982
#: drizzled/sql_plugin.cc:701
5216
4983
msgid "plugin-load parameter too long"
5219
#: drizzled/sql_plugin.cc:949
4986
#: drizzled/sql_plugin.cc:761
5221
4988
msgid "Couldn't load plugin named '%s' with soname '%s'."
5224
#: drizzled/sql_plugin.cc:1347
4991
#: drizzled/sql_plugin.cc:1101
5225
4992
msgid "Out of memory."
5228
#: drizzled/sql_plugin.cc:2188 drizzled/sql_plugin.cc:2251
4995
#: drizzled/sql_plugin.cc:1940 drizzled/sql_plugin.cc:2003
5230
4997
msgid "Unknown variable type code 0x%x in plugin '%s'."
5233
#: drizzled/sql_plugin.cc:2231
5000
#: drizzled/sql_plugin.cc:1983
5236
5003
"Server variable %s of plugin %s was forced to be read-only: string variable "
5237
5004
"without update_func and PLUGIN_VAR_MEMALLOC flag"
5240
#: drizzled/sql_plugin.cc:2262
5007
#: drizzled/sql_plugin.cc:2014
5242
5009
msgid "Missing variable name in plugin '%s'."
5245
#: drizzled/sql_plugin.cc:2279
5012
#: drizzled/sql_plugin.cc:2031
5247
5014
msgid "Thread local variable '%s' not allocated in plugin '%s'."
5250
#: drizzled/sql_plugin.cc:2397
5017
#: drizzled/sql_plugin.cc:2149
5252
5019
msgid "Out of memory for plugin '%s'."
5255
#: drizzled/sql_plugin.cc:2404
5022
#: drizzled/sql_plugin.cc:2156
5257
5024
msgid "Bad options for plugin '%s'."
5260
#: drizzled/sql_plugin.cc:2413
5027
#: drizzled/sql_plugin.cc:2165
5262
5029
msgid "Parsing options for plugin '%s' failed."
5265
#: drizzled/sql_plugin.cc:2456
5032
#: drizzled/sql_plugin.cc:2208
5267
5034
msgid "Plugin '%s' has conflicting system variables"
5270
#: drizzled/sql_table.cc:130
5037
#: drizzled/sql_table.cc:131
5272
5039
msgid "Invalid (old?) table or database name '%s'"
5275
#: drizzled/sql_table.cc:2687
5042
#: drizzled/sql_table.cc:2688
5277
5044
msgid "Unknown - internal error %d during operation"
5280
#: drizzled/sql_table.cc:4955
5047
#: drizzled/sql_table.cc:4956
5282
5049
msgid "Could not open table %s.%s after rename\n"
5285
#: drizzled/sql_table.cc:5135
5052
#: drizzled/sql_table.cc:5136
5288
5055
"order_st BY ignored because there is a user-defined clustered index in the "
5289
5056
"table '%-.192s'"
5292
#: drizzled/sql_udf.cc:82
5294
msgid "Plugin '%s' init function returned error %d."
5297
#: drizzled/table.cc:482
5059
#: drizzled/table.cc:483
5300
5062
"'%s' had no or invalid character set, and default character set is multi-"
5301
5063
"byte, so character column sizes may have changed"
5304
#: drizzled/table.cc:2297
5066
#: drizzled/table.cc:2287
5306
5068
msgid "Unknown collation '%s' in table '%-.64s' definition"
5309
#: drizzled/table.cc:2304
5071
#: drizzled/table.cc:2294
5312
5074
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
5316
#: drizzled/table.cc:2768
5078
#: drizzled/table.cc:2753
5319
5081
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
5323
#: drizzled/table.cc:2795
5085
#: drizzled/table.cc:2780
5326
5088
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
5327
5089
"have type %s, found type %s."
5330
#: drizzled/table.cc:2806
5092
#: drizzled/table.cc:2791
5333
5095
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
5334
5096
"position %d to have character set '%s' but the type has no character set."
5337
#: drizzled/table.cc:2818
5099
#: drizzled/table.cc:2803
5340
5102
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
5341
5103
"position %d to have character set '%s' but found character set '%s'."
5344
#: drizzled/table.cc:2831
5106
#: drizzled/table.cc:2816
5347
5109
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
5348
5110
"have type %s but the column is not found."
5351
#: drizzled/table.cc:4948
5113
#: drizzled/table.cc:4931
5353
5115
msgid "Got error %d when reading table '%s'"
5415
5177
msgid "%s: option `-W %s' doesn't allow an argument\n"
5418
#: libdrizzleclient/errmsg.cc:28
5419
msgid "Unknown Drizzle error"
5422
#: libdrizzleclient/errmsg.cc:29
5424
msgid "Can't create UNIX socket (%d)"
5427
#: libdrizzleclient/errmsg.cc:30
5429
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
5432
#: libdrizzleclient/errmsg.cc:31
5434
msgid "Can't connect to Drizzle server on '%-.100s:%lu' (%d)"
5437
#: libdrizzleclient/errmsg.cc:32
5439
msgid "Can't create TCP/IP socket (%d)"
5442
#: libdrizzleclient/errmsg.cc:33
5444
msgid "Unknown Drizzle server host '%-.100s' (%d)"
5447
#: libdrizzleclient/errmsg.cc:34
5448
msgid "Drizzle server has gone away"
5451
#: libdrizzleclient/errmsg.cc:35
5453
msgid "Protocol mismatch; server version = %d, client version = %d"
5456
#: libdrizzleclient/errmsg.cc:36
5457
msgid "Drizzle client ran out of memory"
5460
#: libdrizzleclient/errmsg.cc:37
5461
msgid "Wrong host info"
5464
#: libdrizzleclient/errmsg.cc:38
5465
msgid "Localhost via UNIX socket"
5468
#: libdrizzleclient/errmsg.cc:39
5470
msgid "%-.100s via TCP/IP"
5473
#: libdrizzleclient/errmsg.cc:40
5474
msgid "Error in server handshake"
5477
#: libdrizzleclient/errmsg.cc:41
5478
msgid "Lost connection to Drizzle server during query"
5481
#: libdrizzleclient/errmsg.cc:42
5482
msgid "Commands out of sync; you can't run this command now"
5485
#: libdrizzleclient/errmsg.cc:43
5487
msgid "Named pipe: %-.32s"
5490
#: libdrizzleclient/errmsg.cc:44
5492
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
5495
#: libdrizzleclient/errmsg.cc:45
5497
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
5500
#: libdrizzleclient/errmsg.cc:46
5502
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
5505
#: libdrizzleclient/errmsg.cc:47
5507
msgid "Can't initialize character set %-.32s (path: %-.100s)"
5510
#: libdrizzleclient/errmsg.cc:48
5511
msgid "Got packet bigger than 'max_allowed_packet' bytes"
5514
#: libdrizzleclient/errmsg.cc:49
5515
msgid "Embedded server"
5518
#: libdrizzleclient/errmsg.cc:50
5519
msgid "Error on SHOW SLAVE STATUS:"
5522
#: libdrizzleclient/errmsg.cc:51
5523
msgid "Error on SHOW SLAVE HOSTS:"
5526
#: libdrizzleclient/errmsg.cc:52
5527
msgid "Error connecting to slave:"
5530
#: libdrizzleclient/errmsg.cc:53
5531
msgid "Error connecting to master:"
5534
#: libdrizzleclient/errmsg.cc:54
5535
msgid "SSL connection error"
5538
#: libdrizzleclient/errmsg.cc:55
5539
msgid "Malformed packet"
5542
#: libdrizzleclient/errmsg.cc:56 libdrizzleclient/errmsg.cc:67
5543
#: libdrizzleclient/errmsg.cc:68 libdrizzleclient/errmsg.cc:69
5544
#: libdrizzleclient/errmsg.cc:70 libdrizzleclient/errmsg.cc:71
5545
#: libdrizzleclient/errmsg.cc:72 libdrizzleclient/errmsg.cc:73
5546
#: libdrizzleclient/errmsg.cc:74 libdrizzleclient/errmsg.cc:75
5547
msgid "(unused error message)"
5550
#: libdrizzleclient/errmsg.cc:57
5551
msgid "Invalid use of null pointer"
5554
#: libdrizzleclient/errmsg.cc:58
5555
msgid "Statement not prepared"
5558
#: libdrizzleclient/errmsg.cc:59
5559
msgid "No data supplied for parameters in prepared statement"
5562
#: libdrizzleclient/errmsg.cc:60
5563
msgid "Data truncated"
5566
#: libdrizzleclient/errmsg.cc:61
5567
msgid "No parameters exist in the statement"
5570
#: libdrizzleclient/errmsg.cc:62
5571
msgid "Invalid parameter number"
5574
#: libdrizzleclient/errmsg.cc:63
5577
"Can't send long data for non-string/non-binary data types (parameter: %d)"
5580
#: libdrizzleclient/errmsg.cc:65
5582
msgid "Using unsupported buffer type: %d (parameter: %d)"
5585
#: libdrizzleclient/errmsg.cc:66
5587
msgid "Shared memory: %-.100s"
5590
#: libdrizzleclient/errmsg.cc:76
5591
msgid "Wrong or unknown protocol"
5594
#: libdrizzleclient/errmsg.cc:77
5595
msgid "Invalid connection handle"
5598
#: libdrizzleclient/errmsg.cc:78
5600
"Connection using old (pre-4.1.1) authentication protocol refused (client "
5601
"option 'secure_auth' enabled)"
5604
#: libdrizzleclient/errmsg.cc:80
5605
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
5608
#: libdrizzleclient/errmsg.cc:81
5609
msgid "Attempt to read column without prior row fetch"
5612
#: libdrizzleclient/errmsg.cc:82
5613
msgid "Prepared statement contains no metadata"
5616
#: libdrizzleclient/errmsg.cc:83
5618
"Attempt to read a row while there is no result set associated with the "
5622
#: libdrizzleclient/errmsg.cc:85
5623
msgid "This feature is not implemented yet"
5626
#: libdrizzleclient/errmsg.cc:86
5629
"Lost connection to Drizzle server while waiting for initial communication "
5630
"packet, system error: %d"
5633
#: libdrizzleclient/errmsg.cc:88
5636
"Lost connection to Drizzle server while reading initial communication "
5637
"packet, system error: %d"
5640
#: libdrizzleclient/errmsg.cc:90
5643
"Lost connection to Drizzle server while sending authentication information, "
5647
#: libdrizzleclient/errmsg.cc:92
5650
"Lost connection to Drizzle server while reading authorization information, "
5654
#: libdrizzleclient/errmsg.cc:94
5657
"Lost connection to Drizzle server while setting initial database, system "
5661
#: libdrizzleclient/errmsg.cc:96
5663
msgid "Statement closed indirectly because of a preceding %s() call"
5666
5180
#: mysys/errors.cc:25
5668
5182
msgid "Can't create/write to file '%s' (Errcode: %d)"
5910
5424
msgid "Log queries to a Gearman server"
5913
#: plugin/logging_query/logging_query.cc:275
5427
#: plugin/logging_query/logging_query.cc:278
5915
5429
msgid "fail open() fn=%s er=%s\n"
5918
#: plugin/logging_query/logging_query.cc:313
5432
#: plugin/logging_query/logging_query.cc:317
5919
5433
msgid "Enable logging to CSV file"
5922
#: plugin/logging_query/logging_query.cc:322
5436
#: plugin/logging_query/logging_query.cc:326
5923
5437
msgid "File to log to"
5926
#: plugin/logging_query/logging_query.cc:331
5927
#: plugin/logging_syslog/logging_syslog.cc:246
5440
#: plugin/logging_query/logging_query.cc:335
5441
#: plugin/logging_syslog/logging_syslog.cc:248
5928
5442
msgid "Threshold for logging slow queries, in microseconds"
5931
#: plugin/logging_query/logging_query.cc:343
5932
#: plugin/logging_syslog/logging_syslog.cc:258
5445
#: plugin/logging_query/logging_query.cc:347
5446
#: plugin/logging_syslog/logging_syslog.cc:260
5933
5447
msgid "Threshold for logging big queries, for rows returned"
5936
#: plugin/logging_query/logging_query.cc:355
5937
#: plugin/logging_syslog/logging_syslog.cc:270
5450
#: plugin/logging_query/logging_query.cc:359
5451
#: plugin/logging_syslog/logging_syslog.cc:272
5938
5452
msgid "Threshold for logging big queries, for rows examined"
5941
#: plugin/logging_query/logging_query.cc:378
5455
#: plugin/logging_query/logging_query.cc:381
5942
5456
msgid "Log queries to a CSV file"
5945
#: plugin/logging_syslog/logging_syslog.cc:167
5459
#: plugin/logging_syslog/logging_syslog.cc:169
5947
5461
msgid "syslog facility \"%s\" not known, using \"local0\""
5950
#: plugin/logging_syslog/logging_syslog.cc:184
5464
#: plugin/logging_syslog/logging_syslog.cc:186
5952
5466
msgid "syslog priority \"%s\" not known, using \"info\""
5955
#: plugin/logging_syslog/logging_syslog.cc:210
5469
#: plugin/logging_syslog/logging_syslog.cc:212
5956
5470
msgid "Enable logging"
5959
#: plugin/logging_syslog/logging_syslog.cc:219
5473
#: plugin/logging_syslog/logging_syslog.cc:221
5960
5474
msgid "Syslog Ident"
5963
#: plugin/logging_syslog/logging_syslog.cc:228
5477
#: plugin/logging_syslog/logging_syslog.cc:230
5964
5478
msgid "Syslog Facility"
5967
#: plugin/logging_syslog/logging_syslog.cc:237
5481
#: plugin/logging_syslog/logging_syslog.cc:239
5968
5482
msgid "Syslog Priority"
5971
#: plugin/logging_syslog/logging_syslog.cc:295
5485
#: plugin/logging_syslog/logging_syslog.cc:296
5972
5486
msgid "Log to syslog"
5975
#: plugin/multi_thread/multi_thread.cc:120
5489
#: plugin/multi_thread/multi_thread.cc:133
5976
5490
msgid "Maximum number of user threads available."
5979
#: plugin/pool_of_threads/pool_of_threads.cc:205
5493
#: plugin/oldlibdrizzle/errmsg.cc:28
5494
msgid "Unknown Drizzle error"
5497
#: plugin/oldlibdrizzle/errmsg.cc:29
5499
msgid "Can't create UNIX socket (%d)"
5502
#: plugin/oldlibdrizzle/errmsg.cc:30
5504
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
5507
#: plugin/oldlibdrizzle/errmsg.cc:31
5509
msgid "Can't connect to Drizzle server on '%-.100s:%lu' (%d)"
5512
#: plugin/oldlibdrizzle/errmsg.cc:32
5514
msgid "Can't create TCP/IP socket (%d)"
5517
#: plugin/oldlibdrizzle/errmsg.cc:33
5519
msgid "Unknown Drizzle server host '%-.100s' (%d)"
5522
#: plugin/oldlibdrizzle/errmsg.cc:34
5523
msgid "Drizzle server has gone away"
5526
#: plugin/oldlibdrizzle/errmsg.cc:35
5528
msgid "Protocol mismatch; server version = %d, client version = %d"
5531
#: plugin/oldlibdrizzle/errmsg.cc:36
5532
msgid "Drizzle client ran out of memory"
5535
#: plugin/oldlibdrizzle/errmsg.cc:37
5536
msgid "Wrong host info"
5539
#: plugin/oldlibdrizzle/errmsg.cc:38
5540
msgid "Localhost via UNIX socket"
5543
#: plugin/oldlibdrizzle/errmsg.cc:39
5545
msgid "%-.100s via TCP/IP"
5548
#: plugin/oldlibdrizzle/errmsg.cc:40
5549
msgid "Error in server handshake"
5552
#: plugin/oldlibdrizzle/errmsg.cc:41
5553
msgid "Lost connection to Drizzle server during query"
5556
#: plugin/oldlibdrizzle/errmsg.cc:42
5557
msgid "Commands out of sync; you can't run this command now"
5560
#: plugin/oldlibdrizzle/errmsg.cc:43
5562
msgid "Named pipe: %-.32s"
5565
#: plugin/oldlibdrizzle/errmsg.cc:44
5567
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
5570
#: plugin/oldlibdrizzle/errmsg.cc:45
5572
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
5575
#: plugin/oldlibdrizzle/errmsg.cc:46
5577
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
5580
#: plugin/oldlibdrizzle/errmsg.cc:47
5582
msgid "Can't initialize character set %-.32s (path: %-.100s)"
5585
#: plugin/oldlibdrizzle/errmsg.cc:48
5586
msgid "Got packet bigger than 'max_allowed_packet' bytes"
5589
#: plugin/oldlibdrizzle/errmsg.cc:49
5590
msgid "Embedded server"
5593
#: plugin/oldlibdrizzle/errmsg.cc:50
5594
msgid "Error on SHOW SLAVE STATUS:"
5597
#: plugin/oldlibdrizzle/errmsg.cc:51
5598
msgid "Error on SHOW SLAVE HOSTS:"
5601
#: plugin/oldlibdrizzle/errmsg.cc:52
5602
msgid "Error connecting to slave:"
5605
#: plugin/oldlibdrizzle/errmsg.cc:53
5606
msgid "Error connecting to master:"
5609
#: plugin/oldlibdrizzle/errmsg.cc:54
5610
msgid "SSL connection error"
5613
#: plugin/oldlibdrizzle/errmsg.cc:55
5614
msgid "Malformed packet"
5617
#: plugin/oldlibdrizzle/errmsg.cc:56 plugin/oldlibdrizzle/errmsg.cc:67
5618
#: plugin/oldlibdrizzle/errmsg.cc:68 plugin/oldlibdrizzle/errmsg.cc:69
5619
#: plugin/oldlibdrizzle/errmsg.cc:70 plugin/oldlibdrizzle/errmsg.cc:71
5620
#: plugin/oldlibdrizzle/errmsg.cc:72 plugin/oldlibdrizzle/errmsg.cc:73
5621
#: plugin/oldlibdrizzle/errmsg.cc:74 plugin/oldlibdrizzle/errmsg.cc:75
5622
msgid "(unused error message)"
5625
#: plugin/oldlibdrizzle/errmsg.cc:57
5626
msgid "Invalid use of null pointer"
5629
#: plugin/oldlibdrizzle/errmsg.cc:58
5630
msgid "Statement not prepared"
5633
#: plugin/oldlibdrizzle/errmsg.cc:59
5634
msgid "No data supplied for parameters in prepared statement"
5637
#: plugin/oldlibdrizzle/errmsg.cc:60
5638
msgid "Data truncated"
5641
#: plugin/oldlibdrizzle/errmsg.cc:61
5642
msgid "No parameters exist in the statement"
5645
#: plugin/oldlibdrizzle/errmsg.cc:62
5646
msgid "Invalid parameter number"
5649
#: plugin/oldlibdrizzle/errmsg.cc:63
5652
"Can't send long data for non-string/non-binary data types (parameter: %d)"
5655
#: plugin/oldlibdrizzle/errmsg.cc:65
5657
msgid "Using unsupported buffer type: %d (parameter: %d)"
5660
#: plugin/oldlibdrizzle/errmsg.cc:66
5662
msgid "Shared memory: %-.100s"
5665
#: plugin/oldlibdrizzle/errmsg.cc:76
5666
msgid "Wrong or unknown protocol"
5669
#: plugin/oldlibdrizzle/errmsg.cc:77
5670
msgid "Invalid connection handle"
5673
#: plugin/oldlibdrizzle/errmsg.cc:78
5675
"Connection using old (pre-4.1.1) authentication protocol refused (client "
5676
"option 'secure_auth' enabled)"
5679
#: plugin/oldlibdrizzle/errmsg.cc:80
5680
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
5683
#: plugin/oldlibdrizzle/errmsg.cc:81
5684
msgid "Attempt to read column without prior row fetch"
5687
#: plugin/oldlibdrizzle/errmsg.cc:82
5688
msgid "Prepared statement contains no metadata"
5691
#: plugin/oldlibdrizzle/errmsg.cc:83
5693
"Attempt to read a row while there is no result set associated with the "
5697
#: plugin/oldlibdrizzle/errmsg.cc:85
5698
msgid "This feature is not implemented yet"
5701
#: plugin/oldlibdrizzle/errmsg.cc:86
5704
"Lost connection to Drizzle server while waiting for initial communication "
5705
"packet, system error: %d"
5708
#: plugin/oldlibdrizzle/errmsg.cc:88
5711
"Lost connection to Drizzle server while reading initial communication "
5712
"packet, system error: %d"
5715
#: plugin/oldlibdrizzle/errmsg.cc:90
5718
"Lost connection to Drizzle server while sending authentication information, "
5722
#: plugin/oldlibdrizzle/errmsg.cc:92
5725
"Lost connection to Drizzle server while reading authorization information, "
5729
#: plugin/oldlibdrizzle/errmsg.cc:94
5732
"Lost connection to Drizzle server while setting initial database, system "
5736
#: plugin/oldlibdrizzle/errmsg.cc:96
5738
msgid "Statement closed indirectly because of a preceding %s() call"
5741
#: plugin/pool_of_threads/pool_of_threads.cc:204
5980
5742
msgid "event_add error in libevent_add_session_callback\n"
5983
#: plugin/pool_of_threads/pool_of_threads.cc:347
5745
#: plugin/pool_of_threads/pool_of_threads.cc:346
5984
5746
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
5987
#: plugin/pool_of_threads/pool_of_threads.cc:354
5749
#: plugin/pool_of_threads/pool_of_threads.cc:353
5988
5750
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
5991
#: plugin/pool_of_threads/pool_of_threads.cc:366
5753
#: plugin/pool_of_threads/pool_of_threads.cc:365
5992
5754
msgid "session_add_event event_add error in libevent_init\n"
5995
#: plugin/pool_of_threads/pool_of_threads.cc:380
5757
#: plugin/pool_of_threads/pool_of_threads.cc:378
5997
5759
msgid "Can't create completion port thread (error %d)"
6000
#: plugin/pool_of_threads/pool_of_threads.cc:443
5762
#: plugin/pool_of_threads/pool_of_threads.cc:462
6001
5763
msgid "libevent_thread_proc: my_thread_init() failed\n"
6004
#: plugin/pool_of_threads/pool_of_threads.cc:629
5766
#: plugin/pool_of_threads/pool_of_threads.cc:642
6005
5767
msgid "Size of Pool."
6008
#: plugin/protobuf_replicator/protobuf_replicator.cc:259
6009
msgid "Enable Replicator"
6012
#: plugin/protobuf_replicator/protobuf_replicator.cc:268
6013
msgid "Directory to place replication logs."
6016
5770
#: plugin/signal_handler/signal_handler.cc:225
6018
5772
msgid "Can't create interrupt-thread (error %d, errno: %d)"