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"
433
485
"तुमची ड्रीझल संपर्क ओळख: %u\n"
434
486
"सर्वर आवृत्ती: %s\n"
436
#: ../client/drizzle.cc:1820
488
#: ../client/drizzle.cc:1817
438
490
msgid "Reading history-file %s\n"
441
#: ../client/drizzle.cc:1824
493
#: ../client/drizzle.cc:1821
443
495
msgid "Couldn't allocate memory for temp histfile!\n"
446
#: ../client/drizzle.cc:1831
498
#: ../client/drizzle.cc:1828
447
499
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
449
501
"मदत हवी असल्यास 'help; ' अथवा '\\h' टाईप करा. बफर रिकामा करण्या साठी '\\c' "
452
#: ../client/drizzle.cc:1854
504
#: ../client/drizzle.cc:1838
508
#: ../client/drizzle.cc:1851
454
510
msgid "Writing history-file %s\n"
457
#: ../client/drizzle.cc:1862
513
#: ../client/drizzle.cc:1859
461
#: ../client/drizzle.cc:1862
517
#: ../client/drizzle.cc:1859
465
#: ../client/drizzle.cc:1914
521
#: ../client/drizzle.cc:1911
466
522
msgid "Query aborted by Ctrl+C\n"
469
#: ../client/drizzle.cc:1998
525
#: ../client/drizzle.cc:1995
471
527
msgid "Processing line: %<PRIu32>\n"
474
#: ../client/drizzle.cc:2216
530
#: ../client/drizzle.cc:2213
475
531
msgid "Unknown command: "
478
#: ../client/drizzle.cc:2630
534
#: ../client/drizzle.cc:2627
480
536
"Reading table information for completion of table and column names\n"
481
537
"You can turn off this feature to get a quicker startup with -A\n"
485
#: ../client/drizzle.cc:2696
541
#: ../client/drizzle.cc:2693
486
542
msgid "No connection. Trying to reconnect..."
489
#: ../client/drizzle.cc:2702
545
#: ../client/drizzle.cc:2699
490
546
msgid "Can't connect to the server\n"
493
#: ../client/drizzle.cc:2780
549
#: ../client/drizzle.cc:2779
494
550
msgid "List of all Drizzle commands:"
497
#: ../client/drizzle.cc:2782
498
msgid "Note that all text commands must be first on line and end with ';'"
553
#: ../client/drizzle.cc:2783
556
"Note that all text commands must be first on line and end with '%s' or \\g"
501
#: ../client/drizzle.cc:2837
559
#: ../client/drizzle.cc:2841
502
560
msgid "No query specified\n"
505
#: ../client/drizzle.cc:2852
563
#: ../client/drizzle.cc:2856
506
564
msgid "Ignoring query to other database"
509
#: ../client/drizzle.cc:2902
567
#: ../client/drizzle.cc:2906
510
568
msgid "Empty set"
513
#: ../client/drizzle.cc:2915
571
#: ../client/drizzle.cc:2919
515
573
msgid "%ld row in set"
516
574
msgid_plural "%ld rows in set"
520
#: ../client/drizzle.cc:2924
578
#: ../client/drizzle.cc:2928
524
#: ../client/drizzle.cc:2926
582
#: ../client/drizzle.cc:2930
526
584
msgid "Query OK, %ld row affected"
527
585
msgid_plural "Query OK, %ld rows affected"
531
#: ../client/drizzledump.cc:212
589
#: ../client/drizzle.cc:3002
590
msgid "popen() failed! defaulting PAGER to stdout!\n"
593
#: ../client/drizzle.cc:3024
595
msgid "Error logging to file '%s'\n"
598
#: ../client/drizzle.cc:3029
600
msgid "Logging to file '%s'\n"
603
#: ../client/drizzle.cc:3113
612
"Collation: %s (%u)\n"
620
#: ../client/drizzle.cc:3580
622
msgid "No previous outfile available, you must give a filename!\n"
625
#: ../client/drizzle.cc:3585
627
msgid "Currently logging to file '%s'\n"
630
#: ../client/drizzle.cc:3605
632
msgid "No outfile specified!\n"
635
#: ../client/drizzle.cc:3618
636
msgid "Outfile disabled.\n"
639
#: ../client/drizzle.cc:3645
640
msgid "Default pager wasn't set, using stdout.\n"
643
#: ../client/drizzle.cc:3665
645
msgid "PAGER set to '%s'\n"
648
#: ../client/drizzle.cc:3676
649
msgid "PAGER set to stdout\n"
652
#: ../client/drizzle.cc:3759
654
msgid "Connection id: %u"
657
#: ../client/drizzle.cc:3761
659
msgid "Current database: %.128s\n"
662
#: ../client/drizzle.cc:3762
667
#: ../client/drizzle.cc:3782
668
msgid "Usage: \\. <filename> | source <filename>"
671
#: ../client/drizzle.cc:3797
673
msgid "Failed to open file '%s', error: %d"
676
#: ../client/drizzle.cc:3805
677
msgid "Can't initialize LineBuffer"
680
#: ../client/drizzle.cc:3841
681
msgid "DELIMITER must be followed by a 'delimiter' character or string"
684
#: ../client/drizzle.cc:3874
685
msgid "USE must be followed by a database name"
688
#: ../client/drizzle.cc:3942
689
msgid "Database changed"
692
#: ../client/drizzle.cc:3950
693
msgid "Show warnings enabled."
696
#: ../client/drizzle.cc:3958
697
msgid "Show warnings disabled."
700
#: ../client/drizzle.cc:4100
704
"Connection id:\t\t%lu\n"
707
#: ../client/drizzle.cc:4112
709
msgid "Current database:\t%s\n"
712
#: ../client/drizzle.cc:4113
714
msgid "Current user:\t\t%s\n"
717
#: ../client/drizzle.cc:4119
718
msgid "SSL:\t\t\tNot in use"
721
#: ../client/drizzle.cc:4124
727
#: ../client/drizzle.cc:4131
730
"All updates ignored to this database\n"
733
#: ../client/drizzle.cc:4134
735
msgid "Current pager:\t\t%s\n"
738
#: ../client/drizzle.cc:4135
740
msgid "Using outfile:\t\t'%s'\n"
743
#: ../client/drizzle.cc:4136
745
msgid "Using delimiter:\t%s\n"
748
#: ../client/drizzle.cc:4137
750
msgid "Server version:\t\t%s\n"
753
#: ../client/drizzle.cc:4138
755
msgid "Protocol version:\t%d\n"
758
#: ../client/drizzle.cc:4139
760
msgid "Connection:\t\t%s\n"
763
#: ../client/drizzle.cc:4146
765
msgid "UNIX socket:\t\t%s\n"
768
#: ../client/drizzle.cc:4148
770
msgid "TCP port:\t\t%d\n"
773
#: ../client/drizzle.cc:4153
776
"Note that you are running in safe_update_mode:\n"
779
#: ../client/drizzle.cc:4155
782
"UPDATEs and DELETEs that don't use a key in the WHERE clause are not "
784
"(One can force an UPDATE/DELETE by adding LIMIT # at the end of the "
786
" SELECT has an automatic 'LIMIT %lu' if LIMIT is not used.\n"
787
" Max number of examined row combination in a join is set to: %"
792
#: ../client/drizzle.cc:4217 ../drizzled/option.cc:339
797
#: ../client/drizzle.cc:4260
799
msgid "ERROR %d (%s): "
802
#: ../client/drizzle.cc:4262
807
#: ../client/drizzle.cc:4265
811
#: ../client/drizzle.cc:4398
815
#: ../client/drizzle.cc:4400
819
#: ../client/drizzle.cc:4406
823
#: ../client/drizzle.cc:4412
827
#: ../client/drizzle.cc:4513
831
#: ../client/drizzle.cc:4633
833
msgid "Returning to default PROMPT of %s\n"
836
#: ../client/drizzle.cc:4638
837
msgid "Memory allocation error. Not changing prompt\n"
840
#: ../client/drizzle.cc:4643
842
msgid "PROMPT set to '%s'\n"
845
#: ../client/drizzledump.cc:198
533
847
msgid "Got errno %d on write"
536
#: ../client/drizzledump.cc:296
850
#: ../client/drizzledump.cc:282
538
852
msgid "%s: You must use option --tab with --fields-...\n"
541
#: ../client/drizzledump.cc:302
855
#: ../client/drizzledump.cc:288
544
858
"%s: You can't use --single-transaction and --lock-all-tables at the same "
548
#: ../client/drizzledump.cc:308
862
#: ../client/drizzledump.cc:294
551
865
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
555
#: ../client/drizzledump.cc:314
869
#: ../client/drizzledump.cc:300
557
871
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
560
#: ../client/drizzledump.cc:333
874
#: ../client/drizzledump.cc:319
562
876
msgid "Got error: %s (%d) %s"
565
#: ../client/drizzledump.cc:340
879
#: ../client/drizzledump.cc:326
567
881
msgid "Got error: %d %s"
570
#: ../client/drizzledump.cc:438 ../client/drizzledump.cc:445
571
#: ../client/drizzledump.cc:458
884
#: ../client/drizzledump.cc:424 ../client/drizzledump.cc:431
885
#: ../client/drizzledump.cc:444
573
887
msgid "Couldn't execute '%s': %s (%d)"
576
#: ../client/drizzledump.cc:518
890
#: ../client/drizzledump.cc:504
578
892
msgid "-- Connecting to %s...\n"
581
#: ../client/drizzledump.cc:541
895
#: ../client/drizzledump.cc:527
583
897
msgid "-- Disconnecting from %s...\n"
586
#: ../client/drizzledump.cc:552
900
#: ../client/drizzledump.cc:538
587
901
msgid "Couldn't allocate memory"
590
#: ../client/drizzledump.cc:896
904
#: ../client/drizzledump.cc:882
593
907
"-- Warning: Unable to use delayed inserts for table '%s' because it's of "
597
#: ../client/drizzledump.cc:910
911
#: ../client/drizzledump.cc:896
599
913
msgid "-- Retrieving table structure for table %s...\n"
602
#: ../client/drizzledump.cc:1024
916
#: ../client/drizzledump.cc:1010
604
918
msgid "%s: Warning: Can't set SQL_QUOTE_SHOW_CREATE option (%s)\n"
607
#: ../client/drizzledump.cc:1131
921
#: ../client/drizzledump.cc:1117
609
923
msgid "%s: Can't get keys for table %s\n"
612
#: ../client/drizzledump.cc:1209 ../client/drizzledump.cc:2303
926
#: ../client/drizzledump.cc:1195 ../client/drizzledump.cc:2248
614
928
msgid "Error: Couldn't read status information for table %s\n"
617
#: ../client/drizzledump.cc:1353
931
#: ../client/drizzledump.cc:1339
619
933
msgid "Error retrieving table structure for table: \"%s\""
622
#: ../client/drizzledump.cc:1360
936
#: ../client/drizzledump.cc:1346
624
938
msgid "-- Skipping dump data for table '%s', --no-data was used\n"
627
#: ../client/drizzledump.cc:1371
941
#: ../client/drizzledump.cc:1357
629
943
msgid "-- Warning: Skipping data for table '%s' because it's of type %s\n"
632
#: ../client/drizzledump.cc:1378
946
#: ../client/drizzledump.cc:1364
634
948
msgid "-- Skipping dump data for table '%s', it has no fields\n"
637
#: ../client/drizzledump.cc:1386
951
#: ../client/drizzledump.cc:1372
638
952
msgid "-- Sending SELECT query...\n"
641
#: ../client/drizzledump.cc:1440 ../client/drizzledump.cc:1929
955
#: ../client/drizzledump.cc:1426 ../client/drizzledump.cc:1915
642
956
msgid "when executing 'SELECT INTO OUTFILE'"
645
#: ../client/drizzledump.cc:1451
959
#: ../client/drizzledump.cc:1437
654
#: ../client/drizzledump.cc:1492
968
#: ../client/drizzledump.cc:1478
655
969
msgid "-- Retrieving rows...\n"
658
#: ../client/drizzledump.cc:1495
972
#: ../client/drizzledump.cc:1481
660
974
msgid "%s: Error in field count for table: %s ! Aborting.\n"
663
#: ../client/drizzledump.cc:1539
977
#: ../client/drizzledump.cc:1525
665
979
msgid "%s: Error reading rows for table: %s (%d:%s) ! Aborting.\n"
668
#: ../client/drizzledump.cc:1556
982
#: ../client/drizzledump.cc:1542
670
984
msgid "-- %<PRIu32> of ~%<PRIu64> rows dumped for table %s\n"
673
#: ../client/drizzledump.cc:1578
987
#: ../client/drizzledump.cc:1564
675
989
msgid "Not enough fields from table %s! Aborting.\n"
678
#: ../client/drizzledump.cc:1993 ../client/drizzledump.cc:2109
992
#: ../client/drizzledump.cc:1979 ../client/drizzledump.cc:2095
679
993
msgid "when doing refresh"
682
#: ../client/drizzledump.cc:2080
996
#: ../client/drizzledump.cc:2066
683
997
msgid "alloc_root failure."
686
#: ../client/drizzledump.cc:2096
1000
#: ../client/drizzledump.cc:2082
688
1002
msgid "Couldn't find table: \"%s\""
691
#: ../client/drizzledump.cc:2374 ../client/drizzledump.cc:2381
692
#: ../client/drizzledump.cc:2391
1005
#: ../client/drizzledump.cc:2319 ../client/drizzledump.cc:2326
1006
#: ../client/drizzledump.cc:2336
695
1009
"Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
698
#: ../client/drizzledump.cc:2423
1012
#: ../client/drizzledump.cc:2368
700
1014
msgid "Error: Not enough memory to store ORDER BY clause\n"
703
#: ../client/drizzledump.cc:2480
1017
#: ../client/drizzledump.cc:2399
1019
"Dump all the databases. This will be same as --databases with all databases "
1023
#: ../client/drizzledump.cc:2401
1024
msgid "Dump all the tablespaces."
1027
#: ../client/drizzledump.cc:2403
1028
msgid "Use complete insert statements."
1031
#: ../client/drizzledump.cc:2407
1033
"Flush logs file in server before starting dump. Note that if you dump many "
1034
"databases at once (using the option --databases= or --all-databases), the "
1035
"logs will be flushed for each database dumped. The exception is when using --"
1036
"lock-all-tables in this case the logs will be flushed only once, "
1037
"corresponding to the moment all tables are locked. So if you want your dump "
1038
"and the log flush to happen at the same exact moment you should use --lock-"
1039
"all-tables or --flush-logs"
1042
#: ../client/drizzledump.cc:2409
1043
msgid "Continue even if we get an sql-error."
1046
#: ../client/drizzledump.cc:2410
1048
msgid "Display this help message and exit."
1049
msgstr "ही मदत दाखवा."
1051
#: ../client/drizzledump.cc:2412
1053
"Locks all tables across all databases. This is achieved by taking a global "
1054
"read lock for the duration of the whole dump. Automatically turns --single-"
1055
"transaction and --lock-tables off."
1058
#: ../client/drizzledump.cc:2414
1060
"Sorts each table's rows by primary key, or first unique key, if such a key "
1061
"exists. Useful when dumping a MyISAM table to be loaded into an InnoDB "
1062
"table, but will make the dump itself take considerably longer."
1065
#: ../client/drizzledump.cc:2416
1067
"Creates a consistent snapshot by dumping all tables in a single transaction. "
1068
"Works ONLY for tables stored in storage engines which support "
1069
"multiversioning (currently only InnoDB does); the dump is NOT guaranteed to "
1070
"be consistent for other storage engines. While a --single-transaction dump "
1071
"is in process, to ensure a valid dump file (correct table contents), no "
1072
"other connection should use the following statements: ALTER TABLE, DROP "
1073
"TABLE, RENAME TABLE, TRUNCATE TABLE, as consistent snapshot is not isolated "
1074
"from them. Option automatically turns off --lock-tables."
1077
#: ../client/drizzledump.cc:2417
1079
"Same as --add-drop-table, --add-locks, --create-options, --quick, --extended-"
1080
"insert, --lock-tables, --set-charset, and --disable-keys. Enabled by "
1081
"default, disable with --skip-opt."
1084
#: ../client/drizzledump.cc:2419
1086
"Disable --opt. Disables --add-drop-table, --add-locks, --create-options, --"
1087
"quick, --extended-insert, --lock-tables, --set-charset, and --disable-keys."
1090
#: ../client/drizzledump.cc:2420
1091
msgid "Overrides option --databases (-B)."
1094
#: ../client/drizzledump.cc:2422
704
1095
msgid "Number of rows before each output progress report (requires --verbose)."
707
#: ../client/drizzledump.cc:2633 ../client/drizzledump.cc:2720
1098
#: ../client/drizzledump.cc:2424
1099
msgid "Print info about the various stages."
1102
#: ../client/drizzledump.cc:2426
1103
msgid "Dump a database as well formed XML."
1106
#: ../client/drizzledump.cc:2427
1107
msgid "Turn off Comments"
1110
#: ../client/drizzledump.cc:2428
1111
msgid "Turn off create-options"
1114
#: ../client/drizzledump.cc:2429
1115
msgid "Turn off extended-insert"
1118
#: ../client/drizzledump.cc:2430
1119
msgid "Turn off dump-date"
1122
#: ../client/drizzledump.cc:2431
1123
msgid "Do not read from the configuration files"
1126
#: ../client/drizzledump.cc:2437
1127
msgid "Add a 'DROP DATABASE' before each create."
1130
#: ../client/drizzledump.cc:2439
1131
msgid "Add a 'drop table' before each create."
1134
#: ../client/drizzledump.cc:2441
1135
msgid "Allow creation of column names that are keywords."
1138
#: ../client/drizzledump.cc:2443
1139
msgid "Write additional information."
1142
#: ../client/drizzledump.cc:2445
1144
"Give less verbose output (useful for debugging). Disables structure comments "
1145
"and header/footer constructs. Enables options --skip-add-drop-table --no-"
1146
"set-names --skip-disable-keys --skip-add-locks"
1149
#: ../client/drizzledump.cc:2447
1150
msgid "Include all DRIZZLE specific create options."
1153
#: ../client/drizzledump.cc:2449
1154
msgid "Put a dump date to the end of the output."
1157
#: ../client/drizzledump.cc:2451
1159
"To dump several databases. Note the difference in usage; In this case no "
1160
"tables are given. All name arguments are regarded as databasenames. 'USE "
1161
"db_name;' will be included in the output."
1164
#: ../client/drizzledump.cc:2453
1165
msgid "Insert rows with INSERT DELAYED;"
1168
#: ../client/drizzledump.cc:2455
1170
"'ALTER TABLE tb_name DISABLE KEYS; and 'ALTER TABLE tb_name ENABLE KEYS; "
1171
"will be put in the output."
1174
#: ../client/drizzledump.cc:2457
1175
msgid "Allows utilization of the new, much faster INSERT syntax."
1178
#: ../client/drizzledump.cc:2459
1179
msgid "Fields in the textfile are terminated by ..."
1182
#: ../client/drizzledump.cc:2461
1183
msgid "Fields in the importfile are enclosed by ..."
1186
#: ../client/drizzledump.cc:2463
1187
msgid "Fields in the i.file are opt. enclosed by ..."
1190
#: ../client/drizzledump.cc:2465
1191
msgid "Fields in the i.file are escaped by ..."
1194
#: ../client/drizzledump.cc:2469
1196
"Do not dump the specified table. To specify more than one table to ignore, "
1197
"use the directive multiple times, once for each table. Each table must be "
1198
"specified with both database and table names, e.g. --ignore-table=database."
1202
#: ../client/drizzledump.cc:2471
1203
msgid "Insert rows with INSERT IGNORE."
1206
#: ../client/drizzledump.cc:2473
1207
msgid "Lines in the i.file are terminated by ..."
1210
#: ../client/drizzledump.cc:2475
1211
msgid "Wrap tables with autocommit/commit statements."
1214
#: ../client/drizzledump.cc:2477
1216
"'CREATE DATABASE IF NOT EXISTS db_name;' will not be put in the output. The "
1217
"above line will be added otherwise, if --databases or --all-databases option "
1221
#: ../client/drizzledump.cc:2479
1222
msgid "Don't write table creation info."
1225
#: ../client/drizzledump.cc:2481
1226
msgid "No row information."
1229
#: ../client/drizzledump.cc:2482
1230
msgid "Deprecated. Use --skip-set-charset instead."
1233
#: ../client/drizzledump.cc:2484
1234
msgid "Enable set-name"
1237
#: ../client/drizzledump.cc:2486
1238
msgid "Don't buffer query, dump directly to stdout."
1241
#: ../client/drizzledump.cc:2488
1242
msgid "Quote table and column names with backticks (`)."
1245
#: ../client/drizzledump.cc:2490
1246
msgid "Use REPLACE INTO instead of INSERT INTO."
1249
#: ../client/drizzledump.cc:2492
1251
"Direct output to a given file. This option should be used in MSDOS, because "
1252
"it prevents new line '\\n' from being converted to '\\r\\n' (carriage return "
1256
#: ../client/drizzledump.cc:2494
1258
"Creates tab separated textfile for each table to given path. (creates .sql "
1259
"and .txt files). NOTE: This only works if drizzledump is run on the same "
1260
"machine as the drizzled daemon."
1263
#: ../client/drizzledump.cc:2496
1264
msgid "Dump only selected records; QUOTES mandatory!"
1267
#: ../client/drizzledump.cc:2502
1268
msgid "Connect to host."
1271
#: ../client/drizzledump.cc:2506
1273
"Password to use when connecting to server. If password is not given it's "
1274
"solicited on the tty."
1277
#: ../client/drizzledump.cc:2508
1278
msgid "Port number to use for connection."
1281
#: ../client/drizzledump.cc:2515
1282
msgid "Hidden Options"
1285
#: ../client/drizzledump.cc:2517
1286
msgid "Used to select the database"
1289
#: ../client/drizzledump.cc:2518
1290
msgid "Used to select the tables"
1293
#: ../client/drizzledump.cc:2521
1294
msgid "Allowed Options + Hidden Options"
1297
#: ../client/drizzledump.cc:2573
1299
msgid "Drizzledump %s build %s, for %s-%s (%s)\n"
1302
#: ../client/drizzledump.cc:2578
1304
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1305
"and you are welcome to modify and redistribute it under the GPL license\n"
1308
#: ../client/drizzledump.cc:2579
1309
msgid "Dumps definitions and data from a Drizzle database server"
1312
#: ../client/drizzledump.cc:2580
709
1314
msgid "Usage: %s [OPTIONS] database [tables]\n"
712
#: ../client/drizzledump.cc:2634 ../client/drizzledump.cc:2721
1317
#: ../client/drizzledump.cc:2581
714
1319
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
717
#: ../client/drizzledump.cc:2636 ../client/drizzledump.cc:2723
1322
#: ../client/drizzledump.cc:2583
719
1324
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
722
#: ../client/drizzledump.cc:2648 ../client/drizzleimport.cc:459
723
#: ../client/drizzleslap.cc:1001 ../client/drizzletest.cc:5596
1327
#: ../client/drizzledump.cc:2599 ../client/drizzleimport.cc:459
1328
#: ../client/drizzleslap.cc:1002 ../client/drizzletest.cc:5597
725
1330
msgid "Value supplied for port is not valid.\n"
4715
5300
msgid "error: could not open directory: %s\n"
4718
#: ../drizzled/main.cc:152
5303
#: ../drizzled/main.cc:150
4720
5305
"setrlimit could not change the size of core files to 'infinity'; We may not "
4721
5306
"be able to generate a core file on signals"
4724
#: ../drizzled/main.cc:250
5309
#: ../drizzled/main.cc:251
4726
5311
msgid "Data directory %s does not exist\n"
4729
#: ../drizzled/message/transaction_reader.cc:120
5314
#: ../drizzled/message/transaction_reader.cc:175
4731
5316
msgid "Usage: %s TRANSACTION_LOG [--checksum] \n"
4734
#: ../drizzled/message/transaction_reader.cc:129
5319
#: ../drizzled/message/transaction_reader.cc:184
4735
5320
#: ../drizzled/message/transaction_writer.cc:371
4737
5322
msgid "Cannot open file: %s\n"
4740
#: ../drizzled/message/transaction_reader.cc:162
5325
#: ../drizzled/message/transaction_reader.cc:217
4742
5327
msgid "Found a non-transaction message in log. Currently, not supported.\n"
4745
#: ../drizzled/message/transaction_reader.cc:168
4746
#: ../plugin/transaction_log/transaction_log_reader.cc:117
5330
#: ../drizzled/message/transaction_reader.cc:223
5331
#: ../plugin/transaction_log/transaction_log_reader.cc:119
4748
5333
msgid "Attempted to read record bigger than INT_MAX\n"
4751
#: ../drizzled/message/transaction_reader.cc:188
4752
#: ../plugin/transaction_log/transaction_log_reader.cc:137
5336
#: ../drizzled/message/transaction_reader.cc:243
5337
#: ../plugin/transaction_log/transaction_log_reader.cc:139
4754
5339
msgid "Memory allocation failure trying to allocate %<PRIu64> bytes.\n"
4757
#: ../drizzled/message/transaction_reader.cc:199
4758
#: ../plugin/transaction_log/hexdump_transaction_message.cc:144
4759
#: ../plugin/transaction_log/print_transaction_message.cc:142
4760
#: ../plugin/transaction_log/transaction_log_reader.cc:148
5342
#: ../drizzled/message/transaction_reader.cc:256
5343
#: ../plugin/transaction_log/hexdump_transaction_message.cc:149
5344
#: ../plugin/transaction_log/print_transaction_message.cc:147
5345
#: ../plugin/transaction_log/transaction_log_reader.cc:152
4762
5347
msgid "Could not read transaction message.\n"
4765
#: ../drizzled/message/transaction_reader.cc:200
4766
#: ../plugin/transaction_log/hexdump_transaction_message.cc:145
4767
#: ../plugin/transaction_log/print_transaction_message.cc:143
4768
#: ../plugin/transaction_log/transaction_log_reader.cc:149
5350
#: ../drizzled/message/transaction_reader.cc:257
5351
#: ../plugin/transaction_log/hexdump_transaction_message.cc:150
5352
#: ../plugin/transaction_log/print_transaction_message.cc:148
5353
#: ../plugin/transaction_log/transaction_log_reader.cc:153
4770
5355
msgid "GPB ERROR: %s.\n"
4773
#: ../drizzled/message/transaction_reader.cc:204
4774
#: ../drizzled/message/transaction_reader.cc:217
5358
#: ../drizzled/message/transaction_reader.cc:261
5359
#: ../drizzled/message/transaction_reader.cc:274
4802
5387
"the current running version of Drizzle: %<PRIu64>."
4805
#: ../drizzled/module/loader.cc:275
5390
#: ../drizzled/module/loader.cc:271
4808
5393
"Plugin '%s' contains the name '%s' in its manifest, which has already been "
4809
5394
"registered.\n"
4812
#: ../drizzled/module/loader.cc:354
5397
#: ../drizzled/module/loader.cc:350
4814
5399
msgid "Plugin '%s' init function returned error.\n"
4817
#: ../drizzled/module/loader.cc:532
5402
#: ../drizzled/module/loader.cc:514
4819
5404
msgid "Couldn't load plugin library named '%s'.\n"
4822
#: ../drizzled/module/loader.cc:542
5407
#: ../drizzled/module/loader.cc:524
4824
5409
msgid "Couldn't load plugin named '%s'.\n"
4827
#: ../drizzled/module/loader.cc:771
5412
#: ../drizzled/module/loader.cc:751
4828
5413
msgid "Out of memory."
4831
#: ../drizzled/module/loader.cc:1483 ../drizzled/module/loader.cc:1534
5416
#: ../drizzled/module/loader.cc:1457 ../drizzled/module/loader.cc:1508
4833
5418
msgid "Unknown variable type code 0x%x in plugin '%s'."
4836
#: ../drizzled/module/loader.cc:1526
5421
#: ../drizzled/module/loader.cc:1500
4839
5424
"Server variable %s of plugin %s was forced to be read-only: string variable "
4840
5425
"without update_func and PLUGIN_VAR_MEMALLOC flag"
4843
#: ../drizzled/module/loader.cc:1545
5428
#: ../drizzled/module/loader.cc:1519
4845
5430
msgid "Missing variable name in plugin '%s'."
4848
#: ../drizzled/module/loader.cc:1562
5433
#: ../drizzled/module/loader.cc:1536
4850
5435
msgid "Thread local variable '%s' not allocated in plugin '%s'."
4853
#: ../drizzled/module/loader.cc:1684
5438
#: ../drizzled/module/loader.cc:1658
4855
5440
msgid "Out of memory for plugin '%s'."
4858
#: ../drizzled/module/loader.cc:1693
5443
#: ../drizzled/module/loader.cc:1667
4860
5445
msgid "Bad options for plugin '%s'."
4863
#: ../drizzled/module/loader.cc:1706
5448
#: ../drizzled/module/loader.cc:1680
4865
5450
msgid "Parsing options for plugin '%s' failed."
4868
#: ../drizzled/module/loader.cc:1759
5453
#: ../drizzled/module/loader.cc:1733
4870
5455
msgid "Plugin '%s' has conflicting system variables"
4873
#: ../drizzled/module/registry.h:102
5458
#: ../drizzled/module/registry.h:103
4875
5460
msgid "Loading plugin %s failed: a plugin by that name already exists.\n"
4878
#: ../drizzled/module/registry.h:111
5463
#: ../drizzled/module/registry.h:112
4880
5465
msgid "Fatal error: Failed initializing %s plugin.\n"
5204
#: ../drizzled/signal_handler.cc:122
5760
#: ../drizzled/signal_handler.cc:148
5207
5763
"It is possible that drizzled could use up to \n"
5208
"key_buffer_size + (read_buffer_size + sort_buffer_size)*thread_count\n"
5764
"(read_buffer_size + sort_buffer_size)*thread_count\n"
5209
5765
"bytes of memory\n"
5210
5766
"Hope that's ok; if not, decrease some variables in the equation.\n"
5214
#: ../drizzled/signal_handler.cc:135
5217
"Attempting backtrace. You can use the following information to find out\n"
5218
"where drizzled died. If you see no messages after this, something went\n"
5219
"terribly wrong...\n"
5222
#: ../drizzled/signal_handler.cc:163
5225
"Trying to get some variables.\n"
5226
"Some pointers may be invalid and cause the dump to abort...\n"
5229
#: ../drizzled/signal_handler.cc:174
5233
"This crash occurred while the server was calling initgroups(). This is\n"
5234
"often due to the use of a drizzled that is statically linked against glibc\n"
5235
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
5236
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
5237
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
5238
"drizzled that is not statically linked.\n"
5241
#: ../drizzled/signal_handler.cc:188
5245
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
5246
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
5247
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
5248
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
5249
"the documentation for your distribution on how to do that.\n"
5252
#: ../drizzled/signal_handler.cc:201
5254
msgid "Writing a core file\n"
5257
#: ../drizzled/sql_base.cc:1527
5770
#: ../drizzled/sql_base.cc:1521
5259
5772
msgid "Table %s had a open data Cursor in reopen_table"
5262
#: ../drizzled/sql_table.cc:1972
5775
#: ../drizzled/sql_table.cc:1957
5264
5777
msgid "Unknown - internal error %d during operation"
5267
#: ../drizzled/statement/alter_table.cc:1429
5780
#: ../drizzled/statement/alter_table.cc:1486
5270
5783
"order_st BY ignored because there is a user-defined clustered index in the "
5271
5784
"table '%-.192s'"
5274
#: ../drizzled/table.cc:1971
5787
#: ../drizzled/table.cc:1965
5276
5789
msgid "Got error %d when reading table '%s'"
5383
5896
msgid "Default database to use."
5386
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:830
5387
#: ../plugin/mysql_protocol/mysql_protocol.cc:905
5899
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:826
5900
#: ../plugin/mysql_protocol/mysql_protocol.cc:900
5388
5901
msgid "Invalid value of port\n"
5391
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:839
5392
#: ../plugin/mysql_protocol/mysql_protocol.cc:914
5904
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:835
5905
#: ../plugin/mysql_protocol/mysql_protocol.cc:909
5393
5906
msgid "Invalid value for connect_timeout\n"
5396
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:848
5397
#: ../plugin/mysql_protocol/mysql_protocol.cc:923
5909
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:844
5910
#: ../plugin/mysql_protocol/mysql_protocol.cc:918
5398
5911
msgid "Invalid value for read_timeout\n"
5401
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:857
5402
#: ../plugin/mysql_protocol/mysql_protocol.cc:932
5914
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:853
5915
#: ../plugin/mysql_protocol/mysql_protocol.cc:927
5403
5916
msgid "Invalid value for write_timeout\n"
5406
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:866
5919
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:862
5407
5920
msgid "Invalid value for retry_count\n"
5410
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:875
5411
#: ../plugin/mysql_protocol/mysql_protocol.cc:950
5923
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:871
5924
#: ../plugin/mysql_protocol/mysql_protocol.cc:945
5412
5925
msgid "Invalid value for buffer_length\n"
5415
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:895
5416
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:919
5928
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:891
5929
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:915
5418
5931
"Port number to use for connection or 0 for default to, in order of "
5419
5932
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default (4427)."
5422
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:901
5423
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:925
5424
#: ../plugin/mysql_protocol/mysql_protocol.cc:979
5425
#: ../plugin/mysql_protocol/mysql_protocol.cc:1001
5935
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:897
5936
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:921
5937
#: ../plugin/mysql_protocol/mysql_protocol.cc:974
5938
#: ../plugin/mysql_protocol/mysql_protocol.cc:996
5426
5939
msgid "Connect Timeout."
5429
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:904
5430
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:928
5431
#: ../plugin/mysql_protocol/mysql_protocol.cc:982
5432
#: ../plugin/mysql_protocol/mysql_protocol.cc:1004
5942
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:900
5943
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:924
5944
#: ../plugin/mysql_protocol/mysql_protocol.cc:977
5945
#: ../plugin/mysql_protocol/mysql_protocol.cc:999
5433
5946
msgid "Read Timeout."
5436
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:906
5437
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:931
5438
#: ../plugin/mysql_protocol/mysql_protocol.cc:984
5439
#: ../plugin/mysql_protocol/mysql_protocol.cc:1007
5949
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:902
5950
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:927
5951
#: ../plugin/mysql_protocol/mysql_protocol.cc:979
5952
#: ../plugin/mysql_protocol/mysql_protocol.cc:1002
5440
5953
msgid "Write Timeout."
5443
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:908
5444
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:934
5445
#: ../plugin/mysql_protocol/mysql_protocol.cc:986
5446
#: ../plugin/mysql_protocol/mysql_protocol.cc:1010
5956
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:904
5957
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:930
5958
#: ../plugin/mysql_protocol/mysql_protocol.cc:981
5959
#: ../plugin/mysql_protocol/mysql_protocol.cc:1005
5447
5960
msgid "Retry Count."
5450
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:910
5451
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:937
5452
#: ../plugin/mysql_protocol/mysql_protocol.cc:988
5453
#: ../plugin/mysql_protocol/mysql_protocol.cc:1013
5963
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:906
5964
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:933
5965
#: ../plugin/mysql_protocol/mysql_protocol.cc:983
5966
#: ../plugin/mysql_protocol/mysql_protocol.cc:1008
5454
5967
msgid "Buffer length."
5457
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:913
5458
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:940
5459
#: ../plugin/mysql_protocol/mysql_protocol.cc:991
5460
#: ../plugin/mysql_protocol/mysql_protocol.cc:1016
5970
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:909
5971
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:936
5972
#: ../plugin/mysql_protocol/mysql_protocol.cc:986
5973
#: ../plugin/mysql_protocol/mysql_protocol.cc:1011
5461
5974
msgid "Address to bind to."
6054
6567
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
6057
#: ../plugin/innobase/handler/ha_innodb.cc:1857
6570
#: ../plugin/innobase/handler/ha_innodb.cc:1858
6058
6571
msgid "Invalid value for io-capacity\n"
6061
#: ../plugin/innobase/handler/ha_innodb.cc:1876
6574
#: ../plugin/innobase/handler/ha_innodb.cc:1877
6062
6575
msgid "Invalid value for fast-shutdown\n"
6065
#: ../plugin/innobase/handler/ha_innodb.cc:1890
6578
#: ../plugin/innobase/handler/ha_innodb.cc:1891
6066
6579
msgid "Invalid value for flush-log-at-trx-commit\n"
6069
#: ../plugin/innobase/handler/ha_innodb.cc:1920
6582
#: ../plugin/innobase/handler/ha_innodb.cc:1921
6070
6583
msgid "Invalid value for max-dirty-pages-pct\n"
6073
#: ../plugin/innobase/handler/ha_innodb.cc:1929
6586
#: ../plugin/innobase/handler/ha_innodb.cc:1930
6074
6587
msgid "Invalid value for stats-sample-pages\n"
6077
#: ../plugin/innobase/handler/ha_innodb.cc:1940
6590
#: ../plugin/innobase/handler/ha_innodb.cc:1941
6078
6591
msgid "Invalid value for additional-mem-pool-size\n"
6081
#: ../plugin/innobase/handler/ha_innodb.cc:1950
6594
#: ../plugin/innobase/handler/ha_innodb.cc:1951
6082
6595
msgid "Invalid value for autoextend-increment\n"
6085
#: ../plugin/innobase/handler/ha_innodb.cc:1960
6598
#: ../plugin/innobase/handler/ha_innodb.cc:1961
6086
6599
msgid "Invalid value for buffer-pool-size\n"
6089
#: ../plugin/innobase/handler/ha_innodb.cc:1970
6602
#: ../plugin/innobase/handler/ha_innodb.cc:1971
6090
6603
msgid "Invalid value for commit-concurrency\n"
6093
#: ../plugin/innobase/handler/ha_innodb.cc:1979
6606
#: ../plugin/innobase/handler/ha_innodb.cc:1980
6094
6607
msgid "Invalid value for concurrency-tickets\n"
6097
#: ../plugin/innobase/handler/ha_innodb.cc:1988
6610
#: ../plugin/innobase/handler/ha_innodb.cc:1989
6098
6611
msgid "Invalid value for file-io-threads\n"
6101
#: ../plugin/innobase/handler/ha_innodb.cc:1997
6614
#: ../plugin/innobase/handler/ha_innodb.cc:1998
6102
6615
msgid "Invalid value for read-io-threads\n"
6105
#: ../plugin/innobase/handler/ha_innodb.cc:2006
6618
#: ../plugin/innobase/handler/ha_innodb.cc:2007
6106
6619
msgid "Invalid value for write-io-threads\n"
6109
#: ../plugin/innobase/handler/ha_innodb.cc:2015
6622
#: ../plugin/innobase/handler/ha_innodb.cc:2016
6110
6623
msgid "Invalid value for force-recovery\n"
6113
#: ../plugin/innobase/handler/ha_innodb.cc:2025
6114
#: ../plugin/innobase/handler/ha_innodb.cc:2035
6626
#: ../plugin/innobase/handler/ha_innodb.cc:2026
6627
#: ../plugin/innobase/handler/ha_innodb.cc:2036
6115
6628
msgid "Invalid value for log-file-size\n"
6118
#: ../plugin/innobase/handler/ha_innodb.cc:2044
6631
#: ../plugin/innobase/handler/ha_innodb.cc:2045
6119
6632
msgid "Invalid value for log-files-in-group\n"
6122
#: ../plugin/innobase/handler/ha_innodb.cc:2053
6635
#: ../plugin/innobase/handler/ha_innodb.cc:2054
6123
6636
msgid "Invalid value for mirrored-log-groups\n"
6126
#: ../plugin/innobase/handler/ha_innodb.cc:2062
6639
#: ../plugin/innobase/handler/ha_innodb.cc:2063
6127
6640
msgid "Invalid value for open-files\n"
6130
#: ../plugin/innobase/handler/ha_innodb.cc:2071
6643
#: ../plugin/innobase/handler/ha_innodb.cc:2072
6131
6644
msgid "Invalid value for thread-concurrency\n"
6134
#: ../plugin/innobase/handler/ha_innodb.cc:2094
6647
#: ../plugin/innobase/handler/ha_innodb.cc:2095
6135
6648
msgid "Invalid value for read-ahead-threshold\n"
6138
#: ../plugin/innobase/handler/ha_innodb.cc:2118
6651
#: ../plugin/innobase/handler/ha_innodb.cc:2119
6139
6652
msgid "Invalid value for lock-wait-timeout\n"
6142
#: ../plugin/logging_gearman/logging_gearman.cc:196
6655
#: ../plugin/logging_gearman/logging_gearman.cc:199
6144
6657
msgid "fail gearman_client_create(): %s"
6147
#: ../plugin/logging_gearman/logging_gearman.cc:207
6660
#: ../plugin/logging_gearman/logging_gearman.cc:210
6149
6662
msgid "fail gearman_client_add_server(): %s"
6152
#: ../plugin/logging_gearman/logging_gearman.cc:306
6153
#: ../plugin/logging_gearman/logging_gearman.cc:313
6665
#: ../plugin/logging_gearman/logging_gearman.cc:309
6666
#: ../plugin/logging_gearman/logging_gearman.cc:316
6154
6667
msgid "Enable logging to a gearman server"
6157
#: ../plugin/logging_gearman/logging_gearman.cc:322
6670
#: ../plugin/logging_gearman/logging_gearman.cc:325
6158
6671
msgid "Hostname for logging to a Gearman server"
6161
#: ../plugin/logging_gearman/logging_gearman.cc:331
6674
#: ../plugin/logging_gearman/logging_gearman.cc:334
6162
6675
msgid "Gearman Function to send logging to"
6165
#: ../plugin/logging_gearman/logging_gearman.cc:349
6678
#: ../plugin/logging_gearman/logging_gearman.cc:352
6166
6679
msgid "Log queries to a Gearman server"
6169
#: ../plugin/logging_query/logging_query.cc:189
6682
#: ../plugin/logging_query/logging_query.cc:192
6171
6684
msgid "fail open() fn=%s er=%s\n"
6174
#: ../plugin/logging_query/logging_query.cc:313
6687
#: ../plugin/logging_query/logging_query.cc:316
6175
6688
msgid "Invalid value for threshold-slow"
6178
#: ../plugin/logging_query/logging_query.cc:322
6691
#: ../plugin/logging_query/logging_query.cc:325
6179
6692
msgid "Invalid value for threshold-big-resultset"
6182
#: ../plugin/logging_query/logging_query.cc:331
6695
#: ../plugin/logging_query/logging_query.cc:334
6183
6696
msgid "Invalid value for threshold-big-examined"
6186
#: ../plugin/logging_query/logging_query.cc:345
6187
#: ../plugin/logging_query/logging_query.cc:361
6699
#: ../plugin/logging_query/logging_query.cc:348
6700
#: ../plugin/logging_query/logging_query.cc:364
6188
6701
msgid "Enable logging to CSV file"
6191
#: ../plugin/logging_query/logging_query.cc:348
6192
#: ../plugin/logging_query/logging_query.cc:388 ../plugin/syslog/module.cc:167
6704
#: ../plugin/logging_query/logging_query.cc:351
6705
#: ../plugin/logging_query/logging_query.cc:391 ../plugin/syslog/module.cc:167
6193
6706
#: ../plugin/syslog/module.cc:233
6194
6707
msgid "Threshold for logging slow queries, in microseconds"
6197
#: ../plugin/logging_query/logging_query.cc:351
6198
#: ../plugin/logging_query/logging_query.cc:400 ../plugin/syslog/module.cc:179
6710
#: ../plugin/logging_query/logging_query.cc:354
6711
#: ../plugin/logging_query/logging_query.cc:403 ../plugin/syslog/module.cc:179
6199
6712
#: ../plugin/syslog/module.cc:236
6200
6713
msgid "Threshold for logging big queries, for rows returned"
6203
#: ../plugin/logging_query/logging_query.cc:354
6204
#: ../plugin/logging_query/logging_query.cc:412 ../plugin/syslog/module.cc:191
6716
#: ../plugin/logging_query/logging_query.cc:357
6717
#: ../plugin/logging_query/logging_query.cc:415 ../plugin/syslog/module.cc:191
6205
6718
#: ../plugin/syslog/module.cc:239
6206
6719
msgid "Threshold for logging big queries, for rows examined"
6209
#: ../plugin/logging_query/logging_query.cc:370
6722
#: ../plugin/logging_query/logging_query.cc:373
6210
6723
msgid "File to log to"
6213
#: ../plugin/logging_query/logging_query.cc:379
6726
#: ../plugin/logging_query/logging_query.cc:382
6214
6727
msgid "PCRE to match the query against"
6217
#: ../plugin/logging_query/logging_query.cc:436
6730
#: ../plugin/logging_query/logging_query.cc:439
6218
6731
msgid "Log queries to a CSV file"
6221
#: ../plugin/logging_stats/logging_stats.cc:303
6734
#: ../plugin/logging_stats/logging_stats.cc:312
6222
6735
msgid "Invalid value for max-user-count\n"
6225
#: ../plugin/logging_stats/logging_stats.cc:311
6738
#: ../plugin/logging_stats/logging_stats.cc:320
6226
6739
msgid "Invalid value for bucket-count\n"
6229
#: ../plugin/logging_stats/logging_stats.cc:320
6742
#: ../plugin/logging_stats/logging_stats.cc:329
6230
6743
msgid "Invalid value for scoreboard-size\n"
6233
#: ../plugin/logging_stats/logging_stats.cc:354
6234
#: ../plugin/logging_stats/logging_stats.cc:396
6746
#: ../plugin/logging_stats/logging_stats.cc:364
6747
#: ../plugin/logging_stats/logging_stats.cc:406
6235
6748
msgid "Max number of users that will be logged"
6238
#: ../plugin/logging_stats/logging_stats.cc:365
6239
#: ../plugin/logging_stats/logging_stats.cc:399
6751
#: ../plugin/logging_stats/logging_stats.cc:375
6752
#: ../plugin/logging_stats/logging_stats.cc:409
6240
6753
msgid "Max number of range locks to use for Scoreboard"
6243
#: ../plugin/logging_stats/logging_stats.cc:376
6244
#: ../plugin/logging_stats/logging_stats.cc:402
6756
#: ../plugin/logging_stats/logging_stats.cc:386
6757
#: ../plugin/logging_stats/logging_stats.cc:412
6245
6758
msgid "Max number of concurrent sessions that will be logged"
6248
#: ../plugin/logging_stats/logging_stats.cc:387
6249
#: ../plugin/logging_stats/logging_stats.cc:405
6761
#: ../plugin/logging_stats/logging_stats.cc:397
6762
#: ../plugin/logging_stats/logging_stats.cc:415
6250
6763
msgid "Enable Logging Statistics Collection"
6253
#: ../plugin/logging_stats/logging_stats.cc:422
6766
#: ../plugin/logging_stats/logging_stats.cc:432
6254
6767
msgid "User Statistics as DATA_DICTIONARY tables"
6751
7282
msgid "Syslog Priority of error messages"
6754
#: ../plugin/transaction_log/background_worker.cc:74
7285
#: ../plugin/transaction_log/background_worker.cc:77
6756
7287
msgid "Unable to create background worker thread. Got error %s.\n"
6759
#: ../plugin/transaction_log/hexdump_transaction_message.cc:104
6760
#: ../plugin/transaction_log/print_transaction_message.cc:102
6761
#: ../plugin/transaction_log/transaction_log_reader.cc:95
7290
#: ../plugin/transaction_log/hexdump_transaction_message.cc:107
7291
#: ../plugin/transaction_log/print_transaction_message.cc:105
7292
#: ../plugin/transaction_log/transaction_log_reader.cc:97
6763
7294
msgid "Failed to open transaction log file %s. Got error: %s\n"
6766
#: ../plugin/transaction_log/hexdump_transaction_message.cc:146
6767
#: ../plugin/transaction_log/print_transaction_message.cc:144
6768
#: ../plugin/transaction_log/transaction_log_reader.cc:150
7297
#: ../plugin/transaction_log/hexdump_transaction_message.cc:151
7298
#: ../plugin/transaction_log/print_transaction_message.cc:149
7299
#: ../plugin/transaction_log/transaction_log_reader.cc:154
6770
7301
msgid "Raw buffer read: %s.\n"
6773
#: ../plugin/transaction_log/hexdump_transaction_message.cc:164
6774
#: ../plugin/transaction_log/print_transaction_message.cc:150
6775
#: ../plugin/transaction_log/transaction_log_reader.cc:157
7304
#: ../plugin/transaction_log/hexdump_transaction_message.cc:169
7305
#: ../plugin/transaction_log/print_transaction_message.cc:155
7306
#: ../plugin/transaction_log/transaction_log_reader.cc:161
6777
7308
msgid "Unable to parse transaction. Got error: %s.\n"
6780
#: ../plugin/transaction_log/hexdump_transaction_message.cc:166
6781
#: ../plugin/transaction_log/print_transaction_message.cc:152
6782
#: ../plugin/transaction_log/transaction_log_reader.cc:159
7311
#: ../plugin/transaction_log/hexdump_transaction_message.cc:171
7312
#: ../plugin/transaction_log/print_transaction_message.cc:157
7313
#: ../plugin/transaction_log/transaction_log_reader.cc:163
6784
7315
msgid "BUFFER: %s\n"
6787
#: ../plugin/transaction_log/module.cc:135
7318
#: ../plugin/transaction_log/module.cc:137
6788
7319
msgid "Invalid value for sync-method\n"
6791
#: ../plugin/transaction_log/module.cc:144
7322
#: ../plugin/transaction_log/module.cc:146
6792
7323
msgid "Invalid value for num-write-buffers\n"
6795
#: ../plugin/transaction_log/module.cc:178
7326
#: ../plugin/transaction_log/module.cc:182
6797
7328
msgid "Failed to allocate the TransactionLog instance. Got error: %s\n"
6800
#: ../plugin/transaction_log/module.cc:187
7331
#: ../plugin/transaction_log/module.cc:191
6802
7333
msgid "Failed to initialize the Transaction Log. Got error: %s\n"
6805
#: ../plugin/transaction_log/module.cc:197
7336
#: ../plugin/transaction_log/module.cc:203
6807
7338
msgid "Failed to allocate the TransactionLogIndex instance. Got error: %s\n"
6810
#: ../plugin/transaction_log/module.cc:206
7341
#: ../plugin/transaction_log/module.cc:212
6812
7343
msgid "Failed to initialize the Transaction Log Index. Got error: %s\n"
6815
#: ../plugin/transaction_log/module.cc:219
7346
#: ../plugin/transaction_log/module.cc:227
6817
7348
msgid "Failed to allocate the TransactionLogApplier instance. Got error: %s\n"
6820
#: ../plugin/transaction_log/module.cc:279
6821
#: ../plugin/transaction_log/module.cc:350
7351
#: ../plugin/transaction_log/module.cc:287
7352
#: ../plugin/transaction_log/module.cc:358
6822
7353
msgid "Enable transaction log"
6825
#: ../plugin/transaction_log/module.cc:287
6826
#: ../plugin/transaction_log/module.cc:344
7356
#: ../plugin/transaction_log/module.cc:295
7357
#: ../plugin/transaction_log/module.cc:352
6827
7358
msgid "DEBUGGING - Truncate transaction log"
6830
#: ../plugin/transaction_log/module.cc:295
6831
#: ../plugin/transaction_log/module.cc:353
7361
#: ../plugin/transaction_log/module.cc:303
7362
#: ../plugin/transaction_log/module.cc:361
6832
7363
msgid "Path to the file to use for transaction log"
6835
#: ../plugin/transaction_log/module.cc:311
6836
#: ../plugin/transaction_log/module.cc:347
7366
#: ../plugin/transaction_log/module.cc:319
7367
#: ../plugin/transaction_log/module.cc:355
6837
7368
msgid "Enable CRC32 Checksumming of each written transaction log entry"
6840
#: ../plugin/transaction_log/module.cc:319
6841
#: ../plugin/transaction_log/module.cc:359
7371
#: ../plugin/transaction_log/module.cc:327
7372
#: ../plugin/transaction_log/module.cc:367
6843
7374
"0 == rely on operating system to sync log file (default), 1 == sync file at "
6844
7375
"each transaction write, 2 == sync log file once per second"
6847
#: ../plugin/transaction_log/module.cc:332
6848
#: ../plugin/transaction_log/module.cc:362
7378
#: ../plugin/transaction_log/module.cc:340
7379
#: ../plugin/transaction_log/module.cc:370
6849
7380
msgid "Number of slots for in-memory write buffers (default=8)."
6852
#: ../plugin/transaction_log/transaction_log.cc:112
7383
#: ../plugin/transaction_log/transaction_log.cc:114
6853
7384
msgid "Failed to open transaction log file "
6856
#: ../plugin/transaction_log/transaction_log.cc:211
7387
#: ../plugin/transaction_log/transaction_log.cc:215
6859
7390
"Failed to write full size of log entry. Tried to write %<PRId64> bytes at "
6860
7391
"offset %<PRId64>, but only wrote %<PRId32> bytes. Error: %s\n"
6863
#: ../plugin/transaction_log/transaction_log.cc:230
7394
#: ../plugin/transaction_log/transaction_log.cc:236
6865
7396
msgid "Failed to sync log file. Got error: %s\n"