105
105
msgid "Don't show warnings after every statement."
108
#: client/drizzle.cc:1165 client/drizzle.cc:1172
108
#: client/drizzle.cc:1167 client/drizzle.cc:1174
110
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
111
"Memory allocation error while constructing initial prompt. Aborting.\n"
113
#: client/drizzle.cc:1268
114
#: client/drizzle.cc:1270
114
115
msgid "Welcome to the Drizzle client.. Commands end with ; or \\g."
117
#: client/drizzle.cc:1278
118
#: client/drizzle.cc:1280
120
121
"Your Drizzle connection id is %u\n"
121
122
"Server version: %s\n"
124
#: client/drizzle.cc:1310
125
#: client/drizzle.cc:1308
126
127
msgid "Reading history-file %s\n"
129
#: client/drizzle.cc:1314
130
#: client/drizzle.cc:1312
131
132
msgid "Couldn't allocate memory for temp histfile!\n"
134
#: client/drizzle.cc:1321
135
#: client/drizzle.cc:1319
135
136
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
138
#: client/drizzle.cc:1340
139
#: client/drizzle.cc:1338
140
141
msgid "Writing history-file %s\n"
143
#: client/drizzle.cc:1348
144
#: client/drizzle.cc:1345
147
#: client/drizzle.cc:1348
148
#: client/drizzle.cc:1345
151
#: client/drizzle.cc:1403
152
#: client/drizzle.cc:1400
152
153
msgid "Query aborted by Ctrl+C\n"
155
#: client/drizzle.cc:1426 drizzled/drizzled.cc:1679
156
#: client/drizzle.cc:1423 drizzled/drizzled.cc:2097
156
157
msgid "Display this help and exit."
160
#: client/drizzle.cc:1425
161
msgid "Synonym for -?"
159
164
#: client/drizzle.cc:1428
160
msgid "Synonym for -?"
163
#: client/drizzle.cc:1431
165
166
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
166
167
"and field completion, but startup and reconnecting may take a longer time. "
167
168
"Disable with --disable-auto-rehash."
170
#: client/drizzle.cc:1435
171
#: client/drizzle.cc:1432
172
173
"No automatic rehashing. One has to use 'rehash' to get table and field "
173
174
"completion. This gives a quicker start of drizzle_st and disables rehashing "
174
175
"on reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
177
#: client/drizzle.cc:1438
178
#: client/drizzle.cc:1435
179
180
"Automatically switch to vertical output mode if the result is wider than the "
180
181
"terminal width."
183
#: client/drizzle.cc:1441
184
#: client/drizzle.cc:1438
185
186
"Don't use history file. Disable interactive behavior. (Enables --silent)"
189
#: client/drizzle.cc:1439
190
msgid "Display column type information."
188
193
#: client/drizzle.cc:1442
189
msgid "Display column type information."
192
#: client/drizzle.cc:1445
194
195
"Preserve comments. Send comments to the server. The default is --skip-"
195
196
"comments (discard comments), enable with --comments"
199
#: client/drizzle.cc:1445
200
msgid "Use compression in server/client protocol."
198
203
#: client/drizzle.cc:1448
199
msgid "Use compression in server/client protocol."
204
msgid "Check memory and open file usage at exit ."
202
207
#: client/drizzle.cc:1451
203
msgid "Check memory and open file usage at exit ."
206
#: client/drizzle.cc:1454
207
208
msgid "Print some debug info at exit."
211
#: client/drizzle.cc:1453
212
msgid "Database to use."
210
215
#: client/drizzle.cc:1456
211
msgid "Database to use."
214
#: client/drizzle.cc:1459
215
216
msgid "(not used)"
218
#: client/drizzle.cc:1461
219
#: client/drizzle.cc:1458
219
220
msgid "Delimiter to be used."
222
#: client/drizzle.cc:1463
223
#: client/drizzle.cc:1460
223
224
msgid "Execute command and quit. (Disables --force and history file)"
227
#: client/drizzle.cc:1462
228
msgid "Print the output of a query (rows) vertically."
226
231
#: client/drizzle.cc:1465
227
msgid "Print the output of a query (rows) vertically."
230
#: client/drizzle.cc:1468
231
232
msgid "Continue even if we get an sql error."
234
#: client/drizzle.cc:1472
235
#: client/drizzle.cc:1469
236
237
"Enable named commands. Named commands mean this program's internal commands; "
237
238
"see drizzle> help . When enabled, the named commands can be used from any "
248
249
"deprecated; use --disable-named-commands instead."
251
#: client/drizzle.cc:1478
252
#: client/drizzle.cc:1475
252
253
msgid "Ignore space after function names."
256
#: client/drizzle.cc:1477
257
msgid "Enable/disable LOAD DATA LOCAL INFILE."
255
260
#: client/drizzle.cc:1480
256
msgid "Enable/disable LOAD DATA LOCAL INFILE."
259
#: client/drizzle.cc:1483
260
261
msgid "Turn off beep on error."
263
#: client/drizzle.cc:1485
264
#: client/drizzle.cc:1482
264
265
msgid "Connect to host."
268
#: client/drizzle.cc:1484
269
msgid "Write line numbers for errors."
267
272
#: client/drizzle.cc:1487
268
msgid "Write line numbers for errors."
271
#: client/drizzle.cc:1490
273
274
"Don't write line number for errors. WARNING: -L is deprecated, use long "
274
275
"version of this option instead."
277
#: client/drizzle.cc:1492
278
#: client/drizzle.cc:1489
278
279
msgid "Flush buffer after each query."
281
#: client/drizzle.cc:1494
282
#: client/drizzle.cc:1491
282
283
msgid "Write column names in results."
285
#: client/drizzle.cc:1498
286
#: client/drizzle.cc:1495
287
288
"Don't write column names in results. WARNING: -N is deprecated, use long "
288
289
"version of this options instead."
291
#: client/drizzle.cc:1501
292
#: client/drizzle.cc:1498
293
294
"Change the value of a variable. Please note that this option is deprecated; "
294
295
"you can set variables directly with --variable-name=value."
297
#: client/drizzle.cc:1503
298
#: client/drizzle.cc:1500
298
299
msgid "Ignore SIGINT (CTRL-C)"
301
#: client/drizzle.cc:1507
302
#: client/drizzle.cc:1504
303
304
"Only update the default database. This is useful for skipping updates to "
304
305
"other database in the update log."
307
#: client/drizzle.cc:1510
308
#: client/drizzle.cc:1507
309
310
"Pager to use to display results. If you don't supply an option the default "
310
311
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
316
#: client/drizzle.cc:1513
317
#: client/drizzle.cc:1510
318
319
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
319
320
"option deprecated; use --disable-pager instead."
322
#: client/drizzle.cc:1516
323
#: client/drizzle.cc:1513
324
325
"Password to use when connecting to server. If password is not given it's "
325
326
"asked from the tty."
328
#: client/drizzle.cc:1518
329
#: client/drizzle.cc:1515
330
331
"Port number to use for connection or 0 for default to, in order of "
331
332
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
334
#: client/drizzle.cc:1519
335
#: client/drizzle.cc:1516
335
336
msgid "built-in default"
338
#: client/drizzle.cc:1521
339
#: client/drizzle.cc:1518
339
340
msgid "Set the drizzle prompt to this value."
342
#: client/drizzle.cc:1525
343
#: client/drizzle.cc:1522
344
345
"Don't cache result, print it row by row. This may slow down the server if "
345
346
"the output is suspended. Doesn't use history file."
349
#: client/drizzle.cc:1524
350
msgid "Write fields without conversion. Used with --batch."
348
353
#: client/drizzle.cc:1527
349
msgid "Write fields without conversion. Used with --batch."
352
#: client/drizzle.cc:1530
354
355
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
355
356
"option is enabled by default."
358
#: client/drizzle.cc:1532
359
#: client/drizzle.cc:1529
359
360
msgid "Shutdown the server."
362
#: client/drizzle.cc:1534
363
#: client/drizzle.cc:1531
364
365
"Be more silent. Print results with a tab as separator, each row on new line."
368
#: client/drizzle.cc:1533
369
msgid "Socket file to use for connection."
367
372
#: client/drizzle.cc:1536
368
msgid "Socket file to use for connection."
373
msgid "Output in table format."
371
376
#: client/drizzle.cc:1539
372
msgid "Output in table format."
375
#: client/drizzle.cc:1542
377
378
"Append everything into outfile. See interactive help (\\h) also. Does not "
378
379
"work in batch mode. Disable with --disable-tee. This option is disabled by "
382
#: client/drizzle.cc:1544
383
#: client/drizzle.cc:1541
384
385
"Disable outfile. See interactive help (\\h) also. WARNING: option "
385
386
"deprecated; use --disable-tee instead"
388
#: client/drizzle.cc:1546
389
#: client/drizzle.cc:1544
389
390
msgid "User for login if not current user."
392
#: client/drizzle.cc:1548
393
#: client/drizzle.cc:1547
393
394
msgid "Only allow UPDATE and DELETE that uses keys."
396
#: client/drizzle.cc:1551
397
#: client/drizzle.cc:1550
397
398
msgid "Synonym for option --safe-updates, -U."
400
#: client/drizzle.cc:1554
401
#: client/drizzle.cc:1553
401
402
msgid "Write more. (-v -v -v gives the table output format)."
404
#: client/drizzle.cc:1556 drizzled/drizzled.cc:1824
405
#: client/drizzle.cc:1555 drizzled/drizzled.cc:2269
405
406
msgid "Output version information and exit."
408
#: client/drizzle.cc:1558
409
#: client/drizzle.cc:1557
409
410
msgid "Wait and retry if connection is down."
412
#: client/drizzle.cc:1561
413
#: client/drizzle.cc:1560
413
414
msgid "Number of seconds before connection timeout."
416
#: client/drizzle.cc:1566
417
#: client/drizzle.cc:1565
417
418
msgid "Max length of input line"
420
#: client/drizzle.cc:1571
421
#: client/drizzle.cc:1570
421
422
msgid "Automatic limit for SELECT when using --safe-updates"
424
#: client/drizzle.cc:1576
425
#: client/drizzle.cc:1575
425
426
msgid "Automatic limit for rows in a join when using --safe-updates"
428
#: client/drizzle.cc:1580
429
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
429
#: client/drizzle.cc:1579
431
"Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
432
#: client/drizzle.cc:1585
434
#: client/drizzle.cc:1584
433
435
msgid "Number of lines before each import progress report."
436
#: client/drizzle.cc:1588
438
#: client/drizzle.cc:1587
437
439
msgid "Ping the server to check if it's alive."
440
#: client/drizzle.cc:1598
442
#: client/drizzle.cc:1597
442
msgid "%s Ver %s Distrib %s, for %s-%s (%s) using %s %s\n"
444
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
445
#: client/drizzle.cc:1605
447
#: client/drizzle.cc:1604
448
450
"Copyright (C) 2008 Sun Microsystems\n"
450
452
"and you are welcome to modify and redistribute it under the GPL license\n"
453
#: client/drizzle.cc:1610
455
#: client/drizzle.cc:1609
455
457
msgid "Usage: %s [OPTIONS] [database]\n"
458
#: client/drizzle.cc:1641
460
#: client/drizzle.cc:1640
459
461
msgid "DELIMITER cannot contain a backslash character"
462
#: client/drizzle.cc:1659
464
#: client/drizzle.cc:1658
464
466
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
467
#: client/drizzle.cc:1682
469
#: client/drizzle.cc:1681
469
471
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
472
#: client/drizzle.cc:1686
474
#: client/drizzle.cc:1685
474
476
msgid "WARNING: --server-arg option not supported in this configuration.\n"
477
#: client/drizzle.cc:1717
479
#: client/drizzle.cc:1712
479
481
"Non-integer value supplied for port. If you are trying to enter a password "
480
482
"please use --password instead."
483
#: client/drizzle.cc:1725
485
#: client/drizzle.cc:1720
484
486
msgid "Value supplied for port is not valid."
487
#: client/drizzle.cc:1864
489
#: client/drizzle.cc:1866
489
491
msgid "Processing line: %<PRIu32>\n"
492
#: client/drizzle.cc:2079
494
#: client/drizzle.cc:2083
494
496
msgid "Unknown command '\\%c'."
497
#: client/drizzle.cc:2489
499
#: client/drizzle.cc:2493
499
501
"Reading table information for completion of table and column names\n"
500
502
" You can turn off this feature to get a quicker startup with -A\n"
504
#: client/drizzle.cc:2579
506
#: client/drizzle.cc:2583
505
507
msgid "No connection. Trying to reconnect..."
508
#: client/drizzle.cc:2585
510
#: client/drizzle.cc:2589
509
511
msgid "Can't connect to the server\n"
512
#: client/drizzle.cc:2664
514
#: client/drizzle.cc:2668
513
515
msgid "List of all Drizzle commands:"
516
#: client/drizzle.cc:2666
518
#: client/drizzle.cc:2670
517
519
msgid "Note that all text commands must be first on line and end with ';'"
520
#: client/drizzle.cc:2721
522
#: client/drizzle.cc:2725
521
523
msgid "No query specified\n"
524
#: client/drizzle.cc:2736
526
#: client/drizzle.cc:2740
525
527
msgid "Ignoring query to other database"
528
#: client/drizzle.cc:2786
530
#: client/drizzle.cc:2790
529
531
msgid "Empty set"
532
#: client/drizzle.cc:2799
534
#: client/drizzle.cc:2803
534
536
msgid "%ld row in set"
535
537
msgid_plural "%ld rows in set"
539
#: client/drizzle.cc:2808
541
#: client/drizzle.cc:2812
543
#: client/drizzle.cc:2810
545
#: client/drizzle.cc:2814
545
547
msgid "Query OK, %ld row affected"
546
548
msgid_plural "Query OK, %ld rows affected"
550
#: client/drizzledump.cc:345
551
msgid "Number of rows before each output progress report (requires --verbose)."
554
#: client/drizzledump.cc:415
552
#: client/drizzlecheck.cc:262 client/drizzledump.cc:605
553
#: client/drizzleimport.cc:195 client/drizzleslap.cc:742
554
#: client/drizzletest.cc:4728
557
"Non-integer value supplied for port. If you are trying to enter a password "
558
"please use --password instead.\n"
561
#: client/drizzlecheck.cc:270 client/drizzledump.cc:613
562
#: client/drizzleimport.cc:203 client/drizzleslap.cc:750
563
#: client/drizzletest.cc:4736
565
msgid "Value supplied for port is not valid.\n"
568
#: client/drizzledump.cc:387
570
"Number of rows before each output progress report (requires --verbose)."
573
#: client/drizzledump.cc:461
556
575
msgid "Got errno %d on write"
559
#: client/drizzledump.cc:420
578
#: client/drizzledump.cc:466
561
msgid "%s Drizzle %s libdrizzle %s, for %s-%s (%s)\n"
580
msgid "%s Ver %s Distrib %s, for %s (%s)\n"
564
#: client/drizzledump.cc:427
583
#: client/drizzledump.cc:473
566
585
msgid "Usage: %s [OPTIONS] database [tables]\n"
569
#: client/drizzledump.cc:428
588
#: client/drizzledump.cc:474
571
590
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
574
#: client/drizzledump.cc:430
593
#: client/drizzledump.cc:476
576
595
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
579
#: client/drizzledump.cc:438
598
#: client/drizzledump.cc:483
599
msgid "By Igor Romanenko, Monty, Jani & Sinisa"
602
#: client/drizzledump.cc:484
581
604
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
582
605
"and you are welcome to modify and redistribute it under the GPL license\n"
585
#: client/drizzledump.cc:439
586
msgid "Dumps definitions and data from a Drizzle database server"
608
#: client/drizzledump.cc:485
609
msgid "Dumping definition and data DRIZZLE database or table"
589
#: client/drizzledump.cc:450
612
#: client/drizzledump.cc:496
591
614
msgid "For more options, use %s --help\n"
594
#: client/drizzledump.cc:557 client/drizzleimport.cc:195
595
#: client/drizzleslap.cc:747 client/drizzletest.cc:4729
598
"Non-integer value supplied for port. If you are trying to enter a password "
599
"please use --password instead.\n"
602
#: client/drizzledump.cc:565 client/drizzleimport.cc:203
603
#: client/drizzleslap.cc:755 client/drizzletest.cc:4737
605
msgid "Value supplied for port is not valid.\n"
608
#: client/drizzledump.cc:582
617
#: client/drizzledump.cc:630
610
619
msgid "Memory allocation error while copying password. Aborting.\n"
613
#: client/drizzledump.cc:621
622
#: client/drizzledump.cc:669
615
624
msgid "Input filename too long: %s"
618
#: client/drizzledump.cc:656
627
#: client/drizzledump.cc:712
620
629
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
623
#: client/drizzledump.cc:681
632
#: client/drizzledump.cc:737
625
634
msgid "Invalid mode to --compatible: %s\n"
628
#: client/drizzledump.cc:726
637
#: client/drizzledump.cc:791
630
639
msgid "%s: You must use option --tab with --fields-...\n"
633
#: client/drizzledump.cc:732
642
#: client/drizzledump.cc:808
636
645
"%s: You can't use --single-transaction and --lock-all-tables at the same "
640
#: client/drizzledump.cc:738
649
#: client/drizzledump.cc:821
643
652
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
647
#: client/drizzledump.cc:744
656
#: client/drizzledump.cc:827
649
658
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
652
#: client/drizzledump.cc:767
661
#: client/drizzledump.cc:853
654
663
msgid "Got error: %s (%d) %s"
657
#: client/drizzledump.cc:774
666
#: client/drizzledump.cc:860
659
668
msgid "Got error: %d %s"
662
#: client/drizzledump.cc:872 client/drizzledump.cc:879
663
#: client/drizzledump.cc:892
671
#: client/drizzledump.cc:958 client/drizzledump.cc:965
672
#: client/drizzledump.cc:978
665
674
msgid "Couldn't execute '%s': %s (%d)"
668
#: client/drizzledump.cc:956
677
#: client/drizzledump.cc:1042
670
679
msgid "-- Connecting to %s...\n"
673
#: client/drizzledump.cc:977
682
#: client/drizzledump.cc:1063
675
684
msgid "-- Disconnecting from %s...\n"
678
#: client/drizzledump.cc:988
687
#: client/drizzledump.cc:1074
679
688
msgid "Couldn't allocate memory"
682
#: client/drizzledump.cc:1332
691
#: client/drizzledump.cc:1418
685
694
"-- Warning: Unable to use delayed inserts for table '%s' because it's of "
689
#: client/drizzledump.cc:1346
698
#: client/drizzledump.cc:1432
691
700
msgid "-- Retrieving table structure for table %s...\n"
694
#: client/drizzledump.cc:1460
703
#: client/drizzledump.cc:1546
696
705
msgid "%s: Warning: Can't set SQL_QUOTE_SHOW_CREATE option (%s)\n"
699
#: client/drizzledump.cc:1567
708
#: client/drizzledump.cc:1653
701
710
msgid "%s: Can't get keys for table %s\n"
704
#: client/drizzledump.cc:1645 client/drizzledump.cc:2719
713
#: client/drizzledump.cc:1731 client/drizzledump.cc:3085
706
715
msgid "Error: Couldn't read status information for table %s\n"
709
#: client/drizzledump.cc:1788
718
#: client/drizzledump.cc:1874
711
720
msgid "Error retrieving table structure for table: \"%s\""
714
#: client/drizzledump.cc:1795
723
#: client/drizzledump.cc:1881
716
725
msgid "-- Skipping dump data for table '%s', --no-data was used\n"
719
#: client/drizzledump.cc:1806
728
#: client/drizzledump.cc:1892
721
730
msgid "-- Warning: Skipping data for table '%s' because it's of type %s\n"
724
#: client/drizzledump.cc:1813
733
#: client/drizzledump.cc:1899
726
735
msgid "-- Skipping dump data for table '%s', it has no fields\n"
729
#: client/drizzledump.cc:1821
738
#: client/drizzledump.cc:1907
730
739
msgid "-- Sending SELECT query...\n"
733
#: client/drizzledump.cc:1875 client/drizzledump.cc:2350
742
#: client/drizzledump.cc:1961 client/drizzledump.cc:2446
734
743
msgid "when executing 'SELECT INTO OUTFILE'"
737
#: client/drizzledump.cc:1885
746
#: client/drizzledump.cc:1971
746
#: client/drizzledump.cc:1926
755
#: client/drizzledump.cc:2012
747
756
msgid "-- Retrieving rows...\n"
750
#: client/drizzledump.cc:1929
759
#: client/drizzledump.cc:2015
752
761
msgid "%s: Error in field count for table: %s ! Aborting.\n"
755
#: client/drizzledump.cc:1973
764
#: client/drizzledump.cc:2064
757
766
msgid "%s: Error reading rows for table: %s (%d:%s) ! Aborting.\n"
760
#: client/drizzledump.cc:1990
769
#: client/drizzledump.cc:2081
762
771
msgid "-- %<PRIu32> of ~%<PRIu64> rows dumped for table %s\n"
765
#: client/drizzledump.cc:2012
774
#: client/drizzledump.cc:2103
767
776
msgid "Not enough fields from table %s! Aborting.\n"
770
#: client/drizzledump.cc:2411 client/drizzledump.cc:2525
779
#: client/drizzledump.cc:2523
780
msgid "when using LOCK TABLES"
783
#: client/drizzledump.cc:2536 client/drizzledump.cc:2679
771
784
msgid "when doing refresh"
774
#: client/drizzledump.cc:2497
787
#: client/drizzledump.cc:2629
775
788
msgid "alloc_root failure."
778
#: client/drizzledump.cc:2512
791
#: client/drizzledump.cc:2650
780
793
msgid "Couldn't find table: \"%s\""
783
#: client/drizzledump.cc:2790 client/drizzledump.cc:2797
784
#: client/drizzledump.cc:2807
796
#: client/drizzledump.cc:2666
797
msgid "when doing LOCK TABLES"
800
#: client/drizzledump.cc:2737
801
msgid "Error: Binlogging on server not active"
804
#: client/drizzledump.cc:2806
805
msgid "Error: Slave not set up"
808
#: client/drizzledump.cc:2865
809
msgid "Error: Unable to start slave"
812
#: client/drizzledump.cc:3156 client/drizzledump.cc:3163
813
#: client/drizzledump.cc:3173
787
816
"Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
790
#: client/drizzledump.cc:2837
819
#: client/drizzledump.cc:3203
792
821
msgid "Error: Not enough memory to store ORDER BY clause\n"
824
#: drizzled/db.cc:236
797
826
msgid "Error while loading database options: '%s':"
800
#: drizzled/drizzled.cc:500
829
#: drizzled/drizzled.cc:527
802
831
msgid "Got signal %d from thread %<PRIu64>"
805
#: drizzled/drizzled.cc:534
834
#: drizzled/drizzled.cc:561
806
835
msgid "Aborting\n"
809
#: drizzled/drizzled.cc:656
838
#: drizzled/drizzled.cc:681
810
839
msgid "One can only use the --user switch if running as root\n"
813
#: drizzled/drizzled.cc:664
842
#: drizzled/drizzled.cc:689
815
844
"Fatal error: Please read \"Security\" section of the manual to find out how "
816
845
"to run drizzled as root!\n"
819
#: drizzled/drizzled.cc:686
848
#: drizzled/drizzled.cc:711
822
851
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
826
#: drizzled/drizzled.cc:843
828
msgid "Fatal signal %d while backtracing\n"
831
#: drizzled/drizzled.cc:866
855
#: drizzled/drizzled.cc:885
857
msgid "Retrying bind on TCP/IP port %u"
860
#: drizzled/drizzled.cc:891
861
msgid "Can't start server: Bind on TCP/IP port"
864
#: drizzled/drizzled.cc:892
866
msgid "Do you already have another drizzled server running on port: %d ?"
869
#: drizzled/drizzled.cc:898
870
msgid "Can't start server: listen() on TCP/IP port"
873
#: drizzled/drizzled.cc:899
875
msgid "listen() on TCP/IP failed with error %d"
878
#: drizzled/drizzled.cc:917
879
msgid "Can't open abort pipet"
882
#: drizzled/drizzled.cc:919
884
msgid "pipe() on abort_pipe failed with error %d"
887
#: drizzled/drizzled.cc:1016
892
#: drizzled/drizzled.cc:1041
834
895
"We will try our best to scrape up some info that will hopefully help "
902
#: drizzled/drizzled.cc:971
964
#: drizzled/drizzled.cc:1152
904
966
msgid "Writing a core file\n"
907
#: drizzled/drizzled.cc:1017
969
#: drizzled/drizzled.cc:1197
909
971
"setrlimit could not change the size of core files to 'infinity'; We may not "
910
972
"be able to generate a core file on signals"
913
#: drizzled/drizzled.cc:1212
975
#: drizzled/drizzled.cc:1399
915
977
msgid "gethostname failed, using '%s' as hostname"
918
#: drizzled/drizzled.cc:1283
980
#: drizzled/drizzled.cc:1491
920
982
msgid "Unknown locale: '%s'"
923
#: drizzled/drizzled.cc:1312
985
#: drizzled/drizzled.cc:1522
924
986
msgid "Can't create thread-keys"
927
#: drizzled/drizzled.cc:1337
989
#: drizzled/drizzled.cc:1545
928
990
msgid "Out of memory"
931
#: drizzled/drizzled.cc:1348
993
#: drizzled/drizzled.cc:1560
932
994
msgid "Failed to initialize plugins."
935
#: drizzled/drizzled.cc:1379
997
#: drizzled/drizzled.cc:1591
938
1000
"%s: Too many arguments (first extra is '%s').\n"
939
1001
"Use --verbose --help to get a list of available options\n"
942
#: drizzled/drizzled.cc:1399
1004
#: drizzled/drizzled.cc:1611
943
1005
msgid "No scheduler found, cannot continue!\n"
946
#: drizzled/drizzled.cc:1406
1008
#: drizzled/drizzled.cc:1618
947
1009
msgid "Can't init databases"
950
#: drizzled/drizzled.cc:1430
1012
#: drizzled/drizzled.cc:1643
952
1014
msgid "Unknown/unsupported table type: %s"
955
#: drizzled/drizzled.cc:1436
1017
#: drizzled/drizzled.cc:1649
957
1019
msgid "Default storage engine (%s) is not available"
960
#: drizzled/drizzled.cc:1467
1022
#: drizzled/drizzled.cc:1680
962
1024
msgid "Failed to lock memory. Errno: %d\n"
965
#: drizzled/drizzled.cc:1683
966
msgid "Display this help and exit after initializing plugins."
969
#: drizzled/drizzled.cc:1687
1027
#: drizzled/drizzled.cc:1742
1029
msgid "Asked for %<PRIu64> thread stack, but got %<PRIu64>"
1032
#: drizzled/drizzled.cc:1903
1034
msgid "drizzled: Got error %d from select"
1037
#: drizzled/drizzled.cc:2101
970
1038
msgid "Auto-increment columns are incremented by this"
973
#: drizzled/drizzled.cc:1692
1041
#: drizzled/drizzled.cc:2106
975
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1043
"Offset added to Auto-increment columns. Used when auto-increment-increment "
979
#: drizzled/drizzled.cc:1698
1047
#: drizzled/drizzled.cc:2112
981
1049
"Path to installation directory. All paths are usually resolved relative to "
985
#: drizzled/drizzled.cc:1702
1053
#: drizzled/drizzled.cc:2116
986
1054
msgid "IP address to bind to."
989
#: drizzled/drizzled.cc:1706
1057
#: drizzled/drizzled.cc:2120
1058
msgid "Set the filesystem character set."
1061
#: drizzled/drizzled.cc:2125
1062
msgid "Set the default character set."
1065
#: drizzled/drizzled.cc:2129
990
1066
msgid "Chroot drizzled daemon during startup."
993
#: drizzled/drizzled.cc:1710
1069
#: drizzled/drizzled.cc:2133
994
1070
msgid "Set the default collation."
997
#: drizzled/drizzled.cc:1714
1073
#: drizzled/drizzled.cc:2137
998
1074
msgid "Default completion type."
1001
#: drizzled/drizzled.cc:1719
1077
#: drizzled/drizzled.cc:2142
1002
1078
msgid "Write core on errors."
1005
#: drizzled/drizzled.cc:1723
1081
#: drizzled/drizzled.cc:2146
1006
1082
msgid "Path to the database root."
1009
#: drizzled/drizzled.cc:1727
1085
#: drizzled/drizzled.cc:2150
1010
1086
msgid "Set the default storage engine (table type) for tables."
1013
#: drizzled/drizzled.cc:1731
1089
#: drizzled/drizzled.cc:2154
1014
1090
msgid "Set the default time zone."
1017
#: drizzled/drizzled.cc:1736
1093
#: drizzled/drizzled.cc:2158
1094
msgid "Type of DELAY_KEY_WRITE."
1097
#: drizzled/drizzled.cc:2162
1018
1098
msgid "Print a symbolic stack trace on failure."
1021
#: drizzled/drizzled.cc:1742
1101
#: drizzled/drizzled.cc:2168
1102
msgid "Push supported query conditions to the storage engine."
1105
#: drizzled/drizzled.cc:2174
1022
1106
msgid "Used for debugging; Use at your own risk!"
1025
#: drizzled/drizzled.cc:1747
1109
#: drizzled/drizzled.cc:2179
1026
1110
msgid "Set up signals usable for debugging"
1029
#: drizzled/drizzled.cc:1751
1113
#: drizzled/drizzled.cc:2183
1030
1114
msgid "(IGNORED)"
1033
#: drizzled/drizzled.cc:1755
1117
#: drizzled/drizzled.cc:2187
1034
1118
msgid "Set the language used for the month names and the days of the week."
1037
#: drizzled/drizzled.cc:1760
1121
#: drizzled/drizzled.cc:2192
1122
msgid "Log connections and queries to file."
1125
#: drizzled/drizzled.cc:2196
1126
msgid "Log all MyISAM changes to file."
1129
#: drizzled/drizzled.cc:2200
1038
1130
msgid "Log some not critical warnings to the log file."
1041
#: drizzled/drizzled.cc:1765
1133
#: drizzled/drizzled.cc:2205
1042
1134
msgid "Lock drizzled in memory."
1045
#: drizzled/drizzled.cc:1769
1137
#: drizzled/drizzled.cc:2209
1139
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1140
"BACKUP, FORCE or QUICK."
1143
#: drizzled/drizzled.cc:2214
1046
1144
msgid "Pid file used by safe_mysqld."
1049
#: drizzled/drizzled.cc:1773
1147
#: drizzled/drizzled.cc:2218
1051
1149
"Port number to use for connection or 0 for default to, in order of "
1052
1150
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
1055
#: drizzled/drizzled.cc:1779
1153
#: drizzled/drizzled.cc:2224
1057
1155
"Maximum time in seconds to wait for the port to become free. (Default: no "
1061
#: drizzled/drizzled.cc:1784
1159
#: drizzled/drizzled.cc:2229
1063
1161
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1064
1162
"specified directory"
1067
#: drizzled/drizzled.cc:1789
1165
#: drizzled/drizzled.cc:2234
1069
1167
"Uniquely identifies the server instance in the community of replication "
1073
#: drizzled/drizzled.cc:1794
1171
#: drizzled/drizzled.cc:2239
1074
1172
msgid "Don't print a stack trace on failure."
1077
#: drizzled/drizzled.cc:1798
1175
#: drizzled/drizzled.cc:2243
1078
1176
msgid "Enable symbolic link support."
1081
#: drizzled/drizzled.cc:1807
1179
#: drizzled/drizzled.cc:2252
1083
1181
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1086
#: drizzled/drizzled.cc:1812
1184
#: drizzled/drizzled.cc:2257
1087
1185
msgid "Path for temporary files."
1090
#: drizzled/drizzled.cc:1816
1188
#: drizzled/drizzled.cc:2261
1091
1189
msgid "Default transaction isolation level."
1094
#: drizzled/drizzled.cc:1820
1192
#: drizzled/drizzled.cc:2265
1095
1193
msgid "Run drizzled daemon as user."
1098
#: drizzled/drizzled.cc:1828
1196
#: drizzled/drizzled.cc:2273
1100
1198
"The number of outstanding connection requests Drizzle can have. This comes "
1101
1199
"into play when the main Drizzle thread gets very many connection requests in "
1102
1200
"a very short time."
1105
#: drizzled/drizzled.cc:1834
1203
#: drizzled/drizzled.cc:2279
1107
1205
"Size of tree cache used in bulk insert optimization. Note that this is a "
1108
1206
"limit per thread!"
1111
#: drizzled/drizzled.cc:1840
1209
#: drizzled/drizzled.cc:2285
1211
"The number of seconds the drizzled server is waiting for a connect packet "
1212
"before responding with 'Bad handshake'."
1215
#: drizzled/drizzled.cc:2290
1113
1217
"Precision of the result of '/' operator will be increased on that value."
1116
#: drizzled/drizzled.cc:1846
1220
#: drizzled/drizzled.cc:2296
1117
1221
msgid "The maximum length of the result of function group_concat."
1120
#: drizzled/drizzled.cc:1851
1224
#: drizzled/drizzled.cc:2301
1121
1225
msgid "The size of the buffer that is used for full joins."
1124
#: drizzled/drizzled.cc:1857
1228
#: drizzled/drizzled.cc:2307
1230
"Don't overwrite stale .MYD and .MYI even if no directory is specified."
1233
#: drizzled/drizzled.cc:2312
1126
1235
"The size of the buffer used for index blocks for MyISAM tables. Increase "
1127
1236
"this to get better index handling (for all reads and multiple writes) to as "
1128
1237
"much as you can afford;"
1131
#: drizzled/drizzled.cc:1866
1240
#: drizzled/drizzled.cc:2321
1133
1242
"This characterizes the number of hits a hot block has to be untouched until "
1134
1243
"it is considered aged enough to be downgraded to a warm block. This "
1136
1245
"blocks in key cache"
1139
#: drizzled/drizzled.cc:1875
1248
#: drizzled/drizzled.cc:2330
1140
1249
msgid "The default size of key cache blocks"
1143
#: drizzled/drizzled.cc:1881
1252
#: drizzled/drizzled.cc:2336
1144
1253
msgid "The minimum percentage of warm blocks in key cache"
1147
#: drizzled/drizzled.cc:1887
1256
#: drizzled/drizzled.cc:2342
1148
1257
msgid "Max packetlength to send/receive from to server."
1151
#: drizzled/drizzled.cc:1892
1260
#: drizzled/drizzled.cc:2347
1153
1262
"If there is more than this number of interrupted connections from a host "
1154
1263
"this host will be blocked from further connections."
1157
#: drizzled/drizzled.cc:1897
1266
#: drizzled/drizzled.cc:2352
1158
1267
msgid "Max number of errors/warnings to store for a statement."
1161
#: drizzled/drizzled.cc:1902
1270
#: drizzled/drizzled.cc:2357
1162
1271
msgid "Don't allow creation of heap tables bigger than this."
1165
#: drizzled/drizzled.cc:1908
1274
#: drizzled/drizzled.cc:2363
1167
1276
"Joins that are probably going to read more than max_join_size records return "
1171
#: drizzled/drizzled.cc:1914
1280
#: drizzled/drizzled.cc:2369
1172
1281
msgid "Max number of bytes in sorted records."
1175
#: drizzled/drizzled.cc:1919
1284
#: drizzled/drizzled.cc:2374
1176
1285
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1179
#: drizzled/drizzled.cc:1924
1288
#: drizzled/drizzled.cc:2379
1181
1290
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1182
1291
"max_sort_length bytes of each value are used; the rest are ignored)."
1185
#: drizzled/drizzled.cc:1931
1294
#: drizzled/drizzled.cc:2386
1295
msgid "Maximum number of temporary tables a client can keep open at a time."
1298
#: drizzled/drizzled.cc:2391
1186
1299
msgid "After this many write locks, allow some read locks to run in between."
1189
#: drizzled/drizzled.cc:1935
1302
#: drizzled/drizzled.cc:2395
1191
1304
"Don't log queries which examine less than min_examined_row_limit rows to "
1195
#: drizzled/drizzled.cc:1941
1308
#: drizzled/drizzled.cc:2401
1310
"Specifies how MyISAM index statistics collection code should threat NULLs. "
1311
"Possible values of name are 'nulls_unequal' (default behavior), "
1312
"'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
1315
#: drizzled/drizzled.cc:2408
1196
1316
msgid "Buffer length for TCP/IP and socket communication."
1199
#: drizzled/drizzled.cc:1946
1319
#: drizzled/drizzled.cc:2413
1321
"Number of seconds to wait for more data from a connection before aborting "
1325
#: drizzled/drizzled.cc:2419
1327
"If a read on a communication port is interrupted, retry this many times "
1331
#: drizzled/drizzled.cc:2425
1333
"Number of seconds to wait for a block to be written to a connection before "
1334
"aborting the write."
1337
#: drizzled/drizzled.cc:2431
1201
1339
"Controls the heuristic(s) applied during query optimization to prune less-"
1202
1340
"promising partial plans from the optimizer search space. Meaning: false - do "
1215
1353
"(used for testing/comparison)."
1218
#: drizzled/drizzled.cc:1966
1356
#: drizzled/drizzled.cc:2451
1358
"Should the Optmizer use MRR or not. Valid values are auto, force and disable"
1361
#: drizzled/drizzled.cc:2456
1219
1362
msgid "Directory for plugins."
1222
#: drizzled/drizzled.cc:1970
1365
#: drizzled/drizzled.cc:2460
1224
1367
"Optional comma separated list of plugins to load at starup.[for example: --"
1225
1368
"plugin_load=crc32,logger_gearman]"
1228
#: drizzled/drizzled.cc:1975
1371
#: drizzled/drizzled.cc:2465
1229
1372
msgid "The size of the buffer that is allocated when preloading indexes"
1232
#: drizzled/drizzled.cc:1980
1375
#: drizzled/drizzled.cc:2470
1376
msgid "Select protocol to be used (by default oldlibdrizzle)."
1379
#: drizzled/drizzled.cc:2474
1233
1380
msgid "Allocation block size for query parsing and execution"
1236
#: drizzled/drizzled.cc:1985
1383
#: drizzled/drizzled.cc:2479
1237
1384
msgid "Persistent buffer for query parsing and execution"
1240
#: drizzled/drizzled.cc:1991
1387
#: drizzled/drizzled.cc:2485
1241
1388
msgid "Allocation block size for storing ranges during optimization"
1244
#: drizzled/drizzled.cc:1997
1391
#: drizzled/drizzled.cc:2491
1246
1393
"Each thread that does a sequential scan allocates a buffer of this size for "
1247
1394
"each table it scans. If you do many sequential scans, you may want to "
1248
1395
"increase this value."
1251
#: drizzled/drizzled.cc:2005
1398
#: drizzled/drizzled.cc:2499
1253
1400
"When reading rows in sorted order after a sort, the rows are read through "
1254
1401
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1255
1402
"record_buffer."
1258
#: drizzled/drizzled.cc:2013
1405
#: drizzled/drizzled.cc:2507
1259
1406
msgid "Select scheduler to be used (by default multi-thread)."
1262
#: drizzled/drizzled.cc:2018
1409
#: drizzled/drizzled.cc:2512
1263
1410
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1266
#: drizzled/drizzled.cc:2024
1413
#: drizzled/drizzled.cc:2518
1267
1414
msgid "The number of cached table definitions."
1270
#: drizzled/drizzled.cc:2028
1417
#: drizzled/drizzled.cc:2522
1271
1418
msgid "The number of cached open tables."
1274
#: drizzled/drizzled.cc:2032
1421
#: drizzled/drizzled.cc:2526
1276
1423
"Timeout in seconds to wait for a table level lock before returning an error. "
1277
1424
"Used only if the connection has active cursors."
1280
#: drizzled/drizzled.cc:2037
1427
#: drizzled/drizzled.cc:2531
1281
1428
msgid "The stack size for each thread."
1284
#: drizzled/drizzled.cc:2043
1431
#: drizzled/drizzled.cc:2537
1286
1433
"If an internal in-memory temporary table exceeds this size, Drizzle will "
1287
1434
"automatically convert it to an on-disk MyISAM table."
1290
#: drizzled/drizzled.cc:2049
1437
#: drizzled/drizzled.cc:2543
1291
1438
msgid "Allocation block size for transactions to be stored in binary log"
1294
#: drizzled/drizzled.cc:2054
1441
#: drizzled/drizzled.cc:2548
1295
1442
msgid "Persistent buffer for transactions to be stored in binary log"
1298
#: drizzled/drizzled.cc:2185
1445
#: drizzled/drizzled.cc:2553
1447
"The number of seconds the server waits for activity on a connection before "
1451
#: drizzled/drizzled.cc:2687
1300
1453
"Copyright (C) 2008 Sun Microsystems\n"
1301
1454
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
4803
4993
msgid "Scheduler initialization failed.\n"
4806
#: drizzled/session.cc:2160
4808
msgid "Could not remove temporary table: '%s', error: %d"
4811
#: drizzled/slot/listen.cc:91
4813
msgid "getaddrinfo() failed with error %s"
4816
#: drizzled/slot/listen.cc:123
4818
msgid "setsockopt(IPV6_V6ONLY) failed with errno %d"
4821
#: drizzled/slot/listen.cc:134
4823
msgid "setsockopt(SO_REUSEADDR) failed with errno %d"
4826
#: drizzled/slot/listen.cc:143
4828
msgid "setsockopt(SO_KEEPALIVE) failed with errno %d"
4831
#: drizzled/slot/listen.cc:152
4833
msgid "setsockopt(SO_LINGER) failed with errno %d"
4836
#: drizzled/slot/listen.cc:161
4838
msgid "setsockopt(TCP_NODELAY) failed with errno %d"
4841
#: drizzled/slot/listen.cc:182
4843
msgid "Retrying bind() on %u"
4846
#: drizzled/slot/listen.cc:190
4848
msgid "bind() failed with errno: %d"
4851
#: drizzled/slot/listen.cc:193
4852
msgid "Do you already have another drizzled running?"
4855
#: drizzled/slot/listen.cc:200
4857
msgid "listen() failed with errno %d"
4860
#: drizzled/slot/listen.cc:208 drizzled/slot/listen.cc:247
4862
msgid "realloc() failed with errno %d"
4865
#: drizzled/slot/listen.cc:219
4867
msgid "Listening on %s:%s\n"
4870
#: drizzled/slot/listen.cc:227
4871
msgid "No sockets could be bound for listening"
4874
#: drizzled/slot/listen.cc:239
4876
msgid "pipe() failed with errno %d"
4879
#: drizzled/slot/listen.cc:275
4881
msgid "poll() failed with errno %d"
4884
#: drizzled/slot/listen.cc:317
4886
msgid "accept() failed with errno %d"
4889
#: drizzled/sql_base.cc:1445
4996
#: drizzled/sql_base.cc:2262
4891
4998
msgid "Table %s had a open data handler in reopen_table"
4894
#: drizzled/sql_base.cc:2026
5001
#: drizzled/sql_base.cc:2854
4896
5003
msgid "Couldn't repair table: %s.%s"
4899
#: drizzled/sql_base.cc:2068
5006
#: drizzled/sql_base.cc:2896
4902
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
4903
"s`.`%s`' to replication"
4906
#: drizzled/sql_plugin.cc:552
5009
"When opening HEAP table, could not allocate memory to write 'DELETE FROM "
5010
"`%s`.`%s`' to replication"
5013
#: drizzled/sql_base.cc:3498
5015
msgid "Could not remove temporary table: '%s', error: %d"
5018
#: drizzled/sql_plugin.cc:528
4908
5020
msgid "Plugin '%s' init function returned error.\n"
4911
#: drizzled/sql_plugin.cc:712
5023
#: drizzled/sql_plugin.cc:707
4912
5024
msgid "plugin-load parameter too long"
4915
#: drizzled/sql_plugin.cc:774
5027
#: drizzled/sql_plugin.cc:767
4917
5029
msgid "Couldn't load plugin named '%s' with soname '%s'."
4920
#: drizzled/sql_plugin.cc:1114
5032
#: drizzled/sql_plugin.cc:1107
4921
5033
msgid "Out of memory."
4924
#: drizzled/sql_plugin.cc:1954 drizzled/sql_plugin.cc:2017
5036
#: drizzled/sql_plugin.cc:1946 drizzled/sql_plugin.cc:2009
4926
5038
msgid "Unknown variable type code 0x%x in plugin '%s'."
4929
#: drizzled/sql_plugin.cc:1997
5041
#: drizzled/sql_plugin.cc:1989
4932
5044
"Server variable %s of plugin %s was forced to be read-only: string variable "
4933
5045
"without update_func and PLUGIN_VAR_MEMALLOC flag"
4936
#: drizzled/sql_plugin.cc:2028
5048
#: drizzled/sql_plugin.cc:2020
4938
5050
msgid "Missing variable name in plugin '%s'."
4941
#: drizzled/sql_plugin.cc:2045
5053
#: drizzled/sql_plugin.cc:2037
4943
5055
msgid "Thread local variable '%s' not allocated in plugin '%s'."
4946
#: drizzled/sql_plugin.cc:2173
5058
#: drizzled/sql_plugin.cc:2155
4948
5060
msgid "Out of memory for plugin '%s'."
4951
#: drizzled/sql_plugin.cc:2180
5063
#: drizzled/sql_plugin.cc:2162
4953
5065
msgid "Bad options for plugin '%s'."
4956
#: drizzled/sql_plugin.cc:2189
5068
#: drizzled/sql_plugin.cc:2171
4958
5070
msgid "Parsing options for plugin '%s' failed."
4961
#: drizzled/sql_plugin.cc:2238
5073
#: drizzled/sql_plugin.cc:2214
4963
5075
msgid "Plugin '%s' has conflicting system variables"
4966
#: drizzled/sql_table.cc:247
4968
"Table name cannot be encoded and fit within filesystem name length "
4972
#: drizzled/sql_table.cc:257
4974
"Schema name cannot be encoded and fit within filesystem name length "
4978
#: drizzled/sql_table.cc:2495
5078
#: drizzled/sql_table.cc:124
5080
msgid "Invalid (old?) table or database name '%s'"
5083
#: drizzled/sql_table.cc:2655
4980
5085
msgid "Unknown - internal error %d during operation"
4983
#: drizzled/sql_table.cc:3970
5088
#: drizzled/sql_table.cc:4227
4985
5090
msgid "Could not open table %s.%s after rename\n"
4988
#: drizzled/sql_table.cc:4133
5093
#: drizzled/sql_table.cc:4407
4991
5096
"order_st BY ignored because there is a user-defined clustered index in the "
4992
5097
"table '%-.192s'"
4995
#: drizzled/table.cc:332
5100
#: drizzled/table.cc:354
4998
5103
"'%s' had no or invalid character set, and default character set is multi-"
4999
5104
"byte, so character column sizes may have changed"
5002
#: drizzled/table.cc:1591
5107
#: drizzled/table.cc:1782
5004
5109
msgid "Unknown collation '%s' in table '%-.64s' definition"
5007
#: drizzled/table.cc:1598
5112
#: drizzled/table.cc:1789
5010
5115
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
5014
#: drizzled/table.cc:3493
5119
#: drizzled/table.cc:2251
5122
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
5126
#: drizzled/table.cc:2278
5129
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
5130
"have type %s, found type %s."
5133
#: drizzled/table.cc:2289
5136
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
5137
"position %d to have character set '%s' but the type has no character set."
5140
#: drizzled/table.cc:2301
5143
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
5144
"position %d to have character set '%s' but found character set '%s'."
5147
#: drizzled/table.cc:2314
5150
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
5151
"have type %s but the column is not found."
5154
#: drizzled/table.cc:4400
5016
5156
msgid "Got error %d when reading table '%s'"
5287
5422
"--------------------------------- -----------------------------\n"
5290
#: mysys/my_getopt.cc:1236 mysys/my_getopt.cc:1252
5425
#: mysys/my_getopt.cc:1235 mysys/my_getopt.cc:1251
5291
5426
msgid "(No default value)"
5294
#: mysys/my_getopt.cc:1255
5429
#: mysys/my_getopt.cc:1254
5298
#: mysys/my_getopt.cc:1255
5433
#: mysys/my_getopt.cc:1254
5302
#: mysys/my_getopt.cc:1288
5437
#: mysys/my_getopt.cc:1287
5304
5439
msgid "(Disabled)\n"
5442
#: plugin/auth_http/auth_http.cc:128
5443
msgid "Enable HTTP Auth check"
5307
5446
#: plugin/auth_http/auth_http.cc:138
5308
msgid "Enable HTTP Auth check"
5311
#: plugin/auth_http/auth_http.cc:148
5312
5447
msgid "URL for HTTP Auth check"
5315
#: plugin/command_log/command_log.cc:94
5317
msgid "Failed to open command log file. Got error: %s"
5320
#: plugin/command_log/command_log.cc:172
5323
"Failed to write full size of command. Tried to write %<PRId64> bytes at "
5324
"offset %<PRId64>, but only wrote %<PRId64> bytes. Error: %s\n"
5327
#: plugin/command_log/command_log.cc:212
5330
"Failed to write full serialized command. Tried to write %<PRId64> bytes at "
5331
"offset %<PRId64>, but only wrote %<PRId64> bytes. Error: %s\n"
5334
#: plugin/command_log/command_log.cc:290
5336
msgid "Enable command log"
5337
msgstr "Vakigi komandlinion."
5339
#: plugin/command_log/command_log.cc:298
5340
msgid "DEBUGGING - Truncate command log"
5343
#: plugin/command_log/command_log.cc:306
5344
msgid "Path to the file to use for command log."
5347
#: plugin/command_log/command_log.cc:323
5348
msgid "Simple Command Message Log"
5351
#: plugin/default_replicator/default_replicator.cc:90
5352
msgid "Enable default replicator"
5355
#: plugin/default_replicator/default_replicator.cc:105
5356
msgid "Default Replicator"
5359
5450
#: plugin/errmsg_stderr/errmsg_stderr.cc:78
5360
5451
msgid "Error Messages to stderr"
5363
#: plugin/logging_gearman/logging_gearman.cc:186
5454
#: plugin/logging_gearman/logging_gearman.cc:263
5365
5456
msgid "fail gearman_client_create(): %s"
5368
#: plugin/logging_gearman/logging_gearman.cc:197
5459
#: plugin/logging_gearman/logging_gearman.cc:273
5370
5461
msgid "fail gearman_client_add_server(): %s"
5373
#: plugin/logging_gearman/logging_gearman.cc:306
5464
#: plugin/logging_gearman/logging_gearman.cc:299
5374
5465
msgid "Enable logging to a gearman server"
5377
#: plugin/logging_gearman/logging_gearman.cc:315
5468
#: plugin/logging_gearman/logging_gearman.cc:308
5378
5469
msgid "Hostname for logging to a Gearman server"
5381
#: plugin/logging_gearman/logging_gearman.cc:324
5472
#: plugin/logging_gearman/logging_gearman.cc:317
5382
5473
msgid "Gearman Function to send logging to"
5385
#: plugin/logging_gearman/logging_gearman.cc:341
5476
#: plugin/logging_gearman/logging_gearman.cc:334
5386
5477
msgid "Log queries to a Gearman server"
5389
#: plugin/logging_query/logging_query.cc:188
5480
#: plugin/logging_query/logging_query.cc:278
5391
5482
msgid "fail open() fn=%s er=%s\n"
5394
#: plugin/logging_query/logging_query.cc:340
5485
#: plugin/logging_query/logging_query.cc:317
5395
5486
msgid "Enable logging to CSV file"
5398
#: plugin/logging_query/logging_query.cc:349
5489
#: plugin/logging_query/logging_query.cc:326
5399
5490
msgid "File to log to"
5402
#: plugin/logging_query/logging_query.cc:358
5403
msgid "PCRE to match the query against"
5406
#: plugin/logging_query/logging_query.cc:367
5407
#: plugin/logging_syslog/logging_syslog.cc:231
5493
#: plugin/logging_query/logging_query.cc:335
5494
#: plugin/logging_syslog/logging_syslog.cc:248
5408
5495
msgid "Threshold for logging slow queries, in microseconds"
5411
#: plugin/logging_query/logging_query.cc:379
5412
#: plugin/logging_syslog/logging_syslog.cc:243
5498
#: plugin/logging_query/logging_query.cc:347
5499
#: plugin/logging_syslog/logging_syslog.cc:260
5413
5500
msgid "Threshold for logging big queries, for rows returned"
5416
#: plugin/logging_query/logging_query.cc:391
5417
#: plugin/logging_syslog/logging_syslog.cc:255
5503
#: plugin/logging_query/logging_query.cc:359
5504
#: plugin/logging_syslog/logging_syslog.cc:272
5418
5505
msgid "Threshold for logging big queries, for rows examined"
5421
#: plugin/logging_query/logging_query.cc:414
5508
#: plugin/logging_query/logging_query.cc:381
5422
5509
msgid "Log queries to a CSV file"
5425
#: plugin/logging_syslog/logging_syslog.cc:84
5512
#: plugin/logging_syslog/logging_syslog.cc:169
5427
5514
msgid "syslog facility \"%s\" not known, using \"local0\""
5430
#: plugin/logging_syslog/logging_syslog.cc:100
5517
#: plugin/logging_syslog/logging_syslog.cc:186
5432
5519
msgid "syslog priority \"%s\" not known, using \"info\""
5435
#: plugin/logging_syslog/logging_syslog.cc:195
5436
msgid "Enable logging to syslog"
5522
#: plugin/logging_syslog/logging_syslog.cc:212
5523
msgid "Enable logging"
5439
#: plugin/logging_syslog/logging_syslog.cc:204
5526
#: plugin/logging_syslog/logging_syslog.cc:221
5440
5527
msgid "Syslog Ident"
5443
#: plugin/logging_syslog/logging_syslog.cc:213
5530
#: plugin/logging_syslog/logging_syslog.cc:230
5444
5531
msgid "Syslog Facility"
5447
#: plugin/logging_syslog/logging_syslog.cc:222
5534
#: plugin/logging_syslog/logging_syslog.cc:239
5448
5535
msgid "Syslog Priority"
5451
#: plugin/logging_syslog/logging_syslog.cc:279
5538
#: plugin/logging_syslog/logging_syslog.cc:296
5452
5539
msgid "Log to syslog"
5455
#: plugin/multi_thread/multi_thread.cc:171
5542
#: plugin/multi_thread/multi_thread.cc:137
5456
5543
msgid "Maximum number of user threads available."
5459
#: plugin/myisam/ha_myisam.cc:488
5546
#: plugin/myisam/ha_myisam.cc:468
5461
5548
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
5464
#: plugin/myisam/ha_myisam.cc:492
5551
#: plugin/myisam/ha_myisam.cc:472
5466
5553
msgid "Got an error from unknown thread, %s:%d"
5469
#: plugin/myisam/ha_myisam.cc:498
5556
#: plugin/myisam/ha_myisam.cc:478
5470
5557
msgid "Unknown thread accessing table"
5473
#: plugin/myisam/ha_myisam.cc:1781
5560
#: plugin/myisam/ha_myisam.cc:1861
5474
5561
msgid "Block size to be used for MyISAM index pages."
5477
#: plugin/myisam/ha_myisam.cc:1787
5564
#: plugin/myisam/ha_myisam.cc:1867
5479
5566
"Number of threads to use when repairing MyISAM tables. The value of 1 "
5480
5567
"disables parallel repair."
5483
#: plugin/myisam/ha_myisam.cc:1793
5570
#: plugin/myisam/ha_myisam.cc:1873
5485
5572
"Don't use the fast sort index method to created index if the temporary file "
5486
5573
"would get bigger than this."
5489
#: plugin/myisam/ha_myisam.cc:1798
5576
#: plugin/myisam/ha_myisam.cc:1878
5491
5578
"The buffer that is allocated when sorting the index when doing a REPAIR or "
5492
5579
"when creating indexes with CREATE INDEX or ALTER TABLE."
5495
#: plugin/myisam/ha_myisam.cc:1804
5582
#: plugin/myisam/ha_myisam.cc:1884
5496
5583
msgid "Default pointer size to be used for MyISAM tables."