105
105
msgid "Don't show warnings after every statement."
108
#: client/drizzle.cc:1043 client/drizzle.cc:1050
108
#: client/drizzle.cc:1161 client/drizzle.cc:1168
110
110
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
113
#: client/drizzle.cc:1131
113
#: client/drizzle.cc:1264
114
114
msgid "Welcome to the Drizzle client.. Commands end with ; or \\g."
117
#: client/drizzle.cc:1141
117
#: client/drizzle.cc:1274
120
120
"Your Drizzle connection id is %u\n"
121
121
"Server version: %s\n"
124
#: client/drizzle.cc:1169
124
#: client/drizzle.cc:1302
126
126
msgid "Reading history-file %s\n"
129
#: client/drizzle.cc:1173
129
#: client/drizzle.cc:1306
131
131
msgid "Couldn't allocate memory for temp histfile!\n"
134
#: client/drizzle.cc:1180
134
#: client/drizzle.cc:1313
135
135
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
138
#: client/drizzle.cc:1199
138
#: client/drizzle.cc:1332
140
140
msgid "Writing history-file %s\n"
143
#: client/drizzle.cc:1206
143
#: client/drizzle.cc:1339
147
#: client/drizzle.cc:1206
147
#: client/drizzle.cc:1339
151
#: client/drizzle.cc:1261
151
#: client/drizzle.cc:1394
152
152
msgid "Query aborted by Ctrl+C\n"
155
#: client/drizzle.cc:1284 client/drizzleadmin.cc:77 drizzled/drizzled.cc:2068
155
#: client/drizzle.cc:1417 drizzled/drizzled.cc:2056
156
156
msgid "Display this help and exit."
159
#: client/drizzle.cc:1286
159
#: client/drizzle.cc:1419
160
160
msgid "Synonym for -?"
163
#: client/drizzle.cc:1289
163
#: client/drizzle.cc:1422
165
165
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
166
166
"and field completion, but startup and reconnecting may take a longer time. "
167
167
"Disable with --disable-auto-rehash."
170
#: client/drizzle.cc:1293
170
#: client/drizzle.cc:1426
172
172
"No automatic rehashing. One has to use 'rehash' to get table and field "
173
173
"completion. This gives a quicker start of drizzle_st and disables rehashing "
174
174
"on reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
177
#: client/drizzle.cc:1296
177
#: client/drizzle.cc:1429
179
179
"Automatically switch to vertical output mode if the result is wider than the "
180
180
"terminal width."
183
#: client/drizzle.cc:1299
183
#: client/drizzle.cc:1432
185
185
"Don't use history file. Disable interactive behavior. (Enables --silent)"
188
#: client/drizzle.cc:1300
188
#: client/drizzle.cc:1433
189
189
msgid "Display column type information."
192
#: client/drizzle.cc:1303
192
#: client/drizzle.cc:1436
194
194
"Preserve comments. Send comments to the server. The default is --skip-"
195
195
"comments (discard comments), enable with --comments"
198
#: client/drizzle.cc:1306
198
#: client/drizzle.cc:1439
199
199
msgid "Use compression in server/client protocol."
202
#: client/drizzle.cc:1309
202
#: client/drizzle.cc:1442
203
203
msgid "Check memory and open file usage at exit ."
206
#: client/drizzle.cc:1312
206
#: client/drizzle.cc:1445
207
207
msgid "Print some debug info at exit."
210
#: client/drizzle.cc:1314
210
#: client/drizzle.cc:1447
211
211
msgid "Database to use."
214
#: client/drizzle.cc:1317
214
#: client/drizzle.cc:1450
215
215
msgid "(not used)"
218
#: client/drizzle.cc:1319
218
#: client/drizzle.cc:1452
219
219
msgid "Delimiter to be used."
222
#: client/drizzle.cc:1321
222
#: client/drizzle.cc:1454
223
223
msgid "Execute command and quit. (Disables --force and history file)"
226
#: client/drizzle.cc:1323
226
#: client/drizzle.cc:1456
227
227
msgid "Print the output of a query (rows) vertically."
230
#: client/drizzle.cc:1326
230
#: client/drizzle.cc:1459
231
231
msgid "Continue even if we get an sql error."
234
#: client/drizzle.cc:1330
234
#: client/drizzle.cc:1463
236
236
"Enable named commands. Named commands mean this program's internal commands; "
237
237
"see drizzle> help . When enabled, the named commands can be used from any "
248
248
"deprecated; use --disable-named-commands instead."
251
#: client/drizzle.cc:1336
251
#: client/drizzle.cc:1469
252
252
msgid "Ignore space after function names."
255
#: client/drizzle.cc:1338
255
#: client/drizzle.cc:1471
256
256
msgid "Enable/disable LOAD DATA LOCAL INFILE."
259
#: client/drizzle.cc:1341
259
#: client/drizzle.cc:1474
260
260
msgid "Turn off beep on error."
263
#: client/drizzle.cc:1343 client/drizzleadmin.cc:79
263
#: client/drizzle.cc:1476
264
264
msgid "Connect to host."
267
#: client/drizzle.cc:1345
267
#: client/drizzle.cc:1478
268
268
msgid "Write line numbers for errors."
271
#: client/drizzle.cc:1348
271
#: client/drizzle.cc:1481
273
273
"Don't write line number for errors. WARNING: -L is deprecated, use long "
274
274
"version of this option instead."
277
#: client/drizzle.cc:1350
277
#: client/drizzle.cc:1483
278
278
msgid "Flush buffer after each query."
281
#: client/drizzle.cc:1352
281
#: client/drizzle.cc:1485
282
282
msgid "Write column names in results."
285
#: client/drizzle.cc:1356
285
#: client/drizzle.cc:1489
287
287
"Don't write column names in results. WARNING: -N is deprecated, use long "
288
288
"version of this options instead."
291
#: client/drizzle.cc:1359
291
#: client/drizzle.cc:1492
293
293
"Change the value of a variable. Please note that this option is deprecated; "
294
294
"you can set variables directly with --variable-name=value."
297
#: client/drizzle.cc:1361
297
#: client/drizzle.cc:1494
298
298
msgid "Ignore SIGINT (CTRL-C)"
301
#: client/drizzle.cc:1365
301
#: client/drizzle.cc:1498
303
303
"Only update the default database. This is useful for skipping updates to "
304
304
"other database in the update log."
307
#: client/drizzle.cc:1368
307
#: client/drizzle.cc:1501
309
309
"Pager to use to display results. If you don't supply an option the default "
310
310
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
316
#: client/drizzle.cc:1371
316
#: client/drizzle.cc:1504
318
318
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
319
319
"option deprecated; use --disable-pager instead."
322
#: client/drizzle.cc:1374 client/drizzleadmin.cc:82
322
#: client/drizzle.cc:1507
324
324
"Password to use when connecting to server. If password is not given it's "
325
325
"asked from the tty."
328
#: client/drizzle.cc:1376
328
#: client/drizzle.cc:1509
330
330
"Port number to use for connection or 0 for default to, in order of "
331
331
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
334
#: client/drizzle.cc:1377
334
#: client/drizzle.cc:1510
335
335
msgid "built-in default"
338
#: client/drizzle.cc:1379
338
#: client/drizzle.cc:1512
339
339
msgid "Set the drizzle prompt to this value."
342
#: client/drizzle.cc:1383
342
#: client/drizzle.cc:1516
344
344
"Don't cache result, print it row by row. This may slow down the server if "
345
345
"the output is suspended. Doesn't use history file."
348
#: client/drizzle.cc:1385
348
#: client/drizzle.cc:1518
349
349
msgid "Write fields without conversion. Used with --batch."
352
#: client/drizzle.cc:1388
352
#: client/drizzle.cc:1521
354
354
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
355
355
"option is enabled by default."
358
#: client/drizzle.cc:1390
358
#: client/drizzle.cc:1523
359
msgid "Shutdown the server."
362
#: client/drizzle.cc:1525
360
364
"Be more silent. Print results with a tab as separator, each row on new line."
363
#: client/drizzle.cc:1392
367
#: client/drizzle.cc:1527
364
368
msgid "Socket file to use for connection."
367
#: client/drizzle.cc:1395
371
#: client/drizzle.cc:1530
368
372
msgid "Output in table format."
371
#: client/drizzle.cc:1398
375
#: client/drizzle.cc:1533
373
377
"Append everything into outfile. See interactive help (\\h) also. Does not "
374
378
"work in batch mode. Disable with --disable-tee. This option is disabled by "
378
#: client/drizzle.cc:1400
382
#: client/drizzle.cc:1535
380
384
"Disable outfile. See interactive help (\\h) also. WARNING: option "
381
385
"deprecated; use --disable-tee instead"
384
#: client/drizzle.cc:1403 client/drizzleadmin.cc:91
388
#: client/drizzle.cc:1538
385
389
msgid "User for login if not current user."
388
#: client/drizzle.cc:1406
392
#: client/drizzle.cc:1541
389
393
msgid "Only allow UPDATE and DELETE that uses keys."
392
#: client/drizzle.cc:1409
396
#: client/drizzle.cc:1544
393
397
msgid "Synonym for option --safe-updates, -U."
396
#: client/drizzle.cc:1412
400
#: client/drizzle.cc:1547
397
401
msgid "Write more. (-v -v -v gives the table output format)."
400
#: client/drizzle.cc:1414 client/drizzleadmin.cc:96 drizzled/drizzled.cc:2258
404
#: client/drizzle.cc:1549 drizzled/drizzled.cc:2238
401
405
msgid "Output version information and exit."
404
#: client/drizzle.cc:1416 client/drizzleadmin.cc:98
408
#: client/drizzle.cc:1551
405
409
msgid "Wait and retry if connection is down."
408
#: client/drizzle.cc:1419
412
#: client/drizzle.cc:1554
409
413
msgid "Number of seconds before connection timeout."
412
#: client/drizzle.cc:1424
416
#: client/drizzle.cc:1559
413
417
msgid "Max length of input line"
416
#: client/drizzle.cc:1429
420
#: client/drizzle.cc:1564
417
421
msgid "Automatic limit for SELECT when using --safe-updates"
420
#: client/drizzle.cc:1434
424
#: client/drizzle.cc:1569
421
425
msgid "Automatic limit for rows in a join when using --safe-updates"
424
#: client/drizzle.cc:1438
428
#: client/drizzle.cc:1573
425
429
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
428
#: client/drizzle.cc:1443
432
#: client/drizzle.cc:1578
429
433
msgid "Number of lines before each import progress report."
432
#: client/drizzle.cc:1454
436
#: client/drizzle.cc:1581
437
msgid "Ping the server to check if it's alive."
440
#: client/drizzle.cc:1591
434
442
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
437
#: client/drizzle.cc:1461
445
#: client/drizzle.cc:1598
440
448
"Copyright (C) 2008 Sun Microsystems\n"
442
450
"and you are welcome to modify and redistribute it under the GPL license\n"
445
#: client/drizzle.cc:1466
453
#: client/drizzle.cc:1603
447
455
msgid "Usage: %s [OPTIONS] [database]\n"
450
#: client/drizzle.cc:1497
458
#: client/drizzle.cc:1634
451
459
msgid "DELIMITER cannot contain a backslash character"
454
#: client/drizzle.cc:1515
462
#: client/drizzle.cc:1652
456
464
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
459
#: client/drizzle.cc:1538
467
#: client/drizzle.cc:1675
461
469
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
464
#: client/drizzle.cc:1542
472
#: client/drizzle.cc:1679
466
474
msgid "WARNING: --server-arg option not supported in this configuration.\n"
469
#: client/drizzle.cc:1569
477
#: client/drizzle.cc:1706
471
479
"Non-integer value supplied for port. If you are trying to enter a password "
472
480
"please use --password instead."
475
#: client/drizzle.cc:1577
483
#: client/drizzle.cc:1714
476
484
msgid "Value supplied for port is not valid."
479
#: client/drizzle.cc:1723
487
#: client/drizzle.cc:1860
481
489
msgid "Processing line: %<PRIu32>\n"
484
#: client/drizzle.cc:1939
492
#: client/drizzle.cc:2076
486
494
msgid "Unknown command '\\%c'."
489
#: client/drizzle.cc:2348
497
#: client/drizzle.cc:2485
491
499
"Reading table information for completion of table and column names\n"
492
500
" You can turn off this feature to get a quicker startup with -A\n"
496
#: client/drizzle.cc:2438
504
#: client/drizzle.cc:2575
497
505
msgid "No connection. Trying to reconnect..."
500
#: client/drizzle.cc:2444
508
#: client/drizzle.cc:2581
501
509
msgid "Can't connect to the server\n"
504
#: client/drizzle.cc:2523
512
#: client/drizzle.cc:2660
505
513
msgid "List of all Drizzle commands:"
508
#: client/drizzle.cc:2525
516
#: client/drizzle.cc:2662
509
517
msgid "Note that all text commands must be first on line and end with ';'"
512
#: client/drizzle.cc:2580
520
#: client/drizzle.cc:2717
513
521
msgid "No query specified\n"
516
#: client/drizzle.cc:2595
524
#: client/drizzle.cc:2732
517
525
msgid "Ignoring query to other database"
520
#: client/drizzle.cc:2645
528
#: client/drizzle.cc:2782
521
529
msgid "Empty set"
524
#: client/drizzle.cc:2658
532
#: client/drizzle.cc:2795
526
534
msgid "%ld row in set"
527
535
msgid_plural "%ld rows in set"
531
#: client/drizzle.cc:2667
539
#: client/drizzle.cc:2804
535
#: client/drizzle.cc:2669
543
#: client/drizzle.cc:2806
537
545
msgid "Query OK, %ld row affected"
538
546
msgid_plural "Query OK, %ld rows affected"
542
#: client/drizzleadmin.cc:84 drizzled/drizzled.cc:2202
544
"Port number to use for connection or 0 for default to, in order of "
545
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
548
#: client/drizzleadmin.cc:88
549
msgid "Silently exit if one can't connect to server."
552
#: client/drizzleadmin.cc:94
553
msgid "Write more information."
556
#: client/drizzleadmin.cc:158 client/drizzlecheck.cc:262
557
#: client/drizzledump.cc:605 client/drizzleimport.cc:195
558
#: client/drizzleslap.cc:742 client/drizzletest.cc:4718
550
#: client/drizzlecheck.cc:262 client/drizzledump.cc:605
551
#: client/drizzleimport.cc:195 client/drizzleslap.cc:742
552
#: client/drizzletest.cc:4718
561
555
"Non-integer value supplied for port. If you are trying to enter a password "
562
556
"please use --password instead.\n"
565
#: client/drizzleadmin.cc:166 client/drizzlecheck.cc:270
566
#: client/drizzledump.cc:613 client/drizzleimport.cc:203
567
#: client/drizzleslap.cc:750 client/drizzletest.cc:4726
559
#: client/drizzlecheck.cc:270 client/drizzledump.cc:613
560
#: client/drizzleimport.cc:203 client/drizzleslap.cc:750
561
#: client/drizzletest.cc:4726
569
563
msgid "Value supplied for port is not valid.\n"
572
#: client/drizzleadmin.cc:184 client/drizzledump.cc:630
574
msgid "Memory allocation error while copying password. Aborting.\n"
577
#: client/drizzleadmin.cc:330
580
"connect to server at '%s' failed\n"
584
#: client/drizzleadmin.cc:336
586
msgid "Check that drizzled is running on %s"
589
#: client/drizzleadmin.cc:337
591
msgid " and that the port is %d.\n"
594
#: client/drizzleadmin.cc:339
596
msgid "You can check this by doing 'telnet %s %d'\n"
599
#: client/drizzleadmin.cc:350
601
msgid "Got error: %s\n"
604
#: client/drizzleadmin.cc:357
605
msgid "Waiting for Drizzle server to answer"
608
#: client/drizzleadmin.cc:393
610
msgid "shutting down drizzled...\n"
613
#: client/drizzleadmin.cc:401 client/drizzleadmin.cc:407
614
#: client/drizzleadmin.cc:440
616
msgid "shutdown failed; error: '%s'"
619
#: client/drizzleadmin.cc:415
624
#: client/drizzleadmin.cc:424
625
msgid "drizzled is alive"
628
#: client/drizzleadmin.cc:433
629
msgid "connection was down, but drizzled is now alive"
632
#: client/drizzleadmin.cc:446
634
msgid "drizzled doesn't answer to ping, error: '%s'"
637
#: client/drizzleadmin.cc:456
639
msgid "Unknown command: '%-.60s'"
642
#: client/drizzleadmin.cc:465
644
msgid "%s Ver %s Distrib %s, for %s on %s\n"
647
#: client/drizzleadmin.cc:472
648
msgid "Copyright (C) 2000-2008 MySQL AB"
651
#: client/drizzleadmin.cc:473 client/drizzledump.cc:484
653
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
654
"and you are welcome to modify and redistribute it under the GPL license\n"
657
#: client/drizzleadmin.cc:474
658
msgid "Administration program for the drizzled daemon."
661
#: client/drizzleadmin.cc:475
663
msgid "Usage: %s [OPTIONS] command command....\n"
666
#: client/drizzleadmin.cc:477
668
" ping Check if server is down\n"
669
" shutdown Take server down\n"
672
566
#: client/drizzledump.cc:387
673
567
msgid "Number of rows before each output progress report (requires --verbose)."
908
813
msgid "Error: Not enough memory to store ORDER BY clause\n"
911
#: drizzled/authentication.cc:64 drizzled/plugin/storage_engine.cc:204
912
#: drizzled/show.cc:4495 drizzled/sql_plugin.cc:697
914
msgid "Plugin '%s' init function returned error."
917
#. TRANSLATORS: The leading word "configvar" is the name
918
#. of the plugin api, and so should not be translated.
919
#: drizzled/configvar.cc:41
921
msgid "configvar plugin '%s' init() failed"
924
#. TRANSLATORS: The leading word "configvar" is the name
925
#. of the plugin api, and so should not be translated.
926
#: drizzled/configvar.cc:64
928
msgid "configvar plugin '%s' deinit() failed"
931
#. TRANSLATORS: The leading word "configvar" is the name
932
#. of the plugin api, and so should not be translated.
933
#: drizzled/configvar.cc:100
935
msgid "configvar plugin '%s' configvar_func1() failed"
938
#. TRANSLATORS: The leading word "configvar" is the name
939
#. of the plugin api, and so should not be translated.
940
#: drizzled/configvar.cc:154
942
msgid "configvar plugin '%s' configvar_func2() failed"
945
#: drizzled/db.cc:245
816
#: drizzled/db.cc:238
947
818
msgid "Error while loading database options: '%s':"
950
#: drizzled/drizzled.cc:547
821
#: drizzled/drizzled.cc:538
952
823
msgid "Got signal %d from thread %<PRIu64>"
955
#: drizzled/drizzled.cc:581
826
#: drizzled/drizzled.cc:572
956
827
msgid "Aborting\n"
959
#: drizzled/drizzled.cc:704
830
#: drizzled/drizzled.cc:693
960
831
msgid "One can only use the --user switch if running as root\n"
963
#: drizzled/drizzled.cc:712
834
#: drizzled/drizzled.cc:701
965
836
"Fatal error: Please read \"Security\" section of the manual to find out how "
966
837
"to run drizzled as root!\n"
969
#: drizzled/drizzled.cc:734
840
#: drizzled/drizzled.cc:723
972
843
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
976
#: drizzled/drizzled.cc:908
847
#: drizzled/drizzled.cc:897
978
849
msgid "Retrying bind on TCP/IP port %u"
981
#: drizzled/drizzled.cc:914
852
#: drizzled/drizzled.cc:903
982
853
msgid "Can't start server: Bind on TCP/IP port"
985
#: drizzled/drizzled.cc:915
856
#: drizzled/drizzled.cc:904
987
858
msgid "Do you already have another drizzled server running on port: %d ?"
990
#: drizzled/drizzled.cc:921
861
#: drizzled/drizzled.cc:910
991
862
msgid "Can't start server: listen() on TCP/IP port"
994
#: drizzled/drizzled.cc:922
865
#: drizzled/drizzled.cc:911
996
867
msgid "listen() on TCP/IP failed with error %d"
999
#: drizzled/drizzled.cc:1013
870
#: drizzled/drizzled.cc:1002
1004
#: drizzled/drizzled.cc:1038
875
#: drizzled/drizzled.cc:1027
1007
878
"We will try our best to scrape up some info that will hopefully help "
1076
#: drizzled/drizzled.cc:1149
947
#: drizzled/drizzled.cc:1138
1078
949
msgid "Writing a core file\n"
1081
#: drizzled/drizzled.cc:1194
952
#: drizzled/drizzled.cc:1183
1083
954
"setrlimit could not change the size of core files to 'infinity'; We may not "
1084
955
"be able to generate a core file on signals"
1087
#: drizzled/drizzled.cc:1396
958
#: drizzled/drizzled.cc:1385
1089
960
msgid "gethostname failed, using '%s' as hostname"
1092
#: drizzled/drizzled.cc:1493
963
#: drizzled/drizzled.cc:1482
1094
965
msgid "Unknown locale: '%s'"
1097
#: drizzled/drizzled.cc:1535
968
#: drizzled/drizzled.cc:1513
1098
969
msgid "Can't create thread-keys"
1101
#: drizzled/drizzled.cc:1561
972
#: drizzled/drizzled.cc:1536
1102
973
msgid "Out of memory"
1105
#: drizzled/drizzled.cc:1576
976
#: drizzled/drizzled.cc:1551
1106
977
msgid "Failed to initialize plugins."
1109
#: drizzled/drizzled.cc:1607
980
#: drizzled/drizzled.cc:1582
1112
983
"%s: Too many arguments (first extra is '%s').\n"
1113
984
"Use --verbose --help to get a list of available options\n"
987
#: drizzled/drizzled.cc:1592
988
msgid "Can't init databases"
1116
991
#: drizzled/drizzled.cc:1617
1117
msgid "Can't init databases"
1120
#: drizzled/drizzled.cc:1637
1122
993
msgid "Unknown/unsupported table type: %s"
1125
#: drizzled/drizzled.cc:1643
996
#: drizzled/drizzled.cc:1623
1127
998
msgid "Default storage engine (%s) is not available"
1130
#: drizzled/drizzled.cc:1674
1001
#: drizzled/drizzled.cc:1654
1132
1003
msgid "Failed to lock memory. Errno: %d\n"
1135
#: drizzled/drizzled.cc:1736
1006
#: drizzled/drizzled.cc:1716
1137
1008
msgid "Asked for %<PRIu64> thread stack, but got %<PRIu64>"
1140
#: drizzled/drizzled.cc:1898
1011
#: drizzled/drizzled.cc:1877
1142
1013
msgid "drizzled: Got error %d from select"
1145
#: drizzled/drizzled.cc:2072
1016
#: drizzled/drizzled.cc:2060
1146
1017
msgid "Auto-increment columns are incremented by this"
1149
#: drizzled/drizzled.cc:2077
1020
#: drizzled/drizzled.cc:2065
1151
1022
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1155
#: drizzled/drizzled.cc:2083
1026
#: drizzled/drizzled.cc:2071
1157
1028
"Path to installation directory. All paths are usually resolved relative to "
1161
#: drizzled/drizzled.cc:2087
1032
#: drizzled/drizzled.cc:2075
1162
1033
msgid "IP address to bind to."
1165
#: drizzled/drizzled.cc:2091
1036
#: drizzled/drizzled.cc:2079
1166
1037
msgid "Set the filesystem character set."
1169
#: drizzled/drizzled.cc:2096
1040
#: drizzled/drizzled.cc:2084
1170
1041
msgid "Set the default character set."
1173
#: drizzled/drizzled.cc:2100
1044
#: drizzled/drizzled.cc:2088
1174
1045
msgid "Chroot drizzled daemon during startup."
1177
#: drizzled/drizzled.cc:2104
1048
#: drizzled/drizzled.cc:2092
1178
1049
msgid "Set the default collation."
1181
#: drizzled/drizzled.cc:2108
1052
#: drizzled/drizzled.cc:2096
1182
1053
msgid "Default completion type."
1185
#: drizzled/drizzled.cc:2113
1056
#: drizzled/drizzled.cc:2101
1186
1057
msgid "Write core on errors."
1189
#: drizzled/drizzled.cc:2117
1060
#: drizzled/drizzled.cc:2105
1190
1061
msgid "Path to the database root."
1193
#: drizzled/drizzled.cc:2121
1064
#: drizzled/drizzled.cc:2109
1194
1065
msgid "Set the default storage engine (table type) for tables."
1197
#: drizzled/drizzled.cc:2125
1068
#: drizzled/drizzled.cc:2113
1198
1069
msgid "Set the default time zone."
1201
#: drizzled/drizzled.cc:2129
1072
#: drizzled/drizzled.cc:2117
1202
1073
msgid "Type of DELAY_KEY_WRITE."
1205
#: drizzled/drizzled.cc:2133
1076
#: drizzled/drizzled.cc:2121
1206
1077
msgid "Print a symbolic stack trace on failure."
1209
#: drizzled/drizzled.cc:2139
1080
#: drizzled/drizzled.cc:2127
1210
1081
msgid "Push supported query conditions to the storage engine."
1213
#: drizzled/drizzled.cc:2145
1084
#: drizzled/drizzled.cc:2133
1214
1085
msgid "Used for debugging; Use at your own risk!"
1217
#: drizzled/drizzled.cc:2150
1088
#: drizzled/drizzled.cc:2138
1218
1089
msgid "Set up signals usable for debugging"
1221
#: drizzled/drizzled.cc:2154
1222
msgid "Command(s) that are executed for each new connection"
1225
#: drizzled/drizzled.cc:2158
1226
msgid "Read SQL commands from this file at startup."
1229
#: drizzled/drizzled.cc:2162
1092
#: drizzled/drizzled.cc:2142
1230
1093
msgid "(IGNORED)"
1233
#: drizzled/drizzled.cc:2166
1096
#: drizzled/drizzled.cc:2146
1234
1097
msgid "Set the language used for the month names and the days of the week."
1237
#: drizzled/drizzled.cc:2171
1100
#: drizzled/drizzled.cc:2151
1238
1101
msgid "Log connections and queries to file."
1241
#: drizzled/drizzled.cc:2175
1104
#: drizzled/drizzled.cc:2155
1242
1105
msgid "Log all MyISAM changes to file."
1245
#: drizzled/drizzled.cc:2179
1108
#: drizzled/drizzled.cc:2159
1246
1109
msgid "Log some not critical warnings to the log file."
1249
#: drizzled/drizzled.cc:2184
1112
#: drizzled/drizzled.cc:2164
1250
1113
msgid "Lock drizzled in memory."
1253
#: drizzled/drizzled.cc:2188
1116
#: drizzled/drizzled.cc:2168
1255
1118
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1256
1119
"BACKUP, FORCE or QUICK."
1259
#: drizzled/drizzled.cc:2193
1122
#: drizzled/drizzled.cc:2173
1260
1123
msgid "Use old, non-optimized alter table."
1263
#: drizzled/drizzled.cc:2198
1126
#: drizzled/drizzled.cc:2178
1264
1127
msgid "Pid file used by safe_mysqld."
1267
#: drizzled/drizzled.cc:2208
1130
#: drizzled/drizzled.cc:2182
1132
"Port number to use for connection or 0 for default to, in order of "
1133
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
1136
#: drizzled/drizzled.cc:2188
1269
1138
"Maximum time in seconds to wait for the port to become free. (Default: no "
1273
#: drizzled/drizzled.cc:2213
1142
#: drizzled/drizzled.cc:2193
1275
1144
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1276
1145
"specified directory"
1279
#: drizzled/drizzled.cc:2218
1148
#: drizzled/drizzled.cc:2198
1281
1150
"Uniquely identifies the server instance in the community of replication "
1285
#: drizzled/drizzled.cc:2223
1154
#: drizzled/drizzled.cc:2203
1286
1155
msgid "Don't print a stack trace on failure."
1289
#: drizzled/drizzled.cc:2227
1158
#: drizzled/drizzled.cc:2207
1290
1159
msgid "Enable symbolic link support."
1293
#: drizzled/drizzled.cc:2236
1162
#: drizzled/drizzled.cc:2216
1295
1164
"Using this option will cause most temporary files created to use a small set "
1296
1165
"of names, rather than a unique name for each new file."
1299
#: drizzled/drizzled.cc:2241
1168
#: drizzled/drizzled.cc:2221
1301
1170
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1304
#: drizzled/drizzled.cc:2246
1173
#: drizzled/drizzled.cc:2226
1305
1174
msgid "Path for temporary files."
1308
#: drizzled/drizzled.cc:2250
1177
#: drizzled/drizzled.cc:2230
1309
1178
msgid "Default transaction isolation level."
1312
#: drizzled/drizzled.cc:2254
1181
#: drizzled/drizzled.cc:2234
1313
1182
msgid "Run drizzled daemon as user."
1316
#: drizzled/drizzled.cc:2262
1185
#: drizzled/drizzled.cc:2242
1318
1187
"The number of outstanding connection requests Drizzle can have. This comes "
1319
1188
"into play when the main Drizzle thread gets very many connection requests in "
1320
1189
"a very short time."
1323
#: drizzled/drizzled.cc:2268
1192
#: drizzled/drizzled.cc:2248
1325
1194
"Size of tree cache used in bulk insert optimization. Note that this is a "
1326
1195
"limit per thread!"
1329
#: drizzled/drizzled.cc:2274
1198
#: drizzled/drizzled.cc:2254
1331
1200
"The number of seconds the drizzled server is waiting for a connect packet "
1332
1201
"before responding with 'Bad handshake'."
1335
#: drizzled/drizzled.cc:2279
1204
#: drizzled/drizzled.cc:2259
1337
1206
"Precision of the result of '/' operator will be increased on that value."
1340
#: drizzled/drizzled.cc:2285
1209
#: drizzled/drizzled.cc:2265
1341
1210
msgid "The maximum length of the result of function group_concat."
1344
#: drizzled/drizzled.cc:2290
1213
#: drizzled/drizzled.cc:2270
1345
1214
msgid "The size of the buffer that is used for full joins."
1348
#: drizzled/drizzled.cc:2296
1217
#: drizzled/drizzled.cc:2276
1349
1218
msgid "Don't overwrite stale .MYD and .MYI even if no directory is specified."
1352
#: drizzled/drizzled.cc:2301
1221
#: drizzled/drizzled.cc:2281
1354
1223
"The size of the buffer used for index blocks for MyISAM tables. Increase "
1355
1224
"this to get better index handling (for all reads and multiple writes) to as "
1356
1225
"much as you can afford;"
1359
#: drizzled/drizzled.cc:2310
1228
#: drizzled/drizzled.cc:2290
1361
1230
"This characterizes the number of hits a hot block has to be untouched until "
1362
1231
"it is considered aged enough to be downgraded to a warm block. This "
1364
1233
"blocks in key cache"
1367
#: drizzled/drizzled.cc:2319
1236
#: drizzled/drizzled.cc:2299
1368
1237
msgid "The default size of key cache blocks"
1371
#: drizzled/drizzled.cc:2325
1240
#: drizzled/drizzled.cc:2305
1372
1241
msgid "The minimum percentage of warm blocks in key cache"
1375
#: drizzled/drizzled.cc:2331
1244
#: drizzled/drizzled.cc:2311
1376
1245
msgid "Max packetlength to send/receive from to server."
1379
#: drizzled/drizzled.cc:2336
1248
#: drizzled/drizzled.cc:2316
1381
1250
"If there is more than this number of interrupted connections from a host "
1382
1251
"this host will be blocked from further connections."
1385
#: drizzled/drizzled.cc:2341
1254
#: drizzled/drizzled.cc:2321
1386
1255
msgid "Max number of errors/warnings to store for a statement."
1389
#: drizzled/drizzled.cc:2346
1258
#: drizzled/drizzled.cc:2326
1390
1259
msgid "Don't allow creation of heap tables bigger than this."
1393
#: drizzled/drizzled.cc:2352
1262
#: drizzled/drizzled.cc:2332
1395
1264
"Joins that are probably going to read more than max_join_size records return "
1399
#: drizzled/drizzled.cc:2358
1268
#: drizzled/drizzled.cc:2338
1400
1269
msgid "Max number of bytes in sorted records."
1403
#: drizzled/drizzled.cc:2363
1272
#: drizzled/drizzled.cc:2343
1404
1273
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1407
#: drizzled/drizzled.cc:2368
1276
#: drizzled/drizzled.cc:2348
1409
1278
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1410
1279
"max_sort_length bytes of each value are used; the rest are ignored)."
1413
#: drizzled/drizzled.cc:2375
1282
#: drizzled/drizzled.cc:2355
1414
1283
msgid "Maximum number of temporary tables a client can keep open at a time."
1417
#: drizzled/drizzled.cc:2380
1286
#: drizzled/drizzled.cc:2360
1418
1287
msgid "After this many write locks, allow some read locks to run in between."
1421
#: drizzled/drizzled.cc:2384
1290
#: drizzled/drizzled.cc:2364
1423
1292
"Don't log queries which examine less than min_examined_row_limit rows to "
1427
#: drizzled/drizzled.cc:2390
1296
#: drizzled/drizzled.cc:2370
1429
1298
"Specifies how MyISAM index statistics collection code should threat NULLs. "
1430
1299
"Possible values of name are 'nulls_unequal' (default behavior), "
1431
1300
"'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
1434
#: drizzled/drizzled.cc:2397
1303
#: drizzled/drizzled.cc:2377
1435
1304
msgid "Buffer length for TCP/IP and socket communication."
1438
#: drizzled/drizzled.cc:2402
1307
#: drizzled/drizzled.cc:2382
1440
1309
"Number of seconds to wait for more data from a connection before aborting "
1444
#: drizzled/drizzled.cc:2408
1313
#: drizzled/drizzled.cc:2388
1446
1315
"If a read on a communication port is interrupted, retry this many times "
1447
1316
"before giving up."
1450
#: drizzled/drizzled.cc:2414
1319
#: drizzled/drizzled.cc:2394
1452
1321
"Number of seconds to wait for a block to be written to a connection before "
1453
1322
"aborting the write."
1456
#: drizzled/drizzled.cc:2420
1325
#: drizzled/drizzled.cc:2400
1458
1327
"Controls the heuristic(s) applied during query optimization to prune less-"
1459
1328
"promising partial plans from the optimizer search space. Meaning: false - do "
1472
1341
"(used for testing/comparison)."
1475
#: drizzled/drizzled.cc:2440
1344
#: drizzled/drizzled.cc:2420
1476
1345
msgid "Directory for plugins."
1479
#: drizzled/drizzled.cc:2444
1348
#: drizzled/drizzled.cc:2424
1481
1350
"Optional colon (or semicolon) separated list of plugins to load,where each "
1482
1351
"plugin is identified by the name of the shared library. [for example: --"
1483
1352
"plugin_load=libmd5udf.so:libauth_pam.so]"
1486
#: drizzled/drizzled.cc:2450
1355
#: drizzled/drizzled.cc:2430
1487
1356
msgid "The size of the buffer that is allocated when preloading indexes"
1490
#: drizzled/drizzled.cc:2455
1359
#: drizzled/drizzled.cc:2435
1360
msgid "Select protocol to be used (by default oldlibdrizzle)."
1363
#: drizzled/drizzled.cc:2439
1491
1364
msgid "Allocation block size for query parsing and execution"
1494
#: drizzled/drizzled.cc:2460
1367
#: drizzled/drizzled.cc:2444
1495
1368
msgid "Persistent buffer for query parsing and execution"
1498
#: drizzled/drizzled.cc:2466
1371
#: drizzled/drizzled.cc:2450
1499
1372
msgid "Allocation block size for storing ranges during optimization"
1502
#: drizzled/drizzled.cc:2472
1375
#: drizzled/drizzled.cc:2456
1504
1377
"Each thread that does a sequential scan allocates a buffer of this size for "
1505
1378
"each table it scans. If you do many sequential scans, you may want to "
1506
1379
"increase this value."
1509
#: drizzled/drizzled.cc:2480
1382
#: drizzled/drizzled.cc:2464
1511
1384
"When reading rows in sorted order after a sort, the rows are read through "
1512
1385
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1513
1386
"record_buffer."
1516
#: drizzled/drizzled.cc:2488
1389
#: drizzled/drizzled.cc:2472
1517
1390
msgid "Select scheduler to be used (by default pool-of-threads)."
1520
#: drizzled/drizzled.cc:2492
1393
#: drizzled/drizzled.cc:2476
1521
1394
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1524
#: drizzled/drizzled.cc:2498
1397
#: drizzled/drizzled.cc:2482
1525
1398
msgid "The number of cached table definitions."
1528
#: drizzled/drizzled.cc:2502
1401
#: drizzled/drizzled.cc:2486
1529
1402
msgid "The number of cached open tables."
1532
#: drizzled/drizzled.cc:2506
1405
#: drizzled/drizzled.cc:2490
1534
1407
"Timeout in seconds to wait for a table level lock before returning an error. "
1535
1408
"Used only if the connection has active cursors."
1538
#: drizzled/drizzled.cc:2511
1411
#: drizzled/drizzled.cc:2495
1539
1412
msgid "The stack size for each thread."
1542
#: drizzled/drizzled.cc:2517
1415
#: drizzled/drizzled.cc:2501
1544
1417
"If an internal in-memory temporary table exceeds this size, Drizzle will "
1545
1418
"automatically convert it to an on-disk MyISAM table."
1548
#: drizzled/drizzled.cc:2523
1421
#: drizzled/drizzled.cc:2507
1549
1422
msgid "Allocation block size for transactions to be stored in binary log"
1552
#: drizzled/drizzled.cc:2528
1425
#: drizzled/drizzled.cc:2512
1553
1426
msgid "Persistent buffer for transactions to be stored in binary log"
1556
#: drizzled/drizzled.cc:2533
1429
#: drizzled/drizzled.cc:2517
1558
1431
"The number of seconds the server waits for activity on a connection before "
1562
#: drizzled/drizzled.cc:2682
1435
#: drizzled/drizzled.cc:2665
1564
1437
"Copyright (C) 2008 Sun Microsystems\n"
1565
1438
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
5048
4921
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
5051
#: drizzled/handler.cc:1047
4924
#: drizzled/plugin/storage_engine.cc:393
5052
4925
msgid "Crash recovery finished."
5055
#. TRANSLATORS: The leading word "logging" is the name
5056
#. of the plugin api, and so should not be translated.
5057
#: drizzled/logging.cc:56
5059
msgid "logging plugin '%s' deinit() failed"
5062
#: drizzled/logging.cc:77
5064
msgid "logging plugin '%s' pre() failed"
5067
#: drizzled/logging.cc:108
5069
msgid "logging plugin '%s' post() failed"
5072
#. TRANSLATORS: The leading word "parser" is the name
5073
#. of the plugin api, and so should not be translated.
5074
#: drizzled/parser.cc:42
5076
msgid "parser plugin '%s' init() failed"
5079
#. TRANSLATORS: The leading word "parser" is the name
5080
#. of the plugin api, and so should not be translated.
5081
#: drizzled/parser.cc:66
5083
msgid "parser plugin '%s' deinit() failed"
5086
#. TRANSLATORS: The leading word "parser" is the name
5087
#. of the plugin api, and so should not be translated.
5088
#: drizzled/parser.cc:103
5090
msgid "parser plugin '%s' parser_func1() failed"
5093
#. TRANSLATORS: The leading word "parser" is the name
5094
#. of the plugin api, and so should not be translated.
5095
#: drizzled/parser.cc:157
5097
msgid "parser plugin '%s' parser_func2() failed"
5100
#: drizzled/qcache.cc:38
5102
msgid "qcache plugin '%s' init() failed"
5105
#: drizzled/qcache.cc:59
5107
msgid "qcache plugin '%s' deinit() failed"
5110
#: drizzled/qcache.cc:104
4928
#: drizzled/qcache.cc:63
5112
4930
msgid "qcache plugin '%s' try_fetch_and_send() failed"
5115
#: drizzled/qcache.cc:121
4933
#: drizzled/qcache.cc:86
5117
4935
msgid "qcache plugin '%s' set() failed"
5120
#: drizzled/qcache.cc:140
4938
#: drizzled/qcache.cc:110
5122
4940
msgid "qcache plugin '%s' invalidate_table() failed"
5125
#: drizzled/qcache.cc:159
4943
#: drizzled/qcache.cc:137
5127
4945
msgid "qcache plugin '%s' invalidate_db() failed"
5130
#: drizzled/qcache.cc:177
4948
#: drizzled/qcache.cc:157
5132
4950
msgid "qcache plugin '%s' flush() failed"
5135
#: drizzled/replicator.cc:36
5137
msgid "replicator plugin '%s' init() failed"
5140
#: drizzled/replicator.cc:58
5142
msgid "replicator plugin '%s' deinit() failed"
5145
#: drizzled/replicator.cc:81
5147
msgid "replicator plugin '%s' session_init() failed"
5150
#: drizzled/replicator.cc:152
5152
msgid "replicator plugin '%s' row_insert() failed"
5155
#: drizzled/replicator.cc:168
5157
msgid "replicator plugin '%s' row_update() failed"
5160
#: drizzled/replicator.cc:183
5162
msgid "replicator plugin '%s' row_delete() failed"
5165
#: drizzled/replicator.cc:270
5167
msgid "replicator plugin '%s' end_transaction() failed"
5170
#: drizzled/replicator.cc:328
5172
msgid "replicator plugin '%s' statement() failed"
5175
#: drizzled/scheduling.cc:57
5177
msgid "scheduling plugin '%s' init() failed"
5180
#: drizzled/scheduling.cc:80
5182
msgid "scheduling plugin '%s' deinit() failed"
5185
#: drizzled/sql_base.cc:2295
4953
#: drizzled/scheduling.cc:63
4954
msgid "Scheduler initialization failed."
4957
#: drizzled/sql_base.cc:2300
5187
4959
msgid "Table %s had a open data handler in reopen_table"
5190
#: drizzled/sql_base.cc:2943
4962
#: drizzled/sql_base.cc:2948
5192
4964
msgid "Couldn't repair table: %s.%s"
5195
#: drizzled/sql_base.cc:2985
4967
#: drizzled/sql_base.cc:2990
5198
4970
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
5199
4971
"s`.`%s`' to replication"
5202
#: drizzled/sql_base.cc:3588
4974
#: drizzled/sql_base.cc:3593
5204
4976
msgid "Could not remove temporary table: '%s', error: %d"
5207
#: drizzled/sql_plugin.cc:645
5209
msgid "Plugin '%s' of type %s failed deinitialization"
5212
#: drizzled/sql_plugin.cc:688
5214
msgid "Plugin '%s' registration as a %s failed."
5217
#: drizzled/sql_plugin.cc:889
4979
#: drizzled/sql_plugin.cc:522
4981
msgid "Plugin '%s' init function returned error."
4984
#: drizzled/sql_plugin.cc:701
5218
4985
msgid "plugin-load parameter too long"
5221
#: drizzled/sql_plugin.cc:949
4988
#: drizzled/sql_plugin.cc:761
5223
4990
msgid "Couldn't load plugin named '%s' with soname '%s'."
5226
#: drizzled/sql_plugin.cc:1347
4993
#: drizzled/sql_plugin.cc:1101
5227
4994
msgid "Out of memory."
5230
#: drizzled/sql_plugin.cc:2188 drizzled/sql_plugin.cc:2251
4997
#: drizzled/sql_plugin.cc:1940 drizzled/sql_plugin.cc:2003
5232
4999
msgid "Unknown variable type code 0x%x in plugin '%s'."
5235
#: drizzled/sql_plugin.cc:2231
5002
#: drizzled/sql_plugin.cc:1983
5238
5005
"Server variable %s of plugin %s was forced to be read-only: string variable "
5239
5006
"without update_func and PLUGIN_VAR_MEMALLOC flag"
5242
#: drizzled/sql_plugin.cc:2262
5009
#: drizzled/sql_plugin.cc:2014
5244
5011
msgid "Missing variable name in plugin '%s'."
5247
#: drizzled/sql_plugin.cc:2279
5014
#: drizzled/sql_plugin.cc:2031
5249
5016
msgid "Thread local variable '%s' not allocated in plugin '%s'."
5252
#: drizzled/sql_plugin.cc:2397
5019
#: drizzled/sql_plugin.cc:2149
5254
5021
msgid "Out of memory for plugin '%s'."
5257
#: drizzled/sql_plugin.cc:2404
5024
#: drizzled/sql_plugin.cc:2156
5259
5026
msgid "Bad options for plugin '%s'."
5262
#: drizzled/sql_plugin.cc:2413
5029
#: drizzled/sql_plugin.cc:2165
5264
5031
msgid "Parsing options for plugin '%s' failed."
5267
#: drizzled/sql_plugin.cc:2456
5034
#: drizzled/sql_plugin.cc:2208
5269
5036
msgid "Plugin '%s' has conflicting system variables"
5272
#: drizzled/sql_table.cc:130
5039
#: drizzled/sql_table.cc:131
5274
5041
msgid "Invalid (old?) table or database name '%s'"
5277
#: drizzled/sql_table.cc:2687
5044
#: drizzled/sql_table.cc:2688
5279
5046
msgid "Unknown - internal error %d during operation"
5282
#: drizzled/sql_table.cc:4955
5049
#: drizzled/sql_table.cc:4956
5284
5051
msgid "Could not open table %s.%s after rename\n"
5287
#: drizzled/sql_table.cc:5135
5054
#: drizzled/sql_table.cc:5136
5290
5057
"order_st BY ignored because there is a user-defined clustered index in the "
5291
5058
"table '%-.192s'"
5294
#: drizzled/sql_udf.cc:82
5296
msgid "Plugin '%s' init function returned error %d."
5299
#: drizzled/table.cc:482
5061
#: drizzled/table.cc:483
5302
5064
"'%s' had no or invalid character set, and default character set is multi-"
5303
5065
"byte, so character column sizes may have changed"
5306
#: drizzled/table.cc:2297
5068
#: drizzled/table.cc:2287
5308
5070
msgid "Unknown collation '%s' in table '%-.64s' definition"
5311
#: drizzled/table.cc:2304
5073
#: drizzled/table.cc:2294
5314
5076
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
5318
#: drizzled/table.cc:2768
5080
#: drizzled/table.cc:2753
5321
5083
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
5325
#: drizzled/table.cc:2795
5087
#: drizzled/table.cc:2780
5328
5090
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
5329
5091
"have type %s, found type %s."
5332
#: drizzled/table.cc:2806
5094
#: drizzled/table.cc:2791
5335
5097
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
5336
5098
"position %d to have character set '%s' but the type has no character set."
5339
#: drizzled/table.cc:2818
5101
#: drizzled/table.cc:2803
5342
5104
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
5343
5105
"position %d to have character set '%s' but found character set '%s'."
5346
#: drizzled/table.cc:2831
5108
#: drizzled/table.cc:2816
5349
5111
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
5350
5112
"have type %s but the column is not found."
5353
#: drizzled/table.cc:4948
5115
#: drizzled/table.cc:4931
5355
5117
msgid "Got error %d when reading table '%s'"
5417
5179
msgid "%s: option `-W %s' doesn't allow an argument\n"
5420
#: libdrizzleclient/errmsg.cc:28
5421
msgid "Unknown Drizzle error"
5424
#: libdrizzleclient/errmsg.cc:29
5426
msgid "Can't create UNIX socket (%d)"
5429
#: libdrizzleclient/errmsg.cc:30
5431
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
5434
#: libdrizzleclient/errmsg.cc:31
5436
msgid "Can't connect to Drizzle server on '%-.100s:%lu' (%d)"
5439
#: libdrizzleclient/errmsg.cc:32
5441
msgid "Can't create TCP/IP socket (%d)"
5444
#: libdrizzleclient/errmsg.cc:33
5446
msgid "Unknown Drizzle server host '%-.100s' (%d)"
5449
#: libdrizzleclient/errmsg.cc:34
5450
msgid "Drizzle server has gone away"
5453
#: libdrizzleclient/errmsg.cc:35
5455
msgid "Protocol mismatch; server version = %d, client version = %d"
5458
#: libdrizzleclient/errmsg.cc:36
5459
msgid "Drizzle client ran out of memory"
5462
#: libdrizzleclient/errmsg.cc:37
5463
msgid "Wrong host info"
5466
#: libdrizzleclient/errmsg.cc:38
5467
msgid "Localhost via UNIX socket"
5470
#: libdrizzleclient/errmsg.cc:39
5472
msgid "%-.100s via TCP/IP"
5475
#: libdrizzleclient/errmsg.cc:40
5476
msgid "Error in server handshake"
5479
#: libdrizzleclient/errmsg.cc:41
5480
msgid "Lost connection to Drizzle server during query"
5483
#: libdrizzleclient/errmsg.cc:42
5484
msgid "Commands out of sync; you can't run this command now"
5487
#: libdrizzleclient/errmsg.cc:43
5489
msgid "Named pipe: %-.32s"
5492
#: libdrizzleclient/errmsg.cc:44
5494
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
5497
#: libdrizzleclient/errmsg.cc:45
5499
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
5502
#: libdrizzleclient/errmsg.cc:46
5504
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
5507
#: libdrizzleclient/errmsg.cc:47
5509
msgid "Can't initialize character set %-.32s (path: %-.100s)"
5512
#: libdrizzleclient/errmsg.cc:48
5513
msgid "Got packet bigger than 'max_allowed_packet' bytes"
5516
#: libdrizzleclient/errmsg.cc:49
5517
msgid "Embedded server"
5520
#: libdrizzleclient/errmsg.cc:50
5521
msgid "Error on SHOW SLAVE STATUS:"
5524
#: libdrizzleclient/errmsg.cc:51
5525
msgid "Error on SHOW SLAVE HOSTS:"
5528
#: libdrizzleclient/errmsg.cc:52
5529
msgid "Error connecting to slave:"
5532
#: libdrizzleclient/errmsg.cc:53
5533
msgid "Error connecting to master:"
5536
#: libdrizzleclient/errmsg.cc:54
5537
msgid "SSL connection error"
5540
#: libdrizzleclient/errmsg.cc:55
5541
msgid "Malformed packet"
5544
#: libdrizzleclient/errmsg.cc:56 libdrizzleclient/errmsg.cc:67
5545
#: libdrizzleclient/errmsg.cc:68 libdrizzleclient/errmsg.cc:69
5546
#: libdrizzleclient/errmsg.cc:70 libdrizzleclient/errmsg.cc:71
5547
#: libdrizzleclient/errmsg.cc:72 libdrizzleclient/errmsg.cc:73
5548
#: libdrizzleclient/errmsg.cc:74 libdrizzleclient/errmsg.cc:75
5549
msgid "(unused error message)"
5552
#: libdrizzleclient/errmsg.cc:57
5553
msgid "Invalid use of null pointer"
5556
#: libdrizzleclient/errmsg.cc:58
5557
msgid "Statement not prepared"
5560
#: libdrizzleclient/errmsg.cc:59
5561
msgid "No data supplied for parameters in prepared statement"
5564
#: libdrizzleclient/errmsg.cc:60
5565
msgid "Data truncated"
5568
#: libdrizzleclient/errmsg.cc:61
5569
msgid "No parameters exist in the statement"
5572
#: libdrizzleclient/errmsg.cc:62
5573
msgid "Invalid parameter number"
5576
#: libdrizzleclient/errmsg.cc:63
5579
"Can't send long data for non-string/non-binary data types (parameter: %d)"
5582
#: libdrizzleclient/errmsg.cc:65
5584
msgid "Using unsupported buffer type: %d (parameter: %d)"
5587
#: libdrizzleclient/errmsg.cc:66
5589
msgid "Shared memory: %-.100s"
5592
#: libdrizzleclient/errmsg.cc:76
5593
msgid "Wrong or unknown protocol"
5596
#: libdrizzleclient/errmsg.cc:77
5597
msgid "Invalid connection handle"
5600
#: libdrizzleclient/errmsg.cc:78
5602
"Connection using old (pre-4.1.1) authentication protocol refused (client "
5603
"option 'secure_auth' enabled)"
5606
#: libdrizzleclient/errmsg.cc:80
5607
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
5610
#: libdrizzleclient/errmsg.cc:81
5611
msgid "Attempt to read column without prior row fetch"
5614
#: libdrizzleclient/errmsg.cc:82
5615
msgid "Prepared statement contains no metadata"
5618
#: libdrizzleclient/errmsg.cc:83
5620
"Attempt to read a row while there is no result set associated with the "
5624
#: libdrizzleclient/errmsg.cc:85
5625
msgid "This feature is not implemented yet"
5628
#: libdrizzleclient/errmsg.cc:86
5631
"Lost connection to Drizzle server while waiting for initial communication "
5632
"packet, system error: %d"
5635
#: libdrizzleclient/errmsg.cc:88
5638
"Lost connection to Drizzle server while reading initial communication "
5639
"packet, system error: %d"
5642
#: libdrizzleclient/errmsg.cc:90
5645
"Lost connection to Drizzle server while sending authentication information, "
5649
#: libdrizzleclient/errmsg.cc:92
5652
"Lost connection to Drizzle server while reading authorization information, "
5656
#: libdrizzleclient/errmsg.cc:94
5659
"Lost connection to Drizzle server while setting initial database, system "
5663
#: libdrizzleclient/errmsg.cc:96
5665
msgid "Statement closed indirectly because of a preceding %s() call"
5668
5182
#: mysys/errors.cc:25
5670
5184
msgid "Can't create/write to file '%s' (Errcode: %d)"
5912
5426
msgid "Log queries to a Gearman server"
5915
#: plugin/logging_query/logging_query.cc:275
5429
#: plugin/logging_query/logging_query.cc:278
5917
5431
msgid "fail open() fn=%s er=%s\n"
5920
#: plugin/logging_query/logging_query.cc:313
5434
#: plugin/logging_query/logging_query.cc:317
5921
5435
msgid "Enable logging to CSV file"
5924
#: plugin/logging_query/logging_query.cc:322
5438
#: plugin/logging_query/logging_query.cc:326
5925
5439
msgid "File to log to"
5928
#: plugin/logging_query/logging_query.cc:331
5929
#: plugin/logging_syslog/logging_syslog.cc:246
5442
#: plugin/logging_query/logging_query.cc:335
5443
#: plugin/logging_syslog/logging_syslog.cc:248
5930
5444
msgid "Threshold for logging slow queries, in microseconds"
5933
#: plugin/logging_query/logging_query.cc:343
5934
#: plugin/logging_syslog/logging_syslog.cc:258
5447
#: plugin/logging_query/logging_query.cc:347
5448
#: plugin/logging_syslog/logging_syslog.cc:260
5935
5449
msgid "Threshold for logging big queries, for rows returned"
5938
#: plugin/logging_query/logging_query.cc:355
5939
#: plugin/logging_syslog/logging_syslog.cc:270
5452
#: plugin/logging_query/logging_query.cc:359
5453
#: plugin/logging_syslog/logging_syslog.cc:272
5940
5454
msgid "Threshold for logging big queries, for rows examined"
5943
#: plugin/logging_query/logging_query.cc:378
5457
#: plugin/logging_query/logging_query.cc:381
5944
5458
msgid "Log queries to a CSV file"
5947
#: plugin/logging_syslog/logging_syslog.cc:167
5461
#: plugin/logging_syslog/logging_syslog.cc:169
5949
5463
msgid "syslog facility \"%s\" not known, using \"local0\""
5952
#: plugin/logging_syslog/logging_syslog.cc:184
5466
#: plugin/logging_syslog/logging_syslog.cc:186
5954
5468
msgid "syslog priority \"%s\" not known, using \"info\""
5957
#: plugin/logging_syslog/logging_syslog.cc:210
5471
#: plugin/logging_syslog/logging_syslog.cc:212
5958
5472
msgid "Enable logging"
5961
#: plugin/logging_syslog/logging_syslog.cc:219
5475
#: plugin/logging_syslog/logging_syslog.cc:221
5962
5476
msgid "Syslog Ident"
5965
#: plugin/logging_syslog/logging_syslog.cc:228
5479
#: plugin/logging_syslog/logging_syslog.cc:230
5966
5480
msgid "Syslog Facility"
5969
#: plugin/logging_syslog/logging_syslog.cc:237
5483
#: plugin/logging_syslog/logging_syslog.cc:239
5970
5484
msgid "Syslog Priority"
5973
#: plugin/logging_syslog/logging_syslog.cc:295
5487
#: plugin/logging_syslog/logging_syslog.cc:296
5974
5488
msgid "Log to syslog"
5977
#: plugin/multi_thread/multi_thread.cc:120
5491
#: plugin/multi_thread/multi_thread.cc:133
5978
5492
msgid "Maximum number of user threads available."
5981
#: plugin/pool_of_threads/pool_of_threads.cc:205
5495
#: plugin/oldlibdrizzle/errmsg.cc:28
5496
msgid "Unknown Drizzle error"
5499
#: plugin/oldlibdrizzle/errmsg.cc:29
5501
msgid "Can't create UNIX socket (%d)"
5504
#: plugin/oldlibdrizzle/errmsg.cc:30
5506
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
5509
#: plugin/oldlibdrizzle/errmsg.cc:31
5511
msgid "Can't connect to Drizzle server on '%-.100s:%lu' (%d)"
5514
#: plugin/oldlibdrizzle/errmsg.cc:32
5516
msgid "Can't create TCP/IP socket (%d)"
5519
#: plugin/oldlibdrizzle/errmsg.cc:33
5521
msgid "Unknown Drizzle server host '%-.100s' (%d)"
5524
#: plugin/oldlibdrizzle/errmsg.cc:34
5525
msgid "Drizzle server has gone away"
5528
#: plugin/oldlibdrizzle/errmsg.cc:35
5530
msgid "Protocol mismatch; server version = %d, client version = %d"
5533
#: plugin/oldlibdrizzle/errmsg.cc:36
5534
msgid "Drizzle client ran out of memory"
5537
#: plugin/oldlibdrizzle/errmsg.cc:37
5538
msgid "Wrong host info"
5541
#: plugin/oldlibdrizzle/errmsg.cc:38
5542
msgid "Localhost via UNIX socket"
5545
#: plugin/oldlibdrizzle/errmsg.cc:39
5547
msgid "%-.100s via TCP/IP"
5550
#: plugin/oldlibdrizzle/errmsg.cc:40
5551
msgid "Error in server handshake"
5554
#: plugin/oldlibdrizzle/errmsg.cc:41
5555
msgid "Lost connection to Drizzle server during query"
5558
#: plugin/oldlibdrizzle/errmsg.cc:42
5559
msgid "Commands out of sync; you can't run this command now"
5562
#: plugin/oldlibdrizzle/errmsg.cc:43
5564
msgid "Named pipe: %-.32s"
5567
#: plugin/oldlibdrizzle/errmsg.cc:44
5569
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
5572
#: plugin/oldlibdrizzle/errmsg.cc:45
5574
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
5577
#: plugin/oldlibdrizzle/errmsg.cc:46
5579
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
5582
#: plugin/oldlibdrizzle/errmsg.cc:47
5584
msgid "Can't initialize character set %-.32s (path: %-.100s)"
5587
#: plugin/oldlibdrizzle/errmsg.cc:48
5588
msgid "Got packet bigger than 'max_allowed_packet' bytes"
5591
#: plugin/oldlibdrizzle/errmsg.cc:49
5592
msgid "Embedded server"
5595
#: plugin/oldlibdrizzle/errmsg.cc:50
5596
msgid "Error on SHOW SLAVE STATUS:"
5599
#: plugin/oldlibdrizzle/errmsg.cc:51
5600
msgid "Error on SHOW SLAVE HOSTS:"
5603
#: plugin/oldlibdrizzle/errmsg.cc:52
5604
msgid "Error connecting to slave:"
5607
#: plugin/oldlibdrizzle/errmsg.cc:53
5608
msgid "Error connecting to master:"
5611
#: plugin/oldlibdrizzle/errmsg.cc:54
5612
msgid "SSL connection error"
5615
#: plugin/oldlibdrizzle/errmsg.cc:55
5616
msgid "Malformed packet"
5619
#: plugin/oldlibdrizzle/errmsg.cc:56 plugin/oldlibdrizzle/errmsg.cc:67
5620
#: plugin/oldlibdrizzle/errmsg.cc:68 plugin/oldlibdrizzle/errmsg.cc:69
5621
#: plugin/oldlibdrizzle/errmsg.cc:70 plugin/oldlibdrizzle/errmsg.cc:71
5622
#: plugin/oldlibdrizzle/errmsg.cc:72 plugin/oldlibdrizzle/errmsg.cc:73
5623
#: plugin/oldlibdrizzle/errmsg.cc:74 plugin/oldlibdrizzle/errmsg.cc:75
5624
msgid "(unused error message)"
5627
#: plugin/oldlibdrizzle/errmsg.cc:57
5628
msgid "Invalid use of null pointer"
5631
#: plugin/oldlibdrizzle/errmsg.cc:58
5632
msgid "Statement not prepared"
5635
#: plugin/oldlibdrizzle/errmsg.cc:59
5636
msgid "No data supplied for parameters in prepared statement"
5639
#: plugin/oldlibdrizzle/errmsg.cc:60
5640
msgid "Data truncated"
5643
#: plugin/oldlibdrizzle/errmsg.cc:61
5644
msgid "No parameters exist in the statement"
5647
#: plugin/oldlibdrizzle/errmsg.cc:62
5648
msgid "Invalid parameter number"
5651
#: plugin/oldlibdrizzle/errmsg.cc:63
5654
"Can't send long data for non-string/non-binary data types (parameter: %d)"
5657
#: plugin/oldlibdrizzle/errmsg.cc:65
5659
msgid "Using unsupported buffer type: %d (parameter: %d)"
5662
#: plugin/oldlibdrizzle/errmsg.cc:66
5664
msgid "Shared memory: %-.100s"
5667
#: plugin/oldlibdrizzle/errmsg.cc:76
5668
msgid "Wrong or unknown protocol"
5671
#: plugin/oldlibdrizzle/errmsg.cc:77
5672
msgid "Invalid connection handle"
5675
#: plugin/oldlibdrizzle/errmsg.cc:78
5677
"Connection using old (pre-4.1.1) authentication protocol refused (client "
5678
"option 'secure_auth' enabled)"
5681
#: plugin/oldlibdrizzle/errmsg.cc:80
5682
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
5685
#: plugin/oldlibdrizzle/errmsg.cc:81
5686
msgid "Attempt to read column without prior row fetch"
5689
#: plugin/oldlibdrizzle/errmsg.cc:82
5690
msgid "Prepared statement contains no metadata"
5693
#: plugin/oldlibdrizzle/errmsg.cc:83
5695
"Attempt to read a row while there is no result set associated with the "
5699
#: plugin/oldlibdrizzle/errmsg.cc:85
5700
msgid "This feature is not implemented yet"
5703
#: plugin/oldlibdrizzle/errmsg.cc:86
5706
"Lost connection to Drizzle server while waiting for initial communication "
5707
"packet, system error: %d"
5710
#: plugin/oldlibdrizzle/errmsg.cc:88
5713
"Lost connection to Drizzle server while reading initial communication "
5714
"packet, system error: %d"
5717
#: plugin/oldlibdrizzle/errmsg.cc:90
5720
"Lost connection to Drizzle server while sending authentication information, "
5724
#: plugin/oldlibdrizzle/errmsg.cc:92
5727
"Lost connection to Drizzle server while reading authorization information, "
5731
#: plugin/oldlibdrizzle/errmsg.cc:94
5734
"Lost connection to Drizzle server while setting initial database, system "
5738
#: plugin/oldlibdrizzle/errmsg.cc:96
5740
msgid "Statement closed indirectly because of a preceding %s() call"
5743
#: plugin/pool_of_threads/pool_of_threads.cc:204
5982
5744
msgid "event_add error in libevent_add_session_callback\n"
5985
#: plugin/pool_of_threads/pool_of_threads.cc:347
5747
#: plugin/pool_of_threads/pool_of_threads.cc:346
5986
5748
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
5989
#: plugin/pool_of_threads/pool_of_threads.cc:354
5751
#: plugin/pool_of_threads/pool_of_threads.cc:353
5990
5752
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
5993
#: plugin/pool_of_threads/pool_of_threads.cc:366
5755
#: plugin/pool_of_threads/pool_of_threads.cc:365
5994
5756
msgid "session_add_event event_add error in libevent_init\n"
5997
#: plugin/pool_of_threads/pool_of_threads.cc:380
5759
#: plugin/pool_of_threads/pool_of_threads.cc:378
5999
5761
msgid "Can't create completion port thread (error %d)"
6002
#: plugin/pool_of_threads/pool_of_threads.cc:443
5764
#: plugin/pool_of_threads/pool_of_threads.cc:462
6003
5765
msgid "libevent_thread_proc: my_thread_init() failed\n"
6006
#: plugin/pool_of_threads/pool_of_threads.cc:629
5768
#: plugin/pool_of_threads/pool_of_threads.cc:642
6007
5769
msgid "Size of Pool."
6010
#: plugin/protobuf_replicator/protobuf_replicator.cc:259
6011
msgid "Enable Replicator"
6014
#: plugin/protobuf_replicator/protobuf_replicator.cc:268
6015
msgid "Directory to place replication logs."
6018
5772
#: plugin/signal_handler/signal_handler.cc:225
6020
5774
msgid "Can't create interrupt-thread (error %d, errno: %d)"