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
1044
msgid "Display this help message and exit."
1045
msgstr "ఈ సహాయాన్ని చూపిస్తుంది."
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
700
1091
msgid "Number of rows before each output progress report (requires --verbose)."
703
#: ../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
705
1310
msgid "Usage: %s [OPTIONS] database [tables]\n"
708
#: ../client/drizzledump.cc:2634 ../client/drizzledump.cc:2721
1313
#: ../client/drizzledump.cc:2581
710
1315
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
713
#: ../client/drizzledump.cc:2636 ../client/drizzledump.cc:2723
1318
#: ../client/drizzledump.cc:2583
715
1320
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
1323
#: ../client/drizzledump.cc:2599 ../client/drizzleimport.cc:459
1324
#: ../client/drizzleslap.cc:1002 ../client/drizzletest.cc:5597
721
1326
msgid "Value supplied for port is not valid.\n"
4711
5296
msgid "error: could not open directory: %s\n"
4714
#: ../drizzled/main.cc:152
5299
#: ../drizzled/main.cc:150
4716
5301
"setrlimit could not change the size of core files to 'infinity'; We may not "
4717
5302
"be able to generate a core file on signals"
4720
#: ../drizzled/main.cc:250
5305
#: ../drizzled/main.cc:251
4722
5307
msgid "Data directory %s does not exist\n"
4725
#: ../drizzled/message/transaction_reader.cc:120
5310
#: ../drizzled/message/transaction_reader.cc:175
4727
5312
msgid "Usage: %s TRANSACTION_LOG [--checksum] \n"
4730
#: ../drizzled/message/transaction_reader.cc:129
5315
#: ../drizzled/message/transaction_reader.cc:184
4731
5316
#: ../drizzled/message/transaction_writer.cc:371
4733
5318
msgid "Cannot open file: %s\n"
4736
#: ../drizzled/message/transaction_reader.cc:162
5321
#: ../drizzled/message/transaction_reader.cc:217
4738
5323
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
5326
#: ../drizzled/message/transaction_reader.cc:223
5327
#: ../plugin/transaction_log/transaction_log_reader.cc:119
4744
5329
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
5332
#: ../drizzled/message/transaction_reader.cc:243
5333
#: ../plugin/transaction_log/transaction_log_reader.cc:139
4750
5335
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
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
4758
5343
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
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
4766
5351
msgid "GPB ERROR: %s.\n"
4769
#: ../drizzled/message/transaction_reader.cc:204
4770
#: ../drizzled/message/transaction_reader.cc:217
5354
#: ../drizzled/message/transaction_reader.cc:261
5355
#: ../drizzled/message/transaction_reader.cc:274
4798
5383
"the current running version of Drizzle: %<PRIu64>."
4801
#: ../drizzled/module/loader.cc:275
5386
#: ../drizzled/module/loader.cc:271
4804
5389
"Plugin '%s' contains the name '%s' in its manifest, which has already been "
4805
5390
"registered.\n"
4808
#: ../drizzled/module/loader.cc:354
5393
#: ../drizzled/module/loader.cc:350
4810
5395
msgid "Plugin '%s' init function returned error.\n"
4813
#: ../drizzled/module/loader.cc:532
5398
#: ../drizzled/module/loader.cc:514
4815
5400
msgid "Couldn't load plugin library named '%s'.\n"
4818
#: ../drizzled/module/loader.cc:542
5403
#: ../drizzled/module/loader.cc:524
4820
5405
msgid "Couldn't load plugin named '%s'.\n"
4823
#: ../drizzled/module/loader.cc:771
5408
#: ../drizzled/module/loader.cc:751
4824
5409
msgid "Out of memory."
4827
#: ../drizzled/module/loader.cc:1483 ../drizzled/module/loader.cc:1534
5412
#: ../drizzled/module/loader.cc:1457 ../drizzled/module/loader.cc:1508
4829
5414
msgid "Unknown variable type code 0x%x in plugin '%s'."
4832
#: ../drizzled/module/loader.cc:1526
5417
#: ../drizzled/module/loader.cc:1500
4835
5420
"Server variable %s of plugin %s was forced to be read-only: string variable "
4836
5421
"without update_func and PLUGIN_VAR_MEMALLOC flag"
4839
#: ../drizzled/module/loader.cc:1545
5424
#: ../drizzled/module/loader.cc:1519
4841
5426
msgid "Missing variable name in plugin '%s'."
4844
#: ../drizzled/module/loader.cc:1562
5429
#: ../drizzled/module/loader.cc:1536
4846
5431
msgid "Thread local variable '%s' not allocated in plugin '%s'."
4849
#: ../drizzled/module/loader.cc:1684
5434
#: ../drizzled/module/loader.cc:1658
4851
5436
msgid "Out of memory for plugin '%s'."
4854
#: ../drizzled/module/loader.cc:1693
5439
#: ../drizzled/module/loader.cc:1667
4856
5441
msgid "Bad options for plugin '%s'."
4859
#: ../drizzled/module/loader.cc:1706
5444
#: ../drizzled/module/loader.cc:1680
4861
5446
msgid "Parsing options for plugin '%s' failed."
4864
#: ../drizzled/module/loader.cc:1759
5449
#: ../drizzled/module/loader.cc:1733
4866
5451
msgid "Plugin '%s' has conflicting system variables"
4869
#: ../drizzled/module/registry.h:102
5454
#: ../drizzled/module/registry.h:103
4871
5456
msgid "Loading plugin %s failed: a plugin by that name already exists.\n"
4874
#: ../drizzled/module/registry.h:111
5459
#: ../drizzled/module/registry.h:112
4876
5461
msgid "Fatal error: Failed initializing %s plugin.\n"
5200
#: ../drizzled/signal_handler.cc:122
5756
#: ../drizzled/signal_handler.cc:148
5203
5759
"It is possible that drizzled could use up to \n"
5204
"key_buffer_size + (read_buffer_size + sort_buffer_size)*thread_count\n"
5760
"(read_buffer_size + sort_buffer_size)*thread_count\n"
5205
5761
"bytes of memory\n"
5206
5762
"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
5766
#: ../drizzled/sql_base.cc:1521
5255
5768
msgid "Table %s had a open data Cursor in reopen_table"
5258
#: ../drizzled/sql_table.cc:1972
5771
#: ../drizzled/sql_table.cc:1957
5260
5773
msgid "Unknown - internal error %d during operation"
5263
#: ../drizzled/statement/alter_table.cc:1429
5776
#: ../drizzled/statement/alter_table.cc:1486
5266
5779
"order_st BY ignored because there is a user-defined clustered index in the "
5267
5780
"table '%-.192s'"
5270
#: ../drizzled/table.cc:1971
5783
#: ../drizzled/table.cc:1965
5272
5785
msgid "Got error %d when reading table '%s'"
5379
5892
msgid "Default database to use."
5382
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:830
5383
#: ../plugin/mysql_protocol/mysql_protocol.cc:905
5895
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:826
5896
#: ../plugin/mysql_protocol/mysql_protocol.cc:900
5384
5897
msgid "Invalid value of port\n"
5387
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:839
5388
#: ../plugin/mysql_protocol/mysql_protocol.cc:914
5900
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:835
5901
#: ../plugin/mysql_protocol/mysql_protocol.cc:909
5389
5902
msgid "Invalid value for connect_timeout\n"
5392
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:848
5393
#: ../plugin/mysql_protocol/mysql_protocol.cc:923
5905
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:844
5906
#: ../plugin/mysql_protocol/mysql_protocol.cc:918
5394
5907
msgid "Invalid value for read_timeout\n"
5397
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:857
5398
#: ../plugin/mysql_protocol/mysql_protocol.cc:932
5910
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:853
5911
#: ../plugin/mysql_protocol/mysql_protocol.cc:927
5399
5912
msgid "Invalid value for write_timeout\n"
5402
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:866
5915
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:862
5403
5916
msgid "Invalid value for retry_count\n"
5406
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:875
5407
#: ../plugin/mysql_protocol/mysql_protocol.cc:950
5919
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:871
5920
#: ../plugin/mysql_protocol/mysql_protocol.cc:945
5408
5921
msgid "Invalid value for buffer_length\n"
5411
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:895
5412
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:919
5924
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:891
5925
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:915
5414
5927
"Port number to use for connection or 0 for default to, in order of "
5415
5928
"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
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
5422
5935
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
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
5429
5942
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
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
5436
5949
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
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
5443
5956
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
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
5450
5963
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
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
5457
5970
msgid "Address to bind to."
6050
6563
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
6053
#: ../plugin/innobase/handler/ha_innodb.cc:1857
6566
#: ../plugin/innobase/handler/ha_innodb.cc:1858
6054
6567
msgid "Invalid value for io-capacity\n"
6057
#: ../plugin/innobase/handler/ha_innodb.cc:1876
6570
#: ../plugin/innobase/handler/ha_innodb.cc:1877
6058
6571
msgid "Invalid value for fast-shutdown\n"
6061
#: ../plugin/innobase/handler/ha_innodb.cc:1890
6574
#: ../plugin/innobase/handler/ha_innodb.cc:1891
6062
6575
msgid "Invalid value for flush-log-at-trx-commit\n"
6065
#: ../plugin/innobase/handler/ha_innodb.cc:1920
6578
#: ../plugin/innobase/handler/ha_innodb.cc:1921
6066
6579
msgid "Invalid value for max-dirty-pages-pct\n"
6069
#: ../plugin/innobase/handler/ha_innodb.cc:1929
6582
#: ../plugin/innobase/handler/ha_innodb.cc:1930
6070
6583
msgid "Invalid value for stats-sample-pages\n"
6073
#: ../plugin/innobase/handler/ha_innodb.cc:1940
6586
#: ../plugin/innobase/handler/ha_innodb.cc:1941
6074
6587
msgid "Invalid value for additional-mem-pool-size\n"
6077
#: ../plugin/innobase/handler/ha_innodb.cc:1950
6590
#: ../plugin/innobase/handler/ha_innodb.cc:1951
6078
6591
msgid "Invalid value for autoextend-increment\n"
6081
#: ../plugin/innobase/handler/ha_innodb.cc:1960
6594
#: ../plugin/innobase/handler/ha_innodb.cc:1961
6082
6595
msgid "Invalid value for buffer-pool-size\n"
6085
#: ../plugin/innobase/handler/ha_innodb.cc:1970
6598
#: ../plugin/innobase/handler/ha_innodb.cc:1971
6086
6599
msgid "Invalid value for commit-concurrency\n"
6089
#: ../plugin/innobase/handler/ha_innodb.cc:1979
6602
#: ../plugin/innobase/handler/ha_innodb.cc:1980
6090
6603
msgid "Invalid value for concurrency-tickets\n"
6093
#: ../plugin/innobase/handler/ha_innodb.cc:1988
6606
#: ../plugin/innobase/handler/ha_innodb.cc:1989
6094
6607
msgid "Invalid value for file-io-threads\n"
6097
#: ../plugin/innobase/handler/ha_innodb.cc:1997
6610
#: ../plugin/innobase/handler/ha_innodb.cc:1998
6098
6611
msgid "Invalid value for read-io-threads\n"
6101
#: ../plugin/innobase/handler/ha_innodb.cc:2006
6614
#: ../plugin/innobase/handler/ha_innodb.cc:2007
6102
6615
msgid "Invalid value for write-io-threads\n"
6105
#: ../plugin/innobase/handler/ha_innodb.cc:2015
6618
#: ../plugin/innobase/handler/ha_innodb.cc:2016
6106
6619
msgid "Invalid value for force-recovery\n"
6109
#: ../plugin/innobase/handler/ha_innodb.cc:2025
6110
#: ../plugin/innobase/handler/ha_innodb.cc:2035
6622
#: ../plugin/innobase/handler/ha_innodb.cc:2026
6623
#: ../plugin/innobase/handler/ha_innodb.cc:2036
6111
6624
msgid "Invalid value for log-file-size\n"
6114
#: ../plugin/innobase/handler/ha_innodb.cc:2044
6627
#: ../plugin/innobase/handler/ha_innodb.cc:2045
6115
6628
msgid "Invalid value for log-files-in-group\n"
6118
#: ../plugin/innobase/handler/ha_innodb.cc:2053
6631
#: ../plugin/innobase/handler/ha_innodb.cc:2054
6119
6632
msgid "Invalid value for mirrored-log-groups\n"
6122
#: ../plugin/innobase/handler/ha_innodb.cc:2062
6635
#: ../plugin/innobase/handler/ha_innodb.cc:2063
6123
6636
msgid "Invalid value for open-files\n"
6126
#: ../plugin/innobase/handler/ha_innodb.cc:2071
6639
#: ../plugin/innobase/handler/ha_innodb.cc:2072
6127
6640
msgid "Invalid value for thread-concurrency\n"
6130
#: ../plugin/innobase/handler/ha_innodb.cc:2094
6643
#: ../plugin/innobase/handler/ha_innodb.cc:2095
6131
6644
msgid "Invalid value for read-ahead-threshold\n"
6134
#: ../plugin/innobase/handler/ha_innodb.cc:2118
6647
#: ../plugin/innobase/handler/ha_innodb.cc:2119
6135
6648
msgid "Invalid value for lock-wait-timeout\n"
6138
#: ../plugin/logging_gearman/logging_gearman.cc:196
6651
#: ../plugin/logging_gearman/logging_gearman.cc:199
6140
6653
msgid "fail gearman_client_create(): %s"
6143
#: ../plugin/logging_gearman/logging_gearman.cc:207
6656
#: ../plugin/logging_gearman/logging_gearman.cc:210
6145
6658
msgid "fail gearman_client_add_server(): %s"
6148
#: ../plugin/logging_gearman/logging_gearman.cc:306
6149
#: ../plugin/logging_gearman/logging_gearman.cc:313
6661
#: ../plugin/logging_gearman/logging_gearman.cc:309
6662
#: ../plugin/logging_gearman/logging_gearman.cc:316
6150
6663
msgid "Enable logging to a gearman server"
6153
#: ../plugin/logging_gearman/logging_gearman.cc:322
6666
#: ../plugin/logging_gearman/logging_gearman.cc:325
6154
6667
msgid "Hostname for logging to a Gearman server"
6157
#: ../plugin/logging_gearman/logging_gearman.cc:331
6670
#: ../plugin/logging_gearman/logging_gearman.cc:334
6158
6671
msgid "Gearman Function to send logging to"
6161
#: ../plugin/logging_gearman/logging_gearman.cc:349
6674
#: ../plugin/logging_gearman/logging_gearman.cc:352
6162
6675
msgid "Log queries to a Gearman server"
6165
#: ../plugin/logging_query/logging_query.cc:189
6678
#: ../plugin/logging_query/logging_query.cc:192
6167
6680
msgid "fail open() fn=%s er=%s\n"
6170
#: ../plugin/logging_query/logging_query.cc:313
6683
#: ../plugin/logging_query/logging_query.cc:316
6171
6684
msgid "Invalid value for threshold-slow"
6174
#: ../plugin/logging_query/logging_query.cc:322
6687
#: ../plugin/logging_query/logging_query.cc:325
6175
6688
msgid "Invalid value for threshold-big-resultset"
6178
#: ../plugin/logging_query/logging_query.cc:331
6691
#: ../plugin/logging_query/logging_query.cc:334
6179
6692
msgid "Invalid value for threshold-big-examined"
6182
#: ../plugin/logging_query/logging_query.cc:345
6183
#: ../plugin/logging_query/logging_query.cc:361
6695
#: ../plugin/logging_query/logging_query.cc:348
6696
#: ../plugin/logging_query/logging_query.cc:364
6184
6697
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
6700
#: ../plugin/logging_query/logging_query.cc:351
6701
#: ../plugin/logging_query/logging_query.cc:391 ../plugin/syslog/module.cc:167
6189
6702
#: ../plugin/syslog/module.cc:233
6190
6703
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
6706
#: ../plugin/logging_query/logging_query.cc:354
6707
#: ../plugin/logging_query/logging_query.cc:403 ../plugin/syslog/module.cc:179
6195
6708
#: ../plugin/syslog/module.cc:236
6196
6709
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
6712
#: ../plugin/logging_query/logging_query.cc:357
6713
#: ../plugin/logging_query/logging_query.cc:415 ../plugin/syslog/module.cc:191
6201
6714
#: ../plugin/syslog/module.cc:239
6202
6715
msgid "Threshold for logging big queries, for rows examined"
6205
#: ../plugin/logging_query/logging_query.cc:370
6718
#: ../plugin/logging_query/logging_query.cc:373
6206
6719
msgid "File to log to"
6209
#: ../plugin/logging_query/logging_query.cc:379
6722
#: ../plugin/logging_query/logging_query.cc:382
6210
6723
msgid "PCRE to match the query against"
6213
#: ../plugin/logging_query/logging_query.cc:436
6726
#: ../plugin/logging_query/logging_query.cc:439
6214
6727
msgid "Log queries to a CSV file"
6217
#: ../plugin/logging_stats/logging_stats.cc:303
6730
#: ../plugin/logging_stats/logging_stats.cc:312
6218
6731
msgid "Invalid value for max-user-count\n"
6221
#: ../plugin/logging_stats/logging_stats.cc:311
6734
#: ../plugin/logging_stats/logging_stats.cc:320
6222
6735
msgid "Invalid value for bucket-count\n"
6225
#: ../plugin/logging_stats/logging_stats.cc:320
6738
#: ../plugin/logging_stats/logging_stats.cc:329
6226
6739
msgid "Invalid value for scoreboard-size\n"
6229
#: ../plugin/logging_stats/logging_stats.cc:354
6230
#: ../plugin/logging_stats/logging_stats.cc:396
6742
#: ../plugin/logging_stats/logging_stats.cc:364
6743
#: ../plugin/logging_stats/logging_stats.cc:406
6231
6744
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
6747
#: ../plugin/logging_stats/logging_stats.cc:375
6748
#: ../plugin/logging_stats/logging_stats.cc:409
6236
6749
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
6752
#: ../plugin/logging_stats/logging_stats.cc:386
6753
#: ../plugin/logging_stats/logging_stats.cc:412
6241
6754
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
6757
#: ../plugin/logging_stats/logging_stats.cc:397
6758
#: ../plugin/logging_stats/logging_stats.cc:415
6246
6759
msgid "Enable Logging Statistics Collection"
6249
#: ../plugin/logging_stats/logging_stats.cc:422
6762
#: ../plugin/logging_stats/logging_stats.cc:432
6250
6763
msgid "User Statistics as DATA_DICTIONARY tables"
6747
7278
msgid "Syslog Priority of error messages"
6750
#: ../plugin/transaction_log/background_worker.cc:74
7281
#: ../plugin/transaction_log/background_worker.cc:77
6752
7283
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
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
6759
7290
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
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
6766
7297
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
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
6773
7304
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
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
6780
7311
msgid "BUFFER: %s\n"
6783
#: ../plugin/transaction_log/module.cc:135
7314
#: ../plugin/transaction_log/module.cc:137
6784
7315
msgid "Invalid value for sync-method\n"
6787
#: ../plugin/transaction_log/module.cc:144
7318
#: ../plugin/transaction_log/module.cc:146
6788
7319
msgid "Invalid value for num-write-buffers\n"
6791
#: ../plugin/transaction_log/module.cc:178
7322
#: ../plugin/transaction_log/module.cc:182
6793
7324
msgid "Failed to allocate the TransactionLog instance. Got error: %s\n"
6796
#: ../plugin/transaction_log/module.cc:187
7327
#: ../plugin/transaction_log/module.cc:191
6798
7329
msgid "Failed to initialize the Transaction Log. Got error: %s\n"
6801
#: ../plugin/transaction_log/module.cc:197
7332
#: ../plugin/transaction_log/module.cc:203
6803
7334
msgid "Failed to allocate the TransactionLogIndex instance. Got error: %s\n"
6806
#: ../plugin/transaction_log/module.cc:206
7337
#: ../plugin/transaction_log/module.cc:212
6808
7339
msgid "Failed to initialize the Transaction Log Index. Got error: %s\n"
6811
#: ../plugin/transaction_log/module.cc:219
7342
#: ../plugin/transaction_log/module.cc:227
6813
7344
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
7347
#: ../plugin/transaction_log/module.cc:287
7348
#: ../plugin/transaction_log/module.cc:358
6818
7349
msgid "Enable transaction log"
6821
#: ../plugin/transaction_log/module.cc:287
6822
#: ../plugin/transaction_log/module.cc:344
7352
#: ../plugin/transaction_log/module.cc:295
7353
#: ../plugin/transaction_log/module.cc:352
6823
7354
msgid "DEBUGGING - Truncate transaction log"
6826
#: ../plugin/transaction_log/module.cc:295
6827
#: ../plugin/transaction_log/module.cc:353
7357
#: ../plugin/transaction_log/module.cc:303
7358
#: ../plugin/transaction_log/module.cc:361
6828
7359
msgid "Path to the file to use for transaction log"
6831
#: ../plugin/transaction_log/module.cc:311
6832
#: ../plugin/transaction_log/module.cc:347
7362
#: ../plugin/transaction_log/module.cc:319
7363
#: ../plugin/transaction_log/module.cc:355
6833
7364
msgid "Enable CRC32 Checksumming of each written transaction log entry"
6836
#: ../plugin/transaction_log/module.cc:319
6837
#: ../plugin/transaction_log/module.cc:359
7367
#: ../plugin/transaction_log/module.cc:327
7368
#: ../plugin/transaction_log/module.cc:367
6839
7370
"0 == rely on operating system to sync log file (default), 1 == sync file at "
6840
7371
"each transaction write, 2 == sync log file once per second"
6843
#: ../plugin/transaction_log/module.cc:332
6844
#: ../plugin/transaction_log/module.cc:362
7374
#: ../plugin/transaction_log/module.cc:340
7375
#: ../plugin/transaction_log/module.cc:370
6845
7376
msgid "Number of slots for in-memory write buffers (default=8)."
6848
#: ../plugin/transaction_log/transaction_log.cc:112
7379
#: ../plugin/transaction_log/transaction_log.cc:114
6849
7380
msgid "Failed to open transaction log file "
6852
#: ../plugin/transaction_log/transaction_log.cc:211
7383
#: ../plugin/transaction_log/transaction_log.cc:215
6855
7386
"Failed to write full size of log entry. Tried to write %<PRId64> bytes at "
6856
7387
"offset %<PRId64>, but only wrote %<PRId32> bytes. Error: %s\n"
6859
#: ../plugin/transaction_log/transaction_log.cc:230
7390
#: ../plugin/transaction_log/transaction_log.cc:236
6861
7392
msgid "Failed to sync log file. Got error: %s\n"