161
200
"deprecated; use --disable-named-commands instead."
164
#: ../client/drizzle.cc:1379
203
#: ../client/drizzle.cc:1380
165
204
msgid "Ignore space after function names."
168
#: ../client/drizzle.cc:1381
207
#: ../client/drizzle.cc:1382
169
208
msgid "Turn off beep on error."
172
#: ../client/drizzle.cc:1383
211
#: ../client/drizzle.cc:1384
173
212
msgid "Write line numbers for errors."
176
#: ../client/drizzle.cc:1385
215
#: ../client/drizzle.cc:1386
178
217
"Don't write line number for errors. WARNING: -L is deprecated, use long "
179
218
"version of this option instead."
182
#: ../client/drizzle.cc:1387
221
#: ../client/drizzle.cc:1388
183
222
msgid "Write column names in results."
186
#: ../client/drizzle.cc:1389
225
#: ../client/drizzle.cc:1390
188
227
"Don't write column names in results. WARNING: -N is deprecated, use long "
189
228
"version of this options instead."
192
#: ../client/drizzle.cc:1391
231
#: ../client/drizzle.cc:1392
194
233
"Change the value of a variable. Please note that this option is deprecated; "
195
234
"you can set variables directly with --variable-name=value."
198
#: ../client/drizzle.cc:1393
237
#: ../client/drizzle.cc:1394
199
238
msgid "Output in table format."
202
#: ../client/drizzle.cc:1395
241
#: ../client/drizzle.cc:1396
203
242
msgid "Only allow UPDATE and DELETE that uses keys."
206
#: ../client/drizzle.cc:1397
245
#: ../client/drizzle.cc:1398
207
246
msgid "Synonym for option --safe-updates, -U."
210
#: ../client/drizzle.cc:1399
249
#: ../client/drizzle.cc:1400
211
250
msgid "-v vvv implies that verbose= 3, Used to specify verbose"
214
#: ../client/drizzle.cc:1400 ../drizzled/drizzled.cc:1158
253
#: ../client/drizzle.cc:1401 ../client/drizzledump.cc:2425
254
#: ../drizzled/drizzled.cc:1158
215
255
msgid "Output version information and exit."
218
#: ../client/drizzle.cc:1402
258
#: ../client/drizzle.cc:1403
219
259
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
222
#: ../client/drizzle.cc:1406
262
#: ../client/drizzle.cc:1407
223
263
msgid "Number of lines before each import progress report."
226
#: ../client/drizzle.cc:1408
266
#: ../client/drizzle.cc:1409
227
267
msgid "Ping the server to check if it's alive."
230
#: ../client/drizzle.cc:1410
270
#: ../client/drizzle.cc:1411
231
271
msgid "Configuration file defaults are not used if no-defaults is set"
234
#: ../client/drizzle.cc:1416
274
#: ../client/drizzle.cc:1414 ../client/drizzledump.cc:2434
275
msgid "Options specific to the drizzle client"
278
#: ../client/drizzle.cc:1417
236
280
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
237
281
"and field completion, but startup and reconnecting may take a longer time. "
238
282
"Disable with --disable-auto-rehash."
241
#: ../client/drizzle.cc:1417
285
#: ../client/drizzle.cc:1418
243
287
"No automatic rehashing. One has to use 'rehash' to get table and field "
244
288
"completion. This gives a quicker start of drizzle_st and disables rehashing "
245
289
"on reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
248
#: ../client/drizzle.cc:1419
292
#: ../client/drizzle.cc:1420
250
294
"Automatically switch to vertical output mode if the result is wider than the "
251
295
"terminal width."
254
#: ../client/drizzle.cc:1421
298
#: ../client/drizzle.cc:1422
255
299
msgid "Database to use."
258
#: ../client/drizzle.cc:1423
302
#: ../client/drizzle.cc:1424
259
303
msgid "(not used)"
262
#: ../client/drizzle.cc:1425
306
#: ../client/drizzle.cc:1426
263
307
msgid "Delimiter to be used."
266
#: ../client/drizzle.cc:1427
310
#: ../client/drizzle.cc:1428
267
311
msgid "Execute command and quit. (Disables --force and history file)"
270
#: ../client/drizzle.cc:1429
314
#: ../client/drizzle.cc:1430
271
315
msgid "Enable/disable LOAD DATA LOCAL INFILE."
274
#: ../client/drizzle.cc:1431
318
#: ../client/drizzle.cc:1432
275
319
msgid "Flush buffer after each query."
278
#: ../client/drizzle.cc:1433
322
#: ../client/drizzle.cc:1434
279
323
msgid "Ignore SIGINT (CTRL-C)"
282
#: ../client/drizzle.cc:1435
326
#: ../client/drizzle.cc:1436
284
328
"Only update the default database. This is useful for skipping updates to "
285
329
"other database in the update log."
288
#: ../client/drizzle.cc:1437
332
#: ../client/drizzle.cc:1438
290
334
"Pager to use to display results. If you don't supply an option the default "
291
335
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
297
#: ../client/drizzle.cc:1439
341
#: ../client/drizzle.cc:1440
298
342
msgid "Disable pager and print to stdout. See interactive help (\\h) also."
301
#: ../client/drizzle.cc:1441
345
#: ../client/drizzle.cc:1442
302
346
msgid "Set the drizzle prompt to this value."
305
#: ../client/drizzle.cc:1443
349
#: ../client/drizzle.cc:1444
307
351
"Don't cache result, print it row by row. This may slow down the server if "
308
352
"the output is suspended. Doesn't use history file."
311
#: ../client/drizzle.cc:1445
355
#: ../client/drizzle.cc:1446
312
356
msgid "Write fields without conversion. Used with --batch."
315
#: ../client/drizzle.cc:1447
359
#: ../client/drizzle.cc:1448
317
361
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
318
362
"option is enabled by default."
321
#: ../client/drizzle.cc:1449
365
#: ../client/drizzle.cc:1450
322
366
msgid "Shutdown the server"
325
#: ../client/drizzle.cc:1450
369
#: ../client/drizzle.cc:1451
327
371
"Be more silent. Print results with a tab as separator, each row on new line."
330
#: ../client/drizzle.cc:1452
374
#: ../client/drizzle.cc:1453
332
376
"Append everything into outfile. See interactive help (\\h) also. Does not "
333
377
"work in batch mode. Disable with --disable-tee. This option is disabled by "
337
#: ../client/drizzle.cc:1454
381
#: ../client/drizzle.cc:1455
338
382
msgid "Disable outfile. See interactive help (\\h) also."
341
#: ../client/drizzle.cc:1455
385
#: ../client/drizzle.cc:1456
342
386
msgid "Wait and retry if connection is down."
345
#: ../client/drizzle.cc:1457
389
#: ../client/drizzle.cc:1458
346
390
msgid "Number of seconds before connection timeout."
349
#: ../client/drizzle.cc:1459
393
#: ../client/drizzle.cc:1460
350
394
msgid "Max length of input line"
353
#: ../client/drizzle.cc:1461
397
#: ../client/drizzle.cc:1462
354
398
msgid "Automatic limit for SELECT when using --safe-updates"
357
#: ../client/drizzle.cc:1463
401
#: ../client/drizzle.cc:1464
358
402
msgid "Automatic limit for rows in a join when using --safe-updates"
361
#: ../client/drizzle.cc:1469 ../client/drizzledump.cc:2564
362
#: ../client/drizzleimport.cc:404 ../client/drizzleslap.cc:928
363
#: ../client/drizzletest.cc:5456
405
#: ../client/drizzle.cc:1467 ../client/drizzledump.cc:2499
406
msgid "Options specific to the client"
409
#: ../client/drizzle.cc:1470 ../client/drizzledump.cc:2504
410
#: ../client/drizzleimport.cc:404 ../client/drizzleslap.cc:929
411
#: ../client/drizzletest.cc:5457
364
412
msgid "Use MySQL Protocol."
367
#: ../client/drizzle.cc:1471
415
#: ../client/drizzle.cc:1472
368
416
msgid "Connect to host"
371
#: ../client/drizzle.cc:1473
419
#: ../client/drizzle.cc:1474
373
421
"Password to use when connecting to server. If password is not given it's "
374
422
"asked from the tty."
377
#: ../client/drizzle.cc:1475
425
#: ../client/drizzle.cc:1476
379
427
"Port number to use for connection or 0 for default to, in order of "
380
428
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default"
383
#: ../client/drizzle.cc:1477
431
#: ../client/drizzle.cc:1478 ../client/drizzledump.cc:2510
384
432
msgid "User for login if not current user."
387
#: ../client/drizzle.cc:1479
435
#: ../client/drizzle.cc:1480 ../client/drizzledump.cc:2512
388
436
msgid "The protocol of connection (tcp,socket,pipe,memory)."
391
#: ../client/drizzle.cc:1529 ../client/drizzle.cc:1536
439
#: ../client/drizzle.cc:1483 ../client/drizzledump.cc:2524
440
msgid "Allowed Options"
443
#: ../client/drizzle.cc:1530 ../client/drizzle.cc:1537
393
445
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
396
#: ../client/drizzle.cc:1587
448
#: ../client/drizzle.cc:1588 ../client/drizzle.cc:3849
397
449
msgid "DELIMITER cannot contain a backslash character"
400
#: ../client/drizzle.cc:1664
452
#: ../client/drizzle.cc:1665
402
454
msgid "Error: Value of %<PRIu32> supplied for port is not valid.\n"
405
#: ../client/drizzle.cc:1709 ../client/drizzle.cc:1719
406
#: ../client/drizzle.cc:4089
457
#: ../client/drizzle.cc:1711 ../client/drizzle.cc:4093
408
msgid "drizzle Ver %s Distrib %s, for %s-%s (%s) using readline %s\n"
459
msgid "Drizzle client %s build %s, for %s-%s (%s) using readline %s\n"
411
#: ../client/drizzle.cc:1723
462
#: ../client/drizzle.cc:1717
414
465
"Copyright (C) 2008 Sun Microsystems\n"
416
467
"and you are welcome to modify and redistribute it under the GPL license\n"
419
#: ../client/drizzle.cc:1728
470
#: ../client/drizzle.cc:1722
421
472
msgid "Usage: drizzle [OPTIONS] [database]\n"
424
#: ../client/drizzle.cc:1779
425
msgid "Welcome to the Drizzle client.. Commands end with ; or \\g."
475
#: ../client/drizzle.cc:1776
477
msgid "Welcome to the Drizzle client.. Commands end with %s or \\g."
428
#: ../client/drizzle.cc:1788
480
#: ../client/drizzle.cc:1785
431
483
"Your Drizzle connection id is %u\n"
432
484
"Server version: %s\n"
435
#: ../client/drizzle.cc:1820
487
#: ../client/drizzle.cc:1817
437
489
msgid "Reading history-file %s\n"
440
#: ../client/drizzle.cc:1824
492
#: ../client/drizzle.cc:1821
442
494
msgid "Couldn't allocate memory for temp histfile!\n"
445
#: ../client/drizzle.cc:1831
497
#: ../client/drizzle.cc:1828
446
498
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
449
#: ../client/drizzle.cc:1854
501
#: ../client/drizzle.cc:1838
505
#: ../client/drizzle.cc:1851
451
507
msgid "Writing history-file %s\n"
454
#: ../client/drizzle.cc:1862
510
#: ../client/drizzle.cc:1859
458
#: ../client/drizzle.cc:1862
514
#: ../client/drizzle.cc:1859
462
#: ../client/drizzle.cc:1914
518
#: ../client/drizzle.cc:1911
463
519
msgid "Query aborted by Ctrl+C\n"
466
#: ../client/drizzle.cc:1998
522
#: ../client/drizzle.cc:1995
468
524
msgid "Processing line: %<PRIu32>\n"
471
#: ../client/drizzle.cc:2216
527
#: ../client/drizzle.cc:2213
472
528
msgid "Unknown command: "
475
#: ../client/drizzle.cc:2630
531
#: ../client/drizzle.cc:2627
477
533
"Reading table information for completion of table and column names\n"
478
534
"You can turn off this feature to get a quicker startup with -A\n"
482
#: ../client/drizzle.cc:2696
538
#: ../client/drizzle.cc:2693
483
539
msgid "No connection. Trying to reconnect..."
486
#: ../client/drizzle.cc:2702
542
#: ../client/drizzle.cc:2699
487
543
msgid "Can't connect to the server\n"
490
#: ../client/drizzle.cc:2780
546
#: ../client/drizzle.cc:2779
491
547
msgid "List of all Drizzle commands:"
494
#: ../client/drizzle.cc:2782
495
msgid "Note that all text commands must be first on line and end with ';'"
550
#: ../client/drizzle.cc:2783
553
"Note that all text commands must be first on line and end with '%s' or \\g"
498
#: ../client/drizzle.cc:2837
556
#: ../client/drizzle.cc:2841
499
557
msgid "No query specified\n"
502
#: ../client/drizzle.cc:2852
560
#: ../client/drizzle.cc:2856
503
561
msgid "Ignoring query to other database"
506
#: ../client/drizzle.cc:2902
564
#: ../client/drizzle.cc:2906
507
565
msgid "Empty set"
510
#: ../client/drizzle.cc:2915
568
#: ../client/drizzle.cc:2919
512
570
msgid "%ld row in set"
513
571
msgid_plural "%ld rows in set"
517
#: ../client/drizzle.cc:2924
575
#: ../client/drizzle.cc:2928
521
#: ../client/drizzle.cc:2926
579
#: ../client/drizzle.cc:2930
523
581
msgid "Query OK, %ld row affected"
524
582
msgid_plural "Query OK, %ld rows affected"
528
#: ../client/drizzledump.cc:212
586
#: ../client/drizzle.cc:3002
587
msgid "popen() failed! defaulting PAGER to stdout!\n"
590
#: ../client/drizzle.cc:3024
592
msgid "Error logging to file '%s'\n"
595
#: ../client/drizzle.cc:3029
597
msgid "Logging to file '%s'\n"
600
#: ../client/drizzle.cc:3113
609
"Collation: %s (%u)\n"
617
#: ../client/drizzle.cc:3580
619
msgid "No previous outfile available, you must give a filename!\n"
622
#: ../client/drizzle.cc:3585
624
msgid "Currently logging to file '%s'\n"
627
#: ../client/drizzle.cc:3605
629
msgid "No outfile specified!\n"
632
#: ../client/drizzle.cc:3618
633
msgid "Outfile disabled.\n"
636
#: ../client/drizzle.cc:3645
637
msgid "Default pager wasn't set, using stdout.\n"
640
#: ../client/drizzle.cc:3665
642
msgid "PAGER set to '%s'\n"
645
#: ../client/drizzle.cc:3676
646
msgid "PAGER set to stdout\n"
649
#: ../client/drizzle.cc:3759
651
msgid "Connection id: %u"
654
#: ../client/drizzle.cc:3761
656
msgid "Current database: %.128s\n"
659
#: ../client/drizzle.cc:3762
664
#: ../client/drizzle.cc:3782
665
msgid "Usage: \\. <filename> | source <filename>"
668
#: ../client/drizzle.cc:3797
670
msgid "Failed to open file '%s', error: %d"
673
#: ../client/drizzle.cc:3805
674
msgid "Can't initialize LineBuffer"
677
#: ../client/drizzle.cc:3841
678
msgid "DELIMITER must be followed by a 'delimiter' character or string"
681
#: ../client/drizzle.cc:3874
682
msgid "USE must be followed by a database name"
685
#: ../client/drizzle.cc:3942
686
msgid "Database changed"
689
#: ../client/drizzle.cc:3950
690
msgid "Show warnings enabled."
693
#: ../client/drizzle.cc:3958
694
msgid "Show warnings disabled."
697
#: ../client/drizzle.cc:4100
701
"Connection id:\t\t%lu\n"
704
#: ../client/drizzle.cc:4112
706
msgid "Current database:\t%s\n"
709
#: ../client/drizzle.cc:4113
711
msgid "Current user:\t\t%s\n"
714
#: ../client/drizzle.cc:4119
715
msgid "SSL:\t\t\tNot in use"
718
#: ../client/drizzle.cc:4124
724
#: ../client/drizzle.cc:4131
727
"All updates ignored to this database\n"
730
#: ../client/drizzle.cc:4134
732
msgid "Current pager:\t\t%s\n"
735
#: ../client/drizzle.cc:4135
737
msgid "Using outfile:\t\t'%s'\n"
740
#: ../client/drizzle.cc:4136
742
msgid "Using delimiter:\t%s\n"
745
#: ../client/drizzle.cc:4137
747
msgid "Server version:\t\t%s\n"
750
#: ../client/drizzle.cc:4138
752
msgid "Protocol version:\t%d\n"
755
#: ../client/drizzle.cc:4139
757
msgid "Connection:\t\t%s\n"
760
#: ../client/drizzle.cc:4146
762
msgid "UNIX socket:\t\t%s\n"
765
#: ../client/drizzle.cc:4148
767
msgid "TCP port:\t\t%d\n"
770
#: ../client/drizzle.cc:4153
773
"Note that you are running in safe_update_mode:\n"
776
#: ../client/drizzle.cc:4155
779
"UPDATEs and DELETEs that don't use a key in the WHERE clause are not "
781
"(One can force an UPDATE/DELETE by adding LIMIT # at the end of the "
783
" SELECT has an automatic 'LIMIT %lu' if LIMIT is not used.\n"
784
" Max number of examined row combination in a join is set to: %"
789
#: ../client/drizzle.cc:4217 ../drizzled/option.cc:339
794
#: ../client/drizzle.cc:4260
796
msgid "ERROR %d (%s): "
799
#: ../client/drizzle.cc:4262
804
#: ../client/drizzle.cc:4265
808
#: ../client/drizzle.cc:4398
812
#: ../client/drizzle.cc:4400
816
#: ../client/drizzle.cc:4406
820
#: ../client/drizzle.cc:4412
824
#: ../client/drizzle.cc:4513
828
#: ../client/drizzle.cc:4633
830
msgid "Returning to default PROMPT of %s\n"
833
#: ../client/drizzle.cc:4638
834
msgid "Memory allocation error. Not changing prompt\n"
837
#: ../client/drizzle.cc:4643
839
msgid "PROMPT set to '%s'\n"
842
#: ../client/drizzledump.cc:198
530
844
msgid "Got errno %d on write"
533
#: ../client/drizzledump.cc:296
847
#: ../client/drizzledump.cc:282
535
849
msgid "%s: You must use option --tab with --fields-...\n"
538
#: ../client/drizzledump.cc:302
852
#: ../client/drizzledump.cc:288
541
855
"%s: You can't use --single-transaction and --lock-all-tables at the same "
545
#: ../client/drizzledump.cc:308
859
#: ../client/drizzledump.cc:294
548
862
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
552
#: ../client/drizzledump.cc:314
866
#: ../client/drizzledump.cc:300
554
868
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
557
#: ../client/drizzledump.cc:333
871
#: ../client/drizzledump.cc:319
559
873
msgid "Got error: %s (%d) %s"
562
#: ../client/drizzledump.cc:340
876
#: ../client/drizzledump.cc:326
564
878
msgid "Got error: %d %s"
567
#: ../client/drizzledump.cc:438 ../client/drizzledump.cc:445
568
#: ../client/drizzledump.cc:458
881
#: ../client/drizzledump.cc:424 ../client/drizzledump.cc:431
882
#: ../client/drizzledump.cc:444
570
884
msgid "Couldn't execute '%s': %s (%d)"
573
#: ../client/drizzledump.cc:518
887
#: ../client/drizzledump.cc:504
575
889
msgid "-- Connecting to %s...\n"
578
#: ../client/drizzledump.cc:541
892
#: ../client/drizzledump.cc:527
580
894
msgid "-- Disconnecting from %s...\n"
583
#: ../client/drizzledump.cc:552
897
#: ../client/drizzledump.cc:538
584
898
msgid "Couldn't allocate memory"
587
#: ../client/drizzledump.cc:896
901
#: ../client/drizzledump.cc:882
590
904
"-- Warning: Unable to use delayed inserts for table '%s' because it's of "
594
#: ../client/drizzledump.cc:910
908
#: ../client/drizzledump.cc:896
596
910
msgid "-- Retrieving table structure for table %s...\n"
599
#: ../client/drizzledump.cc:1024
913
#: ../client/drizzledump.cc:1010
601
915
msgid "%s: Warning: Can't set SQL_QUOTE_SHOW_CREATE option (%s)\n"
604
#: ../client/drizzledump.cc:1131
918
#: ../client/drizzledump.cc:1117
606
920
msgid "%s: Can't get keys for table %s\n"
609
#: ../client/drizzledump.cc:1209 ../client/drizzledump.cc:2303
923
#: ../client/drizzledump.cc:1195 ../client/drizzledump.cc:2248
611
925
msgid "Error: Couldn't read status information for table %s\n"
614
#: ../client/drizzledump.cc:1353
928
#: ../client/drizzledump.cc:1339
616
930
msgid "Error retrieving table structure for table: \"%s\""
619
#: ../client/drizzledump.cc:1360
933
#: ../client/drizzledump.cc:1346
621
935
msgid "-- Skipping dump data for table '%s', --no-data was used\n"
624
#: ../client/drizzledump.cc:1371
938
#: ../client/drizzledump.cc:1357
626
940
msgid "-- Warning: Skipping data for table '%s' because it's of type %s\n"
629
#: ../client/drizzledump.cc:1378
943
#: ../client/drizzledump.cc:1364
631
945
msgid "-- Skipping dump data for table '%s', it has no fields\n"
634
#: ../client/drizzledump.cc:1386
948
#: ../client/drizzledump.cc:1372
635
949
msgid "-- Sending SELECT query...\n"
638
#: ../client/drizzledump.cc:1440 ../client/drizzledump.cc:1929
952
#: ../client/drizzledump.cc:1426 ../client/drizzledump.cc:1915
639
953
msgid "when executing 'SELECT INTO OUTFILE'"
642
#: ../client/drizzledump.cc:1451
956
#: ../client/drizzledump.cc:1437
651
#: ../client/drizzledump.cc:1492
965
#: ../client/drizzledump.cc:1478
652
966
msgid "-- Retrieving rows...\n"
655
#: ../client/drizzledump.cc:1495
969
#: ../client/drizzledump.cc:1481
657
971
msgid "%s: Error in field count for table: %s ! Aborting.\n"
660
#: ../client/drizzledump.cc:1539
974
#: ../client/drizzledump.cc:1525
662
976
msgid "%s: Error reading rows for table: %s (%d:%s) ! Aborting.\n"
665
#: ../client/drizzledump.cc:1556
979
#: ../client/drizzledump.cc:1542
667
981
msgid "-- %<PRIu32> of ~%<PRIu64> rows dumped for table %s\n"
670
#: ../client/drizzledump.cc:1578
984
#: ../client/drizzledump.cc:1564
672
986
msgid "Not enough fields from table %s! Aborting.\n"
675
#: ../client/drizzledump.cc:1993 ../client/drizzledump.cc:2109
989
#: ../client/drizzledump.cc:1979 ../client/drizzledump.cc:2095
676
990
msgid "when doing refresh"
679
#: ../client/drizzledump.cc:2080
993
#: ../client/drizzledump.cc:2066
680
994
msgid "alloc_root failure."
683
#: ../client/drizzledump.cc:2096
997
#: ../client/drizzledump.cc:2082
685
999
msgid "Couldn't find table: \"%s\""
688
#: ../client/drizzledump.cc:2374 ../client/drizzledump.cc:2381
689
#: ../client/drizzledump.cc:2391
1002
#: ../client/drizzledump.cc:2319 ../client/drizzledump.cc:2326
1003
#: ../client/drizzledump.cc:2336
692
1006
"Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
695
#: ../client/drizzledump.cc:2423
1009
#: ../client/drizzledump.cc:2368
697
1011
msgid "Error: Not enough memory to store ORDER BY clause\n"
700
#: ../client/drizzledump.cc:2480
1014
#: ../client/drizzledump.cc:2399
1016
"Dump all the databases. This will be same as --databases with all databases "
1020
#: ../client/drizzledump.cc:2401
1021
msgid "Dump all the tablespaces."
1024
#: ../client/drizzledump.cc:2403
1025
msgid "Use complete insert statements."
1028
#: ../client/drizzledump.cc:2407
1030
"Flush logs file in server before starting dump. Note that if you dump many "
1031
"databases at once (using the option --databases= or --all-databases), the "
1032
"logs will be flushed for each database dumped. The exception is when using --"
1033
"lock-all-tables in this case the logs will be flushed only once, "
1034
"corresponding to the moment all tables are locked. So if you want your dump "
1035
"and the log flush to happen at the same exact moment you should use --lock-"
1036
"all-tables or --flush-logs"
1039
#: ../client/drizzledump.cc:2409
1040
msgid "Continue even if we get an sql-error."
1043
#: ../client/drizzledump.cc:2410
1044
msgid "Display this help message and exit."
1047
#: ../client/drizzledump.cc:2412
1049
"Locks all tables across all databases. This is achieved by taking a global "
1050
"read lock for the duration of the whole dump. Automatically turns --single-"
1051
"transaction and --lock-tables off."
1054
#: ../client/drizzledump.cc:2414
1056
"Sorts each table's rows by primary key, or first unique key, if such a key "
1057
"exists. Useful when dumping a MyISAM table to be loaded into an InnoDB "
1058
"table, but will make the dump itself take considerably longer."
1061
#: ../client/drizzledump.cc:2416
1063
"Creates a consistent snapshot by dumping all tables in a single transaction. "
1064
"Works ONLY for tables stored in storage engines which support "
1065
"multiversioning (currently only InnoDB does); the dump is NOT guaranteed to "
1066
"be consistent for other storage engines. While a --single-transaction dump "
1067
"is in process, to ensure a valid dump file (correct table contents), no "
1068
"other connection should use the following statements: ALTER TABLE, DROP "
1069
"TABLE, RENAME TABLE, TRUNCATE TABLE, as consistent snapshot is not isolated "
1070
"from them. Option automatically turns off --lock-tables."
1073
#: ../client/drizzledump.cc:2417
1075
"Same as --add-drop-table, --add-locks, --create-options, --quick, --extended-"
1076
"insert, --lock-tables, --set-charset, and --disable-keys. Enabled by "
1077
"default, disable with --skip-opt."
1080
#: ../client/drizzledump.cc:2419
1082
"Disable --opt. Disables --add-drop-table, --add-locks, --create-options, --"
1083
"quick, --extended-insert, --lock-tables, --set-charset, and --disable-keys."
1086
#: ../client/drizzledump.cc:2420
1087
msgid "Overrides option --databases (-B)."
1090
#: ../client/drizzledump.cc:2422
701
1091
msgid "Number of rows before each output progress report (requires --verbose)."
704
#: ../client/drizzledump.cc:2633 ../client/drizzledump.cc:2720
1094
#: ../client/drizzledump.cc:2424
1095
msgid "Print info about the various stages."
1098
#: ../client/drizzledump.cc:2426
1099
msgid "Dump a database as well formed XML."
1102
#: ../client/drizzledump.cc:2427
1103
msgid "Turn off Comments"
1106
#: ../client/drizzledump.cc:2428
1107
msgid "Turn off create-options"
1110
#: ../client/drizzledump.cc:2429
1111
msgid "Turn off extended-insert"
1114
#: ../client/drizzledump.cc:2430
1115
msgid "Turn off dump-date"
1118
#: ../client/drizzledump.cc:2431
1119
msgid "Do not read from the configuration files"
1122
#: ../client/drizzledump.cc:2437
1123
msgid "Add a 'DROP DATABASE' before each create."
1126
#: ../client/drizzledump.cc:2439
1127
msgid "Add a 'drop table' before each create."
1130
#: ../client/drizzledump.cc:2441
1131
msgid "Allow creation of column names that are keywords."
1134
#: ../client/drizzledump.cc:2443
1135
msgid "Write additional information."
1138
#: ../client/drizzledump.cc:2445
1140
"Give less verbose output (useful for debugging). Disables structure comments "
1141
"and header/footer constructs. Enables options --skip-add-drop-table --no-"
1142
"set-names --skip-disable-keys --skip-add-locks"
1145
#: ../client/drizzledump.cc:2447
1146
msgid "Include all DRIZZLE specific create options."
1149
#: ../client/drizzledump.cc:2449
1150
msgid "Put a dump date to the end of the output."
1153
#: ../client/drizzledump.cc:2451
1155
"To dump several databases. Note the difference in usage; In this case no "
1156
"tables are given. All name arguments are regarded as databasenames. 'USE "
1157
"db_name;' will be included in the output."
1160
#: ../client/drizzledump.cc:2453
1161
msgid "Insert rows with INSERT DELAYED;"
1164
#: ../client/drizzledump.cc:2455
1166
"'ALTER TABLE tb_name DISABLE KEYS; and 'ALTER TABLE tb_name ENABLE KEYS; "
1167
"will be put in the output."
1170
#: ../client/drizzledump.cc:2457
1171
msgid "Allows utilization of the new, much faster INSERT syntax."
1174
#: ../client/drizzledump.cc:2459
1175
msgid "Fields in the textfile are terminated by ..."
1178
#: ../client/drizzledump.cc:2461
1179
msgid "Fields in the importfile are enclosed by ..."
1182
#: ../client/drizzledump.cc:2463
1183
msgid "Fields in the i.file are opt. enclosed by ..."
1186
#: ../client/drizzledump.cc:2465
1187
msgid "Fields in the i.file are escaped by ..."
1190
#: ../client/drizzledump.cc:2469
1192
"Do not dump the specified table. To specify more than one table to ignore, "
1193
"use the directive multiple times, once for each table. Each table must be "
1194
"specified with both database and table names, e.g. --ignore-table=database."
1198
#: ../client/drizzledump.cc:2471
1199
msgid "Insert rows with INSERT IGNORE."
1202
#: ../client/drizzledump.cc:2473
1203
msgid "Lines in the i.file are terminated by ..."
1206
#: ../client/drizzledump.cc:2475
1207
msgid "Wrap tables with autocommit/commit statements."
1210
#: ../client/drizzledump.cc:2477
1212
"'CREATE DATABASE IF NOT EXISTS db_name;' will not be put in the output. The "
1213
"above line will be added otherwise, if --databases or --all-databases option "
1217
#: ../client/drizzledump.cc:2479
1218
msgid "Don't write table creation info."
1221
#: ../client/drizzledump.cc:2481
1222
msgid "No row information."
1225
#: ../client/drizzledump.cc:2482
1226
msgid "Deprecated. Use --skip-set-charset instead."
1229
#: ../client/drizzledump.cc:2484
1230
msgid "Enable set-name"
1233
#: ../client/drizzledump.cc:2486
1234
msgid "Don't buffer query, dump directly to stdout."
1237
#: ../client/drizzledump.cc:2488
1238
msgid "Quote table and column names with backticks (`)."
1241
#: ../client/drizzledump.cc:2490
1242
msgid "Use REPLACE INTO instead of INSERT INTO."
1245
#: ../client/drizzledump.cc:2492
1247
"Direct output to a given file. This option should be used in MSDOS, because "
1248
"it prevents new line '\\n' from being converted to '\\r\\n' (carriage return "
1252
#: ../client/drizzledump.cc:2494
1254
"Creates tab separated textfile for each table to given path. (creates .sql "
1255
"and .txt files). NOTE: This only works if drizzledump is run on the same "
1256
"machine as the drizzled daemon."
1259
#: ../client/drizzledump.cc:2496
1260
msgid "Dump only selected records; QUOTES mandatory!"
1263
#: ../client/drizzledump.cc:2502
1264
msgid "Connect to host."
1267
#: ../client/drizzledump.cc:2506
1269
"Password to use when connecting to server. If password is not given it's "
1270
"solicited on the tty."
1273
#: ../client/drizzledump.cc:2508
1274
msgid "Port number to use for connection."
1277
#: ../client/drizzledump.cc:2515
1278
msgid "Hidden Options"
1281
#: ../client/drizzledump.cc:2517
1282
msgid "Used to select the database"
1285
#: ../client/drizzledump.cc:2518
1286
msgid "Used to select the tables"
1289
#: ../client/drizzledump.cc:2521
1290
msgid "Allowed Options + Hidden Options"
1293
#: ../client/drizzledump.cc:2573
1295
msgid "Drizzledump %s build %s, for %s-%s (%s)\n"
1298
#: ../client/drizzledump.cc:2578
1300
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1301
"and you are welcome to modify and redistribute it under the GPL license\n"
1304
#: ../client/drizzledump.cc:2579
1305
msgid "Dumps definitions and data from a Drizzle database server"
1308
#: ../client/drizzledump.cc:2580
706
1310
msgid "Usage: %s [OPTIONS] database [tables]\n"
709
#: ../client/drizzledump.cc:2634 ../client/drizzledump.cc:2721
1313
#: ../client/drizzledump.cc:2581
711
1315
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
714
#: ../client/drizzledump.cc:2636 ../client/drizzledump.cc:2723
1318
#: ../client/drizzledump.cc:2583
716
1320
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
719
#: ../client/drizzledump.cc:2648 ../client/drizzleimport.cc:459
720
#: ../client/drizzleslap.cc:1001 ../client/drizzletest.cc:5596
1323
#: ../client/drizzledump.cc:2599 ../client/drizzleimport.cc:459
1324
#: ../client/drizzleslap.cc:1002 ../client/drizzletest.cc:5597
722
1326
msgid "Value supplied for port is not valid.\n"
4712
5296
msgid "error: could not open directory: %s\n"
4715
#: ../drizzled/main.cc:152
5299
#: ../drizzled/main.cc:150
4717
5301
"setrlimit could not change the size of core files to 'infinity'; We may not "
4718
5302
"be able to generate a core file on signals"
4721
#: ../drizzled/main.cc:250
5305
#: ../drizzled/main.cc:251
4723
5307
msgid "Data directory %s does not exist\n"
4726
#: ../drizzled/message/transaction_reader.cc:120
5310
#: ../drizzled/message/transaction_reader.cc:175
4728
5312
msgid "Usage: %s TRANSACTION_LOG [--checksum] \n"
4731
#: ../drizzled/message/transaction_reader.cc:129
5315
#: ../drizzled/message/transaction_reader.cc:184
4732
5316
#: ../drizzled/message/transaction_writer.cc:371
4734
5318
msgid "Cannot open file: %s\n"
4737
#: ../drizzled/message/transaction_reader.cc:162
5321
#: ../drizzled/message/transaction_reader.cc:217
4739
5323
msgid "Found a non-transaction message in log. Currently, not supported.\n"
4742
#: ../drizzled/message/transaction_reader.cc:168
4743
#: ../plugin/transaction_log/transaction_log_reader.cc:117
5326
#: ../drizzled/message/transaction_reader.cc:223
5327
#: ../plugin/transaction_log/transaction_log_reader.cc:119
4745
5329
msgid "Attempted to read record bigger than INT_MAX\n"
4748
#: ../drizzled/message/transaction_reader.cc:188
4749
#: ../plugin/transaction_log/transaction_log_reader.cc:137
5332
#: ../drizzled/message/transaction_reader.cc:243
5333
#: ../plugin/transaction_log/transaction_log_reader.cc:139
4751
5335
msgid "Memory allocation failure trying to allocate %<PRIu64> bytes.\n"
4754
#: ../drizzled/message/transaction_reader.cc:199
4755
#: ../plugin/transaction_log/hexdump_transaction_message.cc:144
4756
#: ../plugin/transaction_log/print_transaction_message.cc:142
4757
#: ../plugin/transaction_log/transaction_log_reader.cc:148
5338
#: ../drizzled/message/transaction_reader.cc:256
5339
#: ../plugin/transaction_log/hexdump_transaction_message.cc:149
5340
#: ../plugin/transaction_log/print_transaction_message.cc:147
5341
#: ../plugin/transaction_log/transaction_log_reader.cc:152
4759
5343
msgid "Could not read transaction message.\n"
4762
#: ../drizzled/message/transaction_reader.cc:200
4763
#: ../plugin/transaction_log/hexdump_transaction_message.cc:145
4764
#: ../plugin/transaction_log/print_transaction_message.cc:143
4765
#: ../plugin/transaction_log/transaction_log_reader.cc:149
5346
#: ../drizzled/message/transaction_reader.cc:257
5347
#: ../plugin/transaction_log/hexdump_transaction_message.cc:150
5348
#: ../plugin/transaction_log/print_transaction_message.cc:148
5349
#: ../plugin/transaction_log/transaction_log_reader.cc:153
4767
5351
msgid "GPB ERROR: %s.\n"
4770
#: ../drizzled/message/transaction_reader.cc:204
4771
#: ../drizzled/message/transaction_reader.cc:217
5354
#: ../drizzled/message/transaction_reader.cc:261
5355
#: ../drizzled/message/transaction_reader.cc:274
4799
5383
"the current running version of Drizzle: %<PRIu64>."
4802
#: ../drizzled/module/loader.cc:275
5386
#: ../drizzled/module/loader.cc:271
4805
5389
"Plugin '%s' contains the name '%s' in its manifest, which has already been "
4806
5390
"registered.\n"
4809
#: ../drizzled/module/loader.cc:354
5393
#: ../drizzled/module/loader.cc:350
4811
5395
msgid "Plugin '%s' init function returned error.\n"
4814
#: ../drizzled/module/loader.cc:532
5398
#: ../drizzled/module/loader.cc:514
4816
5400
msgid "Couldn't load plugin library named '%s'.\n"
4819
#: ../drizzled/module/loader.cc:542
5403
#: ../drizzled/module/loader.cc:524
4821
5405
msgid "Couldn't load plugin named '%s'.\n"
4824
#: ../drizzled/module/loader.cc:771
5408
#: ../drizzled/module/loader.cc:751
4825
5409
msgid "Out of memory."
4828
#: ../drizzled/module/loader.cc:1483 ../drizzled/module/loader.cc:1534
5412
#: ../drizzled/module/loader.cc:1457 ../drizzled/module/loader.cc:1508
4830
5414
msgid "Unknown variable type code 0x%x in plugin '%s'."
4833
#: ../drizzled/module/loader.cc:1526
5417
#: ../drizzled/module/loader.cc:1500
4836
5420
"Server variable %s of plugin %s was forced to be read-only: string variable "
4837
5421
"without update_func and PLUGIN_VAR_MEMALLOC flag"
4840
#: ../drizzled/module/loader.cc:1545
5424
#: ../drizzled/module/loader.cc:1519
4842
5426
msgid "Missing variable name in plugin '%s'."
4845
#: ../drizzled/module/loader.cc:1562
5429
#: ../drizzled/module/loader.cc:1536
4847
5431
msgid "Thread local variable '%s' not allocated in plugin '%s'."
4850
#: ../drizzled/module/loader.cc:1684
5434
#: ../drizzled/module/loader.cc:1658
4852
5436
msgid "Out of memory for plugin '%s'."
4855
#: ../drizzled/module/loader.cc:1693
5439
#: ../drizzled/module/loader.cc:1667
4857
5441
msgid "Bad options for plugin '%s'."
4860
#: ../drizzled/module/loader.cc:1706
5444
#: ../drizzled/module/loader.cc:1680
4862
5446
msgid "Parsing options for plugin '%s' failed."
4865
#: ../drizzled/module/loader.cc:1759
5449
#: ../drizzled/module/loader.cc:1733
4867
5451
msgid "Plugin '%s' has conflicting system variables"
4870
#: ../drizzled/module/registry.h:102
5454
#: ../drizzled/module/registry.h:103
4872
5456
msgid "Loading plugin %s failed: a plugin by that name already exists.\n"
4875
#: ../drizzled/module/registry.h:111
5459
#: ../drizzled/module/registry.h:112
4877
5461
msgid "Fatal error: Failed initializing %s plugin.\n"
5201
#: ../drizzled/signal_handler.cc:122
5756
#: ../drizzled/signal_handler.cc:148
5204
5759
"It is possible that drizzled could use up to \n"
5205
"key_buffer_size + (read_buffer_size + sort_buffer_size)*thread_count\n"
5760
"(read_buffer_size + sort_buffer_size)*thread_count\n"
5206
5761
"bytes of memory\n"
5207
5762
"Hope that's ok; if not, decrease some variables in the equation.\n"
5211
#: ../drizzled/signal_handler.cc:135
5214
"Attempting backtrace. You can use the following information to find out\n"
5215
"where drizzled died. If you see no messages after this, something went\n"
5216
"terribly wrong...\n"
5219
#: ../drizzled/signal_handler.cc:163
5222
"Trying to get some variables.\n"
5223
"Some pointers may be invalid and cause the dump to abort...\n"
5226
#: ../drizzled/signal_handler.cc:174
5230
"This crash occurred while the server was calling initgroups(). This is\n"
5231
"often due to the use of a drizzled that is statically linked against glibc\n"
5232
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
5233
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
5234
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
5235
"drizzled that is not statically linked.\n"
5238
#: ../drizzled/signal_handler.cc:188
5242
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
5243
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
5244
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
5245
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
5246
"the documentation for your distribution on how to do that.\n"
5249
#: ../drizzled/signal_handler.cc:201
5251
msgid "Writing a core file\n"
5254
#: ../drizzled/sql_base.cc:1527
5766
#: ../drizzled/sql_base.cc:1521
5256
5768
msgid "Table %s had a open data Cursor in reopen_table"
5259
#: ../drizzled/sql_table.cc:1972
5771
#: ../drizzled/sql_table.cc:1957
5261
5773
msgid "Unknown - internal error %d during operation"
5264
#: ../drizzled/statement/alter_table.cc:1429
5776
#: ../drizzled/statement/alter_table.cc:1486
5267
5779
"order_st BY ignored because there is a user-defined clustered index in the "
5268
5780
"table '%-.192s'"
5271
#: ../drizzled/table.cc:1971
5783
#: ../drizzled/table.cc:1965
5273
5785
msgid "Got error %d when reading table '%s'"
5380
5892
msgid "Default database to use."
5383
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:830
5384
#: ../plugin/mysql_protocol/mysql_protocol.cc:905
5895
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:826
5896
#: ../plugin/mysql_protocol/mysql_protocol.cc:900
5385
5897
msgid "Invalid value of port\n"
5388
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:839
5389
#: ../plugin/mysql_protocol/mysql_protocol.cc:914
5900
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:835
5901
#: ../plugin/mysql_protocol/mysql_protocol.cc:909
5390
5902
msgid "Invalid value for connect_timeout\n"
5393
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:848
5394
#: ../plugin/mysql_protocol/mysql_protocol.cc:923
5905
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:844
5906
#: ../plugin/mysql_protocol/mysql_protocol.cc:918
5395
5907
msgid "Invalid value for read_timeout\n"
5398
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:857
5399
#: ../plugin/mysql_protocol/mysql_protocol.cc:932
5910
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:853
5911
#: ../plugin/mysql_protocol/mysql_protocol.cc:927
5400
5912
msgid "Invalid value for write_timeout\n"
5403
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:866
5915
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:862
5404
5916
msgid "Invalid value for retry_count\n"
5407
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:875
5408
#: ../plugin/mysql_protocol/mysql_protocol.cc:950
5919
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:871
5920
#: ../plugin/mysql_protocol/mysql_protocol.cc:945
5409
5921
msgid "Invalid value for buffer_length\n"
5412
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:895
5413
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:919
5924
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:891
5925
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:915
5415
5927
"Port number to use for connection or 0 for default to, in order of "
5416
5928
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default (4427)."
5419
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:901
5420
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:925
5421
#: ../plugin/mysql_protocol/mysql_protocol.cc:979
5422
#: ../plugin/mysql_protocol/mysql_protocol.cc:1001
5931
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:897
5932
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:921
5933
#: ../plugin/mysql_protocol/mysql_protocol.cc:974
5934
#: ../plugin/mysql_protocol/mysql_protocol.cc:996
5423
5935
msgid "Connect Timeout."
5426
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:904
5427
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:928
5428
#: ../plugin/mysql_protocol/mysql_protocol.cc:982
5429
#: ../plugin/mysql_protocol/mysql_protocol.cc:1004
5938
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:900
5939
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:924
5940
#: ../plugin/mysql_protocol/mysql_protocol.cc:977
5941
#: ../plugin/mysql_protocol/mysql_protocol.cc:999
5430
5942
msgid "Read Timeout."
5433
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:906
5434
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:931
5435
#: ../plugin/mysql_protocol/mysql_protocol.cc:984
5436
#: ../plugin/mysql_protocol/mysql_protocol.cc:1007
5945
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:902
5946
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:927
5947
#: ../plugin/mysql_protocol/mysql_protocol.cc:979
5948
#: ../plugin/mysql_protocol/mysql_protocol.cc:1002
5437
5949
msgid "Write Timeout."
5440
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:908
5441
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:934
5442
#: ../plugin/mysql_protocol/mysql_protocol.cc:986
5443
#: ../plugin/mysql_protocol/mysql_protocol.cc:1010
5952
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:904
5953
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:930
5954
#: ../plugin/mysql_protocol/mysql_protocol.cc:981
5955
#: ../plugin/mysql_protocol/mysql_protocol.cc:1005
5444
5956
msgid "Retry Count."
5447
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:910
5448
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:937
5449
#: ../plugin/mysql_protocol/mysql_protocol.cc:988
5450
#: ../plugin/mysql_protocol/mysql_protocol.cc:1013
5959
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:906
5960
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:933
5961
#: ../plugin/mysql_protocol/mysql_protocol.cc:983
5962
#: ../plugin/mysql_protocol/mysql_protocol.cc:1008
5451
5963
msgid "Buffer length."
5454
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:913
5455
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:940
5456
#: ../plugin/mysql_protocol/mysql_protocol.cc:991
5457
#: ../plugin/mysql_protocol/mysql_protocol.cc:1016
5966
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:909
5967
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:936
5968
#: ../plugin/mysql_protocol/mysql_protocol.cc:986
5969
#: ../plugin/mysql_protocol/mysql_protocol.cc:1011
5458
5970
msgid "Address to bind to."
6051
6563
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
6054
#: ../plugin/innobase/handler/ha_innodb.cc:1857
6566
#: ../plugin/innobase/handler/ha_innodb.cc:1858
6055
6567
msgid "Invalid value for io-capacity\n"
6058
#: ../plugin/innobase/handler/ha_innodb.cc:1876
6570
#: ../plugin/innobase/handler/ha_innodb.cc:1877
6059
6571
msgid "Invalid value for fast-shutdown\n"
6062
#: ../plugin/innobase/handler/ha_innodb.cc:1890
6574
#: ../plugin/innobase/handler/ha_innodb.cc:1891
6063
6575
msgid "Invalid value for flush-log-at-trx-commit\n"
6066
#: ../plugin/innobase/handler/ha_innodb.cc:1920
6578
#: ../plugin/innobase/handler/ha_innodb.cc:1921
6067
6579
msgid "Invalid value for max-dirty-pages-pct\n"
6070
#: ../plugin/innobase/handler/ha_innodb.cc:1929
6582
#: ../plugin/innobase/handler/ha_innodb.cc:1930
6071
6583
msgid "Invalid value for stats-sample-pages\n"
6074
#: ../plugin/innobase/handler/ha_innodb.cc:1940
6586
#: ../plugin/innobase/handler/ha_innodb.cc:1941
6075
6587
msgid "Invalid value for additional-mem-pool-size\n"
6078
#: ../plugin/innobase/handler/ha_innodb.cc:1950
6590
#: ../plugin/innobase/handler/ha_innodb.cc:1951
6079
6591
msgid "Invalid value for autoextend-increment\n"
6082
#: ../plugin/innobase/handler/ha_innodb.cc:1960
6594
#: ../plugin/innobase/handler/ha_innodb.cc:1961
6083
6595
msgid "Invalid value for buffer-pool-size\n"
6086
#: ../plugin/innobase/handler/ha_innodb.cc:1970
6598
#: ../plugin/innobase/handler/ha_innodb.cc:1971
6087
6599
msgid "Invalid value for commit-concurrency\n"
6090
#: ../plugin/innobase/handler/ha_innodb.cc:1979
6602
#: ../plugin/innobase/handler/ha_innodb.cc:1980
6091
6603
msgid "Invalid value for concurrency-tickets\n"
6094
#: ../plugin/innobase/handler/ha_innodb.cc:1988
6606
#: ../plugin/innobase/handler/ha_innodb.cc:1989
6095
6607
msgid "Invalid value for file-io-threads\n"
6098
#: ../plugin/innobase/handler/ha_innodb.cc:1997
6610
#: ../plugin/innobase/handler/ha_innodb.cc:1998
6099
6611
msgid "Invalid value for read-io-threads\n"
6102
#: ../plugin/innobase/handler/ha_innodb.cc:2006
6614
#: ../plugin/innobase/handler/ha_innodb.cc:2007
6103
6615
msgid "Invalid value for write-io-threads\n"
6106
#: ../plugin/innobase/handler/ha_innodb.cc:2015
6618
#: ../plugin/innobase/handler/ha_innodb.cc:2016
6107
6619
msgid "Invalid value for force-recovery\n"
6110
#: ../plugin/innobase/handler/ha_innodb.cc:2025
6111
#: ../plugin/innobase/handler/ha_innodb.cc:2035
6622
#: ../plugin/innobase/handler/ha_innodb.cc:2026
6623
#: ../plugin/innobase/handler/ha_innodb.cc:2036
6112
6624
msgid "Invalid value for log-file-size\n"
6115
#: ../plugin/innobase/handler/ha_innodb.cc:2044
6627
#: ../plugin/innobase/handler/ha_innodb.cc:2045
6116
6628
msgid "Invalid value for log-files-in-group\n"
6119
#: ../plugin/innobase/handler/ha_innodb.cc:2053
6631
#: ../plugin/innobase/handler/ha_innodb.cc:2054
6120
6632
msgid "Invalid value for mirrored-log-groups\n"
6123
#: ../plugin/innobase/handler/ha_innodb.cc:2062
6635
#: ../plugin/innobase/handler/ha_innodb.cc:2063
6124
6636
msgid "Invalid value for open-files\n"
6127
#: ../plugin/innobase/handler/ha_innodb.cc:2071
6639
#: ../plugin/innobase/handler/ha_innodb.cc:2072
6128
6640
msgid "Invalid value for thread-concurrency\n"
6131
#: ../plugin/innobase/handler/ha_innodb.cc:2094
6643
#: ../plugin/innobase/handler/ha_innodb.cc:2095
6132
6644
msgid "Invalid value for read-ahead-threshold\n"
6135
#: ../plugin/innobase/handler/ha_innodb.cc:2118
6647
#: ../plugin/innobase/handler/ha_innodb.cc:2119
6136
6648
msgid "Invalid value for lock-wait-timeout\n"
6139
#: ../plugin/logging_gearman/logging_gearman.cc:196
6651
#: ../plugin/logging_gearman/logging_gearman.cc:199
6141
6653
msgid "fail gearman_client_create(): %s"
6144
#: ../plugin/logging_gearman/logging_gearman.cc:207
6656
#: ../plugin/logging_gearman/logging_gearman.cc:210
6146
6658
msgid "fail gearman_client_add_server(): %s"
6149
#: ../plugin/logging_gearman/logging_gearman.cc:306
6150
#: ../plugin/logging_gearman/logging_gearman.cc:313
6661
#: ../plugin/logging_gearman/logging_gearman.cc:309
6662
#: ../plugin/logging_gearman/logging_gearman.cc:316
6151
6663
msgid "Enable logging to a gearman server"
6154
#: ../plugin/logging_gearman/logging_gearman.cc:322
6666
#: ../plugin/logging_gearman/logging_gearman.cc:325
6155
6667
msgid "Hostname for logging to a Gearman server"
6158
#: ../plugin/logging_gearman/logging_gearman.cc:331
6670
#: ../plugin/logging_gearman/logging_gearman.cc:334
6159
6671
msgid "Gearman Function to send logging to"
6162
#: ../plugin/logging_gearman/logging_gearman.cc:349
6674
#: ../plugin/logging_gearman/logging_gearman.cc:352
6163
6675
msgid "Log queries to a Gearman server"
6166
#: ../plugin/logging_query/logging_query.cc:189
6678
#: ../plugin/logging_query/logging_query.cc:192
6168
6680
msgid "fail open() fn=%s er=%s\n"
6171
#: ../plugin/logging_query/logging_query.cc:313
6683
#: ../plugin/logging_query/logging_query.cc:316
6172
6684
msgid "Invalid value for threshold-slow"
6175
#: ../plugin/logging_query/logging_query.cc:322
6687
#: ../plugin/logging_query/logging_query.cc:325
6176
6688
msgid "Invalid value for threshold-big-resultset"
6179
#: ../plugin/logging_query/logging_query.cc:331
6691
#: ../plugin/logging_query/logging_query.cc:334
6180
6692
msgid "Invalid value for threshold-big-examined"
6183
#: ../plugin/logging_query/logging_query.cc:345
6184
#: ../plugin/logging_query/logging_query.cc:361
6695
#: ../plugin/logging_query/logging_query.cc:348
6696
#: ../plugin/logging_query/logging_query.cc:364
6185
6697
msgid "Enable logging to CSV file"
6188
#: ../plugin/logging_query/logging_query.cc:348
6189
#: ../plugin/logging_query/logging_query.cc:388 ../plugin/syslog/module.cc:167
6700
#: ../plugin/logging_query/logging_query.cc:351
6701
#: ../plugin/logging_query/logging_query.cc:391 ../plugin/syslog/module.cc:167
6190
6702
#: ../plugin/syslog/module.cc:233
6191
6703
msgid "Threshold for logging slow queries, in microseconds"
6194
#: ../plugin/logging_query/logging_query.cc:351
6195
#: ../plugin/logging_query/logging_query.cc:400 ../plugin/syslog/module.cc:179
6706
#: ../plugin/logging_query/logging_query.cc:354
6707
#: ../plugin/logging_query/logging_query.cc:403 ../plugin/syslog/module.cc:179
6196
6708
#: ../plugin/syslog/module.cc:236
6197
6709
msgid "Threshold for logging big queries, for rows returned"
6200
#: ../plugin/logging_query/logging_query.cc:354
6201
#: ../plugin/logging_query/logging_query.cc:412 ../plugin/syslog/module.cc:191
6712
#: ../plugin/logging_query/logging_query.cc:357
6713
#: ../plugin/logging_query/logging_query.cc:415 ../plugin/syslog/module.cc:191
6202
6714
#: ../plugin/syslog/module.cc:239
6203
6715
msgid "Threshold for logging big queries, for rows examined"
6206
#: ../plugin/logging_query/logging_query.cc:370
6718
#: ../plugin/logging_query/logging_query.cc:373
6207
6719
msgid "File to log to"
6210
#: ../plugin/logging_query/logging_query.cc:379
6722
#: ../plugin/logging_query/logging_query.cc:382
6211
6723
msgid "PCRE to match the query against"
6214
#: ../plugin/logging_query/logging_query.cc:436
6726
#: ../plugin/logging_query/logging_query.cc:439
6215
6727
msgid "Log queries to a CSV file"
6218
#: ../plugin/logging_stats/logging_stats.cc:303
6730
#: ../plugin/logging_stats/logging_stats.cc:312
6219
6731
msgid "Invalid value for max-user-count\n"
6222
#: ../plugin/logging_stats/logging_stats.cc:311
6734
#: ../plugin/logging_stats/logging_stats.cc:320
6223
6735
msgid "Invalid value for bucket-count\n"
6226
#: ../plugin/logging_stats/logging_stats.cc:320
6738
#: ../plugin/logging_stats/logging_stats.cc:329
6227
6739
msgid "Invalid value for scoreboard-size\n"
6230
#: ../plugin/logging_stats/logging_stats.cc:354
6231
#: ../plugin/logging_stats/logging_stats.cc:396
6742
#: ../plugin/logging_stats/logging_stats.cc:364
6743
#: ../plugin/logging_stats/logging_stats.cc:406
6232
6744
msgid "Max number of users that will be logged"
6235
#: ../plugin/logging_stats/logging_stats.cc:365
6236
#: ../plugin/logging_stats/logging_stats.cc:399
6747
#: ../plugin/logging_stats/logging_stats.cc:375
6748
#: ../plugin/logging_stats/logging_stats.cc:409
6237
6749
msgid "Max number of range locks to use for Scoreboard"
6240
#: ../plugin/logging_stats/logging_stats.cc:376
6241
#: ../plugin/logging_stats/logging_stats.cc:402
6752
#: ../plugin/logging_stats/logging_stats.cc:386
6753
#: ../plugin/logging_stats/logging_stats.cc:412
6242
6754
msgid "Max number of concurrent sessions that will be logged"
6245
#: ../plugin/logging_stats/logging_stats.cc:387
6246
#: ../plugin/logging_stats/logging_stats.cc:405
6757
#: ../plugin/logging_stats/logging_stats.cc:397
6758
#: ../plugin/logging_stats/logging_stats.cc:415
6247
6759
msgid "Enable Logging Statistics Collection"
6250
#: ../plugin/logging_stats/logging_stats.cc:422
6762
#: ../plugin/logging_stats/logging_stats.cc:432
6251
6763
msgid "User Statistics as DATA_DICTIONARY tables"
6748
7278
msgid "Syslog Priority of error messages"
6751
#: ../plugin/transaction_log/background_worker.cc:74
7281
#: ../plugin/transaction_log/background_worker.cc:77
6753
7283
msgid "Unable to create background worker thread. Got error %s.\n"
6756
#: ../plugin/transaction_log/hexdump_transaction_message.cc:104
6757
#: ../plugin/transaction_log/print_transaction_message.cc:102
6758
#: ../plugin/transaction_log/transaction_log_reader.cc:95
7286
#: ../plugin/transaction_log/hexdump_transaction_message.cc:107
7287
#: ../plugin/transaction_log/print_transaction_message.cc:105
7288
#: ../plugin/transaction_log/transaction_log_reader.cc:97
6760
7290
msgid "Failed to open transaction log file %s. Got error: %s\n"
6763
#: ../plugin/transaction_log/hexdump_transaction_message.cc:146
6764
#: ../plugin/transaction_log/print_transaction_message.cc:144
6765
#: ../plugin/transaction_log/transaction_log_reader.cc:150
7293
#: ../plugin/transaction_log/hexdump_transaction_message.cc:151
7294
#: ../plugin/transaction_log/print_transaction_message.cc:149
7295
#: ../plugin/transaction_log/transaction_log_reader.cc:154
6767
7297
msgid "Raw buffer read: %s.\n"
6770
#: ../plugin/transaction_log/hexdump_transaction_message.cc:164
6771
#: ../plugin/transaction_log/print_transaction_message.cc:150
6772
#: ../plugin/transaction_log/transaction_log_reader.cc:157
7300
#: ../plugin/transaction_log/hexdump_transaction_message.cc:169
7301
#: ../plugin/transaction_log/print_transaction_message.cc:155
7302
#: ../plugin/transaction_log/transaction_log_reader.cc:161
6774
7304
msgid "Unable to parse transaction. Got error: %s.\n"
6777
#: ../plugin/transaction_log/hexdump_transaction_message.cc:166
6778
#: ../plugin/transaction_log/print_transaction_message.cc:152
6779
#: ../plugin/transaction_log/transaction_log_reader.cc:159
7307
#: ../plugin/transaction_log/hexdump_transaction_message.cc:171
7308
#: ../plugin/transaction_log/print_transaction_message.cc:157
7309
#: ../plugin/transaction_log/transaction_log_reader.cc:163
6781
7311
msgid "BUFFER: %s\n"
6784
#: ../plugin/transaction_log/module.cc:135
7314
#: ../plugin/transaction_log/module.cc:137
6785
7315
msgid "Invalid value for sync-method\n"
6788
#: ../plugin/transaction_log/module.cc:144
7318
#: ../plugin/transaction_log/module.cc:146
6789
7319
msgid "Invalid value for num-write-buffers\n"
6792
#: ../plugin/transaction_log/module.cc:178
7322
#: ../plugin/transaction_log/module.cc:182
6794
7324
msgid "Failed to allocate the TransactionLog instance. Got error: %s\n"
6797
#: ../plugin/transaction_log/module.cc:187
7327
#: ../plugin/transaction_log/module.cc:191
6799
7329
msgid "Failed to initialize the Transaction Log. Got error: %s\n"
6802
#: ../plugin/transaction_log/module.cc:197
7332
#: ../plugin/transaction_log/module.cc:203
6804
7334
msgid "Failed to allocate the TransactionLogIndex instance. Got error: %s\n"
6807
#: ../plugin/transaction_log/module.cc:206
7337
#: ../plugin/transaction_log/module.cc:212
6809
7339
msgid "Failed to initialize the Transaction Log Index. Got error: %s\n"
6812
#: ../plugin/transaction_log/module.cc:219
7342
#: ../plugin/transaction_log/module.cc:227
6814
7344
msgid "Failed to allocate the TransactionLogApplier instance. Got error: %s\n"
6817
#: ../plugin/transaction_log/module.cc:279
6818
#: ../plugin/transaction_log/module.cc:350
7347
#: ../plugin/transaction_log/module.cc:287
7348
#: ../plugin/transaction_log/module.cc:358
6819
7349
msgid "Enable transaction log"
6822
#: ../plugin/transaction_log/module.cc:287
6823
#: ../plugin/transaction_log/module.cc:344
7352
#: ../plugin/transaction_log/module.cc:295
7353
#: ../plugin/transaction_log/module.cc:352
6824
7354
msgid "DEBUGGING - Truncate transaction log"
6827
#: ../plugin/transaction_log/module.cc:295
6828
#: ../plugin/transaction_log/module.cc:353
7357
#: ../plugin/transaction_log/module.cc:303
7358
#: ../plugin/transaction_log/module.cc:361
6829
7359
msgid "Path to the file to use for transaction log"
6832
#: ../plugin/transaction_log/module.cc:311
6833
#: ../plugin/transaction_log/module.cc:347
7362
#: ../plugin/transaction_log/module.cc:319
7363
#: ../plugin/transaction_log/module.cc:355
6834
7364
msgid "Enable CRC32 Checksumming of each written transaction log entry"
6837
#: ../plugin/transaction_log/module.cc:319
6838
#: ../plugin/transaction_log/module.cc:359
7367
#: ../plugin/transaction_log/module.cc:327
7368
#: ../plugin/transaction_log/module.cc:367
6840
7370
"0 == rely on operating system to sync log file (default), 1 == sync file at "
6841
7371
"each transaction write, 2 == sync log file once per second"
6844
#: ../plugin/transaction_log/module.cc:332
6845
#: ../plugin/transaction_log/module.cc:362
7374
#: ../plugin/transaction_log/module.cc:340
7375
#: ../plugin/transaction_log/module.cc:370
6846
7376
msgid "Number of slots for in-memory write buffers (default=8)."
6849
#: ../plugin/transaction_log/transaction_log.cc:112
7379
#: ../plugin/transaction_log/transaction_log.cc:114
6850
7380
msgid "Failed to open transaction log file "
6853
#: ../plugin/transaction_log/transaction_log.cc:211
7383
#: ../plugin/transaction_log/transaction_log.cc:215
6856
7386
"Failed to write full size of log entry. Tried to write %<PRId64> bytes at "
6857
7387
"offset %<PRId64>, but only wrote %<PRId32> bytes. Error: %s\n"
6860
#: ../plugin/transaction_log/transaction_log.cc:230
7390
#: ../plugin/transaction_log/transaction_log.cc:236
6862
7392
msgid "Failed to sync log file. Got error: %s\n"