160
199
"deprecated; use --disable-named-commands instead."
163
#: ../client/drizzle.cc:1379
202
#: ../client/drizzle.cc:1380
164
203
msgid "Ignore space after function names."
167
#: ../client/drizzle.cc:1381
206
#: ../client/drizzle.cc:1382
168
207
msgid "Turn off beep on error."
171
#: ../client/drizzle.cc:1383
210
#: ../client/drizzle.cc:1384
172
211
msgid "Write line numbers for errors."
175
#: ../client/drizzle.cc:1385
214
#: ../client/drizzle.cc:1386
177
216
"Don't write line number for errors. WARNING: -L is deprecated, use long "
178
217
"version of this option instead."
181
#: ../client/drizzle.cc:1387
220
#: ../client/drizzle.cc:1388
182
221
msgid "Write column names in results."
185
#: ../client/drizzle.cc:1389
224
#: ../client/drizzle.cc:1390
187
226
"Don't write column names in results. WARNING: -N is deprecated, use long "
188
227
"version of this options instead."
191
#: ../client/drizzle.cc:1391
230
#: ../client/drizzle.cc:1392
193
232
"Change the value of a variable. Please note that this option is deprecated; "
194
233
"you can set variables directly with --variable-name=value."
197
#: ../client/drizzle.cc:1393
236
#: ../client/drizzle.cc:1394
198
237
msgid "Output in table format."
201
#: ../client/drizzle.cc:1395
240
#: ../client/drizzle.cc:1396
202
241
msgid "Only allow UPDATE and DELETE that uses keys."
205
#: ../client/drizzle.cc:1397
244
#: ../client/drizzle.cc:1398
206
245
msgid "Synonym for option --safe-updates, -U."
209
#: ../client/drizzle.cc:1399
248
#: ../client/drizzle.cc:1400
210
249
msgid "-v vvv implies that verbose= 3, Used to specify verbose"
213
#: ../client/drizzle.cc:1400 ../drizzled/drizzled.cc:1158
252
#: ../client/drizzle.cc:1401 ../client/drizzledump.cc:2425
253
#: ../drizzled/drizzled.cc:1158
214
254
msgid "Output version information and exit."
217
#: ../client/drizzle.cc:1402
257
#: ../client/drizzle.cc:1403
218
258
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
221
#: ../client/drizzle.cc:1406
261
#: ../client/drizzle.cc:1407
222
262
msgid "Number of lines before each import progress report."
225
#: ../client/drizzle.cc:1408
265
#: ../client/drizzle.cc:1409
226
266
msgid "Ping the server to check if it's alive."
229
#: ../client/drizzle.cc:1410
269
#: ../client/drizzle.cc:1411
230
270
msgid "Configuration file defaults are not used if no-defaults is set"
233
#: ../client/drizzle.cc:1416
273
#: ../client/drizzle.cc:1414 ../client/drizzledump.cc:2434
274
msgid "Options specific to the drizzle client"
277
#: ../client/drizzle.cc:1417
235
279
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
236
280
"and field completion, but startup and reconnecting may take a longer time. "
237
281
"Disable with --disable-auto-rehash."
240
#: ../client/drizzle.cc:1417
284
#: ../client/drizzle.cc:1418
242
286
"No automatic rehashing. One has to use 'rehash' to get table and field "
243
287
"completion. This gives a quicker start of drizzle_st and disables rehashing "
244
288
"on reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
247
#: ../client/drizzle.cc:1419
291
#: ../client/drizzle.cc:1420
249
293
"Automatically switch to vertical output mode if the result is wider than the "
250
294
"terminal width."
253
#: ../client/drizzle.cc:1421
297
#: ../client/drizzle.cc:1422
254
298
msgid "Database to use."
257
#: ../client/drizzle.cc:1423
301
#: ../client/drizzle.cc:1424
258
302
msgid "(not used)"
261
#: ../client/drizzle.cc:1425
305
#: ../client/drizzle.cc:1426
262
306
msgid "Delimiter to be used."
265
#: ../client/drizzle.cc:1427
309
#: ../client/drizzle.cc:1428
266
310
msgid "Execute command and quit. (Disables --force and history file)"
269
#: ../client/drizzle.cc:1429
313
#: ../client/drizzle.cc:1430
270
314
msgid "Enable/disable LOAD DATA LOCAL INFILE."
273
#: ../client/drizzle.cc:1431
317
#: ../client/drizzle.cc:1432
274
318
msgid "Flush buffer after each query."
277
#: ../client/drizzle.cc:1433
321
#: ../client/drizzle.cc:1434
278
322
msgid "Ignore SIGINT (CTRL-C)"
281
#: ../client/drizzle.cc:1435
325
#: ../client/drizzle.cc:1436
283
327
"Only update the default database. This is useful for skipping updates to "
284
328
"other database in the update log."
287
#: ../client/drizzle.cc:1437
331
#: ../client/drizzle.cc:1438
289
333
"Pager to use to display results. If you don't supply an option the default "
290
334
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
296
#: ../client/drizzle.cc:1439
340
#: ../client/drizzle.cc:1440
297
341
msgid "Disable pager and print to stdout. See interactive help (\\h) also."
300
#: ../client/drizzle.cc:1441
344
#: ../client/drizzle.cc:1442
301
345
msgid "Set the drizzle prompt to this value."
304
#: ../client/drizzle.cc:1443
348
#: ../client/drizzle.cc:1444
306
350
"Don't cache result, print it row by row. This may slow down the server if "
307
351
"the output is suspended. Doesn't use history file."
310
#: ../client/drizzle.cc:1445
354
#: ../client/drizzle.cc:1446
311
355
msgid "Write fields without conversion. Used with --batch."
314
#: ../client/drizzle.cc:1447
358
#: ../client/drizzle.cc:1448
316
360
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
317
361
"option is enabled by default."
320
#: ../client/drizzle.cc:1449
364
#: ../client/drizzle.cc:1450
321
365
msgid "Shutdown the server"
324
#: ../client/drizzle.cc:1450
368
#: ../client/drizzle.cc:1451
326
370
"Be more silent. Print results with a tab as separator, each row on new line."
329
#: ../client/drizzle.cc:1452
373
#: ../client/drizzle.cc:1453
331
375
"Append everything into outfile. See interactive help (\\h) also. Does not "
332
376
"work in batch mode. Disable with --disable-tee. This option is disabled by "
336
#: ../client/drizzle.cc:1454
380
#: ../client/drizzle.cc:1455
337
381
msgid "Disable outfile. See interactive help (\\h) also."
340
#: ../client/drizzle.cc:1455
384
#: ../client/drizzle.cc:1456
341
385
msgid "Wait and retry if connection is down."
344
#: ../client/drizzle.cc:1457
388
#: ../client/drizzle.cc:1458
345
389
msgid "Number of seconds before connection timeout."
348
#: ../client/drizzle.cc:1459
392
#: ../client/drizzle.cc:1460
349
393
msgid "Max length of input line"
352
#: ../client/drizzle.cc:1461
396
#: ../client/drizzle.cc:1462
353
397
msgid "Automatic limit for SELECT when using --safe-updates"
356
#: ../client/drizzle.cc:1463
400
#: ../client/drizzle.cc:1464
357
401
msgid "Automatic limit for rows in a join when using --safe-updates"
360
#: ../client/drizzle.cc:1469 ../client/drizzledump.cc:2564
361
#: ../client/drizzleimport.cc:404 ../client/drizzleslap.cc:928
362
#: ../client/drizzletest.cc:5456
404
#: ../client/drizzle.cc:1467 ../client/drizzledump.cc:2499
405
msgid "Options specific to the client"
408
#: ../client/drizzle.cc:1470 ../client/drizzledump.cc:2504
409
#: ../client/drizzleimport.cc:404 ../client/drizzleslap.cc:929
410
#: ../client/drizzletest.cc:5457
363
411
msgid "Use MySQL Protocol."
366
#: ../client/drizzle.cc:1471
414
#: ../client/drizzle.cc:1472
367
415
msgid "Connect to host"
370
#: ../client/drizzle.cc:1473
418
#: ../client/drizzle.cc:1474
372
420
"Password to use when connecting to server. If password is not given it's "
373
421
"asked from the tty."
376
#: ../client/drizzle.cc:1475
424
#: ../client/drizzle.cc:1476
378
426
"Port number to use for connection or 0 for default to, in order of "
379
427
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default"
382
#: ../client/drizzle.cc:1477
430
#: ../client/drizzle.cc:1478 ../client/drizzledump.cc:2510
383
431
msgid "User for login if not current user."
386
#: ../client/drizzle.cc:1479
434
#: ../client/drizzle.cc:1480 ../client/drizzledump.cc:2512
387
435
msgid "The protocol of connection (tcp,socket,pipe,memory)."
390
#: ../client/drizzle.cc:1529 ../client/drizzle.cc:1536
438
#: ../client/drizzle.cc:1483 ../client/drizzledump.cc:2524
439
msgid "Allowed Options"
442
#: ../client/drizzle.cc:1530 ../client/drizzle.cc:1537
392
444
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
395
#: ../client/drizzle.cc:1587
447
#: ../client/drizzle.cc:1588 ../client/drizzle.cc:3849
396
448
msgid "DELIMITER cannot contain a backslash character"
399
#: ../client/drizzle.cc:1664
451
#: ../client/drizzle.cc:1665
401
453
msgid "Error: Value of %<PRIu32> supplied for port is not valid.\n"
404
#: ../client/drizzle.cc:1709 ../client/drizzle.cc:1719
405
#: ../client/drizzle.cc:4089
456
#: ../client/drizzle.cc:1711 ../client/drizzle.cc:4093
407
msgid "drizzle Ver %s Distrib %s, for %s-%s (%s) using readline %s\n"
458
msgid "Drizzle client %s build %s, for %s-%s (%s) using readline %s\n"
410
#: ../client/drizzle.cc:1723
461
#: ../client/drizzle.cc:1717
413
464
"Copyright (C) 2008 Sun Microsystems\n"
415
466
"and you are welcome to modify and redistribute it under the GPL license\n"
418
#: ../client/drizzle.cc:1728
469
#: ../client/drizzle.cc:1722
420
471
msgid "Usage: drizzle [OPTIONS] [database]\n"
423
#: ../client/drizzle.cc:1779
424
msgid "Welcome to the Drizzle client.. Commands end with ; or \\g."
474
#: ../client/drizzle.cc:1776
476
msgid "Welcome to the Drizzle client.. Commands end with %s or \\g."
427
#: ../client/drizzle.cc:1788
479
#: ../client/drizzle.cc:1785
430
482
"Your Drizzle connection id is %u\n"
431
483
"Server version: %s\n"
434
#: ../client/drizzle.cc:1820
486
#: ../client/drizzle.cc:1817
436
488
msgid "Reading history-file %s\n"
439
#: ../client/drizzle.cc:1824
491
#: ../client/drizzle.cc:1821
441
493
msgid "Couldn't allocate memory for temp histfile!\n"
444
#: ../client/drizzle.cc:1831
496
#: ../client/drizzle.cc:1828
445
497
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
448
#: ../client/drizzle.cc:1854
500
#: ../client/drizzle.cc:1838
504
#: ../client/drizzle.cc:1851
450
506
msgid "Writing history-file %s\n"
453
#: ../client/drizzle.cc:1862
509
#: ../client/drizzle.cc:1859
457
#: ../client/drizzle.cc:1862
513
#: ../client/drizzle.cc:1859
461
#: ../client/drizzle.cc:1914
517
#: ../client/drizzle.cc:1911
462
518
msgid "Query aborted by Ctrl+C\n"
465
#: ../client/drizzle.cc:1998
521
#: ../client/drizzle.cc:1995
467
523
msgid "Processing line: %<PRIu32>\n"
470
#: ../client/drizzle.cc:2216
526
#: ../client/drizzle.cc:2213
471
527
msgid "Unknown command: "
474
#: ../client/drizzle.cc:2630
530
#: ../client/drizzle.cc:2627
476
532
"Reading table information for completion of table and column names\n"
477
533
"You can turn off this feature to get a quicker startup with -A\n"
481
#: ../client/drizzle.cc:2696
537
#: ../client/drizzle.cc:2693
482
538
msgid "No connection. Trying to reconnect..."
485
#: ../client/drizzle.cc:2702
541
#: ../client/drizzle.cc:2699
486
542
msgid "Can't connect to the server\n"
489
#: ../client/drizzle.cc:2780
545
#: ../client/drizzle.cc:2779
490
546
msgid "List of all Drizzle commands:"
493
#: ../client/drizzle.cc:2782
494
msgid "Note that all text commands must be first on line and end with ';'"
549
#: ../client/drizzle.cc:2783
552
"Note that all text commands must be first on line and end with '%s' or \\g"
497
#: ../client/drizzle.cc:2837
555
#: ../client/drizzle.cc:2841
498
556
msgid "No query specified\n"
501
#: ../client/drizzle.cc:2852
559
#: ../client/drizzle.cc:2856
502
560
msgid "Ignoring query to other database"
505
#: ../client/drizzle.cc:2902
563
#: ../client/drizzle.cc:2906
506
564
msgid "Empty set"
509
#: ../client/drizzle.cc:2915
567
#: ../client/drizzle.cc:2919
511
569
msgid "%ld row in set"
512
570
msgid_plural "%ld rows in set"
516
#: ../client/drizzle.cc:2924
574
#: ../client/drizzle.cc:2928
520
#: ../client/drizzle.cc:2926
578
#: ../client/drizzle.cc:2930
522
580
msgid "Query OK, %ld row affected"
523
581
msgid_plural "Query OK, %ld rows affected"
527
#: ../client/drizzledump.cc:212
585
#: ../client/drizzle.cc:3002
586
msgid "popen() failed! defaulting PAGER to stdout!\n"
589
#: ../client/drizzle.cc:3024
591
msgid "Error logging to file '%s'\n"
594
#: ../client/drizzle.cc:3029
596
msgid "Logging to file '%s'\n"
599
#: ../client/drizzle.cc:3113
608
"Collation: %s (%u)\n"
616
#: ../client/drizzle.cc:3580
618
msgid "No previous outfile available, you must give a filename!\n"
621
#: ../client/drizzle.cc:3585
623
msgid "Currently logging to file '%s'\n"
626
#: ../client/drizzle.cc:3605
628
msgid "No outfile specified!\n"
631
#: ../client/drizzle.cc:3618
632
msgid "Outfile disabled.\n"
635
#: ../client/drizzle.cc:3645
636
msgid "Default pager wasn't set, using stdout.\n"
639
#: ../client/drizzle.cc:3665
641
msgid "PAGER set to '%s'\n"
644
#: ../client/drizzle.cc:3676
645
msgid "PAGER set to stdout\n"
648
#: ../client/drizzle.cc:3759
650
msgid "Connection id: %u"
653
#: ../client/drizzle.cc:3761
655
msgid "Current database: %.128s\n"
658
#: ../client/drizzle.cc:3762
663
#: ../client/drizzle.cc:3782
664
msgid "Usage: \\. <filename> | source <filename>"
667
#: ../client/drizzle.cc:3797
669
msgid "Failed to open file '%s', error: %d"
672
#: ../client/drizzle.cc:3805
673
msgid "Can't initialize LineBuffer"
676
#: ../client/drizzle.cc:3841
677
msgid "DELIMITER must be followed by a 'delimiter' character or string"
680
#: ../client/drizzle.cc:3874
681
msgid "USE must be followed by a database name"
684
#: ../client/drizzle.cc:3942
685
msgid "Database changed"
688
#: ../client/drizzle.cc:3950
689
msgid "Show warnings enabled."
692
#: ../client/drizzle.cc:3958
693
msgid "Show warnings disabled."
696
#: ../client/drizzle.cc:4100
700
"Connection id:\t\t%lu\n"
703
#: ../client/drizzle.cc:4112
705
msgid "Current database:\t%s\n"
708
#: ../client/drizzle.cc:4113
710
msgid "Current user:\t\t%s\n"
713
#: ../client/drizzle.cc:4119
714
msgid "SSL:\t\t\tNot in use"
717
#: ../client/drizzle.cc:4124
723
#: ../client/drizzle.cc:4131
726
"All updates ignored to this database\n"
729
#: ../client/drizzle.cc:4134
731
msgid "Current pager:\t\t%s\n"
734
#: ../client/drizzle.cc:4135
736
msgid "Using outfile:\t\t'%s'\n"
739
#: ../client/drizzle.cc:4136
741
msgid "Using delimiter:\t%s\n"
744
#: ../client/drizzle.cc:4137
746
msgid "Server version:\t\t%s\n"
749
#: ../client/drizzle.cc:4138
751
msgid "Protocol version:\t%d\n"
754
#: ../client/drizzle.cc:4139
756
msgid "Connection:\t\t%s\n"
759
#: ../client/drizzle.cc:4146
761
msgid "UNIX socket:\t\t%s\n"
764
#: ../client/drizzle.cc:4148
766
msgid "TCP port:\t\t%d\n"
769
#: ../client/drizzle.cc:4153
772
"Note that you are running in safe_update_mode:\n"
775
#: ../client/drizzle.cc:4155
778
"UPDATEs and DELETEs that don't use a key in the WHERE clause are not "
780
"(One can force an UPDATE/DELETE by adding LIMIT # at the end of the "
782
" SELECT has an automatic 'LIMIT %lu' if LIMIT is not used.\n"
783
" Max number of examined row combination in a join is set to: %"
788
#: ../client/drizzle.cc:4217 ../drizzled/option.cc:339
793
#: ../client/drizzle.cc:4260
795
msgid "ERROR %d (%s): "
798
#: ../client/drizzle.cc:4262
803
#: ../client/drizzle.cc:4265
807
#: ../client/drizzle.cc:4398
811
#: ../client/drizzle.cc:4400
815
#: ../client/drizzle.cc:4406
819
#: ../client/drizzle.cc:4412
823
#: ../client/drizzle.cc:4513
827
#: ../client/drizzle.cc:4633
829
msgid "Returning to default PROMPT of %s\n"
832
#: ../client/drizzle.cc:4638
833
msgid "Memory allocation error. Not changing prompt\n"
836
#: ../client/drizzle.cc:4643
838
msgid "PROMPT set to '%s'\n"
841
#: ../client/drizzledump.cc:198
529
843
msgid "Got errno %d on write"
532
#: ../client/drizzledump.cc:296
846
#: ../client/drizzledump.cc:282
534
848
msgid "%s: You must use option --tab with --fields-...\n"
537
#: ../client/drizzledump.cc:302
851
#: ../client/drizzledump.cc:288
540
854
"%s: You can't use --single-transaction and --lock-all-tables at the same "
544
#: ../client/drizzledump.cc:308
858
#: ../client/drizzledump.cc:294
547
861
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
551
#: ../client/drizzledump.cc:314
865
#: ../client/drizzledump.cc:300
553
867
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
556
#: ../client/drizzledump.cc:333
870
#: ../client/drizzledump.cc:319
558
872
msgid "Got error: %s (%d) %s"
561
#: ../client/drizzledump.cc:340
875
#: ../client/drizzledump.cc:326
563
877
msgid "Got error: %d %s"
566
#: ../client/drizzledump.cc:438 ../client/drizzledump.cc:445
567
#: ../client/drizzledump.cc:458
880
#: ../client/drizzledump.cc:424 ../client/drizzledump.cc:431
881
#: ../client/drizzledump.cc:444
569
883
msgid "Couldn't execute '%s': %s (%d)"
572
#: ../client/drizzledump.cc:518
886
#: ../client/drizzledump.cc:504
574
888
msgid "-- Connecting to %s...\n"
577
#: ../client/drizzledump.cc:541
891
#: ../client/drizzledump.cc:527
579
893
msgid "-- Disconnecting from %s...\n"
582
#: ../client/drizzledump.cc:552
896
#: ../client/drizzledump.cc:538
583
897
msgid "Couldn't allocate memory"
586
#: ../client/drizzledump.cc:896
900
#: ../client/drizzledump.cc:882
589
903
"-- Warning: Unable to use delayed inserts for table '%s' because it's of "
593
#: ../client/drizzledump.cc:910
907
#: ../client/drizzledump.cc:896
595
909
msgid "-- Retrieving table structure for table %s...\n"
598
#: ../client/drizzledump.cc:1024
912
#: ../client/drizzledump.cc:1010
600
914
msgid "%s: Warning: Can't set SQL_QUOTE_SHOW_CREATE option (%s)\n"
603
#: ../client/drizzledump.cc:1131
917
#: ../client/drizzledump.cc:1117
605
919
msgid "%s: Can't get keys for table %s\n"
608
#: ../client/drizzledump.cc:1209 ../client/drizzledump.cc:2303
922
#: ../client/drizzledump.cc:1195 ../client/drizzledump.cc:2248
610
924
msgid "Error: Couldn't read status information for table %s\n"
613
#: ../client/drizzledump.cc:1353
927
#: ../client/drizzledump.cc:1339
615
929
msgid "Error retrieving table structure for table: \"%s\""
618
#: ../client/drizzledump.cc:1360
932
#: ../client/drizzledump.cc:1346
620
934
msgid "-- Skipping dump data for table '%s', --no-data was used\n"
623
#: ../client/drizzledump.cc:1371
937
#: ../client/drizzledump.cc:1357
625
939
msgid "-- Warning: Skipping data for table '%s' because it's of type %s\n"
628
#: ../client/drizzledump.cc:1378
942
#: ../client/drizzledump.cc:1364
630
944
msgid "-- Skipping dump data for table '%s', it has no fields\n"
633
#: ../client/drizzledump.cc:1386
947
#: ../client/drizzledump.cc:1372
634
948
msgid "-- Sending SELECT query...\n"
637
#: ../client/drizzledump.cc:1440 ../client/drizzledump.cc:1929
951
#: ../client/drizzledump.cc:1426 ../client/drizzledump.cc:1915
638
952
msgid "when executing 'SELECT INTO OUTFILE'"
641
#: ../client/drizzledump.cc:1451
955
#: ../client/drizzledump.cc:1437
650
#: ../client/drizzledump.cc:1492
964
#: ../client/drizzledump.cc:1478
651
965
msgid "-- Retrieving rows...\n"
654
#: ../client/drizzledump.cc:1495
968
#: ../client/drizzledump.cc:1481
656
970
msgid "%s: Error in field count for table: %s ! Aborting.\n"
659
#: ../client/drizzledump.cc:1539
973
#: ../client/drizzledump.cc:1525
661
975
msgid "%s: Error reading rows for table: %s (%d:%s) ! Aborting.\n"
664
#: ../client/drizzledump.cc:1556
978
#: ../client/drizzledump.cc:1542
666
980
msgid "-- %<PRIu32> of ~%<PRIu64> rows dumped for table %s\n"
669
#: ../client/drizzledump.cc:1578
983
#: ../client/drizzledump.cc:1564
671
985
msgid "Not enough fields from table %s! Aborting.\n"
674
#: ../client/drizzledump.cc:1993 ../client/drizzledump.cc:2109
988
#: ../client/drizzledump.cc:1979 ../client/drizzledump.cc:2095
675
989
msgid "when doing refresh"
678
#: ../client/drizzledump.cc:2080
992
#: ../client/drizzledump.cc:2066
679
993
msgid "alloc_root failure."
682
#: ../client/drizzledump.cc:2096
996
#: ../client/drizzledump.cc:2082
684
998
msgid "Couldn't find table: \"%s\""
687
#: ../client/drizzledump.cc:2374 ../client/drizzledump.cc:2381
688
#: ../client/drizzledump.cc:2391
1001
#: ../client/drizzledump.cc:2319 ../client/drizzledump.cc:2326
1002
#: ../client/drizzledump.cc:2336
691
1005
"Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
694
#: ../client/drizzledump.cc:2423
1008
#: ../client/drizzledump.cc:2368
696
1010
msgid "Error: Not enough memory to store ORDER BY clause\n"
699
#: ../client/drizzledump.cc:2480
1013
#: ../client/drizzledump.cc:2399
1015
"Dump all the databases. This will be same as --databases with all databases "
1019
#: ../client/drizzledump.cc:2401
1020
msgid "Dump all the tablespaces."
1023
#: ../client/drizzledump.cc:2403
1024
msgid "Use complete insert statements."
1027
#: ../client/drizzledump.cc:2407
1029
"Flush logs file in server before starting dump. Note that if you dump many "
1030
"databases at once (using the option --databases= or --all-databases), the "
1031
"logs will be flushed for each database dumped. The exception is when using --"
1032
"lock-all-tables in this case the logs will be flushed only once, "
1033
"corresponding to the moment all tables are locked. So if you want your dump "
1034
"and the log flush to happen at the same exact moment you should use --lock-"
1035
"all-tables or --flush-logs"
1038
#: ../client/drizzledump.cc:2409
1039
msgid "Continue even if we get an sql-error."
1042
#: ../client/drizzledump.cc:2410
1043
msgid "Display this help message and exit."
1046
#: ../client/drizzledump.cc:2412
1048
"Locks all tables across all databases. This is achieved by taking a global "
1049
"read lock for the duration of the whole dump. Automatically turns --single-"
1050
"transaction and --lock-tables off."
1053
#: ../client/drizzledump.cc:2414
1055
"Sorts each table's rows by primary key, or first unique key, if such a key "
1056
"exists. Useful when dumping a MyISAM table to be loaded into an InnoDB "
1057
"table, but will make the dump itself take considerably longer."
1060
#: ../client/drizzledump.cc:2416
1062
"Creates a consistent snapshot by dumping all tables in a single transaction. "
1063
"Works ONLY for tables stored in storage engines which support "
1064
"multiversioning (currently only InnoDB does); the dump is NOT guaranteed to "
1065
"be consistent for other storage engines. While a --single-transaction dump "
1066
"is in process, to ensure a valid dump file (correct table contents), no "
1067
"other connection should use the following statements: ALTER TABLE, DROP "
1068
"TABLE, RENAME TABLE, TRUNCATE TABLE, as consistent snapshot is not isolated "
1069
"from them. Option automatically turns off --lock-tables."
1072
#: ../client/drizzledump.cc:2417
1074
"Same as --add-drop-table, --add-locks, --create-options, --quick, --extended-"
1075
"insert, --lock-tables, --set-charset, and --disable-keys. Enabled by "
1076
"default, disable with --skip-opt."
1079
#: ../client/drizzledump.cc:2419
1081
"Disable --opt. Disables --add-drop-table, --add-locks, --create-options, --"
1082
"quick, --extended-insert, --lock-tables, --set-charset, and --disable-keys."
1085
#: ../client/drizzledump.cc:2420
1086
msgid "Overrides option --databases (-B)."
1089
#: ../client/drizzledump.cc:2422
700
1090
msgid "Number of rows before each output progress report (requires --verbose)."
703
#: ../client/drizzledump.cc:2633 ../client/drizzledump.cc:2720
1093
#: ../client/drizzledump.cc:2424
1094
msgid "Print info about the various stages."
1097
#: ../client/drizzledump.cc:2426
1098
msgid "Dump a database as well formed XML."
1101
#: ../client/drizzledump.cc:2427
1102
msgid "Turn off Comments"
1105
#: ../client/drizzledump.cc:2428
1106
msgid "Turn off create-options"
1109
#: ../client/drizzledump.cc:2429
1110
msgid "Turn off extended-insert"
1113
#: ../client/drizzledump.cc:2430
1114
msgid "Turn off dump-date"
1117
#: ../client/drizzledump.cc:2431
1118
msgid "Do not read from the configuration files"
1121
#: ../client/drizzledump.cc:2437
1122
msgid "Add a 'DROP DATABASE' before each create."
1125
#: ../client/drizzledump.cc:2439
1126
msgid "Add a 'drop table' before each create."
1129
#: ../client/drizzledump.cc:2441
1130
msgid "Allow creation of column names that are keywords."
1133
#: ../client/drizzledump.cc:2443
1134
msgid "Write additional information."
1137
#: ../client/drizzledump.cc:2445
1139
"Give less verbose output (useful for debugging). Disables structure comments "
1140
"and header/footer constructs. Enables options --skip-add-drop-table --no-"
1141
"set-names --skip-disable-keys --skip-add-locks"
1144
#: ../client/drizzledump.cc:2447
1145
msgid "Include all DRIZZLE specific create options."
1148
#: ../client/drizzledump.cc:2449
1149
msgid "Put a dump date to the end of the output."
1152
#: ../client/drizzledump.cc:2451
1154
"To dump several databases. Note the difference in usage; In this case no "
1155
"tables are given. All name arguments are regarded as databasenames. 'USE "
1156
"db_name;' will be included in the output."
1159
#: ../client/drizzledump.cc:2453
1160
msgid "Insert rows with INSERT DELAYED;"
1163
#: ../client/drizzledump.cc:2455
1165
"'ALTER TABLE tb_name DISABLE KEYS; and 'ALTER TABLE tb_name ENABLE KEYS; "
1166
"will be put in the output."
1169
#: ../client/drizzledump.cc:2457
1170
msgid "Allows utilization of the new, much faster INSERT syntax."
1173
#: ../client/drizzledump.cc:2459
1174
msgid "Fields in the textfile are terminated by ..."
1177
#: ../client/drizzledump.cc:2461
1178
msgid "Fields in the importfile are enclosed by ..."
1181
#: ../client/drizzledump.cc:2463
1182
msgid "Fields in the i.file are opt. enclosed by ..."
1185
#: ../client/drizzledump.cc:2465
1186
msgid "Fields in the i.file are escaped by ..."
1189
#: ../client/drizzledump.cc:2469
1191
"Do not dump the specified table. To specify more than one table to ignore, "
1192
"use the directive multiple times, once for each table. Each table must be "
1193
"specified with both database and table names, e.g. --ignore-table=database."
1197
#: ../client/drizzledump.cc:2471
1198
msgid "Insert rows with INSERT IGNORE."
1201
#: ../client/drizzledump.cc:2473
1202
msgid "Lines in the i.file are terminated by ..."
1205
#: ../client/drizzledump.cc:2475
1206
msgid "Wrap tables with autocommit/commit statements."
1209
#: ../client/drizzledump.cc:2477
1211
"'CREATE DATABASE IF NOT EXISTS db_name;' will not be put in the output. The "
1212
"above line will be added otherwise, if --databases or --all-databases option "
1216
#: ../client/drizzledump.cc:2479
1217
msgid "Don't write table creation info."
1220
#: ../client/drizzledump.cc:2481
1221
msgid "No row information."
1224
#: ../client/drizzledump.cc:2482
1225
msgid "Deprecated. Use --skip-set-charset instead."
1228
#: ../client/drizzledump.cc:2484
1229
msgid "Enable set-name"
1232
#: ../client/drizzledump.cc:2486
1233
msgid "Don't buffer query, dump directly to stdout."
1236
#: ../client/drizzledump.cc:2488
1237
msgid "Quote table and column names with backticks (`)."
1240
#: ../client/drizzledump.cc:2490
1241
msgid "Use REPLACE INTO instead of INSERT INTO."
1244
#: ../client/drizzledump.cc:2492
1246
"Direct output to a given file. This option should be used in MSDOS, because "
1247
"it prevents new line '\\n' from being converted to '\\r\\n' (carriage return "
1251
#: ../client/drizzledump.cc:2494
1253
"Creates tab separated textfile for each table to given path. (creates .sql "
1254
"and .txt files). NOTE: This only works if drizzledump is run on the same "
1255
"machine as the drizzled daemon."
1258
#: ../client/drizzledump.cc:2496
1259
msgid "Dump only selected records; QUOTES mandatory!"
1262
#: ../client/drizzledump.cc:2502
1263
msgid "Connect to host."
1266
#: ../client/drizzledump.cc:2506
1268
"Password to use when connecting to server. If password is not given it's "
1269
"solicited on the tty."
1272
#: ../client/drizzledump.cc:2508
1273
msgid "Port number to use for connection."
1276
#: ../client/drizzledump.cc:2515
1277
msgid "Hidden Options"
1280
#: ../client/drizzledump.cc:2517
1281
msgid "Used to select the database"
1284
#: ../client/drizzledump.cc:2518
1285
msgid "Used to select the tables"
1288
#: ../client/drizzledump.cc:2521
1289
msgid "Allowed Options + Hidden Options"
1292
#: ../client/drizzledump.cc:2573
1294
msgid "Drizzledump %s build %s, for %s-%s (%s)\n"
1297
#: ../client/drizzledump.cc:2578
1299
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1300
"and you are welcome to modify and redistribute it under the GPL license\n"
1303
#: ../client/drizzledump.cc:2579
1304
msgid "Dumps definitions and data from a Drizzle database server"
1307
#: ../client/drizzledump.cc:2580
705
1309
msgid "Usage: %s [OPTIONS] database [tables]\n"
708
#: ../client/drizzledump.cc:2634 ../client/drizzledump.cc:2721
1312
#: ../client/drizzledump.cc:2581
710
1314
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
713
#: ../client/drizzledump.cc:2636 ../client/drizzledump.cc:2723
1317
#: ../client/drizzledump.cc:2583
715
1319
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
718
#: ../client/drizzledump.cc:2648 ../client/drizzleimport.cc:459
719
#: ../client/drizzleslap.cc:1001 ../client/drizzletest.cc:5596
1322
#: ../client/drizzledump.cc:2599 ../client/drizzleimport.cc:459
1323
#: ../client/drizzleslap.cc:1002 ../client/drizzletest.cc:5597
721
1325
msgid "Value supplied for port is not valid.\n"
4711
5295
msgid "error: could not open directory: %s\n"
4714
#: ../drizzled/main.cc:152
5298
#: ../drizzled/main.cc:150
4716
5300
"setrlimit could not change the size of core files to 'infinity'; We may not "
4717
5301
"be able to generate a core file on signals"
4720
#: ../drizzled/main.cc:250
5304
#: ../drizzled/main.cc:251
4722
5306
msgid "Data directory %s does not exist\n"
4725
#: ../drizzled/message/transaction_reader.cc:120
5309
#: ../drizzled/message/transaction_reader.cc:175
4727
5311
msgid "Usage: %s TRANSACTION_LOG [--checksum] \n"
4730
#: ../drizzled/message/transaction_reader.cc:129
5314
#: ../drizzled/message/transaction_reader.cc:184
4731
5315
#: ../drizzled/message/transaction_writer.cc:371
4733
5317
msgid "Cannot open file: %s\n"
4736
#: ../drizzled/message/transaction_reader.cc:162
5320
#: ../drizzled/message/transaction_reader.cc:217
4738
5322
msgid "Found a non-transaction message in log. Currently, not supported.\n"
4741
#: ../drizzled/message/transaction_reader.cc:168
4742
#: ../plugin/transaction_log/transaction_log_reader.cc:117
5325
#: ../drizzled/message/transaction_reader.cc:223
5326
#: ../plugin/transaction_log/transaction_log_reader.cc:119
4744
5328
msgid "Attempted to read record bigger than INT_MAX\n"
4747
#: ../drizzled/message/transaction_reader.cc:188
4748
#: ../plugin/transaction_log/transaction_log_reader.cc:137
5331
#: ../drizzled/message/transaction_reader.cc:243
5332
#: ../plugin/transaction_log/transaction_log_reader.cc:139
4750
5334
msgid "Memory allocation failure trying to allocate %<PRIu64> bytes.\n"
4753
#: ../drizzled/message/transaction_reader.cc:199
4754
#: ../plugin/transaction_log/hexdump_transaction_message.cc:144
4755
#: ../plugin/transaction_log/print_transaction_message.cc:142
4756
#: ../plugin/transaction_log/transaction_log_reader.cc:148
5337
#: ../drizzled/message/transaction_reader.cc:256
5338
#: ../plugin/transaction_log/hexdump_transaction_message.cc:149
5339
#: ../plugin/transaction_log/print_transaction_message.cc:147
5340
#: ../plugin/transaction_log/transaction_log_reader.cc:152
4758
5342
msgid "Could not read transaction message.\n"
4761
#: ../drizzled/message/transaction_reader.cc:200
4762
#: ../plugin/transaction_log/hexdump_transaction_message.cc:145
4763
#: ../plugin/transaction_log/print_transaction_message.cc:143
4764
#: ../plugin/transaction_log/transaction_log_reader.cc:149
5345
#: ../drizzled/message/transaction_reader.cc:257
5346
#: ../plugin/transaction_log/hexdump_transaction_message.cc:150
5347
#: ../plugin/transaction_log/print_transaction_message.cc:148
5348
#: ../plugin/transaction_log/transaction_log_reader.cc:153
4766
5350
msgid "GPB ERROR: %s.\n"
4769
#: ../drizzled/message/transaction_reader.cc:204
4770
#: ../drizzled/message/transaction_reader.cc:217
5353
#: ../drizzled/message/transaction_reader.cc:261
5354
#: ../drizzled/message/transaction_reader.cc:274
4798
5382
"the current running version of Drizzle: %<PRIu64>."
4801
#: ../drizzled/module/loader.cc:275
5385
#: ../drizzled/module/loader.cc:271
4804
5388
"Plugin '%s' contains the name '%s' in its manifest, which has already been "
4805
5389
"registered.\n"
4808
#: ../drizzled/module/loader.cc:354
5392
#: ../drizzled/module/loader.cc:350
4810
5394
msgid "Plugin '%s' init function returned error.\n"
4813
#: ../drizzled/module/loader.cc:532
5397
#: ../drizzled/module/loader.cc:514
4815
5399
msgid "Couldn't load plugin library named '%s'.\n"
4818
#: ../drizzled/module/loader.cc:542
5402
#: ../drizzled/module/loader.cc:524
4820
5404
msgid "Couldn't load plugin named '%s'.\n"
4823
#: ../drizzled/module/loader.cc:771
5407
#: ../drizzled/module/loader.cc:751
4824
5408
msgid "Out of memory."
4827
#: ../drizzled/module/loader.cc:1483 ../drizzled/module/loader.cc:1534
5411
#: ../drizzled/module/loader.cc:1457 ../drizzled/module/loader.cc:1508
4829
5413
msgid "Unknown variable type code 0x%x in plugin '%s'."
4832
#: ../drizzled/module/loader.cc:1526
5416
#: ../drizzled/module/loader.cc:1500
4835
5419
"Server variable %s of plugin %s was forced to be read-only: string variable "
4836
5420
"without update_func and PLUGIN_VAR_MEMALLOC flag"
4839
#: ../drizzled/module/loader.cc:1545
5423
#: ../drizzled/module/loader.cc:1519
4841
5425
msgid "Missing variable name in plugin '%s'."
4844
#: ../drizzled/module/loader.cc:1562
5428
#: ../drizzled/module/loader.cc:1536
4846
5430
msgid "Thread local variable '%s' not allocated in plugin '%s'."
4849
#: ../drizzled/module/loader.cc:1684
5433
#: ../drizzled/module/loader.cc:1658
4851
5435
msgid "Out of memory for plugin '%s'."
4854
#: ../drizzled/module/loader.cc:1693
5438
#: ../drizzled/module/loader.cc:1667
4856
5440
msgid "Bad options for plugin '%s'."
4859
#: ../drizzled/module/loader.cc:1706
5443
#: ../drizzled/module/loader.cc:1680
4861
5445
msgid "Parsing options for plugin '%s' failed."
4864
#: ../drizzled/module/loader.cc:1759
5448
#: ../drizzled/module/loader.cc:1733
4866
5450
msgid "Plugin '%s' has conflicting system variables"
4869
#: ../drizzled/module/registry.h:102
5453
#: ../drizzled/module/registry.h:103
4871
5455
msgid "Loading plugin %s failed: a plugin by that name already exists.\n"
4874
#: ../drizzled/module/registry.h:111
5458
#: ../drizzled/module/registry.h:112
4876
5460
msgid "Fatal error: Failed initializing %s plugin.\n"
5200
#: ../drizzled/signal_handler.cc:122
5755
#: ../drizzled/signal_handler.cc:148
5203
5758
"It is possible that drizzled could use up to \n"
5204
"key_buffer_size + (read_buffer_size + sort_buffer_size)*thread_count\n"
5759
"(read_buffer_size + sort_buffer_size)*thread_count\n"
5205
5760
"bytes of memory\n"
5206
5761
"Hope that's ok; if not, decrease some variables in the equation.\n"
5210
#: ../drizzled/signal_handler.cc:135
5213
"Attempting backtrace. You can use the following information to find out\n"
5214
"where drizzled died. If you see no messages after this, something went\n"
5215
"terribly wrong...\n"
5218
#: ../drizzled/signal_handler.cc:163
5221
"Trying to get some variables.\n"
5222
"Some pointers may be invalid and cause the dump to abort...\n"
5225
#: ../drizzled/signal_handler.cc:174
5229
"This crash occurred while the server was calling initgroups(). This is\n"
5230
"often due to the use of a drizzled that is statically linked against glibc\n"
5231
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
5232
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
5233
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
5234
"drizzled that is not statically linked.\n"
5237
#: ../drizzled/signal_handler.cc:188
5241
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
5242
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
5243
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
5244
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
5245
"the documentation for your distribution on how to do that.\n"
5248
#: ../drizzled/signal_handler.cc:201
5250
msgid "Writing a core file\n"
5253
#: ../drizzled/sql_base.cc:1527
5765
#: ../drizzled/sql_base.cc:1521
5255
5767
msgid "Table %s had a open data Cursor in reopen_table"
5258
#: ../drizzled/sql_table.cc:1972
5770
#: ../drizzled/sql_table.cc:1957
5260
5772
msgid "Unknown - internal error %d during operation"
5263
#: ../drizzled/statement/alter_table.cc:1429
5775
#: ../drizzled/statement/alter_table.cc:1486
5266
5778
"order_st BY ignored because there is a user-defined clustered index in the "
5267
5779
"table '%-.192s'"
5270
#: ../drizzled/table.cc:1971
5782
#: ../drizzled/table.cc:1965
5272
5784
msgid "Got error %d when reading table '%s'"
5379
5891
msgid "Default database to use."
5382
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:830
5383
#: ../plugin/mysql_protocol/mysql_protocol.cc:905
5894
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:826
5895
#: ../plugin/mysql_protocol/mysql_protocol.cc:900
5384
5896
msgid "Invalid value of port\n"
5387
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:839
5388
#: ../plugin/mysql_protocol/mysql_protocol.cc:914
5899
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:835
5900
#: ../plugin/mysql_protocol/mysql_protocol.cc:909
5389
5901
msgid "Invalid value for connect_timeout\n"
5392
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:848
5393
#: ../plugin/mysql_protocol/mysql_protocol.cc:923
5904
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:844
5905
#: ../plugin/mysql_protocol/mysql_protocol.cc:918
5394
5906
msgid "Invalid value for read_timeout\n"
5397
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:857
5398
#: ../plugin/mysql_protocol/mysql_protocol.cc:932
5909
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:853
5910
#: ../plugin/mysql_protocol/mysql_protocol.cc:927
5399
5911
msgid "Invalid value for write_timeout\n"
5402
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:866
5914
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:862
5403
5915
msgid "Invalid value for retry_count\n"
5406
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:875
5407
#: ../plugin/mysql_protocol/mysql_protocol.cc:950
5918
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:871
5919
#: ../plugin/mysql_protocol/mysql_protocol.cc:945
5408
5920
msgid "Invalid value for buffer_length\n"
5411
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:895
5412
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:919
5923
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:891
5924
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:915
5414
5926
"Port number to use for connection or 0 for default to, in order of "
5415
5927
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default (4427)."
5418
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:901
5419
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:925
5420
#: ../plugin/mysql_protocol/mysql_protocol.cc:979
5421
#: ../plugin/mysql_protocol/mysql_protocol.cc:1001
5930
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:897
5931
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:921
5932
#: ../plugin/mysql_protocol/mysql_protocol.cc:974
5933
#: ../plugin/mysql_protocol/mysql_protocol.cc:996
5422
5934
msgid "Connect Timeout."
5425
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:904
5426
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:928
5427
#: ../plugin/mysql_protocol/mysql_protocol.cc:982
5428
#: ../plugin/mysql_protocol/mysql_protocol.cc:1004
5937
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:900
5938
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:924
5939
#: ../plugin/mysql_protocol/mysql_protocol.cc:977
5940
#: ../plugin/mysql_protocol/mysql_protocol.cc:999
5429
5941
msgid "Read Timeout."
5432
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:906
5433
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:931
5434
#: ../plugin/mysql_protocol/mysql_protocol.cc:984
5435
#: ../plugin/mysql_protocol/mysql_protocol.cc:1007
5944
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:902
5945
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:927
5946
#: ../plugin/mysql_protocol/mysql_protocol.cc:979
5947
#: ../plugin/mysql_protocol/mysql_protocol.cc:1002
5436
5948
msgid "Write Timeout."
5439
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:908
5440
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:934
5441
#: ../plugin/mysql_protocol/mysql_protocol.cc:986
5442
#: ../plugin/mysql_protocol/mysql_protocol.cc:1010
5951
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:904
5952
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:930
5953
#: ../plugin/mysql_protocol/mysql_protocol.cc:981
5954
#: ../plugin/mysql_protocol/mysql_protocol.cc:1005
5443
5955
msgid "Retry Count."
5446
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:910
5447
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:937
5448
#: ../plugin/mysql_protocol/mysql_protocol.cc:988
5449
#: ../plugin/mysql_protocol/mysql_protocol.cc:1013
5958
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:906
5959
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:933
5960
#: ../plugin/mysql_protocol/mysql_protocol.cc:983
5961
#: ../plugin/mysql_protocol/mysql_protocol.cc:1008
5450
5962
msgid "Buffer length."
5453
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:913
5454
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:940
5455
#: ../plugin/mysql_protocol/mysql_protocol.cc:991
5456
#: ../plugin/mysql_protocol/mysql_protocol.cc:1016
5965
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:909
5966
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:936
5967
#: ../plugin/mysql_protocol/mysql_protocol.cc:986
5968
#: ../plugin/mysql_protocol/mysql_protocol.cc:1011
5457
5969
msgid "Address to bind to."
6050
6562
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
6053
#: ../plugin/innobase/handler/ha_innodb.cc:1857
6565
#: ../plugin/innobase/handler/ha_innodb.cc:1858
6054
6566
msgid "Invalid value for io-capacity\n"
6057
#: ../plugin/innobase/handler/ha_innodb.cc:1876
6569
#: ../plugin/innobase/handler/ha_innodb.cc:1877
6058
6570
msgid "Invalid value for fast-shutdown\n"
6061
#: ../plugin/innobase/handler/ha_innodb.cc:1890
6573
#: ../plugin/innobase/handler/ha_innodb.cc:1891
6062
6574
msgid "Invalid value for flush-log-at-trx-commit\n"
6065
#: ../plugin/innobase/handler/ha_innodb.cc:1920
6577
#: ../plugin/innobase/handler/ha_innodb.cc:1921
6066
6578
msgid "Invalid value for max-dirty-pages-pct\n"
6069
#: ../plugin/innobase/handler/ha_innodb.cc:1929
6581
#: ../plugin/innobase/handler/ha_innodb.cc:1930
6070
6582
msgid "Invalid value for stats-sample-pages\n"
6073
#: ../plugin/innobase/handler/ha_innodb.cc:1940
6585
#: ../plugin/innobase/handler/ha_innodb.cc:1941
6074
6586
msgid "Invalid value for additional-mem-pool-size\n"
6077
#: ../plugin/innobase/handler/ha_innodb.cc:1950
6589
#: ../plugin/innobase/handler/ha_innodb.cc:1951
6078
6590
msgid "Invalid value for autoextend-increment\n"
6081
#: ../plugin/innobase/handler/ha_innodb.cc:1960
6593
#: ../plugin/innobase/handler/ha_innodb.cc:1961
6082
6594
msgid "Invalid value for buffer-pool-size\n"
6085
#: ../plugin/innobase/handler/ha_innodb.cc:1970
6597
#: ../plugin/innobase/handler/ha_innodb.cc:1971
6086
6598
msgid "Invalid value for commit-concurrency\n"
6089
#: ../plugin/innobase/handler/ha_innodb.cc:1979
6601
#: ../plugin/innobase/handler/ha_innodb.cc:1980
6090
6602
msgid "Invalid value for concurrency-tickets\n"
6093
#: ../plugin/innobase/handler/ha_innodb.cc:1988
6605
#: ../plugin/innobase/handler/ha_innodb.cc:1989
6094
6606
msgid "Invalid value for file-io-threads\n"
6097
#: ../plugin/innobase/handler/ha_innodb.cc:1997
6609
#: ../plugin/innobase/handler/ha_innodb.cc:1998
6098
6610
msgid "Invalid value for read-io-threads\n"
6101
#: ../plugin/innobase/handler/ha_innodb.cc:2006
6613
#: ../plugin/innobase/handler/ha_innodb.cc:2007
6102
6614
msgid "Invalid value for write-io-threads\n"
6105
#: ../plugin/innobase/handler/ha_innodb.cc:2015
6617
#: ../plugin/innobase/handler/ha_innodb.cc:2016
6106
6618
msgid "Invalid value for force-recovery\n"
6109
#: ../plugin/innobase/handler/ha_innodb.cc:2025
6110
#: ../plugin/innobase/handler/ha_innodb.cc:2035
6621
#: ../plugin/innobase/handler/ha_innodb.cc:2026
6622
#: ../plugin/innobase/handler/ha_innodb.cc:2036
6111
6623
msgid "Invalid value for log-file-size\n"
6114
#: ../plugin/innobase/handler/ha_innodb.cc:2044
6626
#: ../plugin/innobase/handler/ha_innodb.cc:2045
6115
6627
msgid "Invalid value for log-files-in-group\n"
6118
#: ../plugin/innobase/handler/ha_innodb.cc:2053
6630
#: ../plugin/innobase/handler/ha_innodb.cc:2054
6119
6631
msgid "Invalid value for mirrored-log-groups\n"
6122
#: ../plugin/innobase/handler/ha_innodb.cc:2062
6634
#: ../plugin/innobase/handler/ha_innodb.cc:2063
6123
6635
msgid "Invalid value for open-files\n"
6126
#: ../plugin/innobase/handler/ha_innodb.cc:2071
6638
#: ../plugin/innobase/handler/ha_innodb.cc:2072
6127
6639
msgid "Invalid value for thread-concurrency\n"
6130
#: ../plugin/innobase/handler/ha_innodb.cc:2094
6642
#: ../plugin/innobase/handler/ha_innodb.cc:2095
6131
6643
msgid "Invalid value for read-ahead-threshold\n"
6134
#: ../plugin/innobase/handler/ha_innodb.cc:2118
6646
#: ../plugin/innobase/handler/ha_innodb.cc:2119
6135
6647
msgid "Invalid value for lock-wait-timeout\n"
6138
#: ../plugin/logging_gearman/logging_gearman.cc:196
6650
#: ../plugin/logging_gearman/logging_gearman.cc:199
6140
6652
msgid "fail gearman_client_create(): %s"
6143
#: ../plugin/logging_gearman/logging_gearman.cc:207
6655
#: ../plugin/logging_gearman/logging_gearman.cc:210
6145
6657
msgid "fail gearman_client_add_server(): %s"
6148
#: ../plugin/logging_gearman/logging_gearman.cc:306
6149
#: ../plugin/logging_gearman/logging_gearman.cc:313
6660
#: ../plugin/logging_gearman/logging_gearman.cc:309
6661
#: ../plugin/logging_gearman/logging_gearman.cc:316
6150
6662
msgid "Enable logging to a gearman server"
6153
#: ../plugin/logging_gearman/logging_gearman.cc:322
6665
#: ../plugin/logging_gearman/logging_gearman.cc:325
6154
6666
msgid "Hostname for logging to a Gearman server"
6157
#: ../plugin/logging_gearman/logging_gearman.cc:331
6669
#: ../plugin/logging_gearman/logging_gearman.cc:334
6158
6670
msgid "Gearman Function to send logging to"
6161
#: ../plugin/logging_gearman/logging_gearman.cc:349
6673
#: ../plugin/logging_gearman/logging_gearman.cc:352
6162
6674
msgid "Log queries to a Gearman server"
6165
#: ../plugin/logging_query/logging_query.cc:189
6677
#: ../plugin/logging_query/logging_query.cc:192
6167
6679
msgid "fail open() fn=%s er=%s\n"
6170
#: ../plugin/logging_query/logging_query.cc:313
6682
#: ../plugin/logging_query/logging_query.cc:316
6171
6683
msgid "Invalid value for threshold-slow"
6174
#: ../plugin/logging_query/logging_query.cc:322
6686
#: ../plugin/logging_query/logging_query.cc:325
6175
6687
msgid "Invalid value for threshold-big-resultset"
6178
#: ../plugin/logging_query/logging_query.cc:331
6690
#: ../plugin/logging_query/logging_query.cc:334
6179
6691
msgid "Invalid value for threshold-big-examined"
6182
#: ../plugin/logging_query/logging_query.cc:345
6183
#: ../plugin/logging_query/logging_query.cc:361
6694
#: ../plugin/logging_query/logging_query.cc:348
6695
#: ../plugin/logging_query/logging_query.cc:364
6184
6696
msgid "Enable logging to CSV file"
6187
#: ../plugin/logging_query/logging_query.cc:348
6188
#: ../plugin/logging_query/logging_query.cc:388 ../plugin/syslog/module.cc:167
6699
#: ../plugin/logging_query/logging_query.cc:351
6700
#: ../plugin/logging_query/logging_query.cc:391 ../plugin/syslog/module.cc:167
6189
6701
#: ../plugin/syslog/module.cc:233
6190
6702
msgid "Threshold for logging slow queries, in microseconds"
6193
#: ../plugin/logging_query/logging_query.cc:351
6194
#: ../plugin/logging_query/logging_query.cc:400 ../plugin/syslog/module.cc:179
6705
#: ../plugin/logging_query/logging_query.cc:354
6706
#: ../plugin/logging_query/logging_query.cc:403 ../plugin/syslog/module.cc:179
6195
6707
#: ../plugin/syslog/module.cc:236
6196
6708
msgid "Threshold for logging big queries, for rows returned"
6199
#: ../plugin/logging_query/logging_query.cc:354
6200
#: ../plugin/logging_query/logging_query.cc:412 ../plugin/syslog/module.cc:191
6711
#: ../plugin/logging_query/logging_query.cc:357
6712
#: ../plugin/logging_query/logging_query.cc:415 ../plugin/syslog/module.cc:191
6201
6713
#: ../plugin/syslog/module.cc:239
6202
6714
msgid "Threshold for logging big queries, for rows examined"
6205
#: ../plugin/logging_query/logging_query.cc:370
6717
#: ../plugin/logging_query/logging_query.cc:373
6206
6718
msgid "File to log to"
6209
#: ../plugin/logging_query/logging_query.cc:379
6721
#: ../plugin/logging_query/logging_query.cc:382
6210
6722
msgid "PCRE to match the query against"
6213
#: ../plugin/logging_query/logging_query.cc:436
6725
#: ../plugin/logging_query/logging_query.cc:439
6214
6726
msgid "Log queries to a CSV file"
6217
#: ../plugin/logging_stats/logging_stats.cc:303
6729
#: ../plugin/logging_stats/logging_stats.cc:312
6218
6730
msgid "Invalid value for max-user-count\n"
6221
#: ../plugin/logging_stats/logging_stats.cc:311
6733
#: ../plugin/logging_stats/logging_stats.cc:320
6222
6734
msgid "Invalid value for bucket-count\n"
6225
#: ../plugin/logging_stats/logging_stats.cc:320
6737
#: ../plugin/logging_stats/logging_stats.cc:329
6226
6738
msgid "Invalid value for scoreboard-size\n"
6229
#: ../plugin/logging_stats/logging_stats.cc:354
6230
#: ../plugin/logging_stats/logging_stats.cc:396
6741
#: ../plugin/logging_stats/logging_stats.cc:364
6742
#: ../plugin/logging_stats/logging_stats.cc:406
6231
6743
msgid "Max number of users that will be logged"
6234
#: ../plugin/logging_stats/logging_stats.cc:365
6235
#: ../plugin/logging_stats/logging_stats.cc:399
6746
#: ../plugin/logging_stats/logging_stats.cc:375
6747
#: ../plugin/logging_stats/logging_stats.cc:409
6236
6748
msgid "Max number of range locks to use for Scoreboard"
6239
#: ../plugin/logging_stats/logging_stats.cc:376
6240
#: ../plugin/logging_stats/logging_stats.cc:402
6751
#: ../plugin/logging_stats/logging_stats.cc:386
6752
#: ../plugin/logging_stats/logging_stats.cc:412
6241
6753
msgid "Max number of concurrent sessions that will be logged"
6244
#: ../plugin/logging_stats/logging_stats.cc:387
6245
#: ../plugin/logging_stats/logging_stats.cc:405
6756
#: ../plugin/logging_stats/logging_stats.cc:397
6757
#: ../plugin/logging_stats/logging_stats.cc:415
6246
6758
msgid "Enable Logging Statistics Collection"
6249
#: ../plugin/logging_stats/logging_stats.cc:422
6761
#: ../plugin/logging_stats/logging_stats.cc:432
6250
6762
msgid "User Statistics as DATA_DICTIONARY tables"
6747
7277
msgid "Syslog Priority of error messages"
6750
#: ../plugin/transaction_log/background_worker.cc:74
7280
#: ../plugin/transaction_log/background_worker.cc:77
6752
7282
msgid "Unable to create background worker thread. Got error %s.\n"
6755
#: ../plugin/transaction_log/hexdump_transaction_message.cc:104
6756
#: ../plugin/transaction_log/print_transaction_message.cc:102
6757
#: ../plugin/transaction_log/transaction_log_reader.cc:95
7285
#: ../plugin/transaction_log/hexdump_transaction_message.cc:107
7286
#: ../plugin/transaction_log/print_transaction_message.cc:105
7287
#: ../plugin/transaction_log/transaction_log_reader.cc:97
6759
7289
msgid "Failed to open transaction log file %s. Got error: %s\n"
6762
#: ../plugin/transaction_log/hexdump_transaction_message.cc:146
6763
#: ../plugin/transaction_log/print_transaction_message.cc:144
6764
#: ../plugin/transaction_log/transaction_log_reader.cc:150
7292
#: ../plugin/transaction_log/hexdump_transaction_message.cc:151
7293
#: ../plugin/transaction_log/print_transaction_message.cc:149
7294
#: ../plugin/transaction_log/transaction_log_reader.cc:154
6766
7296
msgid "Raw buffer read: %s.\n"
6769
#: ../plugin/transaction_log/hexdump_transaction_message.cc:164
6770
#: ../plugin/transaction_log/print_transaction_message.cc:150
6771
#: ../plugin/transaction_log/transaction_log_reader.cc:157
7299
#: ../plugin/transaction_log/hexdump_transaction_message.cc:169
7300
#: ../plugin/transaction_log/print_transaction_message.cc:155
7301
#: ../plugin/transaction_log/transaction_log_reader.cc:161
6773
7303
msgid "Unable to parse transaction. Got error: %s.\n"
6776
#: ../plugin/transaction_log/hexdump_transaction_message.cc:166
6777
#: ../plugin/transaction_log/print_transaction_message.cc:152
6778
#: ../plugin/transaction_log/transaction_log_reader.cc:159
7306
#: ../plugin/transaction_log/hexdump_transaction_message.cc:171
7307
#: ../plugin/transaction_log/print_transaction_message.cc:157
7308
#: ../plugin/transaction_log/transaction_log_reader.cc:163
6780
7310
msgid "BUFFER: %s\n"
6783
#: ../plugin/transaction_log/module.cc:135
7313
#: ../plugin/transaction_log/module.cc:137
6784
7314
msgid "Invalid value for sync-method\n"
6787
#: ../plugin/transaction_log/module.cc:144
7317
#: ../plugin/transaction_log/module.cc:146
6788
7318
msgid "Invalid value for num-write-buffers\n"
6791
#: ../plugin/transaction_log/module.cc:178
7321
#: ../plugin/transaction_log/module.cc:182
6793
7323
msgid "Failed to allocate the TransactionLog instance. Got error: %s\n"
6796
#: ../plugin/transaction_log/module.cc:187
7326
#: ../plugin/transaction_log/module.cc:191
6798
7328
msgid "Failed to initialize the Transaction Log. Got error: %s\n"
6801
#: ../plugin/transaction_log/module.cc:197
7331
#: ../plugin/transaction_log/module.cc:203
6803
7333
msgid "Failed to allocate the TransactionLogIndex instance. Got error: %s\n"
6806
#: ../plugin/transaction_log/module.cc:206
7336
#: ../plugin/transaction_log/module.cc:212
6808
7338
msgid "Failed to initialize the Transaction Log Index. Got error: %s\n"
6811
#: ../plugin/transaction_log/module.cc:219
7341
#: ../plugin/transaction_log/module.cc:227
6813
7343
msgid "Failed to allocate the TransactionLogApplier instance. Got error: %s\n"
6816
#: ../plugin/transaction_log/module.cc:279
6817
#: ../plugin/transaction_log/module.cc:350
7346
#: ../plugin/transaction_log/module.cc:287
7347
#: ../plugin/transaction_log/module.cc:358
6818
7348
msgid "Enable transaction log"
6821
#: ../plugin/transaction_log/module.cc:287
6822
#: ../plugin/transaction_log/module.cc:344
7351
#: ../plugin/transaction_log/module.cc:295
7352
#: ../plugin/transaction_log/module.cc:352
6823
7353
msgid "DEBUGGING - Truncate transaction log"
6826
#: ../plugin/transaction_log/module.cc:295
6827
#: ../plugin/transaction_log/module.cc:353
7356
#: ../plugin/transaction_log/module.cc:303
7357
#: ../plugin/transaction_log/module.cc:361
6828
7358
msgid "Path to the file to use for transaction log"
6831
#: ../plugin/transaction_log/module.cc:311
6832
#: ../plugin/transaction_log/module.cc:347
7361
#: ../plugin/transaction_log/module.cc:319
7362
#: ../plugin/transaction_log/module.cc:355
6833
7363
msgid "Enable CRC32 Checksumming of each written transaction log entry"
6836
#: ../plugin/transaction_log/module.cc:319
6837
#: ../plugin/transaction_log/module.cc:359
7366
#: ../plugin/transaction_log/module.cc:327
7367
#: ../plugin/transaction_log/module.cc:367
6839
7369
"0 == rely on operating system to sync log file (default), 1 == sync file at "
6840
7370
"each transaction write, 2 == sync log file once per second"
6843
#: ../plugin/transaction_log/module.cc:332
6844
#: ../plugin/transaction_log/module.cc:362
7373
#: ../plugin/transaction_log/module.cc:340
7374
#: ../plugin/transaction_log/module.cc:370
6845
7375
msgid "Number of slots for in-memory write buffers (default=8)."
6848
#: ../plugin/transaction_log/transaction_log.cc:112
7378
#: ../plugin/transaction_log/transaction_log.cc:114
6849
7379
msgid "Failed to open transaction log file "
6852
#: ../plugin/transaction_log/transaction_log.cc:211
7382
#: ../plugin/transaction_log/transaction_log.cc:215
6855
7385
"Failed to write full size of log entry. Tried to write %<PRId64> bytes at "
6856
7386
"offset %<PRId64>, but only wrote %<PRId32> bytes. Error: %s\n"
6859
#: ../plugin/transaction_log/transaction_log.cc:230
7389
#: ../plugin/transaction_log/transaction_log.cc:236
6861
7391
msgid "Failed to sync log file. Got error: %s\n"