104
104
msgid "Don't show warnings after every statement."
107
#: client/drizzle.cc:1167 client/drizzle.cc:1174
107
#: client/drizzle.cc:1165 client/drizzle.cc:1172
110
110
"Memory allocation error while constructing initial prompt. Aborting.\n"
113
#: client/drizzle.cc:1270
113
#: client/drizzle.cc:1268
114
114
msgid "Welcome to the Drizzle client.. Commands end with ; or \\g."
117
#: client/drizzle.cc:1280
117
#: client/drizzle.cc:1278
120
120
"Your Drizzle connection id is %u\n"
121
121
"Server version: %s\n"
124
#: client/drizzle.cc:1308
124
#: client/drizzle.cc:1310
126
126
msgid "Reading history-file %s\n"
129
#: client/drizzle.cc:1312
129
#: client/drizzle.cc:1314
131
131
msgid "Couldn't allocate memory for temp histfile!\n"
134
#: client/drizzle.cc:1319
134
#: client/drizzle.cc:1321
135
135
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
138
#: client/drizzle.cc:1338
138
#: client/drizzle.cc:1340
140
140
msgid "Writing history-file %s\n"
143
#: client/drizzle.cc:1345
143
#: client/drizzle.cc:1348
147
#: client/drizzle.cc:1345
147
#: client/drizzle.cc:1348
151
#: client/drizzle.cc:1400
151
#: client/drizzle.cc:1403
152
152
msgid "Query aborted by Ctrl+C\n"
155
#: client/drizzle.cc:1423 drizzled/drizzled.cc:2097
155
#: client/drizzle.cc:1426 drizzled/drizzled.cc:1679
156
156
msgid "Display this help and exit."
159
#: client/drizzle.cc:1425
159
#: client/drizzle.cc:1428
160
160
msgid "Synonym for -?"
163
#: client/drizzle.cc:1428
163
#: client/drizzle.cc:1431
165
165
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
166
166
"and field completion, but startup and reconnecting may take a longer time. "
167
167
"Disable with --disable-auto-rehash."
170
#: client/drizzle.cc:1432
170
#: client/drizzle.cc:1435
172
172
"No automatic rehashing. One has to use 'rehash' to get table and field "
173
173
"completion. This gives a quicker start of drizzle_st and disables rehashing "
174
174
"on reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
177
#: client/drizzle.cc:1435
177
#: client/drizzle.cc:1438
179
179
"Automatically switch to vertical output mode if the result is wider than the "
180
180
"terminal width."
183
#: client/drizzle.cc:1438
183
#: client/drizzle.cc:1441
185
185
"Don't use history file. Disable interactive behavior. (Enables --silent)"
188
#: client/drizzle.cc:1439
188
#: client/drizzle.cc:1442
189
189
msgid "Display column type information."
192
#: client/drizzle.cc:1442
192
#: client/drizzle.cc:1445
194
194
"Preserve comments. Send comments to the server. The default is --skip-"
195
195
"comments (discard comments), enable with --comments"
198
#: client/drizzle.cc:1445
198
#: client/drizzle.cc:1448
199
199
msgid "Use compression in server/client protocol."
202
#: client/drizzle.cc:1448
202
#: client/drizzle.cc:1451
203
203
msgid "Check memory and open file usage at exit ."
206
#: client/drizzle.cc:1451
206
#: client/drizzle.cc:1454
207
207
msgid "Print some debug info at exit."
210
#: client/drizzle.cc:1453
210
#: client/drizzle.cc:1456
211
211
msgid "Database to use."
214
#: client/drizzle.cc:1456
214
#: client/drizzle.cc:1459
215
215
msgid "(not used)"
218
#: client/drizzle.cc:1458
218
#: client/drizzle.cc:1461
219
219
msgid "Delimiter to be used."
222
#: client/drizzle.cc:1460
222
#: client/drizzle.cc:1463
223
223
msgid "Execute command and quit. (Disables --force and history file)"
226
#: client/drizzle.cc:1462
226
#: client/drizzle.cc:1465
227
227
msgid "Print the output of a query (rows) vertically."
230
#: client/drizzle.cc:1465
230
#: client/drizzle.cc:1468
231
231
msgid "Continue even if we get an sql error."
234
#: client/drizzle.cc:1469
234
#: client/drizzle.cc:1472
236
236
"Enable named commands. Named commands mean this program's internal commands; "
237
237
"see drizzle> help . When enabled, the named commands can be used from any "
248
248
"deprecated; use --disable-named-commands instead."
251
#: client/drizzle.cc:1475
251
#: client/drizzle.cc:1478
252
252
msgid "Ignore space after function names."
255
#: client/drizzle.cc:1477
255
#: client/drizzle.cc:1480
256
256
msgid "Enable/disable LOAD DATA LOCAL INFILE."
259
#: client/drizzle.cc:1480
259
#: client/drizzle.cc:1483
260
260
msgid "Turn off beep on error."
263
#: client/drizzle.cc:1482
263
#: client/drizzle.cc:1485
264
264
msgid "Connect to host."
267
#: client/drizzle.cc:1484
267
#: client/drizzle.cc:1487
268
268
msgid "Write line numbers for errors."
271
#: client/drizzle.cc:1487
271
#: client/drizzle.cc:1490
273
273
"Don't write line number for errors. WARNING: -L is deprecated, use long "
274
274
"version of this option instead."
277
#: client/drizzle.cc:1489
277
#: client/drizzle.cc:1492
278
278
msgid "Flush buffer after each query."
281
#: client/drizzle.cc:1491
281
#: client/drizzle.cc:1494
282
282
msgid "Write column names in results."
285
#: client/drizzle.cc:1495
285
#: client/drizzle.cc:1498
287
287
"Don't write column names in results. WARNING: -N is deprecated, use long "
288
288
"version of this options instead."
291
#: client/drizzle.cc:1498
291
#: client/drizzle.cc:1501
293
293
"Change the value of a variable. Please note that this option is deprecated; "
294
294
"you can set variables directly with --variable-name=value."
297
#: client/drizzle.cc:1500
297
#: client/drizzle.cc:1503
298
298
msgid "Ignore SIGINT (CTRL-C)"
301
#: client/drizzle.cc:1504
301
#: client/drizzle.cc:1507
303
303
"Only update the default database. This is useful for skipping updates to "
304
304
"other database in the update log."
307
#: client/drizzle.cc:1507
307
#: client/drizzle.cc:1510
309
309
"Pager to use to display results. If you don't supply an option the default "
310
310
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
316
#: client/drizzle.cc:1510
316
#: client/drizzle.cc:1513
318
318
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
319
319
"option deprecated; use --disable-pager instead."
322
#: client/drizzle.cc:1513
322
#: client/drizzle.cc:1516
324
324
"Password to use when connecting to server. If password is not given it's "
325
325
"asked from the tty."
328
#: client/drizzle.cc:1515
328
#: client/drizzle.cc:1518
330
330
"Port number to use for connection or 0 for default to, in order of "
331
331
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
334
#: client/drizzle.cc:1516
334
#: client/drizzle.cc:1519
335
335
msgid "built-in default"
338
#: client/drizzle.cc:1518
338
#: client/drizzle.cc:1521
339
339
msgid "Set the drizzle prompt to this value."
342
#: client/drizzle.cc:1522
342
#: client/drizzle.cc:1525
344
344
"Don't cache result, print it row by row. This may slow down the server if "
345
345
"the output is suspended. Doesn't use history file."
348
#: client/drizzle.cc:1524
348
#: client/drizzle.cc:1527
349
349
msgid "Write fields without conversion. Used with --batch."
352
#: client/drizzle.cc:1527
352
#: client/drizzle.cc:1530
354
354
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
355
355
"option is enabled by default."
358
#: client/drizzle.cc:1529
358
#: client/drizzle.cc:1532
359
359
msgid "Shutdown the server."
362
#: client/drizzle.cc:1531
362
#: client/drizzle.cc:1534
364
364
"Be more silent. Print results with a tab as separator, each row on new line."
367
#: client/drizzle.cc:1533
367
#: client/drizzle.cc:1536
368
368
msgid "Socket file to use for connection."
371
#: client/drizzle.cc:1536
371
#: client/drizzle.cc:1539
372
372
msgid "Output in table format."
375
#: client/drizzle.cc:1539
375
#: client/drizzle.cc:1542
377
377
"Append everything into outfile. See interactive help (\\h) also. Does not "
378
378
"work in batch mode. Disable with --disable-tee. This option is disabled by "
382
#: client/drizzle.cc:1541
382
#: client/drizzle.cc:1544
384
384
"Disable outfile. See interactive help (\\h) also. WARNING: option "
385
385
"deprecated; use --disable-tee instead"
388
#: client/drizzle.cc:1544
388
#: client/drizzle.cc:1546
389
389
msgid "User for login if not current user."
392
#: client/drizzle.cc:1547
392
#: client/drizzle.cc:1548
393
393
msgid "Only allow UPDATE and DELETE that uses keys."
396
#: client/drizzle.cc:1550
396
#: client/drizzle.cc:1551
397
397
msgid "Synonym for option --safe-updates, -U."
400
#: client/drizzle.cc:1553
400
#: client/drizzle.cc:1554
401
401
msgid "Write more. (-v -v -v gives the table output format)."
404
#: client/drizzle.cc:1555 drizzled/drizzled.cc:2269
404
#: client/drizzle.cc:1556 drizzled/drizzled.cc:1824
405
405
msgid "Output version information and exit."
408
#: client/drizzle.cc:1557
408
#: client/drizzle.cc:1558
409
409
msgid "Wait and retry if connection is down."
410
410
msgstr "الرجاء الإنتظار ، وإعادة محاولة الإتصال إن فشل في الإتصال"
412
#: client/drizzle.cc:1560
412
#: client/drizzle.cc:1561
413
413
msgid "Number of seconds before connection timeout."
416
#: client/drizzle.cc:1565
416
#: client/drizzle.cc:1566
417
417
msgid "Max length of input line"
420
#: client/drizzle.cc:1570
420
#: client/drizzle.cc:1571
421
421
msgid "Automatic limit for SELECT when using --safe-updates"
424
#: client/drizzle.cc:1575
424
#: client/drizzle.cc:1576
425
425
msgid "Automatic limit for rows in a join when using --safe-updates"
428
#: client/drizzle.cc:1579
428
#: client/drizzle.cc:1580
430
430
"Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
433
#: client/drizzle.cc:1584
433
#: client/drizzle.cc:1585
434
434
msgid "Number of lines before each import progress report."
437
#: client/drizzle.cc:1587
437
#: client/drizzle.cc:1588
438
438
msgid "Ping the server to check if it's alive."
441
#: client/drizzle.cc:1597
441
#: client/drizzle.cc:1598
443
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
443
msgid "%s Ver %s Distrib %s, for %s-%s (%s) using %s %s\n"
446
#: client/drizzle.cc:1604
446
#: client/drizzle.cc:1605
449
449
"Copyright (C) 2008 Sun Microsystems\n"
451
451
"and you are welcome to modify and redistribute it under the GPL license\n"
454
#: client/drizzle.cc:1609
454
#: client/drizzle.cc:1610
456
456
msgid "Usage: %s [OPTIONS] [database]\n"
459
#: client/drizzle.cc:1640
459
#: client/drizzle.cc:1641
460
460
msgid "DELIMITER cannot contain a backslash character"
463
#: client/drizzle.cc:1658
463
#: client/drizzle.cc:1659
465
465
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
468
#: client/drizzle.cc:1681
468
#: client/drizzle.cc:1682
470
470
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
473
#: client/drizzle.cc:1685
473
#: client/drizzle.cc:1686
475
475
msgid "WARNING: --server-arg option not supported in this configuration.\n"
478
#: client/drizzle.cc:1712
478
#: client/drizzle.cc:1717
480
480
"Non-integer value supplied for port. If you are trying to enter a password "
481
481
"please use --password instead."
484
#: client/drizzle.cc:1720
484
#: client/drizzle.cc:1725
485
485
msgid "Value supplied for port is not valid."
488
#: client/drizzle.cc:1866
488
#: client/drizzle.cc:1864
490
490
msgid "Processing line: %<PRIu32>\n"
493
#: client/drizzle.cc:2083
493
#: client/drizzle.cc:2079
495
495
msgid "Unknown command '\\%c'."
498
#: client/drizzle.cc:2493
498
#: client/drizzle.cc:2489
500
500
"Reading table information for completion of table and column names\n"
501
501
" You can turn off this feature to get a quicker startup with -A\n"
505
#: client/drizzle.cc:2583
505
#: client/drizzle.cc:2579
506
506
msgid "No connection. Trying to reconnect..."
509
#: client/drizzle.cc:2589
509
#: client/drizzle.cc:2585
510
510
msgid "Can't connect to the server\n"
511
511
msgstr "لا يمكن الإتصال بقاعدة البيانات\n"
513
#: client/drizzle.cc:2668
513
#: client/drizzle.cc:2664
514
514
msgid "List of all Drizzle commands:"
517
#: client/drizzle.cc:2670
517
#: client/drizzle.cc:2666
518
518
msgid "Note that all text commands must be first on line and end with ';'"
521
#: client/drizzle.cc:2725
521
#: client/drizzle.cc:2721
522
522
msgid "No query specified\n"
525
#: client/drizzle.cc:2740
525
#: client/drizzle.cc:2736
526
526
msgid "Ignoring query to other database"
529
#: client/drizzle.cc:2790
529
#: client/drizzle.cc:2786
530
530
msgid "Empty set"
533
#: client/drizzle.cc:2803
533
#: client/drizzle.cc:2799
535
535
msgid "%ld row in set"
536
536
msgid_plural "%ld rows in set"
540
#: client/drizzle.cc:2812
540
#: client/drizzle.cc:2808
544
#: client/drizzle.cc:2814
544
#: client/drizzle.cc:2810
546
546
msgid "Query OK, %ld row affected"
547
547
msgid_plural "Query OK, %ld rows affected"
551
#: client/drizzlecheck.cc:262 client/drizzledump.cc:605
552
#: client/drizzleimport.cc:195 client/drizzleslap.cc:742
553
#: client/drizzletest.cc:4728
556
"Non-integer value supplied for port. If you are trying to enter a password "
557
"please use --password instead.\n"
560
#: client/drizzlecheck.cc:270 client/drizzledump.cc:613
561
#: client/drizzleimport.cc:203 client/drizzleslap.cc:750
562
#: client/drizzletest.cc:4736
564
msgid "Value supplied for port is not valid.\n"
567
#: client/drizzledump.cc:387
551
#: client/drizzledump.cc:345
569
553
"Number of rows before each output progress report (requires --verbose)."
572
#: client/drizzledump.cc:461
556
#: client/drizzledump.cc:415
574
558
msgid "Got errno %d on write"
577
#: client/drizzledump.cc:466
561
#: client/drizzledump.cc:420
579
msgid "%s Ver %s Distrib %s, for %s (%s)\n"
563
msgid "%s Drizzle %s libdrizzle %s, for %s-%s (%s)\n"
582
#: client/drizzledump.cc:473
566
#: client/drizzledump.cc:427
584
568
msgid "Usage: %s [OPTIONS] database [tables]\n"
587
#: client/drizzledump.cc:474
571
#: client/drizzledump.cc:428
589
573
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
592
#: client/drizzledump.cc:476
576
#: client/drizzledump.cc:430
594
578
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
597
#: client/drizzledump.cc:483
598
msgid "By Igor Romanenko, Monty, Jani & Sinisa"
601
#: client/drizzledump.cc:484
581
#: client/drizzledump.cc:438
603
583
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
604
584
"and you are welcome to modify and redistribute it under the GPL license\n"
607
#: client/drizzledump.cc:485
608
msgid "Dumping definition and data DRIZZLE database or table"
587
#: client/drizzledump.cc:439
588
msgid "Dumps definitions and data from a Drizzle database server"
611
#: client/drizzledump.cc:496
591
#: client/drizzledump.cc:450
613
593
msgid "For more options, use %s --help\n"
616
#: client/drizzledump.cc:630
596
#: client/drizzledump.cc:557 client/drizzleimport.cc:195
597
#: client/drizzleslap.cc:747 client/drizzletest.cc:4729
600
"Non-integer value supplied for port. If you are trying to enter a password "
601
"please use --password instead.\n"
604
#: client/drizzledump.cc:565 client/drizzleimport.cc:203
605
#: client/drizzleslap.cc:755 client/drizzletest.cc:4737
607
msgid "Value supplied for port is not valid.\n"
610
#: client/drizzledump.cc:582
618
612
msgid "Memory allocation error while copying password. Aborting.\n"
621
#: client/drizzledump.cc:669
615
#: client/drizzledump.cc:621
623
617
msgid "Input filename too long: %s"
626
#: client/drizzledump.cc:712
620
#: client/drizzledump.cc:656
628
622
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
631
#: client/drizzledump.cc:737
625
#: client/drizzledump.cc:681
633
627
msgid "Invalid mode to --compatible: %s\n"
636
#: client/drizzledump.cc:791
630
#: client/drizzledump.cc:726
638
632
msgid "%s: You must use option --tab with --fields-...\n"
641
#: client/drizzledump.cc:808
635
#: client/drizzledump.cc:732
644
638
"%s: You can't use --single-transaction and --lock-all-tables at the same "
648
#: client/drizzledump.cc:821
642
#: client/drizzledump.cc:738
651
645
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
655
#: client/drizzledump.cc:827
649
#: client/drizzledump.cc:744
657
651
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
660
#: client/drizzledump.cc:853
654
#: client/drizzledump.cc:767
662
656
msgid "Got error: %s (%d) %s"
665
#: client/drizzledump.cc:860
659
#: client/drizzledump.cc:774
667
661
msgid "Got error: %d %s"
670
#: client/drizzledump.cc:958 client/drizzledump.cc:965
671
#: client/drizzledump.cc:978
664
#: client/drizzledump.cc:872 client/drizzledump.cc:879
665
#: client/drizzledump.cc:892
673
667
msgid "Couldn't execute '%s': %s (%d)"
676
#: client/drizzledump.cc:1042
670
#: client/drizzledump.cc:956
678
672
msgid "-- Connecting to %s...\n"
681
#: client/drizzledump.cc:1063
675
#: client/drizzledump.cc:977
683
677
msgid "-- Disconnecting from %s...\n"
686
#: client/drizzledump.cc:1074
680
#: client/drizzledump.cc:988
687
681
msgid "Couldn't allocate memory"
690
#: client/drizzledump.cc:1418
684
#: client/drizzledump.cc:1332
693
687
"-- Warning: Unable to use delayed inserts for table '%s' because it's of "
697
#: client/drizzledump.cc:1432
691
#: client/drizzledump.cc:1346
699
693
msgid "-- Retrieving table structure for table %s...\n"
702
#: client/drizzledump.cc:1546
696
#: client/drizzledump.cc:1460
704
698
msgid "%s: Warning: Can't set SQL_QUOTE_SHOW_CREATE option (%s)\n"
707
#: client/drizzledump.cc:1653
701
#: client/drizzledump.cc:1567
709
703
msgid "%s: Can't get keys for table %s\n"
712
#: client/drizzledump.cc:1731 client/drizzledump.cc:3085
706
#: client/drizzledump.cc:1645 client/drizzledump.cc:2719
714
708
msgid "Error: Couldn't read status information for table %s\n"
717
#: client/drizzledump.cc:1874
711
#: client/drizzledump.cc:1788
719
713
msgid "Error retrieving table structure for table: \"%s\""
722
#: client/drizzledump.cc:1881
716
#: client/drizzledump.cc:1795
724
718
msgid "-- Skipping dump data for table '%s', --no-data was used\n"
727
#: client/drizzledump.cc:1892
721
#: client/drizzledump.cc:1806
729
723
msgid "-- Warning: Skipping data for table '%s' because it's of type %s\n"
732
#: client/drizzledump.cc:1899
726
#: client/drizzledump.cc:1813
734
728
msgid "-- Skipping dump data for table '%s', it has no fields\n"
737
#: client/drizzledump.cc:1907
731
#: client/drizzledump.cc:1821
738
732
msgid "-- Sending SELECT query...\n"
741
#: client/drizzledump.cc:1961 client/drizzledump.cc:2446
735
#: client/drizzledump.cc:1875 client/drizzledump.cc:2350
742
736
msgid "when executing 'SELECT INTO OUTFILE'"
745
#: client/drizzledump.cc:1971
739
#: client/drizzledump.cc:1885
754
#: client/drizzledump.cc:2012
748
#: client/drizzledump.cc:1926
755
749
msgid "-- Retrieving rows...\n"
758
#: client/drizzledump.cc:2015
752
#: client/drizzledump.cc:1929
760
754
msgid "%s: Error in field count for table: %s ! Aborting.\n"
763
#: client/drizzledump.cc:2064
757
#: client/drizzledump.cc:1973
765
759
msgid "%s: Error reading rows for table: %s (%d:%s) ! Aborting.\n"
768
#: client/drizzledump.cc:2081
762
#: client/drizzledump.cc:1990
770
764
msgid "-- %<PRIu32> of ~%<PRIu64> rows dumped for table %s\n"
773
#: client/drizzledump.cc:2103
767
#: client/drizzledump.cc:2012
775
769
msgid "Not enough fields from table %s! Aborting.\n"
778
#: client/drizzledump.cc:2523
779
msgid "when using LOCK TABLES"
782
#: client/drizzledump.cc:2536 client/drizzledump.cc:2679
772
#: client/drizzledump.cc:2411 client/drizzledump.cc:2525
783
773
msgid "when doing refresh"
786
#: client/drizzledump.cc:2629
776
#: client/drizzledump.cc:2497
787
777
msgid "alloc_root failure."
790
#: client/drizzledump.cc:2650
780
#: client/drizzledump.cc:2512
792
782
msgid "Couldn't find table: \"%s\""
795
#: client/drizzledump.cc:2666
796
msgid "when doing LOCK TABLES"
799
#: client/drizzledump.cc:2737
800
msgid "Error: Binlogging on server not active"
803
#: client/drizzledump.cc:2806
804
msgid "Error: Slave not set up"
807
#: client/drizzledump.cc:2865
808
msgid "Error: Unable to start slave"
811
#: client/drizzledump.cc:3156 client/drizzledump.cc:3163
812
#: client/drizzledump.cc:3173
785
#: client/drizzledump.cc:2790 client/drizzledump.cc:2797
786
#: client/drizzledump.cc:2807
815
789
"Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
818
#: client/drizzledump.cc:3203
792
#: client/drizzledump.cc:2837
820
794
msgid "Error: Not enough memory to store ORDER BY clause\n"
823
#: drizzled/db.cc:236
825
799
msgid "Error while loading database options: '%s':"
828
#: drizzled/drizzled.cc:527
802
#: drizzled/drizzled.cc:500
830
804
msgid "Got signal %d from thread %<PRIu64>"
833
#: drizzled/drizzled.cc:561
807
#: drizzled/drizzled.cc:534
834
808
msgid "Aborting\n"
837
#: drizzled/drizzled.cc:681
811
#: drizzled/drizzled.cc:656
838
812
msgid "One can only use the --user switch if running as root\n"
841
#: drizzled/drizzled.cc:689
815
#: drizzled/drizzled.cc:664
843
817
"Fatal error: Please read \"Security\" section of the manual to find out how "
844
818
"to run drizzled as root!\n"
847
#: drizzled/drizzled.cc:711
821
#: drizzled/drizzled.cc:686
850
824
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
854
#: drizzled/drizzled.cc:885
856
msgid "Retrying bind on TCP/IP port %u"
859
#: drizzled/drizzled.cc:891
860
msgid "Can't start server: Bind on TCP/IP port"
863
#: drizzled/drizzled.cc:892
865
msgid "Do you already have another drizzled server running on port: %d ?"
868
#: drizzled/drizzled.cc:898
869
msgid "Can't start server: listen() on TCP/IP port"
872
#: drizzled/drizzled.cc:899
874
msgid "listen() on TCP/IP failed with error %d"
877
#: drizzled/drizzled.cc:917
878
msgid "Can't open abort pipet"
881
#: drizzled/drizzled.cc:919
883
msgid "pipe() on abort_pipe failed with error %d"
886
#: drizzled/drizzled.cc:1016
891
#: drizzled/drizzled.cc:1041
828
#: drizzled/drizzled.cc:843
830
msgid "Fatal signal %d while backtracing\n"
833
#: drizzled/drizzled.cc:866
894
836
"We will try our best to scrape up some info that will hopefully help "
963
#: drizzled/drizzled.cc:1152
904
#: drizzled/drizzled.cc:971
965
906
msgid "Writing a core file\n"
968
#: drizzled/drizzled.cc:1197
909
#: drizzled/drizzled.cc:1017
970
911
"setrlimit could not change the size of core files to 'infinity'; We may not "
971
912
"be able to generate a core file on signals"
974
#: drizzled/drizzled.cc:1399
915
#: drizzled/drizzled.cc:1212
976
917
msgid "gethostname failed, using '%s' as hostname"
979
#: drizzled/drizzled.cc:1491
920
#: drizzled/drizzled.cc:1283
981
922
msgid "Unknown locale: '%s'"
984
#: drizzled/drizzled.cc:1522
925
#: drizzled/drizzled.cc:1312
985
926
msgid "Can't create thread-keys"
988
#: drizzled/drizzled.cc:1545
929
#: drizzled/drizzled.cc:1337
989
930
msgid "Out of memory"
992
#: drizzled/drizzled.cc:1560
933
#: drizzled/drizzled.cc:1348
993
934
msgid "Failed to initialize plugins."
996
#: drizzled/drizzled.cc:1591
937
#: drizzled/drizzled.cc:1379
999
940
"%s: Too many arguments (first extra is '%s').\n"
1000
941
"Use --verbose --help to get a list of available options\n"
1003
#: drizzled/drizzled.cc:1611
944
#: drizzled/drizzled.cc:1399
1004
945
msgid "No scheduler found, cannot continue!\n"
1007
#: drizzled/drizzled.cc:1618
948
#: drizzled/drizzled.cc:1406
1008
949
msgid "Can't init databases"
1011
#: drizzled/drizzled.cc:1643
952
#: drizzled/drizzled.cc:1430
1013
954
msgid "Unknown/unsupported table type: %s"
1016
#: drizzled/drizzled.cc:1649
957
#: drizzled/drizzled.cc:1436
1018
959
msgid "Default storage engine (%s) is not available"
1021
#: drizzled/drizzled.cc:1680
962
#: drizzled/drizzled.cc:1467
1023
964
msgid "Failed to lock memory. Errno: %d\n"
1026
#: drizzled/drizzled.cc:1742
1028
msgid "Asked for %<PRIu64> thread stack, but got %<PRIu64>"
1031
#: drizzled/drizzled.cc:1903
1033
msgid "drizzled: Got error %d from select"
1036
#: drizzled/drizzled.cc:2101
967
#: drizzled/drizzled.cc:1683
968
msgid "Display this help and exit after initializing plugins."
971
#: drizzled/drizzled.cc:1687
1037
972
msgid "Auto-increment columns are incremented by this"
1040
#: drizzled/drizzled.cc:2106
975
#: drizzled/drizzled.cc:1692
1042
977
"Offset added to Auto-increment columns. Used when auto-increment-increment "
1046
#: drizzled/drizzled.cc:2112
981
#: drizzled/drizzled.cc:1698
1048
983
"Path to installation directory. All paths are usually resolved relative to "
1052
#: drizzled/drizzled.cc:2116
987
#: drizzled/drizzled.cc:1702
1053
988
msgid "IP address to bind to."
1056
#: drizzled/drizzled.cc:2120
1057
msgid "Set the filesystem character set."
1060
#: drizzled/drizzled.cc:2125
1061
msgid "Set the default character set."
1064
#: drizzled/drizzled.cc:2129
991
#: drizzled/drizzled.cc:1706
1065
992
msgid "Chroot drizzled daemon during startup."
1068
#: drizzled/drizzled.cc:2133
995
#: drizzled/drizzled.cc:1710
1069
996
msgid "Set the default collation."
1072
#: drizzled/drizzled.cc:2137
999
#: drizzled/drizzled.cc:1714
1073
1000
msgid "Default completion type."
1076
#: drizzled/drizzled.cc:2142
1003
#: drizzled/drizzled.cc:1719
1077
1004
msgid "Write core on errors."
1080
#: drizzled/drizzled.cc:2146
1007
#: drizzled/drizzled.cc:1723
1081
1008
msgid "Path to the database root."
1084
#: drizzled/drizzled.cc:2150
1011
#: drizzled/drizzled.cc:1727
1085
1012
msgid "Set the default storage engine (table type) for tables."
1088
#: drizzled/drizzled.cc:2154
1015
#: drizzled/drizzled.cc:1731
1089
1016
msgid "Set the default time zone."
1092
#: drizzled/drizzled.cc:2158
1093
msgid "Type of DELAY_KEY_WRITE."
1096
#: drizzled/drizzled.cc:2162
1019
#: drizzled/drizzled.cc:1736
1097
1020
msgid "Print a symbolic stack trace on failure."
1100
#: drizzled/drizzled.cc:2168
1101
msgid "Push supported query conditions to the storage engine."
1104
#: drizzled/drizzled.cc:2174
1023
#: drizzled/drizzled.cc:1742
1105
1024
msgid "Used for debugging; Use at your own risk!"
1108
#: drizzled/drizzled.cc:2179
1027
#: drizzled/drizzled.cc:1747
1109
1028
msgid "Set up signals usable for debugging"
1112
#: drizzled/drizzled.cc:2183
1031
#: drizzled/drizzled.cc:1751
1113
1032
msgid "(IGNORED)"
1116
#: drizzled/drizzled.cc:2187
1035
#: drizzled/drizzled.cc:1755
1117
1036
msgid "Set the language used for the month names and the days of the week."
1120
#: drizzled/drizzled.cc:2192
1121
msgid "Log connections and queries to file."
1124
#: drizzled/drizzled.cc:2196
1125
msgid "Log all MyISAM changes to file."
1128
#: drizzled/drizzled.cc:2200
1039
#: drizzled/drizzled.cc:1760
1129
1040
msgid "Log some not critical warnings to the log file."
1132
#: drizzled/drizzled.cc:2205
1043
#: drizzled/drizzled.cc:1765
1133
1044
msgid "Lock drizzled in memory."
1136
#: drizzled/drizzled.cc:2209
1138
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1139
"BACKUP, FORCE or QUICK."
1142
#: drizzled/drizzled.cc:2214
1047
#: drizzled/drizzled.cc:1769
1143
1048
msgid "Pid file used by safe_mysqld."
1146
#: drizzled/drizzled.cc:2218
1051
#: drizzled/drizzled.cc:1773
1148
1053
"Port number to use for connection or 0 for default to, in order of "
1149
1054
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
1152
#: drizzled/drizzled.cc:2224
1057
#: drizzled/drizzled.cc:1779
1154
1059
"Maximum time in seconds to wait for the port to become free. (Default: no "
1158
#: drizzled/drizzled.cc:2229
1063
#: drizzled/drizzled.cc:1784
1160
1065
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1161
1066
"specified directory"
1164
#: drizzled/drizzled.cc:2234
1069
#: drizzled/drizzled.cc:1789
1166
1071
"Uniquely identifies the server instance in the community of replication "
1170
#: drizzled/drizzled.cc:2239
1075
#: drizzled/drizzled.cc:1794
1171
1076
msgid "Don't print a stack trace on failure."
1174
#: drizzled/drizzled.cc:2243
1079
#: drizzled/drizzled.cc:1798
1175
1080
msgid "Enable symbolic link support."
1178
#: drizzled/drizzled.cc:2252
1083
#: drizzled/drizzled.cc:1807
1180
1085
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1183
#: drizzled/drizzled.cc:2257
1088
#: drizzled/drizzled.cc:1812
1184
1089
msgid "Path for temporary files."
1187
#: drizzled/drizzled.cc:2261
1092
#: drizzled/drizzled.cc:1816
1188
1093
msgid "Default transaction isolation level."
1191
#: drizzled/drizzled.cc:2265
1096
#: drizzled/drizzled.cc:1820
1192
1097
msgid "Run drizzled daemon as user."
1195
#: drizzled/drizzled.cc:2273
1100
#: drizzled/drizzled.cc:1828
1197
1102
"The number of outstanding connection requests Drizzle can have. This comes "
1198
1103
"into play when the main Drizzle thread gets very many connection requests in "
1199
1104
"a very short time."
1202
#: drizzled/drizzled.cc:2279
1107
#: drizzled/drizzled.cc:1834
1204
1109
"Size of tree cache used in bulk insert optimization. Note that this is a "
1205
1110
"limit per thread!"
1208
#: drizzled/drizzled.cc:2285
1210
"The number of seconds the drizzled server is waiting for a connect packet "
1211
"before responding with 'Bad handshake'."
1214
#: drizzled/drizzled.cc:2290
1113
#: drizzled/drizzled.cc:1840
1216
1115
"Precision of the result of '/' operator will be increased on that value."
1219
#: drizzled/drizzled.cc:2296
1118
#: drizzled/drizzled.cc:1846
1220
1119
msgid "The maximum length of the result of function group_concat."
1223
#: drizzled/drizzled.cc:2301
1122
#: drizzled/drizzled.cc:1851
1224
1123
msgid "The size of the buffer that is used for full joins."
1227
#: drizzled/drizzled.cc:2307
1229
"Don't overwrite stale .MYD and .MYI even if no directory is specified."
1232
#: drizzled/drizzled.cc:2312
1126
#: drizzled/drizzled.cc:1857
1234
1128
"The size of the buffer used for index blocks for MyISAM tables. Increase "
1235
1129
"this to get better index handling (for all reads and multiple writes) to as "
1236
1130
"much as you can afford;"
1239
#: drizzled/drizzled.cc:2321
1133
#: drizzled/drizzled.cc:1866
1241
1135
"This characterizes the number of hits a hot block has to be untouched until "
1242
1136
"it is considered aged enough to be downgraded to a warm block. This "
1244
1138
"blocks in key cache"
1247
#: drizzled/drizzled.cc:2330
1141
#: drizzled/drizzled.cc:1875
1248
1142
msgid "The default size of key cache blocks"
1251
#: drizzled/drizzled.cc:2336
1145
#: drizzled/drizzled.cc:1881
1252
1146
msgid "The minimum percentage of warm blocks in key cache"
1255
#: drizzled/drizzled.cc:2342
1149
#: drizzled/drizzled.cc:1887
1256
1150
msgid "Max packetlength to send/receive from to server."
1259
#: drizzled/drizzled.cc:2347
1153
#: drizzled/drizzled.cc:1892
1261
1155
"If there is more than this number of interrupted connections from a host "
1262
1156
"this host will be blocked from further connections."
1265
#: drizzled/drizzled.cc:2352
1159
#: drizzled/drizzled.cc:1897
1266
1160
msgid "Max number of errors/warnings to store for a statement."
1269
#: drizzled/drizzled.cc:2357
1163
#: drizzled/drizzled.cc:1902
1270
1164
msgid "Don't allow creation of heap tables bigger than this."
1273
#: drizzled/drizzled.cc:2363
1167
#: drizzled/drizzled.cc:1908
1275
1169
"Joins that are probably going to read more than max_join_size records return "
1279
#: drizzled/drizzled.cc:2369
1173
#: drizzled/drizzled.cc:1914
1280
1174
msgid "Max number of bytes in sorted records."
1283
#: drizzled/drizzled.cc:2374
1177
#: drizzled/drizzled.cc:1919
1284
1178
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1287
#: drizzled/drizzled.cc:2379
1181
#: drizzled/drizzled.cc:1924
1289
1183
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1290
1184
"max_sort_length bytes of each value are used; the rest are ignored)."
1293
#: drizzled/drizzled.cc:2386
1294
msgid "Maximum number of temporary tables a client can keep open at a time."
1297
#: drizzled/drizzled.cc:2391
1187
#: drizzled/drizzled.cc:1931
1298
1188
msgid "After this many write locks, allow some read locks to run in between."
1301
#: drizzled/drizzled.cc:2395
1191
#: drizzled/drizzled.cc:1935
1303
1193
"Don't log queries which examine less than min_examined_row_limit rows to "
1307
#: drizzled/drizzled.cc:2401
1309
"Specifies how MyISAM index statistics collection code should threat NULLs. "
1310
"Possible values of name are 'nulls_unequal' (default behavior), "
1311
"'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
1314
#: drizzled/drizzled.cc:2408
1197
#: drizzled/drizzled.cc:1941
1315
1198
msgid "Buffer length for TCP/IP and socket communication."
1318
#: drizzled/drizzled.cc:2413
1320
"Number of seconds to wait for more data from a connection before aborting "
1324
#: drizzled/drizzled.cc:2419
1326
"If a read on a communication port is interrupted, retry this many times "
1330
#: drizzled/drizzled.cc:2425
1332
"Number of seconds to wait for a block to be written to a connection before "
1333
"aborting the write."
1336
#: drizzled/drizzled.cc:2431
1201
#: drizzled/drizzled.cc:1946
1338
1203
"Controls the heuristic(s) applied during query optimization to prune less-"
1339
1204
"promising partial plans from the optimizer search space. Meaning: false - do "
1352
1217
"(used for testing/comparison)."
1355
#: drizzled/drizzled.cc:2451
1357
"Should the Optmizer use MRR or not. Valid values are auto, force and disable"
1360
#: drizzled/drizzled.cc:2456
1220
#: drizzled/drizzled.cc:1966
1361
1221
msgid "Directory for plugins."
1364
#: drizzled/drizzled.cc:2460
1224
#: drizzled/drizzled.cc:1970
1366
1226
"Optional comma separated list of plugins to load at starup.[for example: --"
1367
1227
"plugin_load=crc32,logger_gearman]"
1370
#: drizzled/drizzled.cc:2465
1230
#: drizzled/drizzled.cc:1975
1371
1231
msgid "The size of the buffer that is allocated when preloading indexes"
1374
#: drizzled/drizzled.cc:2470
1375
msgid "Select protocol to be used (by default oldlibdrizzle)."
1378
#: drizzled/drizzled.cc:2474
1234
#: drizzled/drizzled.cc:1980
1379
1235
msgid "Allocation block size for query parsing and execution"
1382
#: drizzled/drizzled.cc:2479
1238
#: drizzled/drizzled.cc:1985
1383
1239
msgid "Persistent buffer for query parsing and execution"
1386
#: drizzled/drizzled.cc:2485
1242
#: drizzled/drizzled.cc:1991
1387
1243
msgid "Allocation block size for storing ranges during optimization"
1390
#: drizzled/drizzled.cc:2491
1246
#: drizzled/drizzled.cc:1997
1392
1248
"Each thread that does a sequential scan allocates a buffer of this size for "
1393
1249
"each table it scans. If you do many sequential scans, you may want to "
1394
1250
"increase this value."
1397
#: drizzled/drizzled.cc:2499
1253
#: drizzled/drizzled.cc:2005
1399
1255
"When reading rows in sorted order after a sort, the rows are read through "
1400
1256
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1401
1257
"record_buffer."
1404
#: drizzled/drizzled.cc:2507
1260
#: drizzled/drizzled.cc:2013
1405
1261
msgid "Select scheduler to be used (by default multi-thread)."
1408
#: drizzled/drizzled.cc:2512
1264
#: drizzled/drizzled.cc:2018
1409
1265
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1412
#: drizzled/drizzled.cc:2518
1268
#: drizzled/drizzled.cc:2024
1413
1269
msgid "The number of cached table definitions."
1416
#: drizzled/drizzled.cc:2522
1272
#: drizzled/drizzled.cc:2028
1417
1273
msgid "The number of cached open tables."
1420
#: drizzled/drizzled.cc:2526
1276
#: drizzled/drizzled.cc:2032
1422
1278
"Timeout in seconds to wait for a table level lock before returning an error. "
1423
1279
"Used only if the connection has active cursors."
1426
#: drizzled/drizzled.cc:2531
1282
#: drizzled/drizzled.cc:2037
1427
1283
msgid "The stack size for each thread."
1430
#: drizzled/drizzled.cc:2537
1286
#: drizzled/drizzled.cc:2043
1432
1288
"If an internal in-memory temporary table exceeds this size, Drizzle will "
1433
1289
"automatically convert it to an on-disk MyISAM table."
1436
#: drizzled/drizzled.cc:2543
1292
#: drizzled/drizzled.cc:2049
1437
1293
msgid "Allocation block size for transactions to be stored in binary log"
1440
#: drizzled/drizzled.cc:2548
1296
#: drizzled/drizzled.cc:2054
1441
1297
msgid "Persistent buffer for transactions to be stored in binary log"
1444
#: drizzled/drizzled.cc:2553
1446
"The number of seconds the server waits for activity on a connection before "
1450
#: drizzled/drizzled.cc:2687
1300
#: drizzled/drizzled.cc:2185
1452
1302
"Copyright (C) 2008 Sun Microsystems\n"
1453
1303
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
4992
4816
msgid "Scheduler initialization failed.\n"
4995
#: drizzled/sql_base.cc:2262
4819
#: drizzled/session.cc:2160
4821
msgid "Could not remove temporary table: '%s', error: %d"
4824
#: drizzled/slot/listen.cc:91
4826
msgid "getaddrinfo() failed with error %s"
4829
#: drizzled/slot/listen.cc:123
4831
msgid "setsockopt(IPV6_V6ONLY) failed with errno %d"
4834
#: drizzled/slot/listen.cc:134
4836
msgid "setsockopt(SO_REUSEADDR) failed with errno %d"
4839
#: drizzled/slot/listen.cc:143
4841
msgid "setsockopt(SO_KEEPALIVE) failed with errno %d"
4844
#: drizzled/slot/listen.cc:152
4846
msgid "setsockopt(SO_LINGER) failed with errno %d"
4849
#: drizzled/slot/listen.cc:161
4851
msgid "setsockopt(TCP_NODELAY) failed with errno %d"
4854
#: drizzled/slot/listen.cc:182
4856
msgid "Retrying bind() on %u"
4859
#: drizzled/slot/listen.cc:190
4861
msgid "bind() failed with errno: %d"
4864
#: drizzled/slot/listen.cc:193
4865
msgid "Do you already have another drizzled running?"
4868
#: drizzled/slot/listen.cc:200
4870
msgid "listen() failed with errno %d"
4873
#: drizzled/slot/listen.cc:208 drizzled/slot/listen.cc:247
4875
msgid "realloc() failed with errno %d"
4878
#: drizzled/slot/listen.cc:219
4880
msgid "Listening on %s:%s\n"
4883
#: drizzled/slot/listen.cc:227
4884
msgid "No sockets could be bound for listening"
4887
#: drizzled/slot/listen.cc:239
4889
msgid "pipe() failed with errno %d"
4892
#: drizzled/slot/listen.cc:275
4894
msgid "poll() failed with errno %d"
4897
#: drizzled/slot/listen.cc:317
4899
msgid "accept() failed with errno %d"
4902
#: drizzled/sql_base.cc:1445
4997
4904
msgid "Table %s had a open data handler in reopen_table"
5000
#: drizzled/sql_base.cc:2854
4907
#: drizzled/sql_base.cc:2026
5002
4909
msgid "Couldn't repair table: %s.%s"
5005
#: drizzled/sql_base.cc:2896
4912
#: drizzled/sql_base.cc:2068
5008
4915
"When opening HEAP table, could not allocate memory to write 'DELETE FROM "
5009
4916
"`%s`.`%s`' to replication"
5012
#: drizzled/sql_base.cc:3498
5014
msgid "Could not remove temporary table: '%s', error: %d"
5017
#: drizzled/sql_plugin.cc:528
4919
#: drizzled/sql_plugin.cc:552
5019
4921
msgid "Plugin '%s' init function returned error.\n"
5022
#: drizzled/sql_plugin.cc:707
4924
#: drizzled/sql_plugin.cc:712
5023
4925
msgid "plugin-load parameter too long"
5026
#: drizzled/sql_plugin.cc:767
4928
#: drizzled/sql_plugin.cc:774
5028
4930
msgid "Couldn't load plugin named '%s' with soname '%s'."
5031
#: drizzled/sql_plugin.cc:1107
4933
#: drizzled/sql_plugin.cc:1114
5032
4934
msgid "Out of memory."
5035
#: drizzled/sql_plugin.cc:1946 drizzled/sql_plugin.cc:2009
4937
#: drizzled/sql_plugin.cc:1954 drizzled/sql_plugin.cc:2017
5037
4939
msgid "Unknown variable type code 0x%x in plugin '%s'."
5040
#: drizzled/sql_plugin.cc:1989
4942
#: drizzled/sql_plugin.cc:1997
5043
4945
"Server variable %s of plugin %s was forced to be read-only: string variable "
5044
4946
"without update_func and PLUGIN_VAR_MEMALLOC flag"
5047
#: drizzled/sql_plugin.cc:2020
4949
#: drizzled/sql_plugin.cc:2028
5049
4951
msgid "Missing variable name in plugin '%s'."
5052
#: drizzled/sql_plugin.cc:2037
4954
#: drizzled/sql_plugin.cc:2045
5054
4956
msgid "Thread local variable '%s' not allocated in plugin '%s'."
5057
#: drizzled/sql_plugin.cc:2155
4959
#: drizzled/sql_plugin.cc:2173
5059
4961
msgid "Out of memory for plugin '%s'."
5062
#: drizzled/sql_plugin.cc:2162
4964
#: drizzled/sql_plugin.cc:2180
5064
4966
msgid "Bad options for plugin '%s'."
5067
#: drizzled/sql_plugin.cc:2171
4969
#: drizzled/sql_plugin.cc:2189
5069
4971
msgid "Parsing options for plugin '%s' failed."
5072
#: drizzled/sql_plugin.cc:2214
4974
#: drizzled/sql_plugin.cc:2238
5074
4976
msgid "Plugin '%s' has conflicting system variables"
5077
#: drizzled/sql_table.cc:124
5079
msgid "Invalid (old?) table or database name '%s'"
5082
#: drizzled/sql_table.cc:2655
4979
#: drizzled/sql_table.cc:247
4981
"Table name cannot be encoded and fit within filesystem name length "
4985
#: drizzled/sql_table.cc:257
4987
"Schema name cannot be encoded and fit within filesystem name length "
4991
#: drizzled/sql_table.cc:2495
5084
4993
msgid "Unknown - internal error %d during operation"
5087
#: drizzled/sql_table.cc:4227
4996
#: drizzled/sql_table.cc:3970
5089
4998
msgid "Could not open table %s.%s after rename\n"
5092
#: drizzled/sql_table.cc:4407
5001
#: drizzled/sql_table.cc:4133
5095
5004
"order_st BY ignored because there is a user-defined clustered index in the "
5096
5005
"table '%-.192s'"
5099
#: drizzled/table.cc:354
5008
#: drizzled/table.cc:332
5102
5011
"'%s' had no or invalid character set, and default character set is multi-"
5103
5012
"byte, so character column sizes may have changed"
5106
#: drizzled/table.cc:1782
5015
#: drizzled/table.cc:1591
5108
5017
msgid "Unknown collation '%s' in table '%-.64s' definition"
5111
#: drizzled/table.cc:1789
5020
#: drizzled/table.cc:1598
5114
5023
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
5118
#: drizzled/table.cc:2251
5121
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
5125
#: drizzled/table.cc:2278
5128
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
5129
"have type %s, found type %s."
5132
#: drizzled/table.cc:2289
5135
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
5136
"position %d to have character set '%s' but the type has no character set."
5139
#: drizzled/table.cc:2301
5142
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
5143
"position %d to have character set '%s' but found character set '%s'."
5146
#: drizzled/table.cc:2314
5149
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
5150
"have type %s but the column is not found."
5153
#: drizzled/table.cc:4400
5027
#: drizzled/table.cc:3493
5155
5029
msgid "Got error %d when reading table '%s'"
5421
5300
"--------------------------------- -----------------------------\n"
5424
#: mysys/my_getopt.cc:1235 mysys/my_getopt.cc:1251
5303
#: mysys/my_getopt.cc:1236 mysys/my_getopt.cc:1252
5425
5304
msgid "(No default value)"
5428
#: mysys/my_getopt.cc:1254
5307
#: mysys/my_getopt.cc:1255
5432
#: mysys/my_getopt.cc:1254
5311
#: mysys/my_getopt.cc:1255
5436
#: mysys/my_getopt.cc:1287
5315
#: mysys/my_getopt.cc:1288
5438
5317
msgid "(Disabled)\n"
5441
#: plugin/auth_http/auth_http.cc:128
5320
#: plugin/auth_http/auth_http.cc:138
5442
5321
msgid "Enable HTTP Auth check"
5445
#: plugin/auth_http/auth_http.cc:138
5324
#: plugin/auth_http/auth_http.cc:148
5446
5325
msgid "URL for HTTP Auth check"
5328
#: plugin/command_log/command_log.cc:94
5330
msgid "Failed to open command log file. Got error: %s"
5333
#: plugin/command_log/command_log.cc:172
5336
"Failed to write full size of command. Tried to write %<PRId64> bytes at "
5337
"offset %<PRId64>, but only wrote %<PRId64> bytes. Error: %s\n"
5340
#: plugin/command_log/command_log.cc:212
5343
"Failed to write full serialized command. Tried to write %<PRId64> bytes at "
5344
"offset %<PRId64>, but only wrote %<PRId64> bytes. Error: %s\n"
5347
#: plugin/command_log/command_log.cc:290
5348
msgid "Enable command log"
5351
#: plugin/command_log/command_log.cc:298
5352
msgid "DEBUGGING - Truncate command log"
5355
#: plugin/command_log/command_log.cc:306
5356
msgid "Path to the file to use for command log."
5359
#: plugin/command_log/command_log.cc:323
5360
msgid "Simple Command Message Log"
5363
#: plugin/default_replicator/default_replicator.cc:90
5364
msgid "Enable default replicator"
5367
#: plugin/default_replicator/default_replicator.cc:105
5368
msgid "Default Replicator"
5449
5371
#: plugin/errmsg_stderr/errmsg_stderr.cc:78
5450
5372
msgid "Error Messages to stderr"
5453
#: plugin/logging_gearman/logging_gearman.cc:263
5375
#: plugin/logging_gearman/logging_gearman.cc:186
5455
5377
msgid "fail gearman_client_create(): %s"
5458
#: plugin/logging_gearman/logging_gearman.cc:273
5380
#: plugin/logging_gearman/logging_gearman.cc:197
5460
5382
msgid "fail gearman_client_add_server(): %s"
5463
#: plugin/logging_gearman/logging_gearman.cc:299
5385
#: plugin/logging_gearman/logging_gearman.cc:306
5464
5386
msgid "Enable logging to a gearman server"
5467
#: plugin/logging_gearman/logging_gearman.cc:308
5389
#: plugin/logging_gearman/logging_gearman.cc:315
5468
5390
msgid "Hostname for logging to a Gearman server"
5471
#: plugin/logging_gearman/logging_gearman.cc:317
5393
#: plugin/logging_gearman/logging_gearman.cc:324
5472
5394
msgid "Gearman Function to send logging to"
5475
#: plugin/logging_gearman/logging_gearman.cc:334
5397
#: plugin/logging_gearman/logging_gearman.cc:341
5476
5398
msgid "Log queries to a Gearman server"
5479
#: plugin/logging_query/logging_query.cc:278
5401
#: plugin/logging_query/logging_query.cc:188
5481
5403
msgid "fail open() fn=%s er=%s\n"
5484
#: plugin/logging_query/logging_query.cc:317
5406
#: plugin/logging_query/logging_query.cc:340
5485
5407
msgid "Enable logging to CSV file"
5488
#: plugin/logging_query/logging_query.cc:326
5410
#: plugin/logging_query/logging_query.cc:349
5489
5411
msgid "File to log to"
5492
#: plugin/logging_query/logging_query.cc:335
5493
#: plugin/logging_syslog/logging_syslog.cc:248
5414
#: plugin/logging_query/logging_query.cc:358
5415
msgid "PCRE to match the query against"
5418
#: plugin/logging_query/logging_query.cc:367
5419
#: plugin/logging_syslog/logging_syslog.cc:231
5494
5420
msgid "Threshold for logging slow queries, in microseconds"
5497
#: plugin/logging_query/logging_query.cc:347
5498
#: plugin/logging_syslog/logging_syslog.cc:260
5423
#: plugin/logging_query/logging_query.cc:379
5424
#: plugin/logging_syslog/logging_syslog.cc:243
5499
5425
msgid "Threshold for logging big queries, for rows returned"
5502
#: plugin/logging_query/logging_query.cc:359
5503
#: plugin/logging_syslog/logging_syslog.cc:272
5428
#: plugin/logging_query/logging_query.cc:391
5429
#: plugin/logging_syslog/logging_syslog.cc:255
5504
5430
msgid "Threshold for logging big queries, for rows examined"
5507
#: plugin/logging_query/logging_query.cc:381
5433
#: plugin/logging_query/logging_query.cc:414
5508
5434
msgid "Log queries to a CSV file"
5511
#: plugin/logging_syslog/logging_syslog.cc:169
5437
#: plugin/logging_syslog/logging_syslog.cc:84
5513
5439
msgid "syslog facility \"%s\" not known, using \"local0\""
5516
#: plugin/logging_syslog/logging_syslog.cc:186
5442
#: plugin/logging_syslog/logging_syslog.cc:100
5518
5444
msgid "syslog priority \"%s\" not known, using \"info\""
5521
#: plugin/logging_syslog/logging_syslog.cc:212
5522
msgid "Enable logging"
5447
#: plugin/logging_syslog/logging_syslog.cc:195
5448
msgid "Enable logging to syslog"
5525
#: plugin/logging_syslog/logging_syslog.cc:221
5451
#: plugin/logging_syslog/logging_syslog.cc:204
5526
5452
msgid "Syslog Ident"
5529
#: plugin/logging_syslog/logging_syslog.cc:230
5455
#: plugin/logging_syslog/logging_syslog.cc:213
5530
5456
msgid "Syslog Facility"
5533
#: plugin/logging_syslog/logging_syslog.cc:239
5459
#: plugin/logging_syslog/logging_syslog.cc:222
5534
5460
msgid "Syslog Priority"
5537
#: plugin/logging_syslog/logging_syslog.cc:296
5463
#: plugin/logging_syslog/logging_syslog.cc:279
5538
5464
msgid "Log to syslog"
5541
#: plugin/multi_thread/multi_thread.cc:137
5467
#: plugin/multi_thread/multi_thread.cc:171
5542
5468
msgid "Maximum number of user threads available."
5545
#: plugin/myisam/ha_myisam.cc:468
5471
#: plugin/myisam/ha_myisam.cc:488
5547
5473
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
5550
#: plugin/myisam/ha_myisam.cc:472
5476
#: plugin/myisam/ha_myisam.cc:492
5552
5478
msgid "Got an error from unknown thread, %s:%d"
5555
#: plugin/myisam/ha_myisam.cc:478
5481
#: plugin/myisam/ha_myisam.cc:498
5556
5482
msgid "Unknown thread accessing table"
5559
#: plugin/myisam/ha_myisam.cc:1861
5485
#: plugin/myisam/ha_myisam.cc:1781
5560
5486
msgid "Block size to be used for MyISAM index pages."
5563
#: plugin/myisam/ha_myisam.cc:1867
5489
#: plugin/myisam/ha_myisam.cc:1787
5565
5491
"Number of threads to use when repairing MyISAM tables. The value of 1 "
5566
5492
"disables parallel repair."
5569
#: plugin/myisam/ha_myisam.cc:1873
5495
#: plugin/myisam/ha_myisam.cc:1793
5571
5497
"Don't use the fast sort index method to created index if the temporary file "
5572
5498
"would get bigger than this."
5575
#: plugin/myisam/ha_myisam.cc:1878
5501
#: plugin/myisam/ha_myisam.cc:1798
5577
5503
"The buffer that is allocated when sorting the index when doing a REPAIR or "
5578
5504
"when creating indexes with CREATE INDEX or ALTER TABLE."
5581
#: plugin/myisam/ha_myisam.cc:1884
5507
#: plugin/myisam/ha_myisam.cc:1804
5582
5508
msgid "Default pointer size to be used for MyISAM tables."