102
102
msgid "Don't show warnings after every statement."
105
#: client/drizzle.cc:1167 client/drizzle.cc:1174
105
#: client/drizzle.cc:1165 client/drizzle.cc:1172
107
107
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
110
#: client/drizzle.cc:1270
110
#: client/drizzle.cc:1268
111
111
msgid "Welcome to the Drizzle client.. Commands end with ; or \\g."
114
#: client/drizzle.cc:1280
114
#: client/drizzle.cc:1278
117
117
"Your Drizzle connection id is %u\n"
118
118
"Server version: %s\n"
121
#: client/drizzle.cc:1308
121
#: client/drizzle.cc:1310
123
123
msgid "Reading history-file %s\n"
126
#: client/drizzle.cc:1312
126
#: client/drizzle.cc:1314
128
128
msgid "Couldn't allocate memory for temp histfile!\n"
131
#: client/drizzle.cc:1319
131
#: client/drizzle.cc:1321
132
132
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
135
#: client/drizzle.cc:1338
135
#: client/drizzle.cc:1340
137
137
msgid "Writing history-file %s\n"
140
#: client/drizzle.cc:1345
140
#: client/drizzle.cc:1348
144
#: client/drizzle.cc:1345
144
#: client/drizzle.cc:1348
148
#: client/drizzle.cc:1400
148
#: client/drizzle.cc:1403
149
149
msgid "Query aborted by Ctrl+C\n"
152
#: client/drizzle.cc:1423 drizzled/drizzled.cc:2097
152
#: client/drizzle.cc:1426 drizzled/drizzled.cc:1679
153
153
msgid "Display this help and exit."
156
#: client/drizzle.cc:1425
156
#: client/drizzle.cc:1428
157
157
msgid "Synonym for -?"
160
#: client/drizzle.cc:1428
160
#: client/drizzle.cc:1431
162
162
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
163
163
"and field completion, but startup and reconnecting may take a longer time. "
164
164
"Disable with --disable-auto-rehash."
167
#: client/drizzle.cc:1432
167
#: client/drizzle.cc:1435
169
169
"No automatic rehashing. One has to use 'rehash' to get table and field "
170
170
"completion. This gives a quicker start of drizzle_st and disables rehashing "
171
171
"on reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
174
#: client/drizzle.cc:1435
174
#: client/drizzle.cc:1438
176
176
"Automatically switch to vertical output mode if the result is wider than the "
177
177
"terminal width."
180
#: client/drizzle.cc:1438
180
#: client/drizzle.cc:1441
182
182
"Don't use history file. Disable interactive behavior. (Enables --silent)"
185
#: client/drizzle.cc:1439
185
#: client/drizzle.cc:1442
186
186
msgid "Display column type information."
189
#: client/drizzle.cc:1442
189
#: client/drizzle.cc:1445
191
191
"Preserve comments. Send comments to the server. The default is --skip-"
192
192
"comments (discard comments), enable with --comments"
195
#: client/drizzle.cc:1445
195
#: client/drizzle.cc:1448
196
196
msgid "Use compression in server/client protocol."
199
#: client/drizzle.cc:1448
199
#: client/drizzle.cc:1451
200
200
msgid "Check memory and open file usage at exit ."
203
#: client/drizzle.cc:1451
203
#: client/drizzle.cc:1454
204
204
msgid "Print some debug info at exit."
207
#: client/drizzle.cc:1453
207
#: client/drizzle.cc:1456
208
208
msgid "Database to use."
211
#: client/drizzle.cc:1456
211
#: client/drizzle.cc:1459
212
212
msgid "(not used)"
215
#: client/drizzle.cc:1458
215
#: client/drizzle.cc:1461
216
216
msgid "Delimiter to be used."
219
#: client/drizzle.cc:1460
219
#: client/drizzle.cc:1463
220
220
msgid "Execute command and quit. (Disables --force and history file)"
223
#: client/drizzle.cc:1462
223
#: client/drizzle.cc:1465
224
224
msgid "Print the output of a query (rows) vertically."
227
#: client/drizzle.cc:1465
227
#: client/drizzle.cc:1468
228
228
msgid "Continue even if we get an sql error."
231
#: client/drizzle.cc:1469
231
#: client/drizzle.cc:1472
233
233
"Enable named commands. Named commands mean this program's internal commands; "
234
234
"see drizzle> help . When enabled, the named commands can be used from any "
245
245
"deprecated; use --disable-named-commands instead."
248
#: client/drizzle.cc:1475
248
#: client/drizzle.cc:1478
249
249
msgid "Ignore space after function names."
252
#: client/drizzle.cc:1477
252
#: client/drizzle.cc:1480
253
253
msgid "Enable/disable LOAD DATA LOCAL INFILE."
256
#: client/drizzle.cc:1480
256
#: client/drizzle.cc:1483
257
257
msgid "Turn off beep on error."
260
#: client/drizzle.cc:1482
260
#: client/drizzle.cc:1485
261
261
msgid "Connect to host."
264
#: client/drizzle.cc:1484
264
#: client/drizzle.cc:1487
265
265
msgid "Write line numbers for errors."
268
#: client/drizzle.cc:1487
268
#: client/drizzle.cc:1490
270
270
"Don't write line number for errors. WARNING: -L is deprecated, use long "
271
271
"version of this option instead."
274
#: client/drizzle.cc:1489
274
#: client/drizzle.cc:1492
275
275
msgid "Flush buffer after each query."
278
#: client/drizzle.cc:1491
278
#: client/drizzle.cc:1494
279
279
msgid "Write column names in results."
282
#: client/drizzle.cc:1495
282
#: client/drizzle.cc:1498
284
284
"Don't write column names in results. WARNING: -N is deprecated, use long "
285
285
"version of this options instead."
288
#: client/drizzle.cc:1498
288
#: client/drizzle.cc:1501
290
290
"Change the value of a variable. Please note that this option is deprecated; "
291
291
"you can set variables directly with --variable-name=value."
294
#: client/drizzle.cc:1500
294
#: client/drizzle.cc:1503
295
295
msgid "Ignore SIGINT (CTRL-C)"
298
#: client/drizzle.cc:1504
298
#: client/drizzle.cc:1507
300
300
"Only update the default database. This is useful for skipping updates to "
301
301
"other database in the update log."
304
#: client/drizzle.cc:1507
304
#: client/drizzle.cc:1510
306
306
"Pager to use to display results. If you don't supply an option the default "
307
307
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
313
#: client/drizzle.cc:1510
313
#: client/drizzle.cc:1513
315
315
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
316
316
"option deprecated; use --disable-pager instead."
319
#: client/drizzle.cc:1513
319
#: client/drizzle.cc:1516
321
321
"Password to use when connecting to server. If password is not given it's "
322
322
"asked from the tty."
325
#: client/drizzle.cc:1515
325
#: client/drizzle.cc:1518
327
327
"Port number to use for connection or 0 for default to, in order of "
328
328
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
331
#: client/drizzle.cc:1516
331
#: client/drizzle.cc:1519
332
332
msgid "built-in default"
335
#: client/drizzle.cc:1518
335
#: client/drizzle.cc:1521
336
336
msgid "Set the drizzle prompt to this value."
339
#: client/drizzle.cc:1522
339
#: client/drizzle.cc:1525
341
341
"Don't cache result, print it row by row. This may slow down the server if "
342
342
"the output is suspended. Doesn't use history file."
345
#: client/drizzle.cc:1524
345
#: client/drizzle.cc:1527
346
346
msgid "Write fields without conversion. Used with --batch."
349
#: client/drizzle.cc:1527
349
#: client/drizzle.cc:1530
351
351
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
352
352
"option is enabled by default."
355
#: client/drizzle.cc:1529
355
#: client/drizzle.cc:1532
356
356
msgid "Shutdown the server."
359
#: client/drizzle.cc:1531
359
#: client/drizzle.cc:1534
361
361
"Be more silent. Print results with a tab as separator, each row on new line."
364
#: client/drizzle.cc:1533
364
#: client/drizzle.cc:1536
365
365
msgid "Socket file to use for connection."
368
#: client/drizzle.cc:1536
368
#: client/drizzle.cc:1539
369
369
msgid "Output in table format."
372
#: client/drizzle.cc:1539
372
#: client/drizzle.cc:1542
374
374
"Append everything into outfile. See interactive help (\\h) also. Does not "
375
375
"work in batch mode. Disable with --disable-tee. This option is disabled by "
379
#: client/drizzle.cc:1541
379
#: client/drizzle.cc:1544
381
381
"Disable outfile. See interactive help (\\h) also. WARNING: option "
382
382
"deprecated; use --disable-tee instead"
385
#: client/drizzle.cc:1544
385
#: client/drizzle.cc:1546
386
386
msgid "User for login if not current user."
389
#: client/drizzle.cc:1547
389
#: client/drizzle.cc:1548
390
390
msgid "Only allow UPDATE and DELETE that uses keys."
393
#: client/drizzle.cc:1550
393
#: client/drizzle.cc:1551
394
394
msgid "Synonym for option --safe-updates, -U."
397
#: client/drizzle.cc:1553
397
#: client/drizzle.cc:1554
398
398
msgid "Write more. (-v -v -v gives the table output format)."
401
#: client/drizzle.cc:1555 drizzled/drizzled.cc:2269
401
#: client/drizzle.cc:1556 drizzled/drizzled.cc:1824
402
402
msgid "Output version information and exit."
405
#: client/drizzle.cc:1557
405
#: client/drizzle.cc:1558
406
406
msgid "Wait and retry if connection is down."
409
#: client/drizzle.cc:1560
409
#: client/drizzle.cc:1561
410
410
msgid "Number of seconds before connection timeout."
413
#: client/drizzle.cc:1565
413
#: client/drizzle.cc:1566
414
414
msgid "Max length of input line"
417
#: client/drizzle.cc:1570
417
#: client/drizzle.cc:1571
418
418
msgid "Automatic limit for SELECT when using --safe-updates"
421
#: client/drizzle.cc:1575
421
#: client/drizzle.cc:1576
422
422
msgid "Automatic limit for rows in a join when using --safe-updates"
425
#: client/drizzle.cc:1579
425
#: client/drizzle.cc:1580
426
426
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
429
#: client/drizzle.cc:1584
429
#: client/drizzle.cc:1585
430
430
msgid "Number of lines before each import progress report."
433
#: client/drizzle.cc:1587
433
#: client/drizzle.cc:1588
434
434
msgid "Ping the server to check if it's alive."
437
#: client/drizzle.cc:1597
437
#: client/drizzle.cc:1598
439
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
439
msgid "%s Ver %s Distrib %s, for %s-%s (%s) using %s %s\n"
442
#: client/drizzle.cc:1604
442
#: client/drizzle.cc:1605
445
445
"Copyright (C) 2008 Sun Microsystems\n"
447
447
"and you are welcome to modify and redistribute it under the GPL license\n"
450
#: client/drizzle.cc:1609
450
#: client/drizzle.cc:1610
452
452
msgid "Usage: %s [OPTIONS] [database]\n"
455
#: client/drizzle.cc:1640
455
#: client/drizzle.cc:1641
456
456
msgid "DELIMITER cannot contain a backslash character"
459
#: client/drizzle.cc:1658
459
#: client/drizzle.cc:1659
461
461
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
464
#: client/drizzle.cc:1681
464
#: client/drizzle.cc:1682
466
466
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
469
#: client/drizzle.cc:1685
469
#: client/drizzle.cc:1686
471
471
msgid "WARNING: --server-arg option not supported in this configuration.\n"
474
#: client/drizzle.cc:1712
474
#: client/drizzle.cc:1717
476
476
"Non-integer value supplied for port. If you are trying to enter a password "
477
477
"please use --password instead."
480
#: client/drizzle.cc:1720
480
#: client/drizzle.cc:1725
481
481
msgid "Value supplied for port is not valid."
484
#: client/drizzle.cc:1866
484
#: client/drizzle.cc:1864
486
486
msgid "Processing line: %<PRIu32>\n"
489
#: client/drizzle.cc:2083
489
#: client/drizzle.cc:2079
491
491
msgid "Unknown command '\\%c'."
494
#: client/drizzle.cc:2493
494
#: client/drizzle.cc:2489
496
496
"Reading table information for completion of table and column names\n"
497
497
" You can turn off this feature to get a quicker startup with -A\n"
501
#: client/drizzle.cc:2583
501
#: client/drizzle.cc:2579
502
502
msgid "No connection. Trying to reconnect..."
505
#: client/drizzle.cc:2589
505
#: client/drizzle.cc:2585
506
506
msgid "Can't connect to the server\n"
509
#: client/drizzle.cc:2668
509
#: client/drizzle.cc:2664
510
510
msgid "List of all Drizzle commands:"
513
#: client/drizzle.cc:2670
513
#: client/drizzle.cc:2666
514
514
msgid "Note that all text commands must be first on line and end with ';'"
517
#: client/drizzle.cc:2725
517
#: client/drizzle.cc:2721
518
518
msgid "No query specified\n"
521
#: client/drizzle.cc:2740
521
#: client/drizzle.cc:2736
522
522
msgid "Ignoring query to other database"
525
#: client/drizzle.cc:2790
525
#: client/drizzle.cc:2786
526
526
msgid "Empty set"
529
#: client/drizzle.cc:2803
529
#: client/drizzle.cc:2799
531
531
msgid "%ld row in set"
532
532
msgid_plural "%ld rows in set"
536
#: client/drizzle.cc:2812
536
#: client/drizzle.cc:2808
540
#: client/drizzle.cc:2814
540
#: client/drizzle.cc:2810
542
542
msgid "Query OK, %ld row affected"
543
543
msgid_plural "Query OK, %ld rows affected"
547
#: client/drizzlecheck.cc:262 client/drizzledump.cc:605
548
#: client/drizzleimport.cc:195 client/drizzleslap.cc:742
549
#: client/drizzletest.cc:4728
552
"Non-integer value supplied for port. If you are trying to enter a password "
553
"please use --password instead.\n"
556
#: client/drizzlecheck.cc:270 client/drizzledump.cc:613
557
#: client/drizzleimport.cc:203 client/drizzleslap.cc:750
558
#: client/drizzletest.cc:4736
560
msgid "Value supplied for port is not valid.\n"
563
#: client/drizzledump.cc:387
547
#: client/drizzledump.cc:345
564
548
msgid "Number of rows before each output progress report (requires --verbose)."
567
#: client/drizzledump.cc:461
551
#: client/drizzledump.cc:415
569
553
msgid "Got errno %d on write"
572
#: client/drizzledump.cc:466
556
#: client/drizzledump.cc:420
574
msgid "%s Ver %s Distrib %s, for %s (%s)\n"
558
msgid "%s Drizzle %s libdrizzle %s, for %s-%s (%s)\n"
577
#: client/drizzledump.cc:473
561
#: client/drizzledump.cc:427
579
563
msgid "Usage: %s [OPTIONS] database [tables]\n"
582
#: client/drizzledump.cc:474
566
#: client/drizzledump.cc:428
584
568
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
587
#: client/drizzledump.cc:476
571
#: client/drizzledump.cc:430
589
573
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
592
#: client/drizzledump.cc:483
593
msgid "By Igor Romanenko, Monty, Jani & Sinisa"
596
#: client/drizzledump.cc:484
576
#: client/drizzledump.cc:438
598
578
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
599
579
"and you are welcome to modify and redistribute it under the GPL license\n"
602
#: client/drizzledump.cc:485
603
msgid "Dumping definition and data DRIZZLE database or table"
582
#: client/drizzledump.cc:439
583
msgid "Dumps definitions and data from a Drizzle database server"
606
#: client/drizzledump.cc:496
586
#: client/drizzledump.cc:450
608
588
msgid "For more options, use %s --help\n"
611
#: client/drizzledump.cc:630
591
#: client/drizzledump.cc:557 client/drizzleimport.cc:195
592
#: client/drizzleslap.cc:747 client/drizzletest.cc:4729
595
"Non-integer value supplied for port. If you are trying to enter a password "
596
"please use --password instead.\n"
599
#: client/drizzledump.cc:565 client/drizzleimport.cc:203
600
#: client/drizzleslap.cc:755 client/drizzletest.cc:4737
602
msgid "Value supplied for port is not valid.\n"
605
#: client/drizzledump.cc:582
613
607
msgid "Memory allocation error while copying password. Aborting.\n"
616
#: client/drizzledump.cc:669
610
#: client/drizzledump.cc:621
618
612
msgid "Input filename too long: %s"
621
#: client/drizzledump.cc:712
615
#: client/drizzledump.cc:656
623
617
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
626
#: client/drizzledump.cc:737
620
#: client/drizzledump.cc:681
628
622
msgid "Invalid mode to --compatible: %s\n"
631
#: client/drizzledump.cc:791
625
#: client/drizzledump.cc:726
633
627
msgid "%s: You must use option --tab with --fields-...\n"
636
#: client/drizzledump.cc:808
630
#: client/drizzledump.cc:732
639
633
"%s: You can't use --single-transaction and --lock-all-tables at the same "
643
#: client/drizzledump.cc:821
637
#: client/drizzledump.cc:738
646
640
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
650
#: client/drizzledump.cc:827
644
#: client/drizzledump.cc:744
652
646
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
655
#: client/drizzledump.cc:853
649
#: client/drizzledump.cc:767
657
651
msgid "Got error: %s (%d) %s"
660
#: client/drizzledump.cc:860
654
#: client/drizzledump.cc:774
662
656
msgid "Got error: %d %s"
665
#: client/drizzledump.cc:958 client/drizzledump.cc:965
666
#: client/drizzledump.cc:978
659
#: client/drizzledump.cc:872 client/drizzledump.cc:879
660
#: client/drizzledump.cc:892
668
662
msgid "Couldn't execute '%s': %s (%d)"
671
#: client/drizzledump.cc:1042
665
#: client/drizzledump.cc:956
673
667
msgid "-- Connecting to %s...\n"
676
#: client/drizzledump.cc:1063
670
#: client/drizzledump.cc:977
678
672
msgid "-- Disconnecting from %s...\n"
681
#: client/drizzledump.cc:1074
675
#: client/drizzledump.cc:988
682
676
msgid "Couldn't allocate memory"
685
#: client/drizzledump.cc:1418
679
#: client/drizzledump.cc:1332
688
682
"-- Warning: Unable to use delayed inserts for table '%s' because it's of "
692
#: client/drizzledump.cc:1432
686
#: client/drizzledump.cc:1346
694
688
msgid "-- Retrieving table structure for table %s...\n"
697
#: client/drizzledump.cc:1546
691
#: client/drizzledump.cc:1460
699
693
msgid "%s: Warning: Can't set SQL_QUOTE_SHOW_CREATE option (%s)\n"
702
#: client/drizzledump.cc:1653
696
#: client/drizzledump.cc:1567
704
698
msgid "%s: Can't get keys for table %s\n"
707
#: client/drizzledump.cc:1731 client/drizzledump.cc:3085
701
#: client/drizzledump.cc:1645 client/drizzledump.cc:2719
709
703
msgid "Error: Couldn't read status information for table %s\n"
712
#: client/drizzledump.cc:1874
706
#: client/drizzledump.cc:1788
714
708
msgid "Error retrieving table structure for table: \"%s\""
717
#: client/drizzledump.cc:1881
711
#: client/drizzledump.cc:1795
719
713
msgid "-- Skipping dump data for table '%s', --no-data was used\n"
722
#: client/drizzledump.cc:1892
716
#: client/drizzledump.cc:1806
724
718
msgid "-- Warning: Skipping data for table '%s' because it's of type %s\n"
727
#: client/drizzledump.cc:1899
721
#: client/drizzledump.cc:1813
729
723
msgid "-- Skipping dump data for table '%s', it has no fields\n"
732
#: client/drizzledump.cc:1907
726
#: client/drizzledump.cc:1821
733
727
msgid "-- Sending SELECT query...\n"
736
#: client/drizzledump.cc:1961 client/drizzledump.cc:2446
730
#: client/drizzledump.cc:1875 client/drizzledump.cc:2350
737
731
msgid "when executing 'SELECT INTO OUTFILE'"
740
#: client/drizzledump.cc:1971
734
#: client/drizzledump.cc:1885
749
#: client/drizzledump.cc:2012
743
#: client/drizzledump.cc:1926
750
744
msgid "-- Retrieving rows...\n"
753
#: client/drizzledump.cc:2015
747
#: client/drizzledump.cc:1929
755
749
msgid "%s: Error in field count for table: %s ! Aborting.\n"
758
#: client/drizzledump.cc:2064
752
#: client/drizzledump.cc:1973
760
754
msgid "%s: Error reading rows for table: %s (%d:%s) ! Aborting.\n"
763
#: client/drizzledump.cc:2081
757
#: client/drizzledump.cc:1990
765
759
msgid "-- %<PRIu32> of ~%<PRIu64> rows dumped for table %s\n"
768
#: client/drizzledump.cc:2103
762
#: client/drizzledump.cc:2012
770
764
msgid "Not enough fields from table %s! Aborting.\n"
773
#: client/drizzledump.cc:2523
774
msgid "when using LOCK TABLES"
777
#: client/drizzledump.cc:2536 client/drizzledump.cc:2679
767
#: client/drizzledump.cc:2411 client/drizzledump.cc:2525
778
768
msgid "when doing refresh"
781
#: client/drizzledump.cc:2629
771
#: client/drizzledump.cc:2497
782
772
msgid "alloc_root failure."
785
#: client/drizzledump.cc:2650
775
#: client/drizzledump.cc:2512
787
777
msgid "Couldn't find table: \"%s\""
790
#: client/drizzledump.cc:2666
791
msgid "when doing LOCK TABLES"
794
#: client/drizzledump.cc:2737
795
msgid "Error: Binlogging on server not active"
798
#: client/drizzledump.cc:2806
799
msgid "Error: Slave not set up"
802
#: client/drizzledump.cc:2865
803
msgid "Error: Unable to start slave"
806
#: client/drizzledump.cc:3156 client/drizzledump.cc:3163
807
#: client/drizzledump.cc:3173
780
#: client/drizzledump.cc:2790 client/drizzledump.cc:2797
781
#: client/drizzledump.cc:2807
810
784
"Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
813
#: client/drizzledump.cc:3203
787
#: client/drizzledump.cc:2837
815
789
msgid "Error: Not enough memory to store ORDER BY clause\n"
818
#: drizzled/db.cc:236
820
794
msgid "Error while loading database options: '%s':"
823
#: drizzled/drizzled.cc:527
797
#: drizzled/drizzled.cc:500
825
799
msgid "Got signal %d from thread %<PRIu64>"
828
#: drizzled/drizzled.cc:561
802
#: drizzled/drizzled.cc:534
829
803
msgid "Aborting\n"
832
#: drizzled/drizzled.cc:681
806
#: drizzled/drizzled.cc:656
833
807
msgid "One can only use the --user switch if running as root\n"
836
#: drizzled/drizzled.cc:689
810
#: drizzled/drizzled.cc:664
838
812
"Fatal error: Please read \"Security\" section of the manual to find out how "
839
813
"to run drizzled as root!\n"
842
#: drizzled/drizzled.cc:711
816
#: drizzled/drizzled.cc:686
845
819
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
849
#: drizzled/drizzled.cc:885
851
msgid "Retrying bind on TCP/IP port %u"
854
#: drizzled/drizzled.cc:891
855
msgid "Can't start server: Bind on TCP/IP port"
858
#: drizzled/drizzled.cc:892
860
msgid "Do you already have another drizzled server running on port: %d ?"
863
#: drizzled/drizzled.cc:898
864
msgid "Can't start server: listen() on TCP/IP port"
867
#: drizzled/drizzled.cc:899
869
msgid "listen() on TCP/IP failed with error %d"
872
#: drizzled/drizzled.cc:917
873
msgid "Can't open abort pipet"
876
#: drizzled/drizzled.cc:919
878
msgid "pipe() on abort_pipe failed with error %d"
881
#: drizzled/drizzled.cc:1016
886
#: drizzled/drizzled.cc:1041
823
#: drizzled/drizzled.cc:843
825
msgid "Fatal signal %d while backtracing\n"
828
#: drizzled/drizzled.cc:866
889
831
"We will try our best to scrape up some info that will hopefully help "
958
#: drizzled/drizzled.cc:1152
899
#: drizzled/drizzled.cc:971
960
901
msgid "Writing a core file\n"
963
#: drizzled/drizzled.cc:1197
904
#: drizzled/drizzled.cc:1017
965
906
"setrlimit could not change the size of core files to 'infinity'; We may not "
966
907
"be able to generate a core file on signals"
969
#: drizzled/drizzled.cc:1399
910
#: drizzled/drizzled.cc:1212
971
912
msgid "gethostname failed, using '%s' as hostname"
974
#: drizzled/drizzled.cc:1491
915
#: drizzled/drizzled.cc:1283
976
917
msgid "Unknown locale: '%s'"
979
#: drizzled/drizzled.cc:1522
920
#: drizzled/drizzled.cc:1312
980
921
msgid "Can't create thread-keys"
983
#: drizzled/drizzled.cc:1545
924
#: drizzled/drizzled.cc:1337
984
925
msgid "Out of memory"
987
#: drizzled/drizzled.cc:1560
928
#: drizzled/drizzled.cc:1348
988
929
msgid "Failed to initialize plugins."
991
#: drizzled/drizzled.cc:1591
932
#: drizzled/drizzled.cc:1379
994
935
"%s: Too many arguments (first extra is '%s').\n"
995
936
"Use --verbose --help to get a list of available options\n"
998
#: drizzled/drizzled.cc:1611
939
#: drizzled/drizzled.cc:1399
999
940
msgid "No scheduler found, cannot continue!\n"
1002
#: drizzled/drizzled.cc:1618
943
#: drizzled/drizzled.cc:1406
1003
944
msgid "Can't init databases"
1006
#: drizzled/drizzled.cc:1643
947
#: drizzled/drizzled.cc:1430
1008
949
msgid "Unknown/unsupported table type: %s"
1011
#: drizzled/drizzled.cc:1649
952
#: drizzled/drizzled.cc:1436
1013
954
msgid "Default storage engine (%s) is not available"
1016
#: drizzled/drizzled.cc:1680
957
#: drizzled/drizzled.cc:1467
1018
959
msgid "Failed to lock memory. Errno: %d\n"
1021
#: drizzled/drizzled.cc:1742
1023
msgid "Asked for %<PRIu64> thread stack, but got %<PRIu64>"
1026
#: drizzled/drizzled.cc:1903
1028
msgid "drizzled: Got error %d from select"
1031
#: drizzled/drizzled.cc:2101
962
#: drizzled/drizzled.cc:1683
963
msgid "Display this help and exit after initializing plugins."
966
#: drizzled/drizzled.cc:1687
1032
967
msgid "Auto-increment columns are incremented by this"
1035
#: drizzled/drizzled.cc:2106
970
#: drizzled/drizzled.cc:1692
1037
972
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1041
#: drizzled/drizzled.cc:2112
976
#: drizzled/drizzled.cc:1698
1043
978
"Path to installation directory. All paths are usually resolved relative to "
1047
#: drizzled/drizzled.cc:2116
982
#: drizzled/drizzled.cc:1702
1048
983
msgid "IP address to bind to."
1051
#: drizzled/drizzled.cc:2120
1052
msgid "Set the filesystem character set."
1055
#: drizzled/drizzled.cc:2125
1056
msgid "Set the default character set."
1059
#: drizzled/drizzled.cc:2129
986
#: drizzled/drizzled.cc:1706
1060
987
msgid "Chroot drizzled daemon during startup."
1063
#: drizzled/drizzled.cc:2133
990
#: drizzled/drizzled.cc:1710
1064
991
msgid "Set the default collation."
1067
#: drizzled/drizzled.cc:2137
994
#: drizzled/drizzled.cc:1714
1068
995
msgid "Default completion type."
1071
#: drizzled/drizzled.cc:2142
998
#: drizzled/drizzled.cc:1719
1072
999
msgid "Write core on errors."
1075
#: drizzled/drizzled.cc:2146
1002
#: drizzled/drizzled.cc:1723
1076
1003
msgid "Path to the database root."
1079
#: drizzled/drizzled.cc:2150
1006
#: drizzled/drizzled.cc:1727
1080
1007
msgid "Set the default storage engine (table type) for tables."
1083
#: drizzled/drizzled.cc:2154
1010
#: drizzled/drizzled.cc:1731
1084
1011
msgid "Set the default time zone."
1087
#: drizzled/drizzled.cc:2158
1088
msgid "Type of DELAY_KEY_WRITE."
1091
#: drizzled/drizzled.cc:2162
1014
#: drizzled/drizzled.cc:1736
1092
1015
msgid "Print a symbolic stack trace on failure."
1095
#: drizzled/drizzled.cc:2168
1096
msgid "Push supported query conditions to the storage engine."
1099
#: drizzled/drizzled.cc:2174
1018
#: drizzled/drizzled.cc:1742
1100
1019
msgid "Used for debugging; Use at your own risk!"
1103
#: drizzled/drizzled.cc:2179
1022
#: drizzled/drizzled.cc:1747
1104
1023
msgid "Set up signals usable for debugging"
1107
#: drizzled/drizzled.cc:2183
1026
#: drizzled/drizzled.cc:1751
1108
1027
msgid "(IGNORED)"
1111
#: drizzled/drizzled.cc:2187
1030
#: drizzled/drizzled.cc:1755
1112
1031
msgid "Set the language used for the month names and the days of the week."
1115
#: drizzled/drizzled.cc:2192
1116
msgid "Log connections and queries to file."
1119
#: drizzled/drizzled.cc:2196
1120
msgid "Log all MyISAM changes to file."
1123
#: drizzled/drizzled.cc:2200
1034
#: drizzled/drizzled.cc:1760
1124
1035
msgid "Log some not critical warnings to the log file."
1127
#: drizzled/drizzled.cc:2205
1038
#: drizzled/drizzled.cc:1765
1128
1039
msgid "Lock drizzled in memory."
1131
#: drizzled/drizzled.cc:2209
1133
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1134
"BACKUP, FORCE or QUICK."
1137
#: drizzled/drizzled.cc:2214
1042
#: drizzled/drizzled.cc:1769
1138
1043
msgid "Pid file used by safe_mysqld."
1141
#: drizzled/drizzled.cc:2218
1046
#: drizzled/drizzled.cc:1773
1143
1048
"Port number to use for connection or 0 for default to, in order of "
1144
1049
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
1147
#: drizzled/drizzled.cc:2224
1052
#: drizzled/drizzled.cc:1779
1149
1054
"Maximum time in seconds to wait for the port to become free. (Default: no "
1153
#: drizzled/drizzled.cc:2229
1058
#: drizzled/drizzled.cc:1784
1155
1060
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1156
1061
"specified directory"
1159
#: drizzled/drizzled.cc:2234
1064
#: drizzled/drizzled.cc:1789
1161
1066
"Uniquely identifies the server instance in the community of replication "
1165
#: drizzled/drizzled.cc:2239
1070
#: drizzled/drizzled.cc:1794
1166
1071
msgid "Don't print a stack trace on failure."
1169
#: drizzled/drizzled.cc:2243
1074
#: drizzled/drizzled.cc:1798
1170
1075
msgid "Enable symbolic link support."
1173
#: drizzled/drizzled.cc:2252
1078
#: drizzled/drizzled.cc:1807
1175
1080
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1178
#: drizzled/drizzled.cc:2257
1083
#: drizzled/drizzled.cc:1812
1179
1084
msgid "Path for temporary files."
1182
#: drizzled/drizzled.cc:2261
1087
#: drizzled/drizzled.cc:1816
1183
1088
msgid "Default transaction isolation level."
1186
#: drizzled/drizzled.cc:2265
1091
#: drizzled/drizzled.cc:1820
1187
1092
msgid "Run drizzled daemon as user."
1190
#: drizzled/drizzled.cc:2273
1095
#: drizzled/drizzled.cc:1828
1192
1097
"The number of outstanding connection requests Drizzle can have. This comes "
1193
1098
"into play when the main Drizzle thread gets very many connection requests in "
1194
1099
"a very short time."
1197
#: drizzled/drizzled.cc:2279
1102
#: drizzled/drizzled.cc:1834
1199
1104
"Size of tree cache used in bulk insert optimization. Note that this is a "
1200
1105
"limit per thread!"
1203
#: drizzled/drizzled.cc:2285
1205
"The number of seconds the drizzled server is waiting for a connect packet "
1206
"before responding with 'Bad handshake'."
1209
#: drizzled/drizzled.cc:2290
1108
#: drizzled/drizzled.cc:1840
1211
1110
"Precision of the result of '/' operator will be increased on that value."
1214
#: drizzled/drizzled.cc:2296
1113
#: drizzled/drizzled.cc:1846
1215
1114
msgid "The maximum length of the result of function group_concat."
1218
#: drizzled/drizzled.cc:2301
1117
#: drizzled/drizzled.cc:1851
1219
1118
msgid "The size of the buffer that is used for full joins."
1222
#: drizzled/drizzled.cc:2307
1223
msgid "Don't overwrite stale .MYD and .MYI even if no directory is specified."
1226
#: drizzled/drizzled.cc:2312
1121
#: drizzled/drizzled.cc:1857
1228
1123
"The size of the buffer used for index blocks for MyISAM tables. Increase "
1229
1124
"this to get better index handling (for all reads and multiple writes) to as "
1230
1125
"much as you can afford;"
1233
#: drizzled/drizzled.cc:2321
1128
#: drizzled/drizzled.cc:1866
1235
1130
"This characterizes the number of hits a hot block has to be untouched until "
1236
1131
"it is considered aged enough to be downgraded to a warm block. This "
1238
1133
"blocks in key cache"
1241
#: drizzled/drizzled.cc:2330
1136
#: drizzled/drizzled.cc:1875
1242
1137
msgid "The default size of key cache blocks"
1245
#: drizzled/drizzled.cc:2336
1140
#: drizzled/drizzled.cc:1881
1246
1141
msgid "The minimum percentage of warm blocks in key cache"
1249
#: drizzled/drizzled.cc:2342
1144
#: drizzled/drizzled.cc:1887
1250
1145
msgid "Max packetlength to send/receive from to server."
1253
#: drizzled/drizzled.cc:2347
1148
#: drizzled/drizzled.cc:1892
1255
1150
"If there is more than this number of interrupted connections from a host "
1256
1151
"this host will be blocked from further connections."
1259
#: drizzled/drizzled.cc:2352
1154
#: drizzled/drizzled.cc:1897
1260
1155
msgid "Max number of errors/warnings to store for a statement."
1263
#: drizzled/drizzled.cc:2357
1158
#: drizzled/drizzled.cc:1902
1264
1159
msgid "Don't allow creation of heap tables bigger than this."
1267
#: drizzled/drizzled.cc:2363
1162
#: drizzled/drizzled.cc:1908
1269
1164
"Joins that are probably going to read more than max_join_size records return "
1273
#: drizzled/drizzled.cc:2369
1168
#: drizzled/drizzled.cc:1914
1274
1169
msgid "Max number of bytes in sorted records."
1277
#: drizzled/drizzled.cc:2374
1172
#: drizzled/drizzled.cc:1919
1278
1173
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1281
#: drizzled/drizzled.cc:2379
1176
#: drizzled/drizzled.cc:1924
1283
1178
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1284
1179
"max_sort_length bytes of each value are used; the rest are ignored)."
1287
#: drizzled/drizzled.cc:2386
1288
msgid "Maximum number of temporary tables a client can keep open at a time."
1291
#: drizzled/drizzled.cc:2391
1182
#: drizzled/drizzled.cc:1931
1292
1183
msgid "After this many write locks, allow some read locks to run in between."
1295
#: drizzled/drizzled.cc:2395
1186
#: drizzled/drizzled.cc:1935
1297
1188
"Don't log queries which examine less than min_examined_row_limit rows to "
1301
#: drizzled/drizzled.cc:2401
1303
"Specifies how MyISAM index statistics collection code should threat NULLs. "
1304
"Possible values of name are 'nulls_unequal' (default behavior), "
1305
"'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
1308
#: drizzled/drizzled.cc:2408
1192
#: drizzled/drizzled.cc:1941
1309
1193
msgid "Buffer length for TCP/IP and socket communication."
1312
#: drizzled/drizzled.cc:2413
1314
"Number of seconds to wait for more data from a connection before aborting "
1318
#: drizzled/drizzled.cc:2419
1320
"If a read on a communication port is interrupted, retry this many times "
1324
#: drizzled/drizzled.cc:2425
1326
"Number of seconds to wait for a block to be written to a connection before "
1327
"aborting the write."
1330
#: drizzled/drizzled.cc:2431
1196
#: drizzled/drizzled.cc:1946
1332
1198
"Controls the heuristic(s) applied during query optimization to prune less-"
1333
1199
"promising partial plans from the optimizer search space. Meaning: false - do "
1346
1212
"(used for testing/comparison)."
1349
#: drizzled/drizzled.cc:2451
1351
"Should the Optmizer use MRR or not. Valid values are auto, force and disable"
1354
#: drizzled/drizzled.cc:2456
1215
#: drizzled/drizzled.cc:1966
1355
1216
msgid "Directory for plugins."
1358
#: drizzled/drizzled.cc:2460
1219
#: drizzled/drizzled.cc:1970
1360
1221
"Optional comma separated list of plugins to load at starup.[for example: --"
1361
1222
"plugin_load=crc32,logger_gearman]"
1364
#: drizzled/drizzled.cc:2465
1225
#: drizzled/drizzled.cc:1975
1365
1226
msgid "The size of the buffer that is allocated when preloading indexes"
1368
#: drizzled/drizzled.cc:2470
1369
msgid "Select protocol to be used (by default oldlibdrizzle)."
1372
#: drizzled/drizzled.cc:2474
1229
#: drizzled/drizzled.cc:1980
1373
1230
msgid "Allocation block size for query parsing and execution"
1376
#: drizzled/drizzled.cc:2479
1233
#: drizzled/drizzled.cc:1985
1377
1234
msgid "Persistent buffer for query parsing and execution"
1380
#: drizzled/drizzled.cc:2485
1237
#: drizzled/drizzled.cc:1991
1381
1238
msgid "Allocation block size for storing ranges during optimization"
1384
#: drizzled/drizzled.cc:2491
1241
#: drizzled/drizzled.cc:1997
1386
1243
"Each thread that does a sequential scan allocates a buffer of this size for "
1387
1244
"each table it scans. If you do many sequential scans, you may want to "
1388
1245
"increase this value."
1391
#: drizzled/drizzled.cc:2499
1248
#: drizzled/drizzled.cc:2005
1393
1250
"When reading rows in sorted order after a sort, the rows are read through "
1394
1251
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1395
1252
"record_buffer."
1398
#: drizzled/drizzled.cc:2507
1255
#: drizzled/drizzled.cc:2013
1399
1256
msgid "Select scheduler to be used (by default multi-thread)."
1402
#: drizzled/drizzled.cc:2512
1259
#: drizzled/drizzled.cc:2018
1403
1260
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1406
#: drizzled/drizzled.cc:2518
1263
#: drizzled/drizzled.cc:2024
1407
1264
msgid "The number of cached table definitions."
1410
#: drizzled/drizzled.cc:2522
1267
#: drizzled/drizzled.cc:2028
1411
1268
msgid "The number of cached open tables."
1414
#: drizzled/drizzled.cc:2526
1271
#: drizzled/drizzled.cc:2032
1416
1273
"Timeout in seconds to wait for a table level lock before returning an error. "
1417
1274
"Used only if the connection has active cursors."
1420
#: drizzled/drizzled.cc:2531
1277
#: drizzled/drizzled.cc:2037
1421
1278
msgid "The stack size for each thread."
1424
#: drizzled/drizzled.cc:2537
1281
#: drizzled/drizzled.cc:2043
1426
1283
"If an internal in-memory temporary table exceeds this size, Drizzle will "
1427
1284
"automatically convert it to an on-disk MyISAM table."
1430
#: drizzled/drizzled.cc:2543
1287
#: drizzled/drizzled.cc:2049
1431
1288
msgid "Allocation block size for transactions to be stored in binary log"
1434
#: drizzled/drizzled.cc:2548
1291
#: drizzled/drizzled.cc:2054
1435
1292
msgid "Persistent buffer for transactions to be stored in binary log"
1438
#: drizzled/drizzled.cc:2553
1440
"The number of seconds the server waits for activity on a connection before "
1444
#: drizzled/drizzled.cc:2687
1295
#: drizzled/drizzled.cc:2185
1446
1297
"Copyright (C) 2008 Sun Microsystems\n"
1447
1298
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
4975
4800
msgid "Scheduler initialization failed.\n"
4978
#: drizzled/sql_base.cc:2262
4803
#: drizzled/session.cc:2160
4805
msgid "Could not remove temporary table: '%s', error: %d"
4808
#: drizzled/slot/listen.cc:91
4810
msgid "getaddrinfo() failed with error %s"
4813
#: drizzled/slot/listen.cc:123
4815
msgid "setsockopt(IPV6_V6ONLY) failed with errno %d"
4818
#: drizzled/slot/listen.cc:134
4820
msgid "setsockopt(SO_REUSEADDR) failed with errno %d"
4823
#: drizzled/slot/listen.cc:143
4825
msgid "setsockopt(SO_KEEPALIVE) failed with errno %d"
4828
#: drizzled/slot/listen.cc:152
4830
msgid "setsockopt(SO_LINGER) failed with errno %d"
4833
#: drizzled/slot/listen.cc:161
4835
msgid "setsockopt(TCP_NODELAY) failed with errno %d"
4838
#: drizzled/slot/listen.cc:182
4840
msgid "Retrying bind() on %u"
4843
#: drizzled/slot/listen.cc:190
4845
msgid "bind() failed with errno: %d"
4848
#: drizzled/slot/listen.cc:193
4849
msgid "Do you already have another drizzled running?"
4852
#: drizzled/slot/listen.cc:200
4854
msgid "listen() failed with errno %d"
4857
#: drizzled/slot/listen.cc:208 drizzled/slot/listen.cc:247
4859
msgid "realloc() failed with errno %d"
4862
#: drizzled/slot/listen.cc:219
4864
msgid "Listening on %s:%s\n"
4867
#: drizzled/slot/listen.cc:227
4868
msgid "No sockets could be bound for listening"
4871
#: drizzled/slot/listen.cc:239
4873
msgid "pipe() failed with errno %d"
4876
#: drizzled/slot/listen.cc:275
4878
msgid "poll() failed with errno %d"
4881
#: drizzled/slot/listen.cc:317
4883
msgid "accept() failed with errno %d"
4886
#: drizzled/sql_base.cc:1445
4980
4888
msgid "Table %s had a open data handler in reopen_table"
4983
#: drizzled/sql_base.cc:2854
4891
#: drizzled/sql_base.cc:2026
4985
4893
msgid "Couldn't repair table: %s.%s"
4988
#: drizzled/sql_base.cc:2896
4896
#: drizzled/sql_base.cc:2068
4991
4899
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
4992
4900
"s`.`%s`' to replication"
4995
#: drizzled/sql_base.cc:3498
4997
msgid "Could not remove temporary table: '%s', error: %d"
5000
#: drizzled/sql_plugin.cc:528
4903
#: drizzled/sql_plugin.cc:552
5002
4905
msgid "Plugin '%s' init function returned error.\n"
5005
#: drizzled/sql_plugin.cc:707
4908
#: drizzled/sql_plugin.cc:712
5006
4909
msgid "plugin-load parameter too long"
5009
#: drizzled/sql_plugin.cc:767
4912
#: drizzled/sql_plugin.cc:774
5011
4914
msgid "Couldn't load plugin named '%s' with soname '%s'."
5014
#: drizzled/sql_plugin.cc:1107
4917
#: drizzled/sql_plugin.cc:1114
5015
4918
msgid "Out of memory."
5018
#: drizzled/sql_plugin.cc:1946 drizzled/sql_plugin.cc:2009
4921
#: drizzled/sql_plugin.cc:1954 drizzled/sql_plugin.cc:2017
5020
4923
msgid "Unknown variable type code 0x%x in plugin '%s'."
5023
#: drizzled/sql_plugin.cc:1989
4926
#: drizzled/sql_plugin.cc:1997
5026
4929
"Server variable %s of plugin %s was forced to be read-only: string variable "
5027
4930
"without update_func and PLUGIN_VAR_MEMALLOC flag"
5030
#: drizzled/sql_plugin.cc:2020
4933
#: drizzled/sql_plugin.cc:2028
5032
4935
msgid "Missing variable name in plugin '%s'."
5035
#: drizzled/sql_plugin.cc:2037
4938
#: drizzled/sql_plugin.cc:2045
5037
4940
msgid "Thread local variable '%s' not allocated in plugin '%s'."
5040
#: drizzled/sql_plugin.cc:2155
4943
#: drizzled/sql_plugin.cc:2173
5042
4945
msgid "Out of memory for plugin '%s'."
5045
#: drizzled/sql_plugin.cc:2162
4948
#: drizzled/sql_plugin.cc:2180
5047
4950
msgid "Bad options for plugin '%s'."
5050
#: drizzled/sql_plugin.cc:2171
4953
#: drizzled/sql_plugin.cc:2189
5052
4955
msgid "Parsing options for plugin '%s' failed."
5055
#: drizzled/sql_plugin.cc:2214
4958
#: drizzled/sql_plugin.cc:2238
5057
4960
msgid "Plugin '%s' has conflicting system variables"
5060
#: drizzled/sql_table.cc:124
5062
msgid "Invalid (old?) table or database name '%s'"
5065
#: drizzled/sql_table.cc:2655
4963
#: drizzled/sql_table.cc:247
4965
"Table name cannot be encoded and fit within filesystem name length "
4969
#: drizzled/sql_table.cc:257
4971
"Schema name cannot be encoded and fit within filesystem name length "
4975
#: drizzled/sql_table.cc:2495
5067
4977
msgid "Unknown - internal error %d during operation"
5070
#: drizzled/sql_table.cc:4227
4980
#: drizzled/sql_table.cc:3970
5072
4982
msgid "Could not open table %s.%s after rename\n"
5075
#: drizzled/sql_table.cc:4407
4985
#: drizzled/sql_table.cc:4133
5078
4988
"order_st BY ignored because there is a user-defined clustered index in the "
5079
4989
"table '%-.192s'"
5082
#: drizzled/table.cc:354
4992
#: drizzled/table.cc:332
5085
4995
"'%s' had no or invalid character set, and default character set is multi-"
5086
4996
"byte, so character column sizes may have changed"
5089
#: drizzled/table.cc:1782
4999
#: drizzled/table.cc:1591
5091
5001
msgid "Unknown collation '%s' in table '%-.64s' definition"
5094
#: drizzled/table.cc:1789
5004
#: drizzled/table.cc:1598
5097
5007
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
5101
#: drizzled/table.cc:2251
5104
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
5108
#: drizzled/table.cc:2278
5111
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
5112
"have type %s, found type %s."
5115
#: drizzled/table.cc:2289
5118
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
5119
"position %d to have character set '%s' but the type has no character set."
5122
#: drizzled/table.cc:2301
5125
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
5126
"position %d to have character set '%s' but found character set '%s'."
5129
#: drizzled/table.cc:2314
5132
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
5133
"have type %s but the column is not found."
5136
#: drizzled/table.cc:4400
5011
#: drizzled/table.cc:3493
5138
5013
msgid "Got error %d when reading table '%s'"
5404
5284
"--------------------------------- -----------------------------\n"
5407
#: mysys/my_getopt.cc:1235 mysys/my_getopt.cc:1251
5287
#: mysys/my_getopt.cc:1236 mysys/my_getopt.cc:1252
5408
5288
msgid "(No default value)"
5411
#: mysys/my_getopt.cc:1254
5291
#: mysys/my_getopt.cc:1255
5415
#: mysys/my_getopt.cc:1254
5295
#: mysys/my_getopt.cc:1255
5419
#: mysys/my_getopt.cc:1287
5299
#: mysys/my_getopt.cc:1288
5421
5301
msgid "(Disabled)\n"
5424
#: plugin/auth_http/auth_http.cc:128
5304
#: plugin/auth_http/auth_http.cc:138
5425
5305
msgid "Enable HTTP Auth check"
5428
#: plugin/auth_http/auth_http.cc:138
5308
#: plugin/auth_http/auth_http.cc:148
5429
5309
msgid "URL for HTTP Auth check"
5312
#: plugin/command_log/command_log.cc:94
5314
msgid "Failed to open command log file. Got error: %s"
5317
#: plugin/command_log/command_log.cc:172
5320
"Failed to write full size of command. Tried to write %<PRId64> bytes at "
5321
"offset %<PRId64>, but only wrote %<PRId64> bytes. Error: %s\n"
5324
#: plugin/command_log/command_log.cc:212
5327
"Failed to write full serialized command. Tried to write %<PRId64> bytes at "
5328
"offset %<PRId64>, but only wrote %<PRId64> bytes. Error: %s\n"
5331
#: plugin/command_log/command_log.cc:290
5332
msgid "Enable command log"
5335
#: plugin/command_log/command_log.cc:298
5336
msgid "DEBUGGING - Truncate command log"
5339
#: plugin/command_log/command_log.cc:306
5340
msgid "Path to the file to use for command log."
5343
#: plugin/command_log/command_log.cc:323
5344
msgid "Simple Command Message Log"
5347
#: plugin/default_replicator/default_replicator.cc:90
5348
msgid "Enable default replicator"
5351
#: plugin/default_replicator/default_replicator.cc:105
5352
msgid "Default Replicator"
5432
5355
#: plugin/errmsg_stderr/errmsg_stderr.cc:78
5433
5356
msgid "Error Messages to stderr"
5436
#: plugin/logging_gearman/logging_gearman.cc:263
5359
#: plugin/logging_gearman/logging_gearman.cc:186
5438
5361
msgid "fail gearman_client_create(): %s"
5441
#: plugin/logging_gearman/logging_gearman.cc:273
5364
#: plugin/logging_gearman/logging_gearman.cc:197
5443
5366
msgid "fail gearman_client_add_server(): %s"
5446
#: plugin/logging_gearman/logging_gearman.cc:299
5369
#: plugin/logging_gearman/logging_gearman.cc:306
5447
5370
msgid "Enable logging to a gearman server"
5450
#: plugin/logging_gearman/logging_gearman.cc:308
5373
#: plugin/logging_gearman/logging_gearman.cc:315
5451
5374
msgid "Hostname for logging to a Gearman server"
5454
#: plugin/logging_gearman/logging_gearman.cc:317
5377
#: plugin/logging_gearman/logging_gearman.cc:324
5455
5378
msgid "Gearman Function to send logging to"
5458
#: plugin/logging_gearman/logging_gearman.cc:334
5381
#: plugin/logging_gearman/logging_gearman.cc:341
5459
5382
msgid "Log queries to a Gearman server"
5462
#: plugin/logging_query/logging_query.cc:278
5385
#: plugin/logging_query/logging_query.cc:188
5464
5387
msgid "fail open() fn=%s er=%s\n"
5467
#: plugin/logging_query/logging_query.cc:317
5390
#: plugin/logging_query/logging_query.cc:340
5468
5391
msgid "Enable logging to CSV file"
5471
#: plugin/logging_query/logging_query.cc:326
5394
#: plugin/logging_query/logging_query.cc:349
5472
5395
msgid "File to log to"
5475
#: plugin/logging_query/logging_query.cc:335
5476
#: plugin/logging_syslog/logging_syslog.cc:248
5398
#: plugin/logging_query/logging_query.cc:358
5399
msgid "PCRE to match the query against"
5402
#: plugin/logging_query/logging_query.cc:367
5403
#: plugin/logging_syslog/logging_syslog.cc:231
5477
5404
msgid "Threshold for logging slow queries, in microseconds"
5480
#: plugin/logging_query/logging_query.cc:347
5481
#: plugin/logging_syslog/logging_syslog.cc:260
5407
#: plugin/logging_query/logging_query.cc:379
5408
#: plugin/logging_syslog/logging_syslog.cc:243
5482
5409
msgid "Threshold for logging big queries, for rows returned"
5485
#: plugin/logging_query/logging_query.cc:359
5486
#: plugin/logging_syslog/logging_syslog.cc:272
5412
#: plugin/logging_query/logging_query.cc:391
5413
#: plugin/logging_syslog/logging_syslog.cc:255
5487
5414
msgid "Threshold for logging big queries, for rows examined"
5490
#: plugin/logging_query/logging_query.cc:381
5417
#: plugin/logging_query/logging_query.cc:414
5491
5418
msgid "Log queries to a CSV file"
5494
#: plugin/logging_syslog/logging_syslog.cc:169
5421
#: plugin/logging_syslog/logging_syslog.cc:84
5496
5423
msgid "syslog facility \"%s\" not known, using \"local0\""
5499
#: plugin/logging_syslog/logging_syslog.cc:186
5426
#: plugin/logging_syslog/logging_syslog.cc:100
5501
5428
msgid "syslog priority \"%s\" not known, using \"info\""
5504
#: plugin/logging_syslog/logging_syslog.cc:212
5505
msgid "Enable logging"
5431
#: plugin/logging_syslog/logging_syslog.cc:195
5432
msgid "Enable logging to syslog"
5508
#: plugin/logging_syslog/logging_syslog.cc:221
5435
#: plugin/logging_syslog/logging_syslog.cc:204
5509
5436
msgid "Syslog Ident"
5512
#: plugin/logging_syslog/logging_syslog.cc:230
5439
#: plugin/logging_syslog/logging_syslog.cc:213
5513
5440
msgid "Syslog Facility"
5516
#: plugin/logging_syslog/logging_syslog.cc:239
5443
#: plugin/logging_syslog/logging_syslog.cc:222
5517
5444
msgid "Syslog Priority"
5520
#: plugin/logging_syslog/logging_syslog.cc:296
5447
#: plugin/logging_syslog/logging_syslog.cc:279
5521
5448
msgid "Log to syslog"
5524
#: plugin/multi_thread/multi_thread.cc:137
5451
#: plugin/multi_thread/multi_thread.cc:171
5525
5452
msgid "Maximum number of user threads available."
5528
#: plugin/myisam/ha_myisam.cc:468
5455
#: plugin/myisam/ha_myisam.cc:488
5530
5457
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
5533
#: plugin/myisam/ha_myisam.cc:472
5460
#: plugin/myisam/ha_myisam.cc:492
5535
5462
msgid "Got an error from unknown thread, %s:%d"
5538
#: plugin/myisam/ha_myisam.cc:478
5465
#: plugin/myisam/ha_myisam.cc:498
5539
5466
msgid "Unknown thread accessing table"
5542
#: plugin/myisam/ha_myisam.cc:1861
5469
#: plugin/myisam/ha_myisam.cc:1781
5543
5470
msgid "Block size to be used for MyISAM index pages."
5546
#: plugin/myisam/ha_myisam.cc:1867
5473
#: plugin/myisam/ha_myisam.cc:1787
5548
5475
"Number of threads to use when repairing MyISAM tables. The value of 1 "
5549
5476
"disables parallel repair."
5552
#: plugin/myisam/ha_myisam.cc:1873
5479
#: plugin/myisam/ha_myisam.cc:1793
5554
5481
"Don't use the fast sort index method to created index if the temporary file "
5555
5482
"would get bigger than this."
5558
#: plugin/myisam/ha_myisam.cc:1878
5485
#: plugin/myisam/ha_myisam.cc:1798
5560
5487
"The buffer that is allocated when sorting the index when doing a REPAIR or "
5561
5488
"when creating indexes with CREATE INDEX or ALTER TABLE."
5564
#: plugin/myisam/ha_myisam.cc:1884
5491
#: plugin/myisam/ha_myisam.cc:1804
5565
5492
msgid "Default pointer size to be used for MyISAM tables."