103
103
msgid "Don't show warnings after every statement."
106
#: client/drizzle.cc:1167 client/drizzle.cc:1174
106
#: client/drizzle.cc:1165 client/drizzle.cc:1172
109
109
"Memory allocation error while constructing initial prompt. Aborting.\n"
112
#: client/drizzle.cc:1270
112
#: client/drizzle.cc:1268
113
113
msgid "Welcome to the Drizzle client.. Commands end with ; or \\g."
116
#: client/drizzle.cc:1280
116
#: client/drizzle.cc:1278
119
119
"Your Drizzle connection id is %u\n"
120
120
"Server version: %s\n"
123
#: client/drizzle.cc:1308
123
#: client/drizzle.cc:1310
125
125
msgid "Reading history-file %s\n"
128
#: client/drizzle.cc:1312
128
#: client/drizzle.cc:1314
130
130
msgid "Couldn't allocate memory for temp histfile!\n"
133
#: client/drizzle.cc:1319
133
#: client/drizzle.cc:1321
134
134
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
137
#: client/drizzle.cc:1338
137
#: client/drizzle.cc:1340
139
139
msgid "Writing history-file %s\n"
142
#: client/drizzle.cc:1345
142
#: client/drizzle.cc:1348
146
#: client/drizzle.cc:1345
146
#: client/drizzle.cc:1348
150
#: client/drizzle.cc:1400
150
#: client/drizzle.cc:1403
151
151
msgid "Query aborted by Ctrl+C\n"
154
#: client/drizzle.cc:1423 drizzled/drizzled.cc:2097
154
#: client/drizzle.cc:1426 drizzled/drizzled.cc:1679
155
155
msgid "Display this help and exit."
158
#: client/drizzle.cc:1425
158
#: client/drizzle.cc:1428
159
159
msgid "Synonym for -?"
162
#: client/drizzle.cc:1428
162
#: client/drizzle.cc:1431
164
164
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
165
165
"and field completion, but startup and reconnecting may take a longer time. "
166
166
"Disable with --disable-auto-rehash."
169
#: client/drizzle.cc:1432
169
#: client/drizzle.cc:1435
171
171
"No automatic rehashing. One has to use 'rehash' to get table and field "
172
172
"completion. This gives a quicker start of drizzle_st and disables rehashing "
173
173
"on reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
176
#: client/drizzle.cc:1435
176
#: client/drizzle.cc:1438
178
178
"Automatically switch to vertical output mode if the result is wider than the "
179
179
"terminal width."
182
#: client/drizzle.cc:1438
182
#: client/drizzle.cc:1441
184
184
"Don't use history file. Disable interactive behavior. (Enables --silent)"
187
#: client/drizzle.cc:1439
187
#: client/drizzle.cc:1442
188
188
msgid "Display column type information."
191
#: client/drizzle.cc:1442
191
#: client/drizzle.cc:1445
193
193
"Preserve comments. Send comments to the server. The default is --skip-"
194
194
"comments (discard comments), enable with --comments"
197
#: client/drizzle.cc:1445
197
#: client/drizzle.cc:1448
198
198
msgid "Use compression in server/client protocol."
201
#: client/drizzle.cc:1448
201
#: client/drizzle.cc:1451
202
202
msgid "Check memory and open file usage at exit ."
205
#: client/drizzle.cc:1451
205
#: client/drizzle.cc:1454
206
206
msgid "Print some debug info at exit."
209
#: client/drizzle.cc:1453
209
#: client/drizzle.cc:1456
210
210
msgid "Database to use."
213
#: client/drizzle.cc:1456
213
#: client/drizzle.cc:1459
214
214
msgid "(not used)"
217
#: client/drizzle.cc:1458
217
#: client/drizzle.cc:1461
218
218
msgid "Delimiter to be used."
221
#: client/drizzle.cc:1460
221
#: client/drizzle.cc:1463
222
222
msgid "Execute command and quit. (Disables --force and history file)"
225
#: client/drizzle.cc:1462
225
#: client/drizzle.cc:1465
226
226
msgid "Print the output of a query (rows) vertically."
229
#: client/drizzle.cc:1465
229
#: client/drizzle.cc:1468
230
230
msgid "Continue even if we get an sql error."
233
#: client/drizzle.cc:1469
233
#: client/drizzle.cc:1472
235
235
"Enable named commands. Named commands mean this program's internal commands; "
236
236
"see drizzle> help . When enabled, the named commands can be used from any "
247
247
"deprecated; use --disable-named-commands instead."
250
#: client/drizzle.cc:1475
250
#: client/drizzle.cc:1478
251
251
msgid "Ignore space after function names."
254
#: client/drizzle.cc:1477
254
#: client/drizzle.cc:1480
255
255
msgid "Enable/disable LOAD DATA LOCAL INFILE."
258
#: client/drizzle.cc:1480
258
#: client/drizzle.cc:1483
259
259
msgid "Turn off beep on error."
262
#: client/drizzle.cc:1482
262
#: client/drizzle.cc:1485
263
263
msgid "Connect to host."
266
#: client/drizzle.cc:1484
266
#: client/drizzle.cc:1487
267
267
msgid "Write line numbers for errors."
270
#: client/drizzle.cc:1487
270
#: client/drizzle.cc:1490
272
272
"Don't write line number for errors. WARNING: -L is deprecated, use long "
273
273
"version of this option instead."
276
#: client/drizzle.cc:1489
276
#: client/drizzle.cc:1492
277
277
msgid "Flush buffer after each query."
280
#: client/drizzle.cc:1491
280
#: client/drizzle.cc:1494
281
281
msgid "Write column names in results."
284
#: client/drizzle.cc:1495
284
#: client/drizzle.cc:1498
286
286
"Don't write column names in results. WARNING: -N is deprecated, use long "
287
287
"version of this options instead."
290
#: client/drizzle.cc:1498
290
#: client/drizzle.cc:1501
292
292
"Change the value of a variable. Please note that this option is deprecated; "
293
293
"you can set variables directly with --variable-name=value."
296
#: client/drizzle.cc:1500
296
#: client/drizzle.cc:1503
297
297
msgid "Ignore SIGINT (CTRL-C)"
300
#: client/drizzle.cc:1504
300
#: client/drizzle.cc:1507
302
302
"Only update the default database. This is useful for skipping updates to "
303
303
"other database in the update log."
306
#: client/drizzle.cc:1507
306
#: client/drizzle.cc:1510
308
308
"Pager to use to display results. If you don't supply an option the default "
309
309
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
315
#: client/drizzle.cc:1510
315
#: client/drizzle.cc:1513
317
317
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
318
318
"option deprecated; use --disable-pager instead."
321
#: client/drizzle.cc:1513
321
#: client/drizzle.cc:1516
323
323
"Password to use when connecting to server. If password is not given it's "
324
324
"asked from the tty."
327
#: client/drizzle.cc:1515
327
#: client/drizzle.cc:1518
329
329
"Port number to use for connection or 0 for default to, in order of "
330
330
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
333
#: client/drizzle.cc:1516
333
#: client/drizzle.cc:1519
334
334
msgid "built-in default"
337
#: client/drizzle.cc:1518
337
#: client/drizzle.cc:1521
338
338
msgid "Set the drizzle prompt to this value."
341
#: client/drizzle.cc:1522
341
#: client/drizzle.cc:1525
343
343
"Don't cache result, print it row by row. This may slow down the server if "
344
344
"the output is suspended. Doesn't use history file."
347
#: client/drizzle.cc:1524
347
#: client/drizzle.cc:1527
348
348
msgid "Write fields without conversion. Used with --batch."
351
#: client/drizzle.cc:1527
351
#: client/drizzle.cc:1530
353
353
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
354
354
"option is enabled by default."
357
#: client/drizzle.cc:1529
357
#: client/drizzle.cc:1532
358
358
msgid "Shutdown the server."
361
#: client/drizzle.cc:1531
361
#: client/drizzle.cc:1534
363
363
"Be more silent. Print results with a tab as separator, each row on new line."
366
#: client/drizzle.cc:1533
366
#: client/drizzle.cc:1536
367
367
msgid "Socket file to use for connection."
370
#: client/drizzle.cc:1536
370
#: client/drizzle.cc:1539
371
371
msgid "Output in table format."
374
#: client/drizzle.cc:1539
374
#: client/drizzle.cc:1542
376
376
"Append everything into outfile. See interactive help (\\h) also. Does not "
377
377
"work in batch mode. Disable with --disable-tee. This option is disabled by "
381
#: client/drizzle.cc:1541
381
#: client/drizzle.cc:1544
383
383
"Disable outfile. See interactive help (\\h) also. WARNING: option "
384
384
"deprecated; use --disable-tee instead"
387
#: client/drizzle.cc:1544
387
#: client/drizzle.cc:1546
388
388
msgid "User for login if not current user."
391
#: client/drizzle.cc:1547
391
#: client/drizzle.cc:1548
392
392
msgid "Only allow UPDATE and DELETE that uses keys."
395
#: client/drizzle.cc:1550
395
#: client/drizzle.cc:1551
396
396
msgid "Synonym for option --safe-updates, -U."
399
#: client/drizzle.cc:1553
399
#: client/drizzle.cc:1554
400
400
msgid "Write more. (-v -v -v gives the table output format)."
403
#: client/drizzle.cc:1555 drizzled/drizzled.cc:2269
403
#: client/drizzle.cc:1556 drizzled/drizzled.cc:1824
404
404
msgid "Output version information and exit."
407
#: client/drizzle.cc:1557
407
#: client/drizzle.cc:1558
408
408
msgid "Wait and retry if connection is down."
411
#: client/drizzle.cc:1560
411
#: client/drizzle.cc:1561
412
412
msgid "Number of seconds before connection timeout."
415
#: client/drizzle.cc:1565
415
#: client/drizzle.cc:1566
416
416
msgid "Max length of input line"
419
#: client/drizzle.cc:1570
419
#: client/drizzle.cc:1571
420
420
msgid "Automatic limit for SELECT when using --safe-updates"
423
#: client/drizzle.cc:1575
423
#: client/drizzle.cc:1576
424
424
msgid "Automatic limit for rows in a join when using --safe-updates"
427
#: client/drizzle.cc:1579
427
#: client/drizzle.cc:1580
429
429
"Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
432
#: client/drizzle.cc:1584
432
#: client/drizzle.cc:1585
433
433
msgid "Number of lines before each import progress report."
436
#: client/drizzle.cc:1587
436
#: client/drizzle.cc:1588
437
437
msgid "Ping the server to check if it's alive."
440
#: client/drizzle.cc:1597
440
#: client/drizzle.cc:1598
442
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
442
msgid "%s Ver %s Distrib %s, for %s-%s (%s) using %s %s\n"
445
#: client/drizzle.cc:1604
445
#: client/drizzle.cc:1605
448
448
"Copyright (C) 2008 Sun Microsystems\n"
450
450
"and you are welcome to modify and redistribute it under the GPL license\n"
453
#: client/drizzle.cc:1609
453
#: client/drizzle.cc:1610
455
455
msgid "Usage: %s [OPTIONS] [database]\n"
458
#: client/drizzle.cc:1640
458
#: client/drizzle.cc:1641
459
459
msgid "DELIMITER cannot contain a backslash character"
462
#: client/drizzle.cc:1658
462
#: client/drizzle.cc:1659
464
464
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
467
#: client/drizzle.cc:1681
467
#: client/drizzle.cc:1682
469
469
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
472
#: client/drizzle.cc:1685
472
#: client/drizzle.cc:1686
474
474
msgid "WARNING: --server-arg option not supported in this configuration.\n"
477
#: client/drizzle.cc:1712
477
#: client/drizzle.cc:1717
479
479
"Non-integer value supplied for port. If you are trying to enter a password "
480
480
"please use --password instead."
483
#: client/drizzle.cc:1720
483
#: client/drizzle.cc:1725
484
484
msgid "Value supplied for port is not valid."
487
#: client/drizzle.cc:1866
487
#: client/drizzle.cc:1864
489
489
msgid "Processing line: %<PRIu32>\n"
492
#: client/drizzle.cc:2083
492
#: client/drizzle.cc:2079
494
494
msgid "Unknown command '\\%c'."
497
#: client/drizzle.cc:2493
497
#: client/drizzle.cc:2489
499
499
"Reading table information for completion of table and column names\n"
500
500
" You can turn off this feature to get a quicker startup with -A\n"
504
#: client/drizzle.cc:2583
504
#: client/drizzle.cc:2579
505
505
msgid "No connection. Trying to reconnect..."
508
#: client/drizzle.cc:2589
508
#: client/drizzle.cc:2585
509
509
msgid "Can't connect to the server\n"
512
#: client/drizzle.cc:2668
512
#: client/drizzle.cc:2664
513
513
msgid "List of all Drizzle commands:"
516
#: client/drizzle.cc:2670
516
#: client/drizzle.cc:2666
517
517
msgid "Note that all text commands must be first on line and end with ';'"
520
#: client/drizzle.cc:2725
520
#: client/drizzle.cc:2721
521
521
msgid "No query specified\n"
524
#: client/drizzle.cc:2740
524
#: client/drizzle.cc:2736
525
525
msgid "Ignoring query to other database"
528
#: client/drizzle.cc:2790
528
#: client/drizzle.cc:2786
529
529
msgid "Empty set"
532
#: client/drizzle.cc:2803
532
#: client/drizzle.cc:2799
534
534
msgid "%ld row in set"
535
535
msgid_plural "%ld rows in set"
539
#: client/drizzle.cc:2812
539
#: client/drizzle.cc:2808
543
#: client/drizzle.cc:2814
543
#: client/drizzle.cc:2810
545
545
msgid "Query OK, %ld row affected"
546
546
msgid_plural "Query OK, %ld rows affected"
550
#: client/drizzlecheck.cc:262 client/drizzledump.cc:605
551
#: client/drizzleimport.cc:195 client/drizzleslap.cc:742
552
#: client/drizzletest.cc:4728
555
"Non-integer value supplied for port. If you are trying to enter a password "
556
"please use --password instead.\n"
559
#: client/drizzlecheck.cc:270 client/drizzledump.cc:613
560
#: client/drizzleimport.cc:203 client/drizzleslap.cc:750
561
#: client/drizzletest.cc:4736
563
msgid "Value supplied for port is not valid.\n"
566
#: client/drizzledump.cc:387
550
#: client/drizzledump.cc:345
568
552
"Number of rows before each output progress report (requires --verbose)."
571
#: client/drizzledump.cc:461
555
#: client/drizzledump.cc:415
573
557
msgid "Got errno %d on write"
576
#: client/drizzledump.cc:466
560
#: client/drizzledump.cc:420
578
msgid "%s Ver %s Distrib %s, for %s (%s)\n"
562
msgid "%s Drizzle %s libdrizzle %s, for %s-%s (%s)\n"
581
#: client/drizzledump.cc:473
565
#: client/drizzledump.cc:427
583
567
msgid "Usage: %s [OPTIONS] database [tables]\n"
586
#: client/drizzledump.cc:474
570
#: client/drizzledump.cc:428
588
572
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
591
#: client/drizzledump.cc:476
575
#: client/drizzledump.cc:430
593
577
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
596
#: client/drizzledump.cc:483
597
msgid "By Igor Romanenko, Monty, Jani & Sinisa"
600
#: client/drizzledump.cc:484
580
#: client/drizzledump.cc:438
602
582
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
603
583
"and you are welcome to modify and redistribute it under the GPL license\n"
606
#: client/drizzledump.cc:485
607
msgid "Dumping definition and data DRIZZLE database or table"
586
#: client/drizzledump.cc:439
587
msgid "Dumps definitions and data from a Drizzle database server"
610
#: client/drizzledump.cc:496
590
#: client/drizzledump.cc:450
612
592
msgid "For more options, use %s --help\n"
615
#: client/drizzledump.cc:630
595
#: client/drizzledump.cc:557 client/drizzleimport.cc:195
596
#: client/drizzleslap.cc:747 client/drizzletest.cc:4729
599
"Non-integer value supplied for port. If you are trying to enter a password "
600
"please use --password instead.\n"
603
#: client/drizzledump.cc:565 client/drizzleimport.cc:203
604
#: client/drizzleslap.cc:755 client/drizzletest.cc:4737
606
msgid "Value supplied for port is not valid.\n"
609
#: client/drizzledump.cc:582
617
611
msgid "Memory allocation error while copying password. Aborting.\n"
620
#: client/drizzledump.cc:669
614
#: client/drizzledump.cc:621
622
616
msgid "Input filename too long: %s"
625
#: client/drizzledump.cc:712
619
#: client/drizzledump.cc:656
627
621
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
630
#: client/drizzledump.cc:737
624
#: client/drizzledump.cc:681
632
626
msgid "Invalid mode to --compatible: %s\n"
635
#: client/drizzledump.cc:791
629
#: client/drizzledump.cc:726
637
631
msgid "%s: You must use option --tab with --fields-...\n"
640
#: client/drizzledump.cc:808
634
#: client/drizzledump.cc:732
643
637
"%s: You can't use --single-transaction and --lock-all-tables at the same "
647
#: client/drizzledump.cc:821
641
#: client/drizzledump.cc:738
650
644
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
654
#: client/drizzledump.cc:827
648
#: client/drizzledump.cc:744
656
650
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
659
#: client/drizzledump.cc:853
653
#: client/drizzledump.cc:767
661
655
msgid "Got error: %s (%d) %s"
664
#: client/drizzledump.cc:860
658
#: client/drizzledump.cc:774
666
660
msgid "Got error: %d %s"
669
#: client/drizzledump.cc:958 client/drizzledump.cc:965
670
#: client/drizzledump.cc:978
663
#: client/drizzledump.cc:872 client/drizzledump.cc:879
664
#: client/drizzledump.cc:892
672
666
msgid "Couldn't execute '%s': %s (%d)"
675
#: client/drizzledump.cc:1042
669
#: client/drizzledump.cc:956
677
671
msgid "-- Connecting to %s...\n"
680
#: client/drizzledump.cc:1063
674
#: client/drizzledump.cc:977
682
676
msgid "-- Disconnecting from %s...\n"
685
#: client/drizzledump.cc:1074
679
#: client/drizzledump.cc:988
686
680
msgid "Couldn't allocate memory"
689
#: client/drizzledump.cc:1418
683
#: client/drizzledump.cc:1332
692
686
"-- Warning: Unable to use delayed inserts for table '%s' because it's of "
696
#: client/drizzledump.cc:1432
690
#: client/drizzledump.cc:1346
698
692
msgid "-- Retrieving table structure for table %s...\n"
701
#: client/drizzledump.cc:1546
695
#: client/drizzledump.cc:1460
703
697
msgid "%s: Warning: Can't set SQL_QUOTE_SHOW_CREATE option (%s)\n"
706
#: client/drizzledump.cc:1653
700
#: client/drizzledump.cc:1567
708
702
msgid "%s: Can't get keys for table %s\n"
711
#: client/drizzledump.cc:1731 client/drizzledump.cc:3085
705
#: client/drizzledump.cc:1645 client/drizzledump.cc:2719
713
707
msgid "Error: Couldn't read status information for table %s\n"
716
#: client/drizzledump.cc:1874
710
#: client/drizzledump.cc:1788
718
712
msgid "Error retrieving table structure for table: \"%s\""
721
#: client/drizzledump.cc:1881
715
#: client/drizzledump.cc:1795
723
717
msgid "-- Skipping dump data for table '%s', --no-data was used\n"
726
#: client/drizzledump.cc:1892
720
#: client/drizzledump.cc:1806
728
722
msgid "-- Warning: Skipping data for table '%s' because it's of type %s\n"
731
#: client/drizzledump.cc:1899
725
#: client/drizzledump.cc:1813
733
727
msgid "-- Skipping dump data for table '%s', it has no fields\n"
736
#: client/drizzledump.cc:1907
730
#: client/drizzledump.cc:1821
737
731
msgid "-- Sending SELECT query...\n"
740
#: client/drizzledump.cc:1961 client/drizzledump.cc:2446
734
#: client/drizzledump.cc:1875 client/drizzledump.cc:2350
741
735
msgid "when executing 'SELECT INTO OUTFILE'"
744
#: client/drizzledump.cc:1971
738
#: client/drizzledump.cc:1885
753
#: client/drizzledump.cc:2012
747
#: client/drizzledump.cc:1926
754
748
msgid "-- Retrieving rows...\n"
757
#: client/drizzledump.cc:2015
751
#: client/drizzledump.cc:1929
759
753
msgid "%s: Error in field count for table: %s ! Aborting.\n"
762
#: client/drizzledump.cc:2064
756
#: client/drizzledump.cc:1973
764
758
msgid "%s: Error reading rows for table: %s (%d:%s) ! Aborting.\n"
767
#: client/drizzledump.cc:2081
761
#: client/drizzledump.cc:1990
769
763
msgid "-- %<PRIu32> of ~%<PRIu64> rows dumped for table %s\n"
772
#: client/drizzledump.cc:2103
766
#: client/drizzledump.cc:2012
774
768
msgid "Not enough fields from table %s! Aborting.\n"
777
#: client/drizzledump.cc:2523
778
msgid "when using LOCK TABLES"
781
#: client/drizzledump.cc:2536 client/drizzledump.cc:2679
771
#: client/drizzledump.cc:2411 client/drizzledump.cc:2525
782
772
msgid "when doing refresh"
785
#: client/drizzledump.cc:2629
775
#: client/drizzledump.cc:2497
786
776
msgid "alloc_root failure."
789
#: client/drizzledump.cc:2650
779
#: client/drizzledump.cc:2512
791
781
msgid "Couldn't find table: \"%s\""
794
#: client/drizzledump.cc:2666
795
msgid "when doing LOCK TABLES"
798
#: client/drizzledump.cc:2737
799
msgid "Error: Binlogging on server not active"
802
#: client/drizzledump.cc:2806
803
msgid "Error: Slave not set up"
806
#: client/drizzledump.cc:2865
807
msgid "Error: Unable to start slave"
810
#: client/drizzledump.cc:3156 client/drizzledump.cc:3163
811
#: client/drizzledump.cc:3173
784
#: client/drizzledump.cc:2790 client/drizzledump.cc:2797
785
#: client/drizzledump.cc:2807
814
788
"Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
817
#: client/drizzledump.cc:3203
791
#: client/drizzledump.cc:2837
819
793
msgid "Error: Not enough memory to store ORDER BY clause\n"
822
#: drizzled/db.cc:236
824
798
msgid "Error while loading database options: '%s':"
827
#: drizzled/drizzled.cc:527
801
#: drizzled/drizzled.cc:500
829
803
msgid "Got signal %d from thread %<PRIu64>"
832
#: drizzled/drizzled.cc:561
806
#: drizzled/drizzled.cc:534
833
807
msgid "Aborting\n"
836
#: drizzled/drizzled.cc:681
810
#: drizzled/drizzled.cc:656
837
811
msgid "One can only use the --user switch if running as root\n"
840
#: drizzled/drizzled.cc:689
814
#: drizzled/drizzled.cc:664
842
816
"Fatal error: Please read \"Security\" section of the manual to find out how "
843
817
"to run drizzled as root!\n"
846
#: drizzled/drizzled.cc:711
820
#: drizzled/drizzled.cc:686
849
823
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
853
#: drizzled/drizzled.cc:885
855
msgid "Retrying bind on TCP/IP port %u"
858
#: drizzled/drizzled.cc:891
859
msgid "Can't start server: Bind on TCP/IP port"
862
#: drizzled/drizzled.cc:892
864
msgid "Do you already have another drizzled server running on port: %d ?"
867
#: drizzled/drizzled.cc:898
868
msgid "Can't start server: listen() on TCP/IP port"
871
#: drizzled/drizzled.cc:899
873
msgid "listen() on TCP/IP failed with error %d"
876
#: drizzled/drizzled.cc:917
877
msgid "Can't open abort pipet"
880
#: drizzled/drizzled.cc:919
882
msgid "pipe() on abort_pipe failed with error %d"
885
#: drizzled/drizzled.cc:1016
890
#: drizzled/drizzled.cc:1041
827
#: drizzled/drizzled.cc:843
829
msgid "Fatal signal %d while backtracing\n"
832
#: drizzled/drizzled.cc:866
893
835
"We will try our best to scrape up some info that will hopefully help "
962
#: drizzled/drizzled.cc:1152
903
#: drizzled/drizzled.cc:971
964
905
msgid "Writing a core file\n"
967
#: drizzled/drizzled.cc:1197
908
#: drizzled/drizzled.cc:1017
969
910
"setrlimit could not change the size of core files to 'infinity'; We may not "
970
911
"be able to generate a core file on signals"
973
#: drizzled/drizzled.cc:1399
914
#: drizzled/drizzled.cc:1212
975
916
msgid "gethostname failed, using '%s' as hostname"
978
#: drizzled/drizzled.cc:1491
919
#: drizzled/drizzled.cc:1283
980
921
msgid "Unknown locale: '%s'"
983
#: drizzled/drizzled.cc:1522
924
#: drizzled/drizzled.cc:1312
984
925
msgid "Can't create thread-keys"
987
#: drizzled/drizzled.cc:1545
928
#: drizzled/drizzled.cc:1337
988
929
msgid "Out of memory"
991
#: drizzled/drizzled.cc:1560
932
#: drizzled/drizzled.cc:1348
992
933
msgid "Failed to initialize plugins."
995
#: drizzled/drizzled.cc:1591
936
#: drizzled/drizzled.cc:1379
998
939
"%s: Too many arguments (first extra is '%s').\n"
999
940
"Use --verbose --help to get a list of available options\n"
1002
#: drizzled/drizzled.cc:1611
943
#: drizzled/drizzled.cc:1399
1003
944
msgid "No scheduler found, cannot continue!\n"
1006
#: drizzled/drizzled.cc:1618
947
#: drizzled/drizzled.cc:1406
1007
948
msgid "Can't init databases"
1010
#: drizzled/drizzled.cc:1643
951
#: drizzled/drizzled.cc:1430
1012
953
msgid "Unknown/unsupported table type: %s"
1015
#: drizzled/drizzled.cc:1649
956
#: drizzled/drizzled.cc:1436
1017
958
msgid "Default storage engine (%s) is not available"
1020
#: drizzled/drizzled.cc:1680
961
#: drizzled/drizzled.cc:1467
1022
963
msgid "Failed to lock memory. Errno: %d\n"
1025
#: drizzled/drizzled.cc:1742
1027
msgid "Asked for %<PRIu64> thread stack, but got %<PRIu64>"
1030
#: drizzled/drizzled.cc:1903
1032
msgid "drizzled: Got error %d from select"
1035
#: drizzled/drizzled.cc:2101
966
#: drizzled/drizzled.cc:1683
967
msgid "Display this help and exit after initializing plugins."
970
#: drizzled/drizzled.cc:1687
1036
971
msgid "Auto-increment columns are incremented by this"
1039
#: drizzled/drizzled.cc:2106
974
#: drizzled/drizzled.cc:1692
1041
976
"Offset added to Auto-increment columns. Used when auto-increment-increment "
1045
#: drizzled/drizzled.cc:2112
980
#: drizzled/drizzled.cc:1698
1047
982
"Path to installation directory. All paths are usually resolved relative to "
1051
#: drizzled/drizzled.cc:2116
986
#: drizzled/drizzled.cc:1702
1052
987
msgid "IP address to bind to."
1055
#: drizzled/drizzled.cc:2120
1056
msgid "Set the filesystem character set."
1059
#: drizzled/drizzled.cc:2125
1060
msgid "Set the default character set."
1063
#: drizzled/drizzled.cc:2129
990
#: drizzled/drizzled.cc:1706
1064
991
msgid "Chroot drizzled daemon during startup."
1067
#: drizzled/drizzled.cc:2133
994
#: drizzled/drizzled.cc:1710
1068
995
msgid "Set the default collation."
1071
#: drizzled/drizzled.cc:2137
998
#: drizzled/drizzled.cc:1714
1072
999
msgid "Default completion type."
1075
#: drizzled/drizzled.cc:2142
1002
#: drizzled/drizzled.cc:1719
1076
1003
msgid "Write core on errors."
1079
#: drizzled/drizzled.cc:2146
1006
#: drizzled/drizzled.cc:1723
1080
1007
msgid "Path to the database root."
1083
#: drizzled/drizzled.cc:2150
1010
#: drizzled/drizzled.cc:1727
1084
1011
msgid "Set the default storage engine (table type) for tables."
1087
#: drizzled/drizzled.cc:2154
1014
#: drizzled/drizzled.cc:1731
1088
1015
msgid "Set the default time zone."
1091
#: drizzled/drizzled.cc:2158
1092
msgid "Type of DELAY_KEY_WRITE."
1095
#: drizzled/drizzled.cc:2162
1018
#: drizzled/drizzled.cc:1736
1096
1019
msgid "Print a symbolic stack trace on failure."
1099
#: drizzled/drizzled.cc:2168
1100
msgid "Push supported query conditions to the storage engine."
1103
#: drizzled/drizzled.cc:2174
1022
#: drizzled/drizzled.cc:1742
1104
1023
msgid "Used for debugging; Use at your own risk!"
1107
#: drizzled/drizzled.cc:2179
1026
#: drizzled/drizzled.cc:1747
1108
1027
msgid "Set up signals usable for debugging"
1111
#: drizzled/drizzled.cc:2183
1030
#: drizzled/drizzled.cc:1751
1112
1031
msgid "(IGNORED)"
1115
#: drizzled/drizzled.cc:2187
1034
#: drizzled/drizzled.cc:1755
1116
1035
msgid "Set the language used for the month names and the days of the week."
1119
#: drizzled/drizzled.cc:2192
1120
msgid "Log connections and queries to file."
1123
#: drizzled/drizzled.cc:2196
1124
msgid "Log all MyISAM changes to file."
1127
#: drizzled/drizzled.cc:2200
1038
#: drizzled/drizzled.cc:1760
1128
1039
msgid "Log some not critical warnings to the log file."
1131
#: drizzled/drizzled.cc:2205
1042
#: drizzled/drizzled.cc:1765
1132
1043
msgid "Lock drizzled in memory."
1135
#: drizzled/drizzled.cc:2209
1137
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1138
"BACKUP, FORCE or QUICK."
1141
#: drizzled/drizzled.cc:2214
1046
#: drizzled/drizzled.cc:1769
1142
1047
msgid "Pid file used by safe_mysqld."
1145
#: drizzled/drizzled.cc:2218
1050
#: drizzled/drizzled.cc:1773
1147
1052
"Port number to use for connection or 0 for default to, in order of "
1148
1053
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
1151
#: drizzled/drizzled.cc:2224
1056
#: drizzled/drizzled.cc:1779
1153
1058
"Maximum time in seconds to wait for the port to become free. (Default: no "
1157
#: drizzled/drizzled.cc:2229
1062
#: drizzled/drizzled.cc:1784
1159
1064
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1160
1065
"specified directory"
1163
#: drizzled/drizzled.cc:2234
1068
#: drizzled/drizzled.cc:1789
1165
1070
"Uniquely identifies the server instance in the community of replication "
1169
#: drizzled/drizzled.cc:2239
1074
#: drizzled/drizzled.cc:1794
1170
1075
msgid "Don't print a stack trace on failure."
1173
#: drizzled/drizzled.cc:2243
1078
#: drizzled/drizzled.cc:1798
1174
1079
msgid "Enable symbolic link support."
1177
#: drizzled/drizzled.cc:2252
1082
#: drizzled/drizzled.cc:1807
1179
1084
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1182
#: drizzled/drizzled.cc:2257
1087
#: drizzled/drizzled.cc:1812
1183
1088
msgid "Path for temporary files."
1186
#: drizzled/drizzled.cc:2261
1091
#: drizzled/drizzled.cc:1816
1187
1092
msgid "Default transaction isolation level."
1190
#: drizzled/drizzled.cc:2265
1095
#: drizzled/drizzled.cc:1820
1191
1096
msgid "Run drizzled daemon as user."
1194
#: drizzled/drizzled.cc:2273
1099
#: drizzled/drizzled.cc:1828
1196
1101
"The number of outstanding connection requests Drizzle can have. This comes "
1197
1102
"into play when the main Drizzle thread gets very many connection requests in "
1198
1103
"a very short time."
1201
#: drizzled/drizzled.cc:2279
1106
#: drizzled/drizzled.cc:1834
1203
1108
"Size of tree cache used in bulk insert optimization. Note that this is a "
1204
1109
"limit per thread!"
1207
#: drizzled/drizzled.cc:2285
1209
"The number of seconds the drizzled server is waiting for a connect packet "
1210
"before responding with 'Bad handshake'."
1213
#: drizzled/drizzled.cc:2290
1112
#: drizzled/drizzled.cc:1840
1215
1114
"Precision of the result of '/' operator will be increased on that value."
1218
#: drizzled/drizzled.cc:2296
1117
#: drizzled/drizzled.cc:1846
1219
1118
msgid "The maximum length of the result of function group_concat."
1222
#: drizzled/drizzled.cc:2301
1121
#: drizzled/drizzled.cc:1851
1223
1122
msgid "The size of the buffer that is used for full joins."
1226
#: drizzled/drizzled.cc:2307
1228
"Don't overwrite stale .MYD and .MYI even if no directory is specified."
1231
#: drizzled/drizzled.cc:2312
1125
#: drizzled/drizzled.cc:1857
1233
1127
"The size of the buffer used for index blocks for MyISAM tables. Increase "
1234
1128
"this to get better index handling (for all reads and multiple writes) to as "
1235
1129
"much as you can afford;"
1238
#: drizzled/drizzled.cc:2321
1132
#: drizzled/drizzled.cc:1866
1240
1134
"This characterizes the number of hits a hot block has to be untouched until "
1241
1135
"it is considered aged enough to be downgraded to a warm block. This "
1243
1137
"blocks in key cache"
1246
#: drizzled/drizzled.cc:2330
1140
#: drizzled/drizzled.cc:1875
1247
1141
msgid "The default size of key cache blocks"
1250
#: drizzled/drizzled.cc:2336
1144
#: drizzled/drizzled.cc:1881
1251
1145
msgid "The minimum percentage of warm blocks in key cache"
1254
#: drizzled/drizzled.cc:2342
1148
#: drizzled/drizzled.cc:1887
1255
1149
msgid "Max packetlength to send/receive from to server."
1258
#: drizzled/drizzled.cc:2347
1152
#: drizzled/drizzled.cc:1892
1260
1154
"If there is more than this number of interrupted connections from a host "
1261
1155
"this host will be blocked from further connections."
1264
#: drizzled/drizzled.cc:2352
1158
#: drizzled/drizzled.cc:1897
1265
1159
msgid "Max number of errors/warnings to store for a statement."
1268
#: drizzled/drizzled.cc:2357
1162
#: drizzled/drizzled.cc:1902
1269
1163
msgid "Don't allow creation of heap tables bigger than this."
1272
#: drizzled/drizzled.cc:2363
1166
#: drizzled/drizzled.cc:1908
1274
1168
"Joins that are probably going to read more than max_join_size records return "
1278
#: drizzled/drizzled.cc:2369
1172
#: drizzled/drizzled.cc:1914
1279
1173
msgid "Max number of bytes in sorted records."
1282
#: drizzled/drizzled.cc:2374
1176
#: drizzled/drizzled.cc:1919
1283
1177
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1286
#: drizzled/drizzled.cc:2379
1180
#: drizzled/drizzled.cc:1924
1288
1182
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1289
1183
"max_sort_length bytes of each value are used; the rest are ignored)."
1292
#: drizzled/drizzled.cc:2386
1293
msgid "Maximum number of temporary tables a client can keep open at a time."
1296
#: drizzled/drizzled.cc:2391
1186
#: drizzled/drizzled.cc:1931
1297
1187
msgid "After this many write locks, allow some read locks to run in between."
1300
#: drizzled/drizzled.cc:2395
1190
#: drizzled/drizzled.cc:1935
1302
1192
"Don't log queries which examine less than min_examined_row_limit rows to "
1306
#: drizzled/drizzled.cc:2401
1308
"Specifies how MyISAM index statistics collection code should threat NULLs. "
1309
"Possible values of name are 'nulls_unequal' (default behavior), "
1310
"'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
1313
#: drizzled/drizzled.cc:2408
1196
#: drizzled/drizzled.cc:1941
1314
1197
msgid "Buffer length for TCP/IP and socket communication."
1317
#: drizzled/drizzled.cc:2413
1319
"Number of seconds to wait for more data from a connection before aborting "
1323
#: drizzled/drizzled.cc:2419
1325
"If a read on a communication port is interrupted, retry this many times "
1329
#: drizzled/drizzled.cc:2425
1331
"Number of seconds to wait for a block to be written to a connection before "
1332
"aborting the write."
1335
#: drizzled/drizzled.cc:2431
1200
#: drizzled/drizzled.cc:1946
1337
1202
"Controls the heuristic(s) applied during query optimization to prune less-"
1338
1203
"promising partial plans from the optimizer search space. Meaning: false - do "
1351
1216
"(used for testing/comparison)."
1354
#: drizzled/drizzled.cc:2451
1356
"Should the Optmizer use MRR or not. Valid values are auto, force and disable"
1359
#: drizzled/drizzled.cc:2456
1219
#: drizzled/drizzled.cc:1966
1360
1220
msgid "Directory for plugins."
1363
#: drizzled/drizzled.cc:2460
1223
#: drizzled/drizzled.cc:1970
1365
1225
"Optional comma separated list of plugins to load at starup.[for example: --"
1366
1226
"plugin_load=crc32,logger_gearman]"
1369
#: drizzled/drizzled.cc:2465
1229
#: drizzled/drizzled.cc:1975
1370
1230
msgid "The size of the buffer that is allocated when preloading indexes"
1373
#: drizzled/drizzled.cc:2470
1374
msgid "Select protocol to be used (by default oldlibdrizzle)."
1377
#: drizzled/drizzled.cc:2474
1233
#: drizzled/drizzled.cc:1980
1378
1234
msgid "Allocation block size for query parsing and execution"
1381
#: drizzled/drizzled.cc:2479
1237
#: drizzled/drizzled.cc:1985
1382
1238
msgid "Persistent buffer for query parsing and execution"
1385
#: drizzled/drizzled.cc:2485
1241
#: drizzled/drizzled.cc:1991
1386
1242
msgid "Allocation block size for storing ranges during optimization"
1389
#: drizzled/drizzled.cc:2491
1245
#: drizzled/drizzled.cc:1997
1391
1247
"Each thread that does a sequential scan allocates a buffer of this size for "
1392
1248
"each table it scans. If you do many sequential scans, you may want to "
1393
1249
"increase this value."
1396
#: drizzled/drizzled.cc:2499
1252
#: drizzled/drizzled.cc:2005
1398
1254
"When reading rows in sorted order after a sort, the rows are read through "
1399
1255
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1400
1256
"record_buffer."
1403
#: drizzled/drizzled.cc:2507
1259
#: drizzled/drizzled.cc:2013
1404
1260
msgid "Select scheduler to be used (by default multi-thread)."
1407
#: drizzled/drizzled.cc:2512
1263
#: drizzled/drizzled.cc:2018
1408
1264
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1411
#: drizzled/drizzled.cc:2518
1267
#: drizzled/drizzled.cc:2024
1412
1268
msgid "The number of cached table definitions."
1415
#: drizzled/drizzled.cc:2522
1271
#: drizzled/drizzled.cc:2028
1416
1272
msgid "The number of cached open tables."
1419
#: drizzled/drizzled.cc:2526
1275
#: drizzled/drizzled.cc:2032
1421
1277
"Timeout in seconds to wait for a table level lock before returning an error. "
1422
1278
"Used only if the connection has active cursors."
1425
#: drizzled/drizzled.cc:2531
1281
#: drizzled/drizzled.cc:2037
1426
1282
msgid "The stack size for each thread."
1429
#: drizzled/drizzled.cc:2537
1285
#: drizzled/drizzled.cc:2043
1431
1287
"If an internal in-memory temporary table exceeds this size, Drizzle will "
1432
1288
"automatically convert it to an on-disk MyISAM table."
1435
#: drizzled/drizzled.cc:2543
1291
#: drizzled/drizzled.cc:2049
1436
1292
msgid "Allocation block size for transactions to be stored in binary log"
1439
#: drizzled/drizzled.cc:2548
1295
#: drizzled/drizzled.cc:2054
1440
1296
msgid "Persistent buffer for transactions to be stored in binary log"
1443
#: drizzled/drizzled.cc:2553
1445
"The number of seconds the server waits for activity on a connection before "
1449
#: drizzled/drizzled.cc:2687
1299
#: drizzled/drizzled.cc:2185
1451
1301
"Copyright (C) 2008 Sun Microsystems\n"
1452
1302
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
4991
4815
msgid "Scheduler initialization failed.\n"
4994
#: drizzled/sql_base.cc:2262
4818
#: drizzled/session.cc:2160
4820
msgid "Could not remove temporary table: '%s', error: %d"
4823
#: drizzled/slot/listen.cc:91
4825
msgid "getaddrinfo() failed with error %s"
4828
#: drizzled/slot/listen.cc:123
4830
msgid "setsockopt(IPV6_V6ONLY) failed with errno %d"
4833
#: drizzled/slot/listen.cc:134
4835
msgid "setsockopt(SO_REUSEADDR) failed with errno %d"
4838
#: drizzled/slot/listen.cc:143
4840
msgid "setsockopt(SO_KEEPALIVE) failed with errno %d"
4843
#: drizzled/slot/listen.cc:152
4845
msgid "setsockopt(SO_LINGER) failed with errno %d"
4848
#: drizzled/slot/listen.cc:161
4850
msgid "setsockopt(TCP_NODELAY) failed with errno %d"
4853
#: drizzled/slot/listen.cc:182
4855
msgid "Retrying bind() on %u"
4858
#: drizzled/slot/listen.cc:190
4860
msgid "bind() failed with errno: %d"
4863
#: drizzled/slot/listen.cc:193
4864
msgid "Do you already have another drizzled running?"
4867
#: drizzled/slot/listen.cc:200
4869
msgid "listen() failed with errno %d"
4872
#: drizzled/slot/listen.cc:208 drizzled/slot/listen.cc:247
4874
msgid "realloc() failed with errno %d"
4877
#: drizzled/slot/listen.cc:219
4879
msgid "Listening on %s:%s\n"
4882
#: drizzled/slot/listen.cc:227
4883
msgid "No sockets could be bound for listening"
4886
#: drizzled/slot/listen.cc:239
4888
msgid "pipe() failed with errno %d"
4891
#: drizzled/slot/listen.cc:275
4893
msgid "poll() failed with errno %d"
4896
#: drizzled/slot/listen.cc:317
4898
msgid "accept() failed with errno %d"
4901
#: drizzled/sql_base.cc:1445
4996
4903
msgid "Table %s had a open data handler in reopen_table"
4999
#: drizzled/sql_base.cc:2854
4906
#: drizzled/sql_base.cc:2026
5001
4908
msgid "Couldn't repair table: %s.%s"
5004
#: drizzled/sql_base.cc:2896
4911
#: drizzled/sql_base.cc:2068
5007
4914
"When opening HEAP table, could not allocate memory to write 'DELETE FROM "
5008
4915
"`%s`.`%s`' to replication"
5011
#: drizzled/sql_base.cc:3498
5013
msgid "Could not remove temporary table: '%s', error: %d"
5016
#: drizzled/sql_plugin.cc:528
4918
#: drizzled/sql_plugin.cc:552
5018
4920
msgid "Plugin '%s' init function returned error.\n"
5021
#: drizzled/sql_plugin.cc:707
4923
#: drizzled/sql_plugin.cc:712
5022
4924
msgid "plugin-load parameter too long"
5025
#: drizzled/sql_plugin.cc:767
4927
#: drizzled/sql_plugin.cc:774
5027
4929
msgid "Couldn't load plugin named '%s' with soname '%s'."
5030
#: drizzled/sql_plugin.cc:1107
4932
#: drizzled/sql_plugin.cc:1114
5031
4933
msgid "Out of memory."
5034
#: drizzled/sql_plugin.cc:1946 drizzled/sql_plugin.cc:2009
4936
#: drizzled/sql_plugin.cc:1954 drizzled/sql_plugin.cc:2017
5036
4938
msgid "Unknown variable type code 0x%x in plugin '%s'."
5039
#: drizzled/sql_plugin.cc:1989
4941
#: drizzled/sql_plugin.cc:1997
5042
4944
"Server variable %s of plugin %s was forced to be read-only: string variable "
5043
4945
"without update_func and PLUGIN_VAR_MEMALLOC flag"
5046
#: drizzled/sql_plugin.cc:2020
4948
#: drizzled/sql_plugin.cc:2028
5048
4950
msgid "Missing variable name in plugin '%s'."
5051
#: drizzled/sql_plugin.cc:2037
4953
#: drizzled/sql_plugin.cc:2045
5053
4955
msgid "Thread local variable '%s' not allocated in plugin '%s'."
5056
#: drizzled/sql_plugin.cc:2155
4958
#: drizzled/sql_plugin.cc:2173
5058
4960
msgid "Out of memory for plugin '%s'."
5061
#: drizzled/sql_plugin.cc:2162
4963
#: drizzled/sql_plugin.cc:2180
5063
4965
msgid "Bad options for plugin '%s'."
5066
#: drizzled/sql_plugin.cc:2171
4968
#: drizzled/sql_plugin.cc:2189
5068
4970
msgid "Parsing options for plugin '%s' failed."
5071
#: drizzled/sql_plugin.cc:2214
4973
#: drizzled/sql_plugin.cc:2238
5073
4975
msgid "Plugin '%s' has conflicting system variables"
5076
#: drizzled/sql_table.cc:124
5078
msgid "Invalid (old?) table or database name '%s'"
5081
#: drizzled/sql_table.cc:2655
4978
#: drizzled/sql_table.cc:247
4980
"Table name cannot be encoded and fit within filesystem name length "
4984
#: drizzled/sql_table.cc:257
4986
"Schema name cannot be encoded and fit within filesystem name length "
4990
#: drizzled/sql_table.cc:2495
5083
4992
msgid "Unknown - internal error %d during operation"
5086
#: drizzled/sql_table.cc:4227
4995
#: drizzled/sql_table.cc:3970
5088
4997
msgid "Could not open table %s.%s after rename\n"
5091
#: drizzled/sql_table.cc:4407
5000
#: drizzled/sql_table.cc:4133
5094
5003
"order_st BY ignored because there is a user-defined clustered index in the "
5095
5004
"table '%-.192s'"
5098
#: drizzled/table.cc:354
5007
#: drizzled/table.cc:332
5101
5010
"'%s' had no or invalid character set, and default character set is multi-"
5102
5011
"byte, so character column sizes may have changed"
5105
#: drizzled/table.cc:1782
5014
#: drizzled/table.cc:1591
5107
5016
msgid "Unknown collation '%s' in table '%-.64s' definition"
5110
#: drizzled/table.cc:1789
5019
#: drizzled/table.cc:1598
5113
5022
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
5117
#: drizzled/table.cc:2251
5120
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
5124
#: drizzled/table.cc:2278
5127
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
5128
"have type %s, found type %s."
5131
#: drizzled/table.cc:2289
5134
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
5135
"position %d to have character set '%s' but the type has no character set."
5138
#: drizzled/table.cc:2301
5141
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
5142
"position %d to have character set '%s' but found character set '%s'."
5145
#: drizzled/table.cc:2314
5148
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
5149
"have type %s but the column is not found."
5152
#: drizzled/table.cc:4400
5026
#: drizzled/table.cc:3493
5154
5028
msgid "Got error %d when reading table '%s'"
5420
5299
"--------------------------------- -----------------------------\n"
5423
#: mysys/my_getopt.cc:1235 mysys/my_getopt.cc:1251
5302
#: mysys/my_getopt.cc:1236 mysys/my_getopt.cc:1252
5424
5303
msgid "(No default value)"
5427
#: mysys/my_getopt.cc:1254
5306
#: mysys/my_getopt.cc:1255
5431
#: mysys/my_getopt.cc:1254
5310
#: mysys/my_getopt.cc:1255
5435
#: mysys/my_getopt.cc:1287
5314
#: mysys/my_getopt.cc:1288
5437
5316
msgid "(Disabled)\n"
5440
#: plugin/auth_http/auth_http.cc:128
5319
#: plugin/auth_http/auth_http.cc:138
5441
5320
msgid "Enable HTTP Auth check"
5444
#: plugin/auth_http/auth_http.cc:138
5323
#: plugin/auth_http/auth_http.cc:148
5445
5324
msgid "URL for HTTP Auth check"
5327
#: plugin/command_log/command_log.cc:94
5329
msgid "Failed to open command log file. Got error: %s"
5332
#: plugin/command_log/command_log.cc:172
5335
"Failed to write full size of command. Tried to write %<PRId64> bytes at "
5336
"offset %<PRId64>, but only wrote %<PRId64> bytes. Error: %s\n"
5339
#: plugin/command_log/command_log.cc:212
5342
"Failed to write full serialized command. Tried to write %<PRId64> bytes at "
5343
"offset %<PRId64>, but only wrote %<PRId64> bytes. Error: %s\n"
5346
#: plugin/command_log/command_log.cc:290
5347
msgid "Enable command log"
5350
#: plugin/command_log/command_log.cc:298
5351
msgid "DEBUGGING - Truncate command log"
5354
#: plugin/command_log/command_log.cc:306
5355
msgid "Path to the file to use for command log."
5358
#: plugin/command_log/command_log.cc:323
5359
msgid "Simple Command Message Log"
5362
#: plugin/default_replicator/default_replicator.cc:90
5363
msgid "Enable default replicator"
5366
#: plugin/default_replicator/default_replicator.cc:105
5367
msgid "Default Replicator"
5448
5370
#: plugin/errmsg_stderr/errmsg_stderr.cc:78
5449
5371
msgid "Error Messages to stderr"
5452
#: plugin/logging_gearman/logging_gearman.cc:263
5374
#: plugin/logging_gearman/logging_gearman.cc:186
5454
5376
msgid "fail gearman_client_create(): %s"
5457
#: plugin/logging_gearman/logging_gearman.cc:273
5379
#: plugin/logging_gearman/logging_gearman.cc:197
5459
5381
msgid "fail gearman_client_add_server(): %s"
5462
#: plugin/logging_gearman/logging_gearman.cc:299
5384
#: plugin/logging_gearman/logging_gearman.cc:306
5463
5385
msgid "Enable logging to a gearman server"
5466
#: plugin/logging_gearman/logging_gearman.cc:308
5388
#: plugin/logging_gearman/logging_gearman.cc:315
5467
5389
msgid "Hostname for logging to a Gearman server"
5470
#: plugin/logging_gearman/logging_gearman.cc:317
5392
#: plugin/logging_gearman/logging_gearman.cc:324
5471
5393
msgid "Gearman Function to send logging to"
5474
#: plugin/logging_gearman/logging_gearman.cc:334
5396
#: plugin/logging_gearman/logging_gearman.cc:341
5475
5397
msgid "Log queries to a Gearman server"
5478
#: plugin/logging_query/logging_query.cc:278
5400
#: plugin/logging_query/logging_query.cc:188
5480
5402
msgid "fail open() fn=%s er=%s\n"
5483
#: plugin/logging_query/logging_query.cc:317
5405
#: plugin/logging_query/logging_query.cc:340
5484
5406
msgid "Enable logging to CSV file"
5487
#: plugin/logging_query/logging_query.cc:326
5409
#: plugin/logging_query/logging_query.cc:349
5488
5410
msgid "File to log to"
5491
#: plugin/logging_query/logging_query.cc:335
5492
#: plugin/logging_syslog/logging_syslog.cc:248
5413
#: plugin/logging_query/logging_query.cc:358
5414
msgid "PCRE to match the query against"
5417
#: plugin/logging_query/logging_query.cc:367
5418
#: plugin/logging_syslog/logging_syslog.cc:231
5493
5419
msgid "Threshold for logging slow queries, in microseconds"
5496
#: plugin/logging_query/logging_query.cc:347
5497
#: plugin/logging_syslog/logging_syslog.cc:260
5422
#: plugin/logging_query/logging_query.cc:379
5423
#: plugin/logging_syslog/logging_syslog.cc:243
5498
5424
msgid "Threshold for logging big queries, for rows returned"
5501
#: plugin/logging_query/logging_query.cc:359
5502
#: plugin/logging_syslog/logging_syslog.cc:272
5427
#: plugin/logging_query/logging_query.cc:391
5428
#: plugin/logging_syslog/logging_syslog.cc:255
5503
5429
msgid "Threshold for logging big queries, for rows examined"
5506
#: plugin/logging_query/logging_query.cc:381
5432
#: plugin/logging_query/logging_query.cc:414
5507
5433
msgid "Log queries to a CSV file"
5510
#: plugin/logging_syslog/logging_syslog.cc:169
5436
#: plugin/logging_syslog/logging_syslog.cc:84
5512
5438
msgid "syslog facility \"%s\" not known, using \"local0\""
5515
#: plugin/logging_syslog/logging_syslog.cc:186
5441
#: plugin/logging_syslog/logging_syslog.cc:100
5517
5443
msgid "syslog priority \"%s\" not known, using \"info\""
5520
#: plugin/logging_syslog/logging_syslog.cc:212
5521
msgid "Enable logging"
5446
#: plugin/logging_syslog/logging_syslog.cc:195
5447
msgid "Enable logging to syslog"
5524
#: plugin/logging_syslog/logging_syslog.cc:221
5450
#: plugin/logging_syslog/logging_syslog.cc:204
5525
5451
msgid "Syslog Ident"
5528
#: plugin/logging_syslog/logging_syslog.cc:230
5454
#: plugin/logging_syslog/logging_syslog.cc:213
5529
5455
msgid "Syslog Facility"
5532
#: plugin/logging_syslog/logging_syslog.cc:239
5458
#: plugin/logging_syslog/logging_syslog.cc:222
5533
5459
msgid "Syslog Priority"
5536
#: plugin/logging_syslog/logging_syslog.cc:296
5462
#: plugin/logging_syslog/logging_syslog.cc:279
5537
5463
msgid "Log to syslog"
5540
#: plugin/multi_thread/multi_thread.cc:137
5466
#: plugin/multi_thread/multi_thread.cc:171
5541
5467
msgid "Maximum number of user threads available."
5544
#: plugin/myisam/ha_myisam.cc:468
5470
#: plugin/myisam/ha_myisam.cc:488
5546
5472
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
5549
#: plugin/myisam/ha_myisam.cc:472
5475
#: plugin/myisam/ha_myisam.cc:492
5551
5477
msgid "Got an error from unknown thread, %s:%d"
5554
#: plugin/myisam/ha_myisam.cc:478
5480
#: plugin/myisam/ha_myisam.cc:498
5555
5481
msgid "Unknown thread accessing table"
5558
#: plugin/myisam/ha_myisam.cc:1861
5484
#: plugin/myisam/ha_myisam.cc:1781
5559
5485
msgid "Block size to be used for MyISAM index pages."
5562
#: plugin/myisam/ha_myisam.cc:1867
5488
#: plugin/myisam/ha_myisam.cc:1787
5564
5490
"Number of threads to use when repairing MyISAM tables. The value of 1 "
5565
5491
"disables parallel repair."
5568
#: plugin/myisam/ha_myisam.cc:1873
5494
#: plugin/myisam/ha_myisam.cc:1793
5570
5496
"Don't use the fast sort index method to created index if the temporary file "
5571
5497
"would get bigger than this."
5574
#: plugin/myisam/ha_myisam.cc:1878
5500
#: plugin/myisam/ha_myisam.cc:1798
5576
5502
"The buffer that is allocated when sorting the index when doing a REPAIR or "
5577
5503
"when creating indexes with CREATE INDEX or ALTER TABLE."
5580
#: plugin/myisam/ha_myisam.cc:1884
5506
#: plugin/myisam/ha_myisam.cc:1804
5581
5507
msgid "Default pointer size to be used for MyISAM tables."