316
#: ../client/drizzle.cc:1355
318
msgid "Disable pager and print to stdout. See interactive help (\\h) also."
319
msgstr "호출을 끄고, 표준 출력 합니다."
321
#: ../client/drizzle.cc:1357
318
#: client/drizzle.cc:1386
320
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
321
"option deprecated; use --disable-pager instead."
324
#: client/drizzle.cc:1389 client/drizzleadmin.cc:80
326
"Password to use when connecting to server. If password is not given it's "
327
"asked from the tty."
330
#: client/drizzle.cc:1391
332
"Port number to use for connection or 0 for default to, in order of "
333
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
336
#: client/drizzle.cc:1392
337
msgid "built-in default"
340
#: client/drizzle.cc:1394
322
341
msgid "Set the drizzle prompt to this value."
323
342
msgstr "Drizzle 프롬프트를 이 값으로 설정"
325
#: ../client/drizzle.cc:1359
344
#: client/drizzle.cc:1398
327
346
"Don't cache result, print it row by row. This may slow down the server if "
328
347
"the output is suspended. Doesn't use history file."
331
#: ../client/drizzle.cc:1361
350
#: client/drizzle.cc:1400
332
351
msgid "Write fields without conversion. Used with --batch."
335
#: ../client/drizzle.cc:1362
336
msgid "Do not reconnect if the connection is lost."
339
#: ../client/drizzle.cc:1364
340
msgid "Shutdown the server"
343
#: ../client/drizzle.cc:1365
354
#: client/drizzle.cc:1403
356
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
357
"option is enabled by default."
360
#: client/drizzle.cc:1405
345
362
"Be more silent. Print results with a tab as separator, each row on new line."
348
#: ../client/drizzle.cc:1367
365
#: client/drizzle.cc:1407
366
msgid "Socket file to use for connection."
369
#: client/drizzle.cc:1410
370
msgid "Output in table format."
373
#: client/drizzle.cc:1413
350
375
"Append everything into outfile. See interactive help (\\h) also. Does not "
351
376
"work in batch mode. Disable with --disable-tee. This option is disabled by "
355
#: ../client/drizzle.cc:1369
356
msgid "Disable outfile. See interactive help (\\h) also."
359
#: ../client/drizzle.cc:1371
380
#: client/drizzle.cc:1415
382
"Disable outfile. See interactive help (\\h) also. WARNING: option "
383
"deprecated; use --disable-tee instead"
386
#: client/drizzle.cc:1418 client/drizzleadmin.cc:89
387
msgid "User for login if not current user."
390
#: client/drizzle.cc:1421
391
msgid "Only allow UPDATE and DELETE that uses keys."
394
#: client/drizzle.cc:1424
395
msgid "Synonym for option --safe-updates, -U."
398
#: client/drizzle.cc:1427
399
msgid "Write more. (-v -v -v gives the table output format)."
402
#: client/drizzle.cc:1429 client/drizzleadmin.cc:94 drizzled/drizzled.cc:2849
403
msgid "Output version information and exit."
406
#: client/drizzle.cc:1431 client/drizzleadmin.cc:96
407
msgid "Wait and retry if connection is down."
410
#: client/drizzle.cc:1434
360
411
msgid "Number of seconds before connection timeout."
363
#: ../client/drizzle.cc:1373
364
msgid "Max length of input line"
367
#: ../client/drizzle.cc:1375
414
#: client/drizzle.cc:1439
415
msgid "Max packet length to send to, or receive from server"
418
#: client/drizzle.cc:1444
419
msgid "Buffer for TCP/IP and socket communication"
422
#: client/drizzle.cc:1448
368
423
msgid "Automatic limit for SELECT when using --safe-updates"
371
#: ../client/drizzle.cc:1377
426
#: client/drizzle.cc:1453
372
427
msgid "Automatic limit for rows in a join when using --safe-updates"
375
#: ../client/drizzle.cc:1380 ../client/drizzledump.cc:553
376
msgid "Options specific to the client"
379
#: ../client/drizzle.cc:1383
381
msgid "Connect to host"
384
#: ../client/drizzle.cc:1385
386
"Password to use when connecting to server. If password is not given it's "
387
"asked from the tty."
390
#: ../client/drizzle.cc:1387
392
"Port number to use for connection or 0 for default to, in order of "
393
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default"
396
#: ../client/drizzle.cc:1393 ../client/drizzledump.cc:562
397
#: ../plugin/transaction_log/utilities/transaction_reader.cc:583
398
msgid "User for login if not current user."
401
#: ../client/drizzle.cc:1395 ../client/drizzledump.cc:564
402
#: ../plugin/transaction_log/utilities/transaction_reader.cc:589
403
msgid "The protocol of connection (mysql or drizzle)."
406
#: ../client/drizzle.cc:1398 ../client/drizzledump.cc:576
407
msgid "Allowed Options"
410
#: ../client/drizzle.cc:1463 ../client/drizzle.cc:1470
412
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
415
#: ../client/drizzle.cc:1534 ../client/drizzle.cc:3791
430
#: client/drizzle.cc:1457
431
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
434
#: client/drizzle.cc:1462
435
msgid "Number of lines before each import progress report."
438
#: client/drizzle.cc:1473
440
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
443
#: client/drizzle.cc:1480
446
"Copyright (C) 2008 Sun Microsystems\n"
447
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
448
"and you are welcome to modify and redistribute it under the GPL license\n"
451
#: client/drizzle.cc:1485
453
msgid "Usage: %s [OPTIONS] [database]\n"
456
#: client/drizzle.cc:1520
416
457
msgid "DELIMITER cannot contain a backslash character"
419
#: ../client/drizzle.cc:1613 ../client/drizzledump.cc:675
420
#: ../client/drizzleimport.cc:471 ../client/drizzleslap.cc:623
421
#: ../client/drizzletest.cc:5659
422
msgid "Error: Unknown protocol"
425
#: ../client/drizzle.cc:1627
427
msgid "Error: Value of %<PRIu32> supplied for port is not valid.\n"
430
#: ../client/drizzle.cc:1673 ../client/drizzle.cc:4081
432
msgid "Drizzle client %s build %s, for %s-%s (%s) using readline %s\n"
435
#: ../client/drizzle.cc:1679
438
"Copyright (C) 2008 Sun Microsystems\n"
439
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
440
"and you are welcome to modify and redistribute it under the GPL license\n"
443
#: ../client/drizzle.cc:1684
445
msgid "Usage: drizzle [OPTIONS] [schema]\n"
448
#: ../client/drizzle.cc:1738
450
msgid "Welcome to the Drizzle client.. Commands end with %s or \\g."
453
#: ../client/drizzle.cc:1747
456
"Your Drizzle connection id is %u\n"
457
"Connection protocol: %s\n"
458
"Server version: %s\n"
461
#: ../client/drizzle.cc:1781
463
msgid "Reading history-file %s\n"
466
#: ../client/drizzle.cc:1785
468
msgid "Couldn't allocate memory for temp histfile!\n"
471
#: ../client/drizzle.cc:1792
472
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
475
#: ../client/drizzle.cc:1802
479
#: ../client/drizzle.cc:1815
481
msgid "Writing history-file %s\n"
484
#: ../client/drizzle.cc:1823
488
#: ../client/drizzle.cc:1823
492
#: ../client/drizzle.cc:1873
493
msgid "Query aborted by Ctrl+C\n"
496
#: ../client/drizzle.cc:1957
460
#: client/drizzle.cc:1541
462
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
465
#: client/drizzle.cc:1564
467
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
470
#: client/drizzle.cc:1568
472
msgid "WARNING: --server-arg option not supported in this configuration.\n"
475
#: client/drizzle.cc:1595
477
"Non-integer value supplied for port. If you are trying to enter a password "
478
"please use --password instead."
481
#: client/drizzle.cc:1603
482
msgid "Value supplied for port is not valid."
485
#: client/drizzle.cc:1756
498
487
msgid "Processing line: %<PRIu32>\n"
501
#: ../client/drizzle.cc:2175
502
msgid "Unknown command: "
505
#: ../client/drizzle.cc:2346
506
msgid "Not found a delimiter within max_input_line of input"
509
#: ../client/drizzle.cc:2592
490
#: client/drizzle.cc:1972
492
msgid "Unknown command '\\%c'."
495
#: client/drizzle.cc:2396
511
497
"Reading table information for completion of table and column names\n"
512
"You can turn off this feature to get a quicker startup with -A\n"
498
" You can turn off this feature to get a quicker startup with -A\n"
516
#: ../client/drizzle.cc:2631
502
#: client/drizzle.cc:2493
517
503
msgid "No connection. Trying to reconnect..."
520
#: ../client/drizzle.cc:2637
506
#: client/drizzle.cc:2499
521
507
msgid "Can't connect to the server\n"
524
#: ../client/drizzle.cc:2721
510
#: client/drizzle.cc:2557
525
511
msgid "List of all Drizzle commands:"
528
#: ../client/drizzle.cc:2725
531
"Note that all text commands must be first on line and end with '%s' or \\g"
514
#: client/drizzle.cc:2559
515
msgid "Note that all text commands must be first on line and end with ';'"
534
#: ../client/drizzle.cc:2783
518
#: client/drizzle.cc:2612
535
519
msgid "No query specified\n"
538
#: ../client/drizzle.cc:2798
522
#: client/drizzle.cc:2627
539
523
msgid "Ignoring query to other database"
542
#: ../client/drizzle.cc:2848
526
#: client/drizzle.cc:2676
543
527
msgid "Empty set"
546
#: ../client/drizzle.cc:2861
530
#: client/drizzle.cc:2689
548
532
msgid "%ld row in set"
549
533
msgid_plural "%ld rows in set"
553
#: ../client/drizzle.cc:2870
537
#: client/drizzle.cc:2698
557
#: ../client/drizzle.cc:2872
541
#: client/drizzle.cc:2700
559
543
msgid "Query OK, %ld row affected"
560
544
msgid_plural "Query OK, %ld rows affected"
564
#: ../client/drizzle.cc:2944
565
msgid "popen() failed! defaulting PAGER to stdout!\n"
568
#: ../client/drizzle.cc:2966
570
msgid "Error logging to file '%s'\n"
573
#: ../client/drizzle.cc:2971
575
msgid "Logging to file '%s'\n"
578
#: ../client/drizzle.cc:3055
587
"Collation: %s (%u)\n"
595
#: ../client/drizzle.cc:3522
597
msgid "No previous outfile available, you must give a filename!\n"
600
#: ../client/drizzle.cc:3527
602
msgid "Currently logging to file '%s'\n"
605
#: ../client/drizzle.cc:3547
607
msgid "No outfile specified!\n"
610
#: ../client/drizzle.cc:3560
611
msgid "Outfile disabled.\n"
614
#: ../client/drizzle.cc:3587
616
msgid "Default pager wasn't set, using stdout.\n"
617
msgstr "호출을 끄고, 표준 출력 합니다."
619
#: ../client/drizzle.cc:3607
621
msgid "PAGER set to '%s'\n"
624
#: ../client/drizzle.cc:3618
625
msgid "PAGER set to stdout\n"
628
#: ../client/drizzle.cc:3701
630
msgid "Connection id: %u"
633
#: ../client/drizzle.cc:3703
635
msgid "Current schema: %.128s\n"
638
#: ../client/drizzle.cc:3704
643
#: ../client/drizzle.cc:3724
644
msgid "Usage: \\. <filename> | source <filename>"
647
#: ../client/drizzle.cc:3739
649
msgid "Failed to open file '%s', error: %d"
652
#: ../client/drizzle.cc:3747
653
msgid "Can't initialize LineBuffer"
656
#: ../client/drizzle.cc:3783
657
msgid "DELIMITER must be followed by a 'delimiter' character or string"
660
#: ../client/drizzle.cc:3816
661
msgid "USE must be followed by a schema name"
664
#: ../client/drizzle.cc:3884
666
msgid "Schema changed"
669
#: ../client/drizzle.cc:3930
670
msgid "Show warnings enabled."
673
#: ../client/drizzle.cc:3938
674
msgid "Show warnings disabled."
677
#: ../client/drizzle.cc:4088
681
"Connection id:\t\t%lu\n"
684
#: ../client/drizzle.cc:4100
686
msgid "Current schema:\t%s\n"
689
#: ../client/drizzle.cc:4101
691
msgid "Current user:\t\t%s\n"
694
#: ../client/drizzle.cc:4107
695
msgid "SSL:\t\t\tNot in use"
698
#: ../client/drizzle.cc:4112
704
#: ../client/drizzle.cc:4119
707
"All updates ignored to this schema\n"
710
#: ../client/drizzle.cc:4122
712
msgid "Current pager:\t\t%s\n"
715
#: ../client/drizzle.cc:4123
717
msgid "Using outfile:\t\t'%s'\n"
720
#: ../client/drizzle.cc:4124
722
msgid "Using delimiter:\t%s\n"
725
#: ../client/drizzle.cc:4125
727
msgid "Server version:\t\t%s\n"
730
#: ../client/drizzle.cc:4126
732
msgid "Protocol:\t\t%s\n"
735
#: ../client/drizzle.cc:4127
737
msgid "Protocol version:\t%d\n"
740
#: ../client/drizzle.cc:4128
742
msgid "Connection:\t\t%s\n"
745
#: ../client/drizzle.cc:4135
747
msgid "UNIX socket:\t\t%s\n"
750
#: ../client/drizzle.cc:4137
752
msgid "TCP port:\t\t%d\n"
755
#: ../client/drizzle.cc:4142
758
"Note that you are running in safe_update_mode:\n"
761
#: ../client/drizzle.cc:4144
764
"UPDATEs and DELETEs that don't use a key in the WHERE clause are not "
766
"(One can force an UPDATE/DELETE by adding LIMIT # at the end of the "
768
" SELECT has an automatic 'LIMIT %lu' if LIMIT is not used.\n"
769
" Max number of examined row combination in a join is set to: %"
774
#: ../client/drizzle.cc:4206 ../drizzled/option.cc:339
779
#: ../client/drizzle.cc:4249
781
msgid "ERROR %d (%s): "
784
#: ../client/drizzle.cc:4251
789
#: ../client/drizzle.cc:4254
793
#: ../client/drizzle.cc:4387
797
#: ../client/drizzle.cc:4389
801
#: ../client/drizzle.cc:4395
805
#: ../client/drizzle.cc:4401
809
#: ../client/drizzle.cc:4502
813
#: ../client/drizzle.cc:4622
815
msgid "Returning to default PROMPT of %s\n"
818
#: ../client/drizzle.cc:4627
819
msgid "Memory allocation error. Not changing prompt\n"
822
#: ../client/drizzle.cc:4632
824
msgid "PROMPT set to '%s'\n"
827
#: ../client/drizzledump.cc:229
828
msgid "Error inserting into destination database"
831
#: ../client/drizzledump.cc:253
548
#: client/drizzleadmin.cc:82 drizzled/drizzled.cc:2778
550
"Port number to use for connection or 0 for default to, in order of "
551
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
554
#: client/drizzleadmin.cc:86
555
msgid "Silently exit if one can't connect to server."
558
#: client/drizzleadmin.cc:92
559
msgid "Write more information."
562
#: client/drizzleadmin.cc:123 client/drizzlecheck.cc:268
563
#: client/drizzledump.cc:614 client/drizzleimport.cc:199
564
#: client/drizzleslap.cc:751 client/drizzletest.cc:4640
567
"Non-integer value supplied for port. If you are trying to enter a password "
568
"please use --password instead.\n"
571
#: client/drizzleadmin.cc:131 client/drizzlecheck.cc:276
572
#: client/drizzledump.cc:622 client/drizzleimport.cc:207
573
#: client/drizzleslap.cc:759 client/drizzletest.cc:4648
575
msgid "Value supplied for port is not valid.\n"
578
#: client/drizzleadmin.cc:149 client/drizzledump.cc:639
580
msgid "Memory allocation error while copying password. Aborting.\n"
583
#: client/drizzleadmin.cc:293
586
"connect to server at '%s' failed\n"
590
#: client/drizzleadmin.cc:299
592
msgid "Check that drizzled is running on %s"
595
#: client/drizzleadmin.cc:300
597
msgid " and that the port is %d.\n"
600
#: client/drizzleadmin.cc:302
602
msgid "You can check this by doing 'telnet %s %d'\n"
605
#: client/drizzleadmin.cc:313
607
msgid "Got error: %s\n"
610
#: client/drizzleadmin.cc:320
611
msgid "Waiting for Drizzle server to answer"
614
#: client/drizzleadmin.cc:353
616
msgid "shutting down drizzled...\n"
619
#: client/drizzleadmin.cc:357
621
msgid "shutdown failed; error: '%s'"
624
#: client/drizzleadmin.cc:364
629
#: client/drizzleadmin.cc:374
630
msgid "drizzled is alive"
633
#: client/drizzleadmin.cc:382
634
msgid "connection was down, but drizzled is now alive"
637
#: client/drizzleadmin.cc:386
639
msgid "drizzled doesn't answer to ping, error: '%s'"
642
#: client/drizzleadmin.cc:395
644
msgid "Unknown command: '%-.60s'"
647
#: client/drizzleadmin.cc:404
649
msgid "%s Ver %s Distrib %s, for %s on %s\n"
652
#: client/drizzleadmin.cc:411
653
msgid "Copyright (C) 2000-2008 MySQL AB"
656
#: client/drizzleadmin.cc:412 client/drizzledump.cc:492
658
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
659
"and you are welcome to modify and redistribute it under the GPL license\n"
662
#: client/drizzleadmin.cc:413
663
msgid "Administration program for the drizzled daemon."
666
#: client/drizzleadmin.cc:414
668
msgid "Usage: %s [OPTIONS] command command....\n"
671
#: client/drizzleadmin.cc:416
673
" ping Check if server is down\n"
674
" shutdown Take server down\n"
677
#: client/drizzledump.cc:396
678
msgid "Number of rows before each output progress report (requires --verbose)."
681
#: client/drizzledump.cc:469
833
683
msgid "Got errno %d on write"
836
#: ../client/drizzledump.cc:298
839
"%s: You can't use --single-transaction and --lock-all-tables at the same "
843
#: ../client/drizzledump.cc:305
845
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
848
#: ../client/drizzledump.cc:373
849
msgid "-- Retrieving database structures..."
852
#: ../client/drizzledump.cc:485
854
"Dump all the databases. This will be same as --databases with all databases "
858
#: ../client/drizzledump.cc:487
859
msgid "Dump all the tablespaces."
862
#: ../client/drizzledump.cc:489
863
msgid "Use complete insert statements."
866
#: ../client/drizzledump.cc:491
868
"Flush logs file in server before starting dump. Note that if you dump many "
869
"databases at once (using the option --databases= or --all-databases), the "
870
"logs will be flushed for each database dumped. The exception is when using --"
871
"lock-all-tables in this case the logs will be flushed only once, "
872
"corresponding to the moment all tables are locked. So if you want your dump "
873
"and the log flush to happen at the same exact moment you should use --lock-"
874
"all-tables or --flush-logs"
877
#: ../client/drizzledump.cc:493
878
msgid "Continue even if we get an sql-error."
881
#: ../client/drizzledump.cc:494
883
msgid "Display this help message and exit."
884
msgstr "이 도움말을 표시합니다."
886
#: ../client/drizzledump.cc:496
888
"Locks all tables across all databases. This is achieved by taking a global "
889
"read lock for the duration of the whole dump. Automatically turns --single-"
893
#: ../client/drizzledump.cc:498
895
"Creates a consistent snapshot by dumping all tables in a single transaction. "
896
"Works ONLY for tables stored in storage engines which support "
897
"multiversioning (currently only InnoDB does); the dump is NOT guaranteed to "
898
"be consistent for other storage engines. While a --single-transaction dump "
899
"is in process, to ensure a valid dump file (correct table contents), no "
900
"other connection should use the following statements: ALTER TABLE, DROP "
901
"TABLE, RENAME TABLE, TRUNCATE TABLE, as consistent snapshot is not isolated "
905
#: ../client/drizzledump.cc:500
907
"Disable --opt. Disables --add-drop-table, --add-locks, --create-options, ---"
908
"extended-insert and --disable-keys."
911
#: ../client/drizzledump.cc:501
912
msgid "Overrides option --databases (-B)."
915
#: ../client/drizzledump.cc:503
916
msgid "Number of rows before each output progress report (requires --verbose)."
919
#: ../client/drizzledump.cc:505
920
msgid "Print info about the various stages."
923
#: ../client/drizzledump.cc:507
924
msgid "Turn off Comments"
927
#: ../client/drizzledump.cc:508
928
msgid "Turn off create-options"
931
#: ../client/drizzledump.cc:509
932
msgid "Turn off extended-insert"
935
#: ../client/drizzledump.cc:510
936
msgid "Turn off dump date at the end of the output"
939
#: ../client/drizzledump.cc:511
940
msgid "Do not read from the configuration files"
943
#: ../client/drizzledump.cc:517
944
msgid "Add a 'DROP DATABASE' before each create."
947
#: ../client/drizzledump.cc:518
948
msgid "Do not add a 'drop table' before each create."
951
#: ../client/drizzledump.cc:520
953
"Give less verbose output (useful for debugging). Disables structure comments "
954
"and header/footer constructs. Enables options --skip-add-drop-table --no-"
955
"set-names --skip-disable-keys"
958
#: ../client/drizzledump.cc:522
960
"To dump several databases. Note the difference in usage; In this case no "
961
"tables are given. All name arguments are regarded as databasenames. 'USE "
962
"db_name;' will be included in the output."
965
#: ../client/drizzledump.cc:524
967
"'ALTER TABLE tb_name DISABLE KEYS;' and 'ALTER TABLE tb_name ENABLE KEYS;' "
968
"will not be put in the output."
971
#: ../client/drizzledump.cc:526
973
"Do not dump the specified table. To specify more than one table to ignore, "
974
"use the directive multiple times, once for each table. Each table must be "
975
"specified with both database and table names, e.g. --ignore-table=database."
979
#: ../client/drizzledump.cc:528
980
msgid "Insert rows with INSERT IGNORE."
983
#: ../client/drizzledump.cc:530
984
msgid "Wrap a table's data in START TRANSACTION/COMMIT statements."
987
#: ../client/drizzledump.cc:532
989
"'CREATE DATABASE IF NOT EXISTS db_name;' will not be put in the output. The "
990
"above line will be added otherwise, if --databases or --all-databases option "
994
#: ../client/drizzledump.cc:534
995
msgid "No row information."
998
#: ../client/drizzledump.cc:536
999
msgid "Use REPLACE INTO instead of INSERT INTO."
1002
#: ../client/drizzledump.cc:538
1003
msgid "Where to send output to (stdout|database"
1006
#: ../client/drizzledump.cc:540
1008
"Hostname for destination db server (requires --destination-type=database)"
1011
#: ../client/drizzledump.cc:542
1013
"Port number for destination db server (requires --destination-type=database)"
1016
#: ../client/drizzledump.cc:544
1018
"User name for destination db server (resquires --destination-type=database)"
1021
#: ../client/drizzledump.cc:546
1023
"Password for destination db server (requires --destination-type=database)"
1026
#: ../client/drizzledump.cc:548
1028
"The database in the destination db server (requires --destination-"
1029
"type=database, not for use with --all-databases)"
1032
#: ../client/drizzledump.cc:550
1034
"Do not make a UTF8 connection to MySQL, use if you have UTF8 data in a non-"
1038
#: ../client/drizzledump.cc:556
1040
msgid "Connect to host."
1043
#: ../client/drizzledump.cc:558
1045
"Password to use when connecting to server. If password is not given it's "
1046
"solicited on the tty."
1049
#: ../client/drizzledump.cc:560
1050
#: ../plugin/transaction_log/utilities/transaction_reader.cc:585
1051
msgid "Port number to use for connection."
1054
#: ../client/drizzledump.cc:567
1055
msgid "Hidden Options"
1058
#: ../client/drizzledump.cc:569
1059
msgid "Used to select the database"
1062
#: ../client/drizzledump.cc:570
1063
msgid "Used to select the tables"
1066
#: ../client/drizzledump.cc:573
1067
msgid "Allowed Options + Hidden Options"
1070
#: ../client/drizzledump.cc:637
1072
msgid "Drizzledump %s build %s, for %s-%s (%s)\n"
1075
#: ../client/drizzledump.cc:642
1077
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1078
"and you are welcome to modify and redistribute it under the GPL license\n"
1081
#: ../client/drizzledump.cc:643
1082
msgid "Dumps definitions and data from a Drizzle database server"
1085
#: ../client/drizzledump.cc:644
686
#: client/drizzledump.cc:474
688
msgid "%s Ver %s Distrib %s, for %s (%s)\n"
691
#: client/drizzledump.cc:481
1087
693
msgid "Usage: %s [OPTIONS] database [tables]\n"
1090
#: ../client/drizzledump.cc:645
696
#: client/drizzledump.cc:482
1092
698
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
1095
#: ../client/drizzledump.cc:647
701
#: client/drizzledump.cc:484
1097
703
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
1100
#: ../client/drizzledump.cc:688 ../client/drizzleimport.cc:484
1101
#: ../client/drizzleslap.cc:633 ../client/drizzletest.cc:5671
1103
msgid "Value supplied for port is not valid.\n"
1106
#: ../client/drizzledump.cc:743
706
#: client/drizzledump.cc:491
707
msgid "By Igor Romanenko, Monty, Jani & Sinisa"
710
#: client/drizzledump.cc:493
711
msgid "Dumping definition and data DRIZZLE database or table"
714
#: client/drizzledump.cc:504
716
msgid "For more options, use %s --help\n"
719
#: client/drizzledump.cc:679
721
msgid "Input filename too long: %s"
724
#: client/drizzledump.cc:722
1108
726
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
1111
#: ../client/drizzledump_data.cc:268
1112
msgid "-- Retrieving data for "
1115
#: ../client/drizzledump_data.cc:300
1116
msgid " rows dumped for table "
1119
#: ../client/drizzledump_data.cc:547
1121
msgid "-- Connecting to "
729
#: client/drizzledump.cc:747
731
msgid "Invalid mode to --compatible: %s\n"
734
#: client/drizzledump.cc:807
736
msgid "%s: You must use option --tab with --fields-...\n"
739
#: client/drizzledump.cc:824
742
"%s: You can't use --single-transaction and --lock-all-tables at the same "
746
#: client/drizzledump.cc:837
749
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
753
#: client/drizzledump.cc:843
755
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
758
#: client/drizzledump.cc:868
760
msgid "Got error: %d: %s %s"
763
#: client/drizzledump.cc:960
765
msgid "Couldn't execute '%s': %s (%d)"
768
#: client/drizzledump.cc:1021
770
msgid "-- Connecting to %s...\n"
1122
771
msgstr "호스트에 연결"
1124
#: ../client/drizzledump_data.cc:547
1125
msgid " using protocol "
1128
#: ../client/drizzledump_data.cc:588 ../client/drizzledump_data.cc:594
1129
#: ../client/drizzledump_data.cc:625 ../client/drizzledump_data.cc:631
1130
msgid "Error executing query: "
1133
#: ../client/drizzledump_data.cc:602
1134
msgid "Could not buffer result: "
1137
#: ../client/drizzledump_data.cc:648
1138
msgid "Error: Could not set db '"
1141
#: ../client/drizzledump_data.cc:662 ../client/drizzledump_data.cc:667
1142
#: ../client/drizzledump_data.cc:673
1146
#: ../client/drizzledump_data.cc:682
1147
msgid "-- Disconnecting from "
1150
#: ../client/drizzledump_drizzle.cc:41 ../client/drizzledump_drizzle.cc:98
1151
#: ../client/drizzledump_mysql.cc:42 ../client/drizzledump_mysql.cc:104
1152
msgid "-- Retrieving table structures for "
1155
#: ../client/drizzledump_drizzle.cc:172 ../client/drizzledump_mysql.cc:168
1156
msgid "-- Retrieving fields for "
1159
#: ../client/drizzledump_drizzle.cc:225 ../client/drizzledump_mysql.cc:270
1160
msgid "-- Retrieving indexes for "
1163
#: ../client/drizzledump_drizzle.cc:270 ../client/drizzledump_mysql.cc:315
1164
msgid "-- Retrieving foreign keys for "
1167
#: ../client/drizzleslap.cc:2292
1169
msgid "Unable to fully write %<PRIu64> bytes. Could only write %<PRId64>."
1172
#: ../client/drizzletest.cc:5412
1173
msgid "Error: Invalid Value for opt_max_connect_retries"
1176
#: ../client/drizzletest.cc:5422
1177
msgid "Error: Invalid Value for opt_tail_lines"
1180
#: ../client/drizzletest.cc:5432
1181
msgid "Error: Invalid Value for opt_sleep"
1184
#: ../client/drizzletest.cc:5623
1186
msgid "Could not open '%s' for reading: errno = %d"
1189
#: ../client/drizzletest.cc:5628
1191
msgid "Out of memory"
1194
#: ../drizzled/drizzled.cc:491
773
#: client/drizzledump.cc:1042
775
msgid "-- Disconnecting from %s...\n"
778
#: client/drizzledump.cc:1052
779
msgid "Couldn't allocate memory"
782
#: client/drizzledump.cc:1393
785
"-- Warning: Unable to use delayed inserts for table '%s' because it's of "
789
#: client/drizzledump.cc:1407
791
msgid "-- Retrieving table structure for table %s...\n"
794
#: client/drizzledump.cc:1516
796
msgid "%s: Warning: Can't set SQL_QUOTE_SHOW_CREATE option (%s)\n"
799
#: client/drizzledump.cc:1625
801
msgid "%s: Can't get keys for table %s (%s)\n"
804
#: client/drizzledump.cc:1702 client/drizzledump.cc:3000
806
msgid "-- Warning: Couldn't get status information for table %s (%s)\n"
809
#: client/drizzledump.cc:1709 client/drizzledump.cc:3008
811
msgid "Error: Couldn't read status information for table %s (%s)\n"
814
#: client/drizzledump.cc:1851
816
msgid "Error retrieving table structure for table: \"%s\""
819
#: client/drizzledump.cc:1858
821
msgid "-- Skipping dump data for table '%s', --no-data was used\n"
824
#: client/drizzledump.cc:1869
826
msgid "-- Warning: Skipping data for table '%s' because it's of type %s\n"
829
#: client/drizzledump.cc:1876
831
msgid "-- Skipping dump data for table '%s', it has no fields\n"
834
#: client/drizzledump.cc:1884
835
msgid "-- Sending SELECT query...\n"
838
#: client/drizzledump.cc:1936
839
msgid "when executing 'SELECT INTO OUTFILE'"
842
#: client/drizzledump.cc:1944
847
"-- Dumping data for table %s\n"
851
#: client/drizzledump.cc:1981 client/drizzledump.cc:1990
852
msgid "when retrieving data from server"
855
#: client/drizzledump.cc:1994
856
msgid "-- Retrieving rows...\n"
859
#: client/drizzledump.cc:1997
861
msgid "%s: Error in field count for table: %s ! Aborting.\n"
864
#: client/drizzledump.cc:2036
866
msgid "-- %<PRIu32> of ~%<PRIu64> rows dumped for table %s\n"
869
#: client/drizzledump.cc:2058
871
msgid "Not enough fields from table %s! Aborting.\n"
874
#: client/drizzledump.cc:2244
876
msgid "%s: Error %d: %s when dumping table %s at row: %d\n"
879
#: client/drizzledump.cc:2402
880
msgid "when selecting the database"
883
#: client/drizzledump.cc:2470
884
msgid "when using LOCK TABLES"
887
#: client/drizzledump.cc:2477 client/drizzledump.cc:2609
888
msgid "when doing refresh"
891
#: client/drizzledump.cc:2563
892
msgid "alloc_root failure."
895
#: client/drizzledump.cc:2584
897
msgid "Couldn't find table: \"%s\""
900
#: client/drizzledump.cc:2599
901
msgid "when doing LOCK TABLES"
904
#: client/drizzledump.cc:2662
905
msgid "Error: Binlogging on server not active"
908
#: client/drizzledump.cc:2730
909
msgid "Error: Slave not set up"
912
#: client/drizzledump.cc:2789
913
msgid "Error: Unable to start slave"
916
#: client/drizzledump.cc:3076
919
"Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
922
#: client/drizzledump.cc:3107
924
msgid "Error: Not enough memory to store ORDER BY clause\n"
927
#: drizzled/authentication.cc:69 drizzled/handlerton.cc:238
928
#: drizzled/show.cc:4526 drizzled/sql_plugin.cc:799
930
msgid "Plugin '%s' init function returned error."
933
#. TRANSLATORS: The leading word "configvar" is the name
934
#. of the plugin api, and so should not be translated.
935
#: drizzled/configvar.cc:41
937
msgid "configvar plugin '%s' init() failed"
940
#. TRANSLATORS: The leading word "configvar" is the name
941
#. of the plugin api, and so should not be translated.
942
#: drizzled/configvar.cc:65
944
msgid "configvar plugin '%s' deinit() failed"
947
#. TRANSLATORS: The leading word "configvar" is the name
948
#. of the plugin api, and so should not be translated.
949
#: drizzled/configvar.cc:101
951
msgid "configvar plugin '%s' configvar_func1() failed"
954
#. TRANSLATORS: The leading word "configvar" is the name
955
#. of the plugin api, and so should not be translated.
956
#: drizzled/configvar.cc:155
958
msgid "configvar plugin '%s' configvar_func2() failed"
961
#: drizzled/db.cc:246
963
msgid "Error while loading database options: '%s':"
966
#: drizzled/drizzled.cc:525
968
msgid "Got error %d from pthread_cond_timedwait"
971
#: drizzled/drizzled.cc:698
973
msgid "Got signal %d from thread %<PRIu64>"
976
#: drizzled/drizzled.cc:751
1195
977
msgid "Aborting\n"
1198
#: ../drizzled/drizzled.cc:550
980
#: drizzled/drizzled.cc:910
1199
981
msgid "One can only use the --user switch if running as root\n"
1202
#: ../drizzled/drizzled.cc:557
984
#: drizzled/drizzled.cc:918
1204
986
"Fatal error: Please read \"Security\" section of the manual to find out how "
1205
987
"to run drizzled as root!\n"
1208
#: ../drizzled/drizzled.cc:577
990
#: drizzled/drizzled.cc:942
1211
993
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
1215
#: ../drizzled/drizzled.cc:602
1216
msgid "Set process group ID failed"
1219
#: ../drizzled/drizzled.cc:607
1220
msgid "Set process user ID failed"
1223
#: ../drizzled/drizzled.cc:619
1224
msgid "Process chroot failed"
1227
#: ../drizzled/drizzled.cc:739
1228
msgid "Error: Invalid Value for auto_increment_increment"
1231
#: ../drizzled/drizzled.cc:750
1232
msgid "Error: Invalid Value for auto_increment_offset"
1235
#: ../drizzled/drizzled.cc:761
1236
msgid "Error: Invalid Value for completion_type"
1239
#: ../drizzled/drizzled.cc:773
1240
msgid "Error: Invalid Value for div-precision-increment"
1243
#: ../drizzled/drizzled.cc:784
1244
msgid "Error: Invalid Value for group_concat_max_len"
1247
#: ../drizzled/drizzled.cc:795
1248
msgid "Error: Invalid Value for join_buffer_size"
1251
#: ../drizzled/drizzled.cc:807
1252
msgid "Error: Invalid Value for max_allowed_packet"
1255
#: ../drizzled/drizzled.cc:819
1256
msgid "Error: Invalid Value for max_error_count"
1259
#: ../drizzled/drizzled.cc:830
1260
msgid "Error: Invalid Value for max_heap_table_size"
1263
#: ../drizzled/drizzled.cc:842
1264
msgid "Error: Invalid Value for min_examined_row_limit"
1267
#: ../drizzled/drizzled.cc:853
1268
msgid "Error: Invalid Value for max_join_size"
1271
#: ../drizzled/drizzled.cc:864
1272
msgid "Error: Invalid Value for max_length_for_sort_data"
1275
#: ../drizzled/drizzled.cc:875
1276
msgid "Error: Invalid Value for max_seeks_for_key"
1279
#: ../drizzled/drizzled.cc:886
1280
msgid "Error: Invalid Value for max_sort_length"
1283
#: ../drizzled/drizzled.cc:897
1284
msgid "Error: Invalid Value for optimizer_search_depth"
1287
#: ../drizzled/drizzled.cc:908
1288
msgid "Error: Invalid Value for preload_buff_size"
1291
#: ../drizzled/drizzled.cc:919
1292
msgid "Error: Invalid Value for query_alloc_block_size"
1295
#: ../drizzled/drizzled.cc:931
1296
msgid "Error: Invalid Value for query_prealloc_size"
1299
#: ../drizzled/drizzled.cc:943
1300
msgid "Error: Invalid Value for range_alloc_block_size"
1303
#: ../drizzled/drizzled.cc:955
1304
msgid "Error: Invalid Value for read_buff_size"
1307
#: ../drizzled/drizzled.cc:967
1308
msgid "Error: Invalid Value for read_rnd_buff_size"
1311
#: ../drizzled/drizzled.cc:978
1312
msgid "Error: Invalid Value for sort_buff_size"
1315
#: ../drizzled/drizzled.cc:989
1316
msgid "Error: Invalid Value for table_def_size"
1319
#: ../drizzled/drizzled.cc:1000
1320
msgid "Error: Invalid Value for table_cache_size"
1323
#: ../drizzled/drizzled.cc:1011 ../drizzled/drizzled.cc:1027
1324
msgid "Error: Invalid Value for table_lock_wait_timeout"
1327
#: ../drizzled/drizzled.cc:1038
1329
"Error: Invalid Value for transaction_message_threshold valid values are "
1330
"between 131072 - 1048576 bytes"
1333
#: ../drizzled/drizzled.cc:1096
1335
msgid "Defaults file '%s' not found\n"
1338
#: ../drizzled/drizzled.cc:1138
997
#: drizzled/drizzled.cc:1112
999
msgid "Retrying bind on TCP/IP port %u"
1002
#: drizzled/drizzled.cc:1118
1003
msgid "Can't start server: Bind on TCP/IP port"
1006
#: drizzled/drizzled.cc:1119
1008
msgid "Do you already have another drizzled server running on port: %d ?"
1011
#: drizzled/drizzled.cc:1125
1012
msgid "Can't start server: listen() on TCP/IP port"
1015
#: drizzled/drizzled.cc:1126
1017
msgid "listen() on TCP/IP failed with error %d"
1020
#: drizzled/drizzled.cc:1216
1025
#: drizzled/drizzled.cc:1240
1028
"We will try our best to scrape up some info that will hopefully help "
1030
"the problem, but since we have already crashed, something is definitely "
1032
"and this may fail.\n"
1036
#: drizzled/drizzled.cc:1251
1039
"It is possible that drizzled could use up to \n"
1040
"key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = %"
1043
"Hope that's ok; if not, decrease some variables in the equation.\n"
1047
#: drizzled/drizzled.cc:1269
1050
"Attempting backtrace. You can use the following information to find out\n"
1051
"where drizzled died. If you see no messages after this, something went\n"
1052
"terribly wrong...\n"
1055
#: drizzled/drizzled.cc:1297
1058
"Trying to get some variables.\n"
1059
"Some pointers may be invalid and cause the dump to abort...\n"
1062
#: drizzled/drizzled.cc:1309
1066
"This crash occurred while the server was calling initgroups(). This is\n"
1067
"often due to the use of a drizzled that is statically linked against glibc\n"
1068
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
1069
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
1070
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
1071
"drizzled that is not statically linked.\n"
1074
#: drizzled/drizzled.cc:1324
1078
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
1079
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
1080
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
1081
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
1082
"the documentation for your distribution on how to do that.\n"
1085
#: drizzled/drizzled.cc:1337
1089
"The '--memlock' argument, which was enabled, uses system calls that are\n"
1090
"unreliable and unstable on some operating systems and operating-system\n"
1091
"versions (notably, some versions of Linux). This crash could be due to use\n"
1092
"of those buggy OS calls. You should consider whether you really need the\n"
1093
"'--memlock' parameter and/or consult the OS distributor about 'mlockall'\n"
1097
#: drizzled/drizzled.cc:1352
1099
msgid "Writing a core file\n"
1102
#: drizzled/drizzled.cc:1399
1104
"setrlimit could not change the size of core files to 'infinity'; We may not "
1105
"be able to generate a core file on signals"
1108
#: drizzled/drizzled.cc:1467
1110
msgid "Can't create interrupt-thread (error %d, errno: %d)"
1113
#: drizzled/drizzled.cc:1555
1115
msgid "Got signal %d to shutdown drizzled"
1118
#: drizzled/drizzled.cc:1572 drizzled/sql_base.cc:6208
1119
msgid "Can't create thread to kill server"
1122
#: drizzled/drizzled.cc:1595
1124
msgid "Got signal: %d error: %d"
1127
#: drizzled/drizzled.cc:1708
1129
msgid "Wrong date/time format specifier: %s\n"
1132
#: drizzled/drizzled.cc:1812
1340
1134
msgid "gethostname failed, using '%s' as hostname"
1343
#: ../drizzled/drizzled.cc:1152 ../drizzled/drizzled.cc:1739
1344
msgid "Display this help and exit."
1347
#: ../drizzled/drizzled.cc:1156
1348
msgid "Configuration file to use"
1351
#: ../drizzled/drizzled.cc:1158
1352
msgid "Base location for config files"
1355
#: ../drizzled/drizzled.cc:1160 ../drizzled/drizzled.cc:1927
1356
msgid "Directory for plugins."
1359
#: ../drizzled/drizzled.cc:1165 ../drizzled/drizzled.cc:1931
1361
"Optional comma separated list of plugins to load at startup in addition to "
1362
"the default list of plugins. [for example: --plugin_add=crc32,logger_gearman]"
1365
#: ../drizzled/drizzled.cc:1169 ../drizzled/drizzled.cc:1937
1367
"Optional comma separated list of plugins to not load at startup. Effectively "
1368
"removes a plugin from the list of plugins to be loaded. [for example: --"
1369
"plugin_remove=crc32,logger_gearman]"
1372
#: ../drizzled/drizzled.cc:1173 ../drizzled/drizzled.cc:1943
1374
"Optional comma separated list of plugins to load at starup instead of the "
1375
"default plugin load list. [for example: --plugin_load=crc32,logger_gearman]"
1378
#: ../drizzled/drizzled.cc:1180 ../drizzled/drizzled.cc:1743
1137
#: drizzled/drizzled.cc:1876
1140
"Changed limits: max_open_files: %u max_connections: %<PRIu64> table_cache: "
1144
#: drizzled/drizzled.cc:1881
1147
"Could not increase number of max_open_files to more than %u (request: %u)"
1150
#: drizzled/drizzled.cc:1958
1152
msgid "Unknown locale: '%s'"
1155
#: drizzled/drizzled.cc:2014
1156
msgid "Can't create thread-keys"
1159
#: drizzled/drizzled.cc:2038
1160
msgid "Out of memory"
1163
#: drizzled/drizzled.cc:2053
1164
msgid "Failed to initialize plugins."
1167
#: drizzled/drizzled.cc:2084
1170
"%s: Too many arguments (first extra is '%s').\n"
1171
"Use --verbose --help to get a list of available options\n"
1174
#: drizzled/drizzled.cc:2094
1175
msgid "Can't init databases"
1178
#: drizzled/drizzled.cc:2114
1180
msgid "Unknown/unsupported table type: %s"
1183
#: drizzled/drizzled.cc:2120
1185
msgid "Default storage engine (%s) is not available"
1188
#: drizzled/drizzled.cc:2152
1190
msgid "Failed to lock memory. Errno: %d\n"
1193
#: drizzled/drizzled.cc:2213
1195
msgid "Asked for %<PRIu64> thread stack, but got %<PRIu64>"
1198
#: drizzled/drizzled.cc:2294
1199
msgid "Before Lock_thread_count"
1202
#: drizzled/drizzled.cc:2301
1203
msgid "After lock_thread_count"
1206
#: drizzled/drizzled.cc:2407
1208
msgid "drizzled: Got error %d from select"
1211
#: drizzled/drizzled.cc:2632
1379
1212
msgid "Auto-increment columns are incremented by this"
1382
#: ../drizzled/drizzled.cc:1182 ../drizzled/drizzled.cc:1748
1215
#: drizzled/drizzled.cc:2637
1384
1217
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1388
#: ../drizzled/drizzled.cc:1184 ../drizzled/drizzled.cc:1754
1221
#: drizzled/drizzled.cc:2643
1390
1223
"Path to installation directory. All paths are usually resolved relative to "
1394
#: ../drizzled/drizzled.cc:1187 ../drizzled/drizzled.cc:1759
1227
#: drizzled/drizzled.cc:2647
1228
msgid "IP address to bind to."
1231
#: drizzled/drizzled.cc:2651
1232
msgid "Set the filesystem character set."
1235
#: drizzled/drizzled.cc:2656
1236
msgid "Set the default character set."
1239
#: drizzled/drizzled.cc:2663
1395
1240
msgid "Chroot drizzled daemon during startup."
1398
#: ../drizzled/drizzled.cc:1189 ../drizzled/drizzled.cc:1763
1243
#: drizzled/drizzled.cc:2667
1399
1244
msgid "Set the default collation."
1402
#: ../drizzled/drizzled.cc:1191 ../drizzled/drizzled.cc:1767
1247
#: drizzled/drizzled.cc:2671
1403
1248
msgid "Default completion type."
1406
#: ../drizzled/drizzled.cc:1192 ../drizzled/drizzled.cc:1772
1251
#: drizzled/drizzled.cc:2676
1407
1252
msgid "Write core on errors."
1410
#: ../drizzled/drizzled.cc:1194 ../drizzled/drizzled.cc:1776
1255
#: drizzled/drizzled.cc:2680
1411
1256
msgid "Path to the database root."
1414
#: ../drizzled/drizzled.cc:1196
1415
msgid "Set the default storage engine for tables."
1259
#: drizzled/drizzled.cc:2684
1260
msgid "Set the default storage engine (table type) for tables."
1418
#: ../drizzled/drizzled.cc:1198
1263
#: drizzled/drizzled.cc:2688
1419
1264
msgid "Set the default time zone."
1422
#: ../drizzled/drizzled.cc:1200 ../drizzled/drizzled.cc:1780
1267
#: drizzled/drizzled.cc:2692
1268
msgid "Type of DELAY_KEY_WRITE."
1271
#: drizzled/drizzled.cc:2696
1272
msgid "Print a symbolic stack trace on failure."
1275
#: drizzled/drizzled.cc:2702
1276
msgid "Push supported query conditions to the storage engine."
1279
#: drizzled/drizzled.cc:2708
1423
1280
msgid "Used for debugging; Use at your own risk!"
1426
#: ../drizzled/drizzled.cc:1202 ../drizzled/drizzled.cc:1785
1283
#: drizzled/drizzled.cc:2711
1284
msgid "Flush tables to disk between SQL commands."
1287
#: drizzled/drizzled.cc:2716
1427
1288
msgid "Set up signals usable for debugging"
1430
#: ../drizzled/drizzled.cc:1204
1291
#: drizzled/drizzled.cc:2720
1292
msgid "Command(s) that are executed for each new connection"
1295
#: drizzled/drizzled.cc:2724
1296
msgid "Read SQL commands from this file at startup."
1299
#: drizzled/drizzled.cc:2728
1303
#: drizzled/drizzled.cc:2732
1431
1304
msgid "Set the language used for the month names and the days of the week."
1434
#: ../drizzled/drizzled.cc:1206 ../drizzled/drizzled.cc:1789
1307
#: drizzled/drizzled.cc:2737
1308
msgid "Enable/disable LOAD DATA LOCAL INFILE (takes values 1|0)."
1311
#: drizzled/drizzled.cc:2742
1312
msgid "Log connections and queries to file."
1315
#: drizzled/drizzled.cc:2746
1316
msgid "Log all MyISAM changes to file."
1319
#: drizzled/drizzled.cc:2750
1435
1320
msgid "Log some not critical warnings to the log file."
1438
#: ../drizzled/drizzled.cc:1208 ../drizzled/drizzled.cc:1794
1439
msgid "Pid file used by drizzled."
1442
#: ../drizzled/drizzled.cc:1210
1443
msgid "Maximum time in seconds to wait for the port to become free. "
1446
#: ../drizzled/drizzled.cc:1212
1447
msgid "Include the SQL query in replicated protobuf messages."
1450
#: ../drizzled/drizzled.cc:1214 ../drizzled/drizzled.cc:1803
1323
#: drizzled/drizzled.cc:2755
1324
msgid "Lock drizzled in memory."
1327
#: drizzled/drizzled.cc:2759
1329
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1330
"BACKUP, FORCE or QUICK."
1333
#: drizzled/drizzled.cc:2764
1334
msgid "Use very new possible 'unsafe' functions."
1337
#: drizzled/drizzled.cc:2769
1338
msgid "Use old, non-optimized alter table."
1341
#: drizzled/drizzled.cc:2774
1342
msgid "Pid file used by safe_mysqld."
1345
#: drizzled/drizzled.cc:2784
1347
"Maximum time in seconds to wait for the port to become free. (Default: no "
1351
#: drizzled/drizzled.cc:2789
1352
msgid "Skip some optimize stages (for testing)."
1355
#: drizzled/drizzled.cc:2792
1452
1357
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1453
1358
"specified directory"
1456
#: ../drizzled/drizzled.cc:1217 ../drizzled/drizzled.cc:1808
1361
#: drizzled/drizzled.cc:2797
1458
1363
"Uniquely identifies the server instance in the community of replication "
1462
#: ../drizzled/drizzled.cc:1220 ../drizzled/drizzled.cc:1813
1367
#: drizzled/drizzled.cc:2802
1368
msgid "Don't use new, possible wrong routines."
1371
#: drizzled/drizzled.cc:2805
1463
1372
msgid "Don't print a stack trace on failure."
1466
#: ../drizzled/drizzled.cc:1222 ../drizzled/drizzled.cc:1817
1375
#: drizzled/drizzled.cc:2809
1376
msgid "Don't give threads different priorities."
1379
#: drizzled/drizzled.cc:2813
1467
1380
msgid "Enable symbolic link support."
1470
#: ../drizzled/drizzled.cc:1224 ../drizzled/drizzled.cc:1826
1383
#: drizzled/drizzled.cc:2822
1385
"Non-default option to alias SYSDATE() to NOW() to make it safe-replicable."
1388
#: drizzled/drizzled.cc:2827
1390
"Using this option will cause most temporary files created to use a small set "
1391
"of names, rather than a unique name for each new file."
1394
#: drizzled/drizzled.cc:2832
1472
1396
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1475
#: ../drizzled/drizzled.cc:1227
1399
#: drizzled/drizzled.cc:2837
1476
1400
msgid "Path for temporary files."
1479
#: ../drizzled/drizzled.cc:1229 ../drizzled/drizzled.cc:1831
1403
#: drizzled/drizzled.cc:2841
1480
1404
msgid "Default transaction isolation level."
1483
#: ../drizzled/drizzled.cc:1231
1485
"Max message size written to transaction log, valid values 131072 - 1048576 "
1489
#: ../drizzled/drizzled.cc:1233 ../drizzled/drizzled.cc:1835
1407
#: drizzled/drizzled.cc:2845
1490
1408
msgid "Run drizzled daemon as user."
1493
#: ../drizzled/drizzled.cc:1237 ../drizzled/drizzled.cc:1839
1411
#: drizzled/drizzled.cc:2853
1495
1413
"The number of outstanding connection requests Drizzle can have. This comes "
1496
1414
"into play when the main Drizzle thread gets very many connection requests in "
1497
1415
"a very short time."
1500
#: ../drizzled/drizzled.cc:1242 ../drizzled/drizzled.cc:1845
1418
#: drizzled/drizzled.cc:2859
1502
1420
"Size of tree cache used in bulk insert optimization. Note that this is a "
1503
1421
"limit per thread!"
1506
#: ../drizzled/drizzled.cc:1245 ../drizzled/drizzled.cc:1851
1424
#: drizzled/drizzled.cc:2865
1426
"The number of seconds the drizzled server is waiting for a connect packet "
1427
"before responding with 'Bad handshake'."
1430
#: drizzled/drizzled.cc:2870
1431
msgid "The DATE format (For future)."
1434
#: drizzled/drizzled.cc:2875
1435
msgid "The DATETIME/TIMESTAMP format (for future)."
1438
#: drizzled/drizzled.cc:2880
1508
1440
"Precision of the result of '/' operator will be increased on that value."
1511
#: ../drizzled/drizzled.cc:1248
1443
#: drizzled/drizzled.cc:2886
1512
1444
msgid "The maximum length of the result of function group_concat."
1515
#: ../drizzled/drizzled.cc:1250 ../drizzled/drizzled.cc:1857
1447
#: drizzled/drizzled.cc:2891
1449
"The number of seconds the server waits for activity on an interactive "
1450
"connection before closing it."
1453
#: drizzled/drizzled.cc:2897
1516
1454
msgid "The size of the buffer that is used for full joins."
1519
#: ../drizzled/drizzled.cc:1253
1521
"A global cap on the amount of memory that can be allocated by session join "
1522
"buffers (0 means unlimited)"
1525
#: ../drizzled/drizzled.cc:1255 ../drizzled/drizzled.cc:1863
1457
#: drizzled/drizzled.cc:2903
1458
msgid "Don't overwrite stale .MYD and .MYI even if no directory is specified."
1461
#: drizzled/drizzled.cc:2908
1463
"The size of the buffer used for index blocks for MyISAM tables. Increase "
1464
"this to get better index handling (for all reads and multiple writes) to as "
1465
"much as you can afford;"
1468
#: drizzled/drizzled.cc:2917
1470
"This characterizes the number of hits a hot block has to be untouched until "
1471
"it is considered aged enough to be downgraded to a warm block. This "
1472
"specifies the percentage ratio of that number of hits to the total number of "
1473
"blocks in key cache"
1476
#: drizzled/drizzled.cc:2926
1477
msgid "The default size of key cache blocks"
1480
#: drizzled/drizzled.cc:2932
1481
msgid "The minimum percentage of warm blocks in key cache"
1484
#: drizzled/drizzled.cc:2938
1526
1485
msgid "Max packetlength to send/receive from to server."
1529
#: ../drizzled/drizzled.cc:1257
1488
#: drizzled/drizzled.cc:2943
1490
"If there is more than this number of interrupted connections from a host "
1491
"this host will be blocked from further connections."
1494
#: drizzled/drizzled.cc:2950
1495
msgid "The number of simultaneous clients allowed."
1498
#: drizzled/drizzled.cc:2954
1530
1499
msgid "Max number of errors/warnings to store for a statement."
1533
#: ../drizzled/drizzled.cc:1259 ../drizzled/drizzled.cc:1868
1502
#: drizzled/drizzled.cc:2959
1534
1503
msgid "Don't allow creation of heap tables bigger than this."
1537
#: ../drizzled/drizzled.cc:1261 ../drizzled/drizzled.cc:1874
1506
#: drizzled/drizzled.cc:2965
1539
1508
"Joins that are probably going to read more than max_join_size records return "
1543
#: ../drizzled/drizzled.cc:1264 ../drizzled/drizzled.cc:1880
1512
#: drizzled/drizzled.cc:2971
1544
1513
msgid "Max number of bytes in sorted records."
1547
#: ../drizzled/drizzled.cc:1266 ../drizzled/drizzled.cc:1885
1516
#: drizzled/drizzled.cc:2976
1548
1517
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1551
#: ../drizzled/drizzled.cc:1268 ../drizzled/drizzled.cc:1890
1520
#: drizzled/drizzled.cc:2981
1553
1522
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1554
1523
"max_sort_length bytes of each value are used; the rest are ignored)."
1557
#: ../drizzled/drizzled.cc:1272 ../drizzled/drizzled.cc:1897
1526
#: drizzled/drizzled.cc:2988
1527
msgid "Maximum number of temporary tables a client can keep open at a time."
1530
#: drizzled/drizzled.cc:2993
1558
1531
msgid "After this many write locks, allow some read locks to run in between."
1561
#: ../drizzled/drizzled.cc:1274 ../drizzled/drizzled.cc:1901
1534
#: drizzled/drizzled.cc:2997
1563
1536
"Don't log queries which examine less than min_examined_row_limit rows to "
1567
#: ../drizzled/drizzled.cc:1277
1569
"Do not apply any heuristic(s) during query optimization to prune, thus "
1570
"perform an exhaustive search from the optimizer search space."
1573
#: ../drizzled/drizzled.cc:1280 ../drizzled/drizzled.cc:1915
1540
#: drizzled/drizzled.cc:3003
1542
"Specifies how MyISAM index statistics collection code should threat NULLs. "
1543
"Possible values of name are 'nulls_unequal' (default behavior), "
1544
"'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
1547
#: drizzled/drizzled.cc:3010
1548
msgid "Buffer length for TCP/IP and socket communication."
1551
#: drizzled/drizzled.cc:3015
1553
"Number of seconds to wait for more data from a connection before aborting "
1557
#: drizzled/drizzled.cc:3021
1559
"If a read on a communication port is interrupted, retry this many times "
1563
#: drizzled/drizzled.cc:3027
1565
"Number of seconds to wait for a block to be written to a connection before "
1566
"aborting the write."
1569
#: drizzled/drizzled.cc:3033
1570
msgid "Use compatible behavior."
1573
#: drizzled/drizzled.cc:3038
1575
"If this is not 0, then drizzled will use this value to reserve file "
1576
"descriptors to use with setrlimit(). If this value is 0 then drizzled will "
1577
"reserve max_connections*5 or max_connections + table_cache*2 (whichever is "
1578
"larger) number of files."
1581
#: drizzled/drizzled.cc:3045
1583
"Controls the heuristic(s) applied during query optimization to prune less-"
1584
"promising partial plans from the optimizer search space. Meaning: false - do "
1585
"not apply any heuristic, thus perform exhaustive search; true - prune plans "
1586
"based on number of retrieved rows."
1589
#: drizzled/drizzled.cc:3053
1575
1591
"Maximum depth of search performed by the query optimizer. Values larger than "
1576
1592
"the number of relations in a query result in better query plans, but take "
1581
1597
"(used for testing/comparison)."
1584
#: ../drizzled/drizzled.cc:1289 ../drizzled/drizzled.cc:1949
1600
#: drizzled/drizzled.cc:3065
1601
msgid "Directory for plugins."
1604
#: drizzled/drizzled.cc:3069
1606
"Optional colon (or semicolon) separated list of plugins to load,where each "
1607
"plugin is identified by the name of the shared library. [for example: --"
1608
"plugin_load=libmd5udf.so:libauth_pam.so]"
1611
#: drizzled/drizzled.cc:3075
1585
1612
msgid "The size of the buffer that is allocated when preloading indexes"
1588
#: ../drizzled/drizzled.cc:1292 ../drizzled/drizzled.cc:1954
1615
#: drizzled/drizzled.cc:3080
1589
1616
msgid "Allocation block size for query parsing and execution"
1592
#: ../drizzled/drizzled.cc:1295 ../drizzled/drizzled.cc:1959
1619
#: drizzled/drizzled.cc:3085
1593
1620
msgid "Persistent buffer for query parsing and execution"
1596
#: ../drizzled/drizzled.cc:1298 ../drizzled/drizzled.cc:1965
1623
#: drizzled/drizzled.cc:3091
1597
1624
msgid "Allocation block size for storing ranges during optimization"
1600
#: ../drizzled/drizzled.cc:1301 ../drizzled/drizzled.cc:1971
1627
#: drizzled/drizzled.cc:3097
1602
1629
"Each thread that does a sequential scan allocates a buffer of this size for "
1603
1630
"each table it scans. If you do many sequential scans, you may want to "
1604
1631
"increase this value."
1607
#: ../drizzled/drizzled.cc:1306
1608
msgid "A global cap on the size of read-buffer-size (0 means unlimited)"
1611
#: ../drizzled/drizzled.cc:1309 ../drizzled/drizzled.cc:1979
1634
#: drizzled/drizzled.cc:3105
1613
1636
"When reading rows in sorted order after a sort, the rows are read through "
1614
1637
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1615
1638
"record_buffer."
1618
#: ../drizzled/drizzled.cc:1314
1619
msgid "A global cap on the size of read-rnd-buffer-size (0 means unlimited)"
1622
#: ../drizzled/drizzled.cc:1316
1623
msgid "Select scheduler to be used (by default multi-thread)."
1626
#: ../drizzled/drizzled.cc:1319 ../drizzled/drizzled.cc:1988
1641
#: drizzled/drizzled.cc:3113
1627
1642
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1630
#: ../drizzled/drizzled.cc:1322
1632
"A global cap on the amount of memory that can be allocated by session sort "
1633
"buffers (0 means unlimited)"
1636
#: ../drizzled/drizzled.cc:1324 ../drizzled/drizzled.cc:1994
1645
#: drizzled/drizzled.cc:3119
1637
1646
msgid "The number of cached table definitions."
1640
#: ../drizzled/drizzled.cc:1326 ../drizzled/drizzled.cc:1998
1649
#: drizzled/drizzled.cc:3123
1641
1650
msgid "The number of cached open tables."
1644
#: ../drizzled/drizzled.cc:1328 ../drizzled/drizzled.cc:2002
1653
#: drizzled/drizzled.cc:3127
1646
1655
"Timeout in seconds to wait for a table level lock before returning an error. "
1647
1656
"Used only if the connection has active cursors."
1650
#: ../drizzled/drizzled.cc:1331 ../drizzled/drizzled.cc:2007
1659
#: drizzled/drizzled.cc:3132
1651
1660
msgid "The stack size for each thread."
1654
#: ../drizzled/drizzled.cc:1334 ../drizzled/drizzled.cc:2013
1663
#: drizzled/drizzled.cc:3138
1664
msgid "The TIME format (for future)."
1667
#: drizzled/drizzled.cc:3143
1656
1669
"If an internal in-memory temporary table exceeds this size, Drizzle will "
1657
1670
"automatically convert it to an on-disk MyISAM table."
1660
#: ../drizzled/drizzled.cc:1357
1661
msgid "Duplicate entry for command line option\n"
1664
#: ../drizzled/drizzled.cc:1404 ../drizzled/drizzled.cc:1422
1665
#: ../drizzled/drizzled.cc:1456 ../drizzled/drizzled.cc:1464
1666
#: ../drizzled/drizzled.cc:1484
1670
"Use --help to get a list of available options\n"
1673
#: ../drizzled/drizzled.cc:1434
1674
msgid "Failed to initialize plugins\n"
1677
#: ../drizzled/drizzled.cc:1472
1681
"Use --help to get a list of available options\n"
1684
#: ../drizzled/drizzled.cc:1521
1686
msgid "Error getting default charset"
1689
#: ../drizzled/drizzled.cc:1551
1690
msgid "Error setting collation"
1693
#: ../drizzled/drizzled.cc:1559
1695
msgid "Unknown locale: '%s'"
1698
#: ../drizzled/drizzled.cc:1579
1699
msgid "Could not initialize table cache\n"
1702
#: ../drizzled/drizzled.cc:1594
1703
msgid "XA cache initialization failed: Out of memory\n"
1706
#: ../drizzled/drizzled.cc:1624
1707
msgid "No scheduler found, cannot continue!\n"
1710
#: ../drizzled/drizzled.cc:1648
1712
msgid "Unknown/unsupported storage engine: %s\n"
1715
#: ../drizzled/drizzled.cc:1798
1717
"Maximum time in seconds to wait for the port to become free. (Default: no "
1721
#: ../drizzled/drizzled.cc:1907
1723
"Controls the heuristic(s) applied during query optimization to prune less-"
1724
"promising partial plans from the optimizer search space. Meaning: false - do "
1725
"not apply any heuristic, thus perform exhaustive search; true - prune plans "
1726
"based on number of retrieved rows."
1729
#: ../drizzled/drizzled.cc:2039
1673
#: drizzled/drizzled.cc:3149
1674
msgid "Allocation block size for transactions to be stored in binary log"
1677
#: drizzled/drizzled.cc:3154
1678
msgid "Persistent buffer for transactions to be stored in binary log"
1681
#: drizzled/drizzled.cc:3159
1683
"The number of seconds the server waits for activity on a connection before "
1687
#: drizzled/drizzled.cc:3312
1731
1689
"Copyright (C) 2008 Sun Microsystems\n"
1732
1690
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1733
1691
"and you are welcome to modify and redistribute it under the GPL license\n"
1693
"Starts the Drizzle database server\n"
1737
#: ../drizzled/drizzled.cc:2046
1696
#: drizzled/drizzled.cc:3319
1739
1698
msgid "Usage: %s [OPTIONS]\n"
1742
#: ../drizzled/drizzled.cc:2167
1701
#: drizzled/drizzled.cc:3330
1704
"To see what values a running Drizzle server is using, type\n"
1705
"'drizzleadmin variables' instead of 'drizzled --help'."
1708
#: drizzled/drizzled.cc:3483
1745
1711
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
1746
1712
"command line\n"
1749
#: ../drizzled/drizzled.cc:2184
1750
msgid "Error: sort-heap-threshold cannot be less than sort-buffer-size"
1753
#: ../drizzled/drizzled.cc:2197
1754
msgid "Error: join-heap-threshold cannot be less than join-buffer-size"
1757
#: ../drizzled/drizzled.cc:2210
1758
msgid "Error: read-rnd-threshold cannot be less than read-rnd-buffer-size"
1761
#: ../drizzled/drizzled.cc:2223
1762
msgid "Error: read-buffer-threshold cannot be less than read-buffer-size"
1765
#: ../drizzled/drizzled.cc:2338
1768
"There was an error creating the '%s' part of the path '%s'. Please check "
1769
"the path exists and is writable.\n"
1772
#: ../drizzled/drizzled.cc:2345
1775
"There was an error opening the path '%s', please check the path exists and "
1779
#: ../drizzled/error.cc:133
1781
msgid "Unknown error %d"
1784
#: ../drizzled/error.cc:207
1788
#: ../drizzled/error.cc:208
1789
msgid "Error on first"
1792
#: ../drizzled/error.cc:209
1715
#: drizzled/drizzled.cc:3531
1716
msgid "Can't start server: cannot resolve hostname!"
1719
#: drizzled/drizzled.cc:3537
1720
msgid "Can't start server: bind-address refers to multiple interfaces!"
1723
#: drizzled/drizzled.cc:3875
1725
msgid "No option given to %s\n"
1728
#: drizzled/drizzled.cc:3877
1730
msgid "Wrong option to %s. Option(s) given: %s\n"
1733
#: drizzled/drizzled.cc:3879
1735
msgid "Alternatives are: '%s'"
1738
#: drizzled/errmsg.cc:46
1740
msgid "errmsg plugin '%s' init() failed."
1743
#: drizzled/errmsg.cc:76
1745
msgid "errmsg plugin '%s' deinit() failed."
1748
#: drizzled/errmsg.cc:117
1750
msgid "errmsg plugin '%s' errmsg_func() failed"
1753
#: drizzled/error.cc:34
1757
#: drizzled/error.cc:36
1761
#: drizzled/error.cc:38
1796
#: ../drizzled/error.cc:210
1765
#: drizzled/error.cc:40
1800
#: ../drizzled/error.cc:211
1769
#: drizzled/error.cc:42
1802
1771
msgid "Can't create file '%-.200s' (errno: %d)"
1805
#: ../drizzled/error.cc:212
1774
#: drizzled/error.cc:44
1807
1776
msgid "Can't create table '%-.200s' (errno: %d)"
1810
#: ../drizzled/error.cc:213
1812
msgid "Can't create schema '%-.192s' (errno: %d)"
1815
#: ../drizzled/error.cc:214
1817
msgid "Can't create schema '%-.192s'; schema exists"
1820
#: ../drizzled/error.cc:215
1822
msgid "Can't drop schema '%-.192s'; schema doesn't exist"
1825
#: ../drizzled/error.cc:216
1779
#: drizzled/error.cc:46
1781
msgid "Can't create database '%-.192s' (errno: %d)"
1784
#: drizzled/error.cc:48
1786
msgid "Can't create database '%-.192s'; database exists"
1789
#: drizzled/error.cc:50
1791
msgid "Can't drop database '%-.192s'; database doesn't exist"
1794
#: drizzled/error.cc:52
1796
msgid "Error dropping database (can't delete '%-.192s', errno: %d)"
1799
#: drizzled/error.cc:54
1801
msgid "Error dropping database (can't rmdir '%-.192s', errno: %d)"
1804
#: drizzled/error.cc:56
1827
1806
msgid "Error on delete of '%-.192s' (errno: %d)"
1830
#: ../drizzled/error.cc:217
1809
#: drizzled/error.cc:58
1810
msgid "Can't read record in system table"
1813
#: drizzled/error.cc:60
1832
1815
msgid "Can't get status of '%-.200s' (errno: %d)"
1835
#: ../drizzled/error.cc:218
1818
#: drizzled/error.cc:62
1820
msgid "Can't get working directory (errno: %d)"
1823
#: drizzled/error.cc:64
1837
1825
msgid "Can't lock file (errno: %d)"
1840
#: ../drizzled/error.cc:219
1828
#: drizzled/error.cc:66
1842
1830
msgid "Can't open file: '%-.200s' (errno: %d)"
1845
#: ../drizzled/error.cc:220
1833
#: drizzled/error.cc:68
1847
1835
msgid "Can't find file: '%-.200s' (errno: %d)"
1850
#: ../drizzled/error.cc:221
1838
#: drizzled/error.cc:70
1852
1840
msgid "Can't read dir of '%-.192s' (errno: %d)"
1855
#: ../drizzled/error.cc:222
1843
#: drizzled/error.cc:72
1845
msgid "Can't change dir to '%-.192s' (errno: %d)"
1848
#: drizzled/error.cc:74
1857
1850
msgid "Record has changed since last read in table '%-.192s'"
1860
#: ../drizzled/error.cc:223
1853
#: drizzled/error.cc:76
1862
1855
msgid "Disk full (%s); waiting for someone to free some space..."
1865
#: ../drizzled/error.cc:224
1858
#: drizzled/error.cc:78
1867
1860
msgid "Can't write; duplicate key in table '%-.192s'"
1870
#: ../drizzled/error.cc:225
1863
#: drizzled/error.cc:80
1872
1865
msgid "Error on close of '%-.192s' (errno: %d)"
1875
#: ../drizzled/error.cc:226
1868
#: drizzled/error.cc:82
1877
1870
msgid "Error reading file '%-.200s' (errno: %d)"
1880
#: ../drizzled/error.cc:227
1873
#: drizzled/error.cc:84
1882
1875
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
1885
#: ../drizzled/error.cc:228
1878
#: drizzled/error.cc:86
1887
1880
msgid "Error writing file '%-.200s' (errno: %d)"
1890
#: ../drizzled/error.cc:229
1883
#: drizzled/error.cc:88
1892
1885
msgid "'%-.192s' is locked against change"
1895
#: ../drizzled/error.cc:230
1888
#: drizzled/error.cc:90
1896
1889
msgid "Sort aborted"
1899
#: ../drizzled/error.cc:231
1892
#: drizzled/error.cc:92
1894
msgid "View '%-.192s' doesn't exist for '%-.192s'"
1897
#: drizzled/error.cc:94
1901
1899
msgid "Got error %d from storage engine"
1904
#: ../drizzled/error.cc:232
1902
#: drizzled/error.cc:96
1906
1904
msgid "Table storage engine for '%-.192s' doesn't have this option"
1909
#: ../drizzled/error.cc:233
1907
#: drizzled/error.cc:98
1911
1909
msgid "Can't find record in '%-.192s'"
1914
#: ../drizzled/error.cc:234
1912
#: drizzled/error.cc:100
1916
1914
msgid "Incorrect information in file: '%-.200s'"
1919
#: ../drizzled/error.cc:235
1917
#: drizzled/error.cc:102
1921
1919
msgid "Incorrect key file for table '%-.200s'; try to repair it"
1924
#: ../drizzled/error.cc:236
1922
#: drizzled/error.cc:104
1926
1924
msgid "Old key file for table '%-.192s'; repair it!"
1929
#: ../drizzled/error.cc:237
1927
#: drizzled/error.cc:106
1931
1929
msgid "Table '%-.192s' is read only"
1934
#: ../drizzled/error.cc:238
1932
#: drizzled/error.cc:108
1936
1934
msgid "Out of memory; restart server and try again (needed %lu bytes)"
1939
#: ../drizzled/error.cc:239
1937
#: drizzled/error.cc:110
1940
1938
msgid "Out of sort memory; increase server sort buffer size"
1943
#: ../drizzled/error.cc:240
1944
msgid "Global sort memory constraint hit; increase sort-heap-threshold"
1947
#: ../drizzled/error.cc:241
1948
msgid "Global join memory constraint hit; increase join-heap-threshold"
1951
#: ../drizzled/error.cc:242
1952
msgid "Global read_rnd memory constraint hit; increase read-rnd-heap-threshold"
1955
#: ../drizzled/error.cc:243
1956
msgid "Global read memory constraint hit; increase read-buffer-threshold"
1959
#: ../drizzled/error.cc:244
1941
#: drizzled/error.cc:112
1961
1943
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
1964
#: ../drizzled/error.cc:245
1946
#: drizzled/error.cc:114
1965
1947
msgid "Too many connections"
1968
#: ../drizzled/error.cc:246
1950
#: drizzled/error.cc:116
1970
1952
"Out of memory; check if drizzled or some other process uses all available "
1971
1953
"memory; if not, you may have to use 'ulimit' to allow drizzled to use more "
1972
1954
"memory or you can add more swap space"
1975
#: ../drizzled/error.cc:247
1957
#: drizzled/error.cc:118
1976
1958
msgid "Can't get hostname for your address"
1979
#: ../drizzled/error.cc:248
1961
#: drizzled/error.cc:120
1980
1962
msgid "Bad handshake"
1983
#: ../drizzled/error.cc:249
1965
#: drizzled/error.cc:122
1985
msgid "Access denied for user '%-.48s'@'%-.64s' to schema '%-.192s'"
1967
msgid "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
1988
#: ../drizzled/error.cc:250
1970
#: drizzled/error.cc:124
1990
1972
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
1993
#: ../drizzled/error.cc:251
1994
msgid "No schema selected"
1975
#: drizzled/error.cc:126
1976
msgid "No database selected"
1997
#: ../drizzled/error.cc:252
1979
#: drizzled/error.cc:128
1998
1980
msgid "Unknown command"
2001
#: ../drizzled/error.cc:253
1983
#: drizzled/error.cc:130
2003
1985
msgid "Column '%-.192s' cannot be null"
2006
#: ../drizzled/error.cc:254
1988
#: drizzled/error.cc:132
2008
msgid "Unknown schema '%-.192s'"
1990
msgid "Unknown database '%-.192s'"
2011
#: ../drizzled/error.cc:255
1993
#: drizzled/error.cc:134
2013
1995
msgid "Table '%-.192s' already exists"
2016
#: ../drizzled/error.cc:256
1998
#: drizzled/error.cc:136
2018
2000
msgid "Unknown table '%-.100s'"
2021
#: ../drizzled/error.cc:257
2003
#: drizzled/error.cc:138
2023
2005
msgid "Column '%-.192s' in %-.192s is ambiguous"
2026
#: ../drizzled/error.cc:258
2008
#: drizzled/error.cc:140
2027
2009
msgid "Server shutdown in progress"
2030
#: ../drizzled/error.cc:259
2012
#: drizzled/error.cc:142
2032
2014
msgid "Unknown column '%-.192s' in '%-.192s'"
2035
#: ../drizzled/error.cc:260
2017
#: drizzled/error.cc:144
2037
2019
msgid "'%-.192s' isn't in GROUP BY"
2040
#: ../drizzled/error.cc:261
2022
#: drizzled/error.cc:146
2042
2024
msgid "Can't group on '%-.192s'"
2045
#: ../drizzled/error.cc:262
2027
#: drizzled/error.cc:148
2046
2028
msgid "Statement has sum functions and columns in same statement"
2049
#: ../drizzled/error.cc:263
2031
#: drizzled/error.cc:150
2050
2032
msgid "Column count doesn't match value count"
2053
#: ../drizzled/error.cc:264
2035
#: drizzled/error.cc:152
2055
2037
msgid "Identifier name '%-.100s' is too long"
2058
#: ../drizzled/error.cc:265
2040
#: drizzled/error.cc:154
2060
2042
msgid "Duplicate column name '%-.192s'"
2063
#: ../drizzled/error.cc:266
2045
#: drizzled/error.cc:156
2065
2047
msgid "Duplicate key name '%-.192s'"
2068
#: ../drizzled/error.cc:267
2050
#: drizzled/error.cc:158
2070
2052
msgid "Duplicate entry '%-.192s' for key %d"
2073
#: ../drizzled/error.cc:268
2055
#: drizzled/error.cc:160
2075
2057
msgid "Incorrect column specifier for column '%-.192s'"
2078
#: ../drizzled/error.cc:269
2060
#: drizzled/error.cc:162
2080
2062
msgid "%s near '%-.80s' at line %d"
2083
#: ../drizzled/error.cc:270
2085
msgid "Parsing error near '%s'"
2088
#: ../drizzled/error.cc:271
2065
#: drizzled/error.cc:164
2089
2066
msgid "Query was empty"
2092
#: ../drizzled/error.cc:272
2069
#: drizzled/error.cc:166
2094
2071
msgid "Not unique table/alias: '%-.192s'"
2097
#: ../drizzled/error.cc:273
2074
#: drizzled/error.cc:168
2099
2076
msgid "Invalid default value for '%-.192s'"
2102
#: ../drizzled/error.cc:274
2079
#: drizzled/error.cc:170
2103
2080
msgid "Multiple primary key defined"
2106
#: ../drizzled/error.cc:275
2083
#: drizzled/error.cc:172
2108
2085
msgid "Too many keys specified; max %d keys allowed"
2111
#: ../drizzled/error.cc:276
2088
#: drizzled/error.cc:174
2113
2090
msgid "Too many key parts specified; max %d parts allowed"
2116
#: ../drizzled/error.cc:277
2093
#: drizzled/error.cc:176
2118
2095
msgid "Specified key was too long; max key length is %d bytes"
2121
#: ../drizzled/error.cc:278
2098
#: drizzled/error.cc:178
2123
2100
msgid "Key column '%-.192s' doesn't exist in table"
2126
#: ../drizzled/error.cc:279
2103
#: drizzled/error.cc:180
2129
2106
"BLOB column '%-.192s' can't be used in key specification with the used table "
2133
#: ../drizzled/error.cc:280
2110
#: drizzled/error.cc:182
2136
2113
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
2140
#: ../drizzled/error.cc:281
2117
#: drizzled/error.cc:184
2142
2119
"Incorrect table definition; there can be only one auto column and it must be "
2143
2120
"defined as a key"
2146
#: ../drizzled/error.cc:282
2123
#: drizzled/error.cc:186
2126
"%s: ready for connections.\n"
2127
"Version: '%s' socket: '%s' port: %d"
2130
#: drizzled/error.cc:188
2148
2132
msgid "%s: Normal shutdown\n"
2151
#: ../drizzled/error.cc:283
2135
#: drizzled/error.cc:190
2153
2137
msgid "%s: Got signal %d. Aborting!\n"
2156
#: ../drizzled/error.cc:284
2140
#: drizzled/error.cc:192
2158
2142
msgid "%s: Shutdown complete\n"
2161
#: ../drizzled/error.cc:285
2145
#: drizzled/error.cc:194
2163
msgid "%s: Forcing close of thread %<PRIu64> user: '%-.48s'\n"
2147
msgid "%s: Forcing close of thread %ld user: '%-.48s'\n"
2166
#: ../drizzled/error.cc:286
2150
#: drizzled/error.cc:196
2167
2151
msgid "Can't create IP socket"
2170
#: ../drizzled/error.cc:287
2154
#: drizzled/error.cc:198
2173
2157
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
2177
#: ../drizzled/error.cc:288
2161
#: drizzled/error.cc:200
2180
2164
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
2181
2165
"check the manual"
2184
#: ../drizzled/error.cc:289
2168
#: drizzled/error.cc:202
2186
2170
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
2189
#: ../drizzled/error.cc:290
2173
#: drizzled/error.cc:204
2192
"The file '%-.128s' must be in the schema directory or be readable by all"
2176
"The file '%-.128s' must be in the database directory or be readable by all"
2195
#: ../drizzled/error.cc:291
2179
#: drizzled/error.cc:206
2197
2181
msgid "File '%-.200s' already exists"
2200
#: ../drizzled/error.cc:292
2184
#: drizzled/error.cc:208
2202
2186
msgid "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
2205
#: ../drizzled/error.cc:293
2189
#: drizzled/error.cc:210
2191
msgid "Records: %ld Duplicates: %ld"
2194
#: drizzled/error.cc:212
2207
2196
"Incorrect prefix key; the used key part isn't a string, the used length is "
2208
2197
"longer than the key part, or the storage engine doesn't support unique "
2212
#: ../drizzled/error.cc:294
2201
#: drizzled/error.cc:214
2213
2202
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
2216
#: ../drizzled/error.cc:295
2205
#: drizzled/error.cc:216
2218
2207
msgid "Can't DROP '%-.192s'; check that column/key exists"
2221
#: ../drizzled/error.cc:296
2210
#: drizzled/error.cc:218
2223
2212
msgid "Records: %ld Duplicates: %ld Warnings: %ld"
2226
#: ../drizzled/error.cc:297
2215
#: drizzled/error.cc:220
2228
2217
msgid "You can't specify target table '%-.192s' for update in FROM clause"
2231
#. KILL session errors
2232
#: ../drizzled/error.cc:300
2234
msgid "Unknown session id: %lu"
2237
#: ../drizzled/error.cc:301
2239
msgid "You are not the owner of session %lu"
2242
#: ../drizzled/error.cc:302
2243
msgid "You cannot kill the session you are connected from."
2246
#: ../drizzled/error.cc:305
2220
#: drizzled/error.cc:222
2222
msgid "Unknown thread id: %lu"
2225
#: drizzled/error.cc:224
2227
msgid "You are not owner of thread %lu"
2230
#: drizzled/error.cc:226
2247
2231
msgid "No tables used"
2250
#: ../drizzled/error.cc:306
2234
#: drizzled/error.cc:228
2236
msgid "Too many strings for column %-.192s and SET"
2239
#: drizzled/error.cc:230
2241
msgid "Can't generate a unique log-filename %-.200s.(1-999)\n"
2244
#: drizzled/error.cc:232
2246
msgid "Table '%-.192s' was locked with a READ lock and can't be updated"
2249
#: drizzled/error.cc:234
2251
msgid "Table '%-.192s' was not locked with LOCK TABLES"
2254
#: drizzled/error.cc:236
2252
2256
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
2255
#: ../drizzled/error.cc:307
2259
#: drizzled/error.cc:238
2257
msgid "Incorrect schema name '%-.100s'"
2261
msgid "Incorrect database name '%-.100s'"
2260
#: ../drizzled/error.cc:308
2264
#: drizzled/error.cc:240
2262
2266
msgid "Incorrect table name '%-.100s'"
2265
#: ../drizzled/error.cc:309
2269
#: drizzled/error.cc:242
2267
2271
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
2268
2272
"use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay"
2271
#: ../drizzled/error.cc:310
2275
#: drizzled/error.cc:244
2272
2276
msgid "Unknown error"
2275
#: ../drizzled/error.cc:311
2279
#: drizzled/error.cc:246
2277
2281
msgid "Unknown procedure '%-.192s'"
2280
#: ../drizzled/error.cc:312
2284
#: drizzled/error.cc:248
2282
2286
msgid "Incorrect parameter count to procedure '%-.192s'"
2285
#: ../drizzled/error.cc:313
2289
#: drizzled/error.cc:250
2291
msgid "Incorrect parameters to procedure '%-.192s'"
2294
#: drizzled/error.cc:252
2287
2296
msgid "Unknown table '%-.192s' in %-.32s"
2290
#: ../drizzled/error.cc:314
2299
#: drizzled/error.cc:254
2292
2301
msgid "Column '%-.192s' specified twice"
2295
#: ../drizzled/error.cc:315
2304
#: drizzled/error.cc:256
2296
2305
msgid "Invalid use of group function"
2299
#: ../drizzled/error.cc:316
2308
#: drizzled/error.cc:258
2302
2311
"Table '%-.192s' uses an extension that doesn't exist in this Drizzle version"
2305
#: ../drizzled/error.cc:317
2314
#: drizzled/error.cc:260
2306
2315
msgid "A table must have at least 1 column"
2309
#: ../drizzled/error.cc:318
2318
#: drizzled/error.cc:262
2311
2320
msgid "The table '%-.192s' is full"
2314
#: ../drizzled/error.cc:319
2323
#: drizzled/error.cc:264
2325
msgid "Unknown character set: '%-.64s'"
2328
#: drizzled/error.cc:266
2316
2330
msgid "Too many tables; Drizzle can only use %d tables in a join"
2319
#: ../drizzled/error.cc:320
2333
#: drizzled/error.cc:268
2320
2334
msgid "Too many columns"
2323
#: ../drizzled/error.cc:321
2337
#: drizzled/error.cc:270
2326
2340
"Row size too large. The maximum row size for the used table type, not "
2327
2341
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
2330
#: ../drizzled/error.cc:322
2344
#: drizzled/error.cc:272
2347
"Thread stack overrun: Used: %ld of a %ld stack. Use 'drizzled -O "
2348
"thread_stack=#' to specify a bigger stack if needed"
2351
#: drizzled/error.cc:274
2331
2352
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
2334
#: ../drizzled/error.cc:323
2355
#: drizzled/error.cc:276
2337
2358
"Table handler doesn't support NULL in given index. Please change column "
2338
2359
"'%-.192s' to be NOT NULL or use another handler"
2341
#: ../drizzled/error.cc:324
2342
msgid "No paths allowed for plugin library"
2345
#: ../drizzled/error.cc:325
2347
msgid "Plugin '%-.192s' already exists"
2350
#: ../drizzled/error.cc:326
2352
msgid "Can't open shared library '%-.192s' (errno: %d %s)"
2355
#: ../drizzled/error.cc:327
2357
msgid "Can't find symbol '%-.128s' in library '%s'"
2360
#: ../drizzled/error.cc:328
2362
#: drizzled/error.cc:278
2364
msgid "Can't load function '%-.192s'"
2367
#: drizzled/error.cc:280
2369
msgid "Can't initialize function '%-.192s'; %-.80s"
2372
#: drizzled/error.cc:282
2373
msgid "No paths allowed for shared library"
2376
#: drizzled/error.cc:284
2378
msgid "Function '%-.192s' already exists"
2381
#: drizzled/error.cc:286
2383
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
2386
#: drizzled/error.cc:288
2388
msgid "Can't find symbol '%-.128s' in library"
2391
#: drizzled/error.cc:290
2393
msgid "Function '%-.192s' is not defined"
2396
#: drizzled/error.cc:292
2399
"Host '%-.64s' is blocked because of many connection errors; unblock with "
2400
"'drizzleadmin flush-hosts'"
2403
#: drizzled/error.cc:294
2405
msgid "Host '%-.64s' is not allowed to connect to this Drizzle server"
2408
#: drizzled/error.cc:296
2410
"You are using Drizzle as an anonymous user and anonymous users are not "
2411
"allowed to change passwords"
2414
#: drizzled/error.cc:298
2416
"You must have privileges to update tables in the drizzle database to be able "
2417
"to change passwords for others"
2420
#: drizzled/error.cc:300
2421
msgid "Can't find any matching row in the user table"
2424
#: drizzled/error.cc:302
2362
2426
msgid "Rows matched: %ld Changed: %ld Warnings: %ld"
2365
#: ../drizzled/error.cc:329
2429
#: drizzled/error.cc:304
2368
2432
"Can't create a new thread (errno %d); if you are not out of available "
2369
2433
"memory, you can consult the manual for a possible OS-dependent bug"
2372
#: ../drizzled/error.cc:330
2436
#: drizzled/error.cc:306
2374
2438
msgid "Column count doesn't match value count at row %ld"
2377
#: ../drizzled/error.cc:331
2441
#: drizzled/error.cc:308
2379
2443
msgid "Can't reopen table: '%-.192s'"
2382
#: ../drizzled/error.cc:332
2446
#: drizzled/error.cc:310
2447
msgid "Invalid use of NULL value"
2450
#: drizzled/error.cc:312
2452
msgid "Got error '%-.64s' from regexp"
2455
#: drizzled/error.cc:314
2384
2457
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
2385
2458
"illegal if there is no GROUP BY clause"
2388
#: ../drizzled/error.cc:333
2461
#: drizzled/error.cc:316
2463
msgid "There is no such grant defined for user '%-.48s' on host '%-.64s'"
2466
#: drizzled/error.cc:318
2468
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for table '%-.192s'"
2471
#: drizzled/error.cc:320
2474
"%-.16s command denied to user '%-.48s'@'%-.64s' for column '%-.192s' in "
2478
#: drizzled/error.cc:322
2480
"Illegal GRANT/REVOKE command; please consult the manual to see which "
2481
"privileges can be used"
2484
#: drizzled/error.cc:324
2485
msgid "The host or user argument to GRANT is too long"
2488
#: drizzled/error.cc:326
2390
2490
msgid "Table '%-.192s.%-.192s' doesn't exist"
2393
#: ../drizzled/error.cc:334
2493
#: drizzled/error.cc:328
2496
"There is no such grant defined for user '%-.48s' on host '%-.64s' on table "
2500
#: drizzled/error.cc:330
2501
msgid "The used command is not allowed with this Drizzle version"
2504
#: drizzled/error.cc:332
2395
2506
"You have an error in your SQL syntax; check the manual that corresponds to "
2396
2507
"your Drizzle server version for the right syntax to use"
2399
#: ../drizzled/error.cc:335
2510
#: drizzled/error.cc:334
2512
msgid "Delayed insert thread couldn't get requested lock for table %-.192s"
2515
#: drizzled/error.cc:336
2516
msgid "Too many delayed threads in use"
2519
#: drizzled/error.cc:338
2521
msgid "Aborted connection %ld to db: '%-.192s' user: '%-.48s' (%-.64s)"
2524
#: drizzled/error.cc:340
2400
2525
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
2403
#: ../drizzled/error.cc:336
2528
#: drizzled/error.cc:342
2529
msgid "Got a read error from the connection pipe"
2532
#: drizzled/error.cc:344
2533
msgid "Got an error from fcntl()"
2536
#: drizzled/error.cc:346
2404
2537
msgid "Got packets out of order"
2407
#: ../drizzled/error.cc:337
2540
#: drizzled/error.cc:348 libdrizzleclient/errmsg.c:97
2541
msgid "Couldn't uncompress communication packet"
2544
#: drizzled/error.cc:350 libdrizzleclient/errmsg.c:99
2545
msgid "Got an error reading communication packets"
2548
#: drizzled/error.cc:352 libdrizzleclient/errmsg.c:101
2549
msgid "Got timeout reading communication packets"
2552
#: drizzled/error.cc:354 libdrizzleclient/errmsg.c:103
2553
msgid "Got an error writing communication packets"
2556
#: drizzled/error.cc:356 libdrizzleclient/errmsg.c:105
2557
msgid "Got timeout writing communication packets"
2560
#: drizzled/error.cc:358
2561
msgid "Result string is longer than 'max_allowed_packet' bytes"
2564
#: drizzled/error.cc:360
2408
2565
msgid "The used table type doesn't support BLOB/TEXT columns"
2411
#: ../drizzled/error.cc:338
2568
#: drizzled/error.cc:362
2412
2569
msgid "The used table type doesn't support AUTO_INCREMENT columns"
2415
#: ../drizzled/error.cc:339
2572
#: drizzled/error.cc:364
2575
"INSERT DELAYED can't be used with table '%-.192s' because it is locked with "
2579
#: drizzled/error.cc:366
2417
2581
msgid "Incorrect column name '%-.100s'"
2420
#: ../drizzled/error.cc:340
2584
#: drizzled/error.cc:368
2422
2586
msgid "The used storage engine can't index column '%-.192s'"
2425
#: ../drizzled/error.cc:341
2589
#: drizzled/error.cc:370
2427
2591
"Unable to open underlying table which is differently defined or of non-"
2428
2592
"MyISAM type or doesn't exist"
2431
#: ../drizzled/error.cc:342
2595
#: drizzled/error.cc:372
2433
2597
msgid "Can't write, because of unique constraint, to table '%-.192s'"
2436
#: ../drizzled/error.cc:343
2600
#: drizzled/error.cc:374
2439
2603
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
2442
#: ../drizzled/error.cc:344
2606
#: drizzled/error.cc:376
2444
2608
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
2445
2609
"UNIQUE instead"
2448
#: ../drizzled/error.cc:345
2612
#: drizzled/error.cc:378
2449
2613
msgid "Result consisted of more than one row"
2452
#: ../drizzled/error.cc:346
2616
#: drizzled/error.cc:380
2453
2617
msgid "This table type requires a primary key"
2456
#: ../drizzled/error.cc:347
2620
#: drizzled/error.cc:382
2621
msgid "This version of Drizzle is not compiled with RAID support"
2624
#: drizzled/error.cc:384
2626
"You are using safe update mode and you tried to update a table without a "
2627
"WHERE that uses a KEY column"
2630
#: drizzled/error.cc:386
2458
2632
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
2461
#: ../drizzled/error.cc:348
2635
#: drizzled/error.cc:388
2462
2636
msgid "Can't open table"
2465
#: ../drizzled/error.cc:349
2639
#: drizzled/error.cc:390
2467
2641
msgid "The storage engine for the table doesn't support %s"
2470
#: ../drizzled/error.cc:350
2644
#: drizzled/error.cc:392
2645
msgid "You are not allowed to execute this command in a transaction"
2648
#: drizzled/error.cc:394
2472
2650
msgid "Got error %d during COMMIT"
2475
#: ../drizzled/error.cc:351
2653
#: drizzled/error.cc:396
2477
2655
msgid "Got error %d during ROLLBACK"
2480
#. This is a very incorrect place to use the PRIi64 macro as the
2481
#. program that looks over the source for the N_() macros does not
2482
#. (obviously) do macro expansion, so the string is entirely wrong for
2483
#. what it is trying to output for every language except english.
2484
#: ../drizzled/error.cc:356
2658
#: drizzled/error.cc:398
2660
msgid "Got error %d during FLUSH_LOGS"
2663
#: drizzled/error.cc:400
2665
msgid "Got error %d during CHECKPOINT"
2668
#: drizzled/error.cc:402
2487
"Aborted connection %<PRIi64> to db: '%-.192s' user: '%-.48s' host: "
2671
"Aborted connection %ld to db: '%-.192s' user: '%-.48s' host: "
2488
2672
"'%-.64s' (%-.64s)"
2491
#: ../drizzled/error.cc:357
2675
#: drizzled/error.cc:404
2676
msgid "The storage engine for the table does not support binary table dump"
2679
#: drizzled/error.cc:406
2680
msgid "Binlog closed, cannot RESET MASTER"
2683
#: drizzled/error.cc:408
2685
msgid "Failed rebuilding the index of dumped table '%-.192s'"
2688
#: drizzled/error.cc:410
2690
msgid "Error from master: '%-.64s'"
2693
#: drizzled/error.cc:412
2694
msgid "Net error reading from master"
2697
#: drizzled/error.cc:414
2698
msgid "Net error writing to master"
2701
#: drizzled/error.cc:416
2702
msgid "Can't find FULLTEXT index matching the column list"
2705
#: drizzled/error.cc:418
2493
2707
"Can't execute the given command because you have active locked tables or an "
2494
2708
"active transaction"
2497
#: ../drizzled/error.cc:358
2711
#: drizzled/error.cc:420
2499
2713
msgid "Unknown system variable '%-.64s'"
2502
#: ../drizzled/error.cc:359
2716
#: drizzled/error.cc:422
2504
2718
msgid "Table '%-.192s' is marked as crashed and should be repaired"
2507
#: ../drizzled/error.cc:360
2721
#: drizzled/error.cc:424
2510
2724
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
2513
#: ../drizzled/error.cc:361
2727
#: drizzled/error.cc:426
2514
2728
msgid "Some non-transactional changed tables couldn't be rolled back"
2517
#: ../drizzled/error.cc:362
2731
#: drizzled/error.cc:428
2733
"Multi-statement transaction required more than 'max_binlog_cache_size' bytes "
2734
"of storage; increase this drizzled variable and try again"
2737
#: drizzled/error.cc:430
2739
"This operation cannot be performed with a running slave; run STOP SLAVE first"
2742
#: drizzled/error.cc:432
2744
"This operation requires a running slave; configure slave and do START SLAVE"
2747
#: drizzled/error.cc:434
2748
msgid "The server is not configured as slave; fix with CHANGE MASTER TO"
2751
#: drizzled/error.cc:436
2753
"Could not initialize master info structure; more error messages can be found "
2754
"in the Drizzle error log"
2757
#: drizzled/error.cc:438
2758
msgid "Could not create slave thread; check system resources"
2761
#: drizzled/error.cc:440
2764
"User %-.64s already has more than 'max_user_connections' active connections"
2767
#: drizzled/error.cc:442
2518
2768
msgid "You may only use constant expressions with SET"
2521
#: ../drizzled/error.cc:363
2771
#: drizzled/error.cc:444
2522
2772
msgid "Lock wait timeout exceeded; try restarting transaction"
2525
#: ../drizzled/error.cc:364
2775
#: drizzled/error.cc:446
2526
2776
msgid "The total number of locks exceeds the lock table size"
2529
#: ../drizzled/error.cc:365
2779
#: drizzled/error.cc:448
2530
2780
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
2533
#: ../drizzled/error.cc:366
2783
#: drizzled/error.cc:450
2534
2784
msgid "DROP DATABASE not allowed while thread is holding global read lock"
2537
#: ../drizzled/error.cc:367
2787
#: drizzled/error.cc:452
2788
msgid "CREATE DATABASE not allowed while thread is holding global read lock"
2791
#: drizzled/error.cc:454
2539
2793
msgid "Incorrect arguments to %s"
2542
#: ../drizzled/error.cc:368
2796
#: drizzled/error.cc:456
2798
msgid "'%-.48s'@'%-.64s' is not allowed to create new users"
2801
#: drizzled/error.cc:458
2803
"Incorrect table definition; all MERGE tables must be in the same database"
2806
#: drizzled/error.cc:460
2543
2807
msgid "Deadlock found when trying to get lock; try restarting transaction"
2546
#: ../drizzled/error.cc:369
2810
#: drizzled/error.cc:462
2547
2811
msgid "The used table type doesn't support FULLTEXT indexes"
2550
#: ../drizzled/error.cc:370
2814
#: drizzled/error.cc:464
2551
2815
msgid "Cannot add foreign key constraint"
2554
#: ../drizzled/error.cc:371
2818
#: drizzled/error.cc:466
2555
2819
msgid "Cannot add or update a child row: a foreign key constraint fails"
2558
#: ../drizzled/error.cc:372
2822
#: drizzled/error.cc:468
2559
2823
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
2562
#: ../drizzled/error.cc:373
2826
#: drizzled/error.cc:470
2828
msgid "Error connecting to master: %-.128s"
2831
#: drizzled/error.cc:472
2833
msgid "Error running query on master: %-.128s"
2836
#: drizzled/error.cc:474
2838
msgid "Error when executing command %s: %-.128s"
2841
#: drizzled/error.cc:476
2564
2843
msgid "Incorrect usage of %s and %s"
2567
#: ../drizzled/error.cc:374
2846
#: drizzled/error.cc:478
2568
2847
msgid "The used SELECT statements have a different number of columns"
2571
#: ../drizzled/error.cc:375
2850
#: drizzled/error.cc:480
2572
2851
msgid "Can't execute the query because you have a conflicting read lock"
2575
#: ../drizzled/error.cc:376
2854
#: drizzled/error.cc:482
2855
msgid "Mixing of transactional and non-transactional tables is disabled"
2858
#: drizzled/error.cc:484
2860
msgid "Option '%s' used twice in statement"
2863
#: drizzled/error.cc:486
2865
msgid "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
2868
#: drizzled/error.cc:488
2870
msgid "Access denied; you need the %-.128s privilege for this operation"
2873
#: drizzled/error.cc:490
2578
2876
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
2581
#: ../drizzled/error.cc:377
2879
#: drizzled/error.cc:492
2584
2882
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
2587
#: ../drizzled/error.cc:378
2885
#: drizzled/error.cc:494
2589
2887
msgid "Variable '%-.64s' doesn't have a default value"
2592
#: ../drizzled/error.cc:379
2890
#: drizzled/error.cc:496
2594
2892
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
2597
#: ../drizzled/error.cc:380
2895
#: drizzled/error.cc:498
2599
2897
msgid "Incorrect argument type to variable '%-.64s'"
2602
#: ../drizzled/error.cc:381
2900
#: drizzled/error.cc:500
2604
2902
msgid "Variable '%-.64s' can only be set, not read"
2607
#: ../drizzled/error.cc:382
2905
#: drizzled/error.cc:502
2609
2907
msgid "Incorrect usage/placement of '%s'"
2612
#: ../drizzled/error.cc:383
2910
#: drizzled/error.cc:504
2614
2912
msgid "This version of Drizzle doesn't yet support '%s'"
2617
#: ../drizzled/error.cc:384
2915
#: drizzled/error.cc:506
2918
"Got fatal error %d: '%-.128s' from master when reading data from binary log"
2921
#: drizzled/error.cc:508
2922
msgid "Slave SQL thread ignored the query because of replicate-*-table rules"
2925
#: drizzled/error.cc:510
2619
2927
msgid "Variable '%-.192s' is a %s variable"
2622
#: ../drizzled/error.cc:385
2930
#: drizzled/error.cc:512
2624
2932
msgid "Incorrect foreign key definition for '%-.192s': %s"
2627
#: ../drizzled/error.cc:386
2935
#: drizzled/error.cc:514
2628
2936
msgid "Key reference and table reference don't match"
2631
#: ../drizzled/error.cc:387
2939
#: drizzled/error.cc:516
2633
2941
msgid "Operand should contain %d column(s)"
2636
#: ../drizzled/error.cc:388
2944
#: drizzled/error.cc:518
2637
2945
msgid "Subquery returns more than 1 row"
2640
#: ../drizzled/error.cc:389
2948
#: drizzled/error.cc:520
2950
msgid "Unknown prepared statement handler (%.*s) given to %s"
2953
#: drizzled/error.cc:522
2954
msgid "Help database is corrupt or does not exist"
2957
#: drizzled/error.cc:524
2958
msgid "Cyclic reference on subqueries"
2961
#: drizzled/error.cc:526
2642
2963
msgid "Converting column '%s' from %s to %s"
2645
#: ../drizzled/error.cc:390
2966
#: drizzled/error.cc:528
2647
2968
msgid "Reference '%-.64s' not supported (%s)"
2650
#: ../drizzled/error.cc:391
2971
#: drizzled/error.cc:530
2651
2972
msgid "Every derived table must have its own alias"
2654
#: ../drizzled/error.cc:392
2975
#: drizzled/error.cc:532
2656
2977
msgid "Select %u was reduced during optimization"
2659
#: ../drizzled/error.cc:393
2980
#: drizzled/error.cc:534
2661
2982
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
2664
#: ../drizzled/error.cc:394
2985
#: drizzled/error.cc:536
2987
"Client does not support authentication protocol requested by server; "
2988
"consider upgrading Drizzle client"
2991
#: drizzled/error.cc:538
2665
2992
msgid "All parts of a SPATIAL index must be NOT NULL"
2668
#: ../drizzled/error.cc:395
2995
#: drizzled/error.cc:540
2670
2997
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
2673
#: ../drizzled/error.cc:396
3000
#: drizzled/error.cc:542
3001
msgid "Slave is already running"
3004
#: drizzled/error.cc:544
3005
msgid "Slave already has been stopped"
3008
#: drizzled/error.cc:546
2676
"Uncompressed data size too large; the maximum size is %d (based on "
2677
"max_allowed_packet). The length of uncompressed data may also be corrupted."
3011
"Uncompressed data size too large; the maximum size is %d (probably, length "
3012
"of uncompressed data was corrupted)"
2680
#: ../drizzled/error.cc:397
3015
#: drizzled/error.cc:548
2681
3016
msgid "ZLIB: Not enough memory"
2684
#: ../drizzled/error.cc:398
3019
#: drizzled/error.cc:550
2686
3021
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
2687
3022
"data was corrupted)"
2690
#: ../drizzled/error.cc:399
3025
#: drizzled/error.cc:552
2691
3026
msgid "ZLIB: Input data corrupted"
2694
#: ../drizzled/error.cc:400
3029
#: drizzled/error.cc:554
2696
3031
msgid "%d line(s) were cut by GROUP_CONCAT()"
2699
#: ../drizzled/error.cc:401
3034
#: drizzled/error.cc:556
2701
3036
msgid "Row %ld doesn't contain data for all columns"
2704
#: ../drizzled/error.cc:402
3039
#: drizzled/error.cc:558
2707
3042
"Row %ld was truncated; it contained more data than there were input columns"
2710
#: ../drizzled/error.cc:403
3045
#: drizzled/error.cc:560
2713
3048
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
2716
#: ../drizzled/error.cc:404
3051
#: drizzled/error.cc:562
2718
3053
msgid "Out of range value for column '%s' at row %ld"
2721
#: ../drizzled/error.cc:405
3056
#: drizzled/error.cc:564
2723
3058
msgid "Data truncated for column '%s' at row %ld"
2726
#: ../drizzled/error.cc:406
3061
#: drizzled/error.cc:566
3063
msgid "Using storage engine %s for table '%s'"
3066
#: drizzled/error.cc:568
2728
3068
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
2731
#: ../drizzled/error.cc:407
3071
#: drizzled/error.cc:570
3072
msgid "Cannot drop one or more of the requested users"
3075
#: drizzled/error.cc:572
3076
msgid "Can't revoke all privileges for one or more of the requested users"
3079
#: drizzled/error.cc:574
2733
3081
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
2736
#: ../drizzled/error.cc:408
3084
#: drizzled/error.cc:576
2738
3086
msgid "Illegal mix of collations for operation '%s'"
2741
#: ../drizzled/error.cc:409
3089
#: drizzled/error.cc:578
2744
3092
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
2745
3093
"variable_name)"
2748
#: ../drizzled/error.cc:410
3096
#: drizzled/error.cc:580
2750
3098
msgid "Unknown collation: '%-.64s'"
2753
#: ../drizzled/error.cc:411
3101
#: drizzled/error.cc:582
3103
"SSL parameters in CHANGE MASTER are ignored because this Drizzle slave was "
3104
"compiled without SSL support; they can be used later if Drizzle slave with "
3108
#: drizzled/error.cc:584
3111
"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the "
3112
"old format; please change the password to the new format"
3115
#: drizzled/error.cc:586
2756
3118
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
2760
#: ../drizzled/error.cc:412
3122
#: drizzled/error.cc:588
3123
msgid "Incorrect parameter or combination of parameters for START SLAVE UNTIL"
3126
#: drizzled/error.cc:590
3128
"It is recommended to use --skip-slave-start when doing step-by-step "
3129
"replication with START SLAVE UNTIL; otherwise, you will get problems if you "
3130
"get an unexpected slave's drizzled restart"
3133
#: drizzled/error.cc:592
3134
msgid "SQL thread is not to be started so UNTIL options are ignored"
3137
#: drizzled/error.cc:594
2762
3139
msgid "Incorrect index name '%-.100s'"
2765
#: ../drizzled/error.cc:413
3142
#: drizzled/error.cc:596
2767
3144
msgid "Incorrect catalog name '%-.100s'"
2770
#: ../drizzled/error.cc:414
3147
#: drizzled/error.cc:598
3149
msgid "Query cache failed to set size %lu; new query cache size is %lu"
3152
#: drizzled/error.cc:600
2772
3154
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
2775
#: ../drizzled/error.cc:415
3157
#: drizzled/error.cc:602
3159
msgid "Unknown key cache '%-.100s'"
3162
#: drizzled/error.cc:604
3164
"Drizzle is started in --skip-name-resolve mode; you must restart it without "
3165
"this switch for this grant to work"
3168
#: drizzled/error.cc:606
2777
3170
msgid "Unknown table engine '%s'"
2780
#: ../drizzled/error.cc:416
3173
#: drizzled/error.cc:608
3175
msgid "'%s' is deprecated; use '%s' instead"
3178
#: drizzled/error.cc:610
2782
3180
msgid "The target table %-.100s of the %s is not updatable"
2785
#: ../drizzled/error.cc:417
3183
#: drizzled/error.cc:612
2788
3186
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
2792
#: ../drizzled/error.cc:418
3190
#: drizzled/error.cc:614
2795
3193
"The Drizzle server is running with the %s option so it cannot execute this "
2799
#: ../drizzled/error.cc:419
3197
#: drizzled/error.cc:616
2801
3199
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
2804
#: ../drizzled/error.cc:420
3202
#: drizzled/error.cc:618
2806
3204
msgid "Truncated incorrect %-.32s value: '%-.128s'"
2809
#: ../drizzled/error.cc:421
3207
#: drizzled/error.cc:620
2811
3209
"Incorrect table definition; there can be only one TIMESTAMP column with "
2812
3210
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
2815
#: ../drizzled/error.cc:422
3213
#: drizzled/error.cc:622
2817
3215
msgid "Invalid ON UPDATE clause for '%-.192s' column"
2820
#: ../drizzled/error.cc:423
3218
#: drizzled/error.cc:624
3219
msgid "This command is not supported in the prepared statement protocol yet"
3222
#: drizzled/error.cc:626
2822
3224
msgid "Got error %d '%-.100s' from %s"
2825
#: ../drizzled/error.cc:424
3227
#: drizzled/error.cc:628
2827
3229
msgid "Got temporary error %d '%-.100s' from %s"
2830
#: ../drizzled/error.cc:425
3232
#: drizzled/error.cc:630
2832
3234
msgid "Unknown or incorrect time zone: '%-.64s'"
2835
#: ../drizzled/error.cc:426
3237
#: drizzled/error.cc:632
3239
msgid "Invalid TIMESTAMP value in column '%s' at row %ld"
3242
#: drizzled/error.cc:634
2837
3244
msgid "Invalid %s character string: '%.64s'"
2840
#: ../drizzled/error.cc:427
3247
#: drizzled/error.cc:636
2842
3249
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
2845
#: ../drizzled/error.cc:428
3252
#: drizzled/error.cc:638
3254
msgid "Conflicting declarations: '%s%s' and '%s%s'"
3257
#: drizzled/error.cc:640
3259
msgid "Can't create a %s from within another stored routine"
3262
#: drizzled/error.cc:642
3264
msgid "%s %s already exists"
3267
#: drizzled/error.cc:644
2847
3269
msgid "%s %s does not exist"
2850
#: ../drizzled/error.cc:429
3272
#: drizzled/error.cc:646
3274
msgid "Failed to DROP %s %s"
3277
#: drizzled/error.cc:648
3279
msgid "Failed to CREATE %s %s"
3282
#: drizzled/error.cc:650
3284
msgid "%s with no matching label: %s"
3287
#: drizzled/error.cc:652
3289
msgid "Redefining label %s"
3292
#: drizzled/error.cc:654
3294
msgid "End-label %s without match"
3297
#: drizzled/error.cc:656
3299
msgid "Referring to uninitialized variable %s"
3302
#: drizzled/error.cc:658
3304
msgid "PROCEDURE %s can't return a result set in the given context"
3307
#: drizzled/error.cc:660
3308
msgid "RETURN is only allowed in a FUNCTION"
3311
#: drizzled/error.cc:662
3313
msgid "%s is not allowed in stored procedures"
3316
#: drizzled/error.cc:664
3318
"The update log is deprecated and replaced by the binary log; SET "
3319
"SQL_LOG_UPDATE has been ignored"
3322
#: drizzled/error.cc:666
3324
"The update log is deprecated and replaced by the binary log; SET "
3325
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
3328
#: drizzled/error.cc:668
2851
3329
msgid "Query execution was interrupted"
2854
#: ../drizzled/error.cc:430
3332
#: drizzled/error.cc:670
3334
msgid "Incorrect number of arguments for %s %s; expected %u, got %u"
3337
#: drizzled/error.cc:672
3339
msgid "Undefined CONDITION: %s"
3342
#: drizzled/error.cc:674
3344
msgid "No RETURN found in FUNCTION %s"
3347
#: drizzled/error.cc:676
3349
msgid "FUNCTION %s ended without RETURN"
3352
#: drizzled/error.cc:678
3353
msgid "Cursor statement must be a SELECT"
3356
#: drizzled/error.cc:680
3357
msgid "Cursor SELECT must not have INTO"
3360
#: drizzled/error.cc:682
3362
msgid "Undefined CURSOR: %s"
3365
#: drizzled/error.cc:684
3366
msgid "Cursor is already open"
3369
#: drizzled/error.cc:686
3370
msgid "Cursor is not open"
3373
#: drizzled/error.cc:688
3375
msgid "Undeclared variable: %s"
3378
#: drizzled/error.cc:690
3379
msgid "Incorrect number of FETCH variables"
3382
#: drizzled/error.cc:692
3383
msgid "No data - zero rows fetched, selected, or processed"
3386
#: drizzled/error.cc:694
3388
msgid "Duplicate parameter: %s"
3391
#: drizzled/error.cc:696
3393
msgid "Duplicate variable: %s"
3396
#: drizzled/error.cc:698
3398
msgid "Duplicate condition: %s"
3401
#: drizzled/error.cc:700
3403
msgid "Duplicate cursor: %s"
3406
#: drizzled/error.cc:702
3408
msgid "Failed to ALTER %s %s"
3411
#: drizzled/error.cc:704
3412
msgid "Subquery value not supported"
3415
#: drizzled/error.cc:706
3417
msgid "%s is not allowed in stored function or trigger"
3420
#: drizzled/error.cc:708
3421
msgid "Variable or condition declaration after cursor or handler declaration"
3424
#: drizzled/error.cc:710
3425
msgid "Cursor declaration after handler declaration"
3428
#: drizzled/error.cc:712
3429
msgid "Case not found for CASE statement"
3432
#: drizzled/error.cc:714
3434
msgid "Configuration file '%-.192s' is too big"
3437
#: drizzled/error.cc:716
3439
msgid "Malformed file type header in file '%-.192s'"
3442
#: drizzled/error.cc:718
3444
msgid "Unexpected end of file while parsing comment '%-.200s'"
3447
#: drizzled/error.cc:720
3449
msgid "Error while parsing parameter '%-.192s' (line: '%-.192s')"
3452
#: drizzled/error.cc:722
3454
msgid "Unexpected end of file while skipping unknown parameter '%-.192s'"
3457
#: drizzled/error.cc:724
3458
msgid "EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
3461
#: drizzled/error.cc:726
3463
msgid "File '%-.192s' has unknown type '%-.64s' in its header"
3466
#: drizzled/error.cc:728
3468
msgid "'%-.192s.%-.192s' is not %s"
3471
#: drizzled/error.cc:730
3473
msgid "Column '%-.192s' is not updatable"
3476
#: drizzled/error.cc:732
3477
msgid "View's SELECT contains a subquery in the FROM clause"
3480
#: drizzled/error.cc:734
3482
msgid "View's SELECT contains a '%s' clause"
3485
#: drizzled/error.cc:736
3486
msgid "View's SELECT contains a variable or parameter"
3489
#: drizzled/error.cc:738
3491
msgid "View's SELECT refers to a temporary table '%-.192s'"
3494
#: drizzled/error.cc:740
3495
msgid "View's SELECT and view's field list have different column counts"
3498
#: drizzled/error.cc:742
3500
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
3503
#: drizzled/error.cc:744
3504
msgid "View being updated does not have complete key of underlying table in it"
3507
#: drizzled/error.cc:746
2857
3510
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
2858
3511
"(s) or definer/invoker of view lack rights to use them"
2861
#: ../drizzled/error.cc:431
3514
#: drizzled/error.cc:748
3516
msgid "Can't drop or alter a %s from within another stored routine"
3519
#: drizzled/error.cc:750
3520
msgid "GOTO is not allowed in a stored procedure handler"
3523
#: drizzled/error.cc:752
3524
msgid "Trigger already exists"
3527
#: drizzled/error.cc:754
3528
msgid "Trigger does not exist"
3531
#: drizzled/error.cc:756
3533
msgid "Trigger's '%-.192s' is view or temporary table"
3536
#: drizzled/error.cc:758
3538
msgid "Updating of %s row is not allowed in %strigger"
3541
#: drizzled/error.cc:760
3543
msgid "There is no %s row in %s trigger"
3546
#: drizzled/error.cc:762
2863
3548
msgid "Field '%-.192s' doesn't have a default value"
2866
#: ../drizzled/error.cc:432
3551
#: drizzled/error.cc:764
2867
3552
msgid "Division by 0"
2870
#: ../drizzled/error.cc:433
3555
#: drizzled/error.cc:766
2872
3557
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
2875
#: ../drizzled/error.cc:434
3560
#: drizzled/error.cc:768
2877
3562
msgid "Illegal %s '%-.192s' value found during parsing"
2880
#: ../drizzled/error.cc:435
3565
#: drizzled/error.cc:770
3567
msgid "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
3570
#: drizzled/error.cc:772
3572
msgid "CHECK OPTION failed '%-.192s.%-.192s'"
3575
#: drizzled/error.cc:774
3577
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
3580
#: drizzled/error.cc:776
3582
msgid "Failed purging old relay logs: %s"
3585
#: drizzled/error.cc:778
3587
msgid "Password hash should be a %d-digit hexadecimal number"
3590
#: drizzled/error.cc:780
3591
msgid "Target log not found in binlog index"
3594
#: drizzled/error.cc:782
3595
msgid "I/O error reading log index file"
3598
#: drizzled/error.cc:784
3599
msgid "Server configuration does not permit binlog purge"
3602
#: drizzled/error.cc:786
3603
msgid "Failed on fseek()"
3606
#: drizzled/error.cc:788
3607
msgid "Fatal error during log purge"
3610
#: drizzled/error.cc:790
3611
msgid "A purgeable log is in use, will not purge"
3614
#: drizzled/error.cc:792
3615
msgid "Unknown error during log purge"
3618
#: drizzled/error.cc:794
3620
msgid "Failed initializing relay log position: %s"
3623
#: drizzled/error.cc:796
3624
msgid "You are not using binary logging"
3627
#: drizzled/error.cc:798
3630
"The '%-.64s' syntax is reserved for purposes internal to the Drizzle server"
3633
#: drizzled/error.cc:800
3634
msgid "WSAStartup Failed"
3637
#: drizzled/error.cc:802
3638
msgid "Can't handle procedures with different groups yet"
3641
#: drizzled/error.cc:804
3642
msgid "Select must have a group with this procedure"
3645
#: drizzled/error.cc:806
3646
msgid "Can't use ORDER clause with this procedure"
3649
#: drizzled/error.cc:808
3651
msgid "Binary logging and replication forbid changing the global server %s"
3654
#: drizzled/error.cc:810
3656
msgid "Can't map file: %-.200s, errno: %d"
3659
#: drizzled/error.cc:812
3661
msgid "Wrong magic in %-.64s"
3664
#: drizzled/error.cc:814
3665
msgid "Prepared statement contains too many placeholders"
3668
#: drizzled/error.cc:816
2882
3670
msgid "Key part '%-.192s' length cannot be 0"
2885
#: ../drizzled/error.cc:436
3673
#: drizzled/error.cc:818
3674
msgid "View text checksum failed"
3677
#: drizzled/error.cc:820
3680
"Can not modify more than one base table through a join view '%-.192s.%-.192s'"
3683
#: drizzled/error.cc:822
3685
msgid "Can not insert into join view '%-.192s.%-.192s' without fields list"
3688
#: drizzled/error.cc:824
3690
msgid "Can not delete from join view '%-.192s.%-.192s'"
3693
#: drizzled/error.cc:826
3695
msgid "Operation %s failed for %.256s"
3698
#: drizzled/error.cc:828
3699
msgid "XAER_NOTA: Unknown XID"
3702
#: drizzled/error.cc:830
3703
msgid "XAER_INVAL: Invalid arguments (or unsupported command)"
3706
#: drizzled/error.cc:832
2888
3709
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
2889
3710
"the %.64s state"
2892
#: ../drizzled/error.cc:437
3713
#: drizzled/error.cc:834
3714
msgid "XAER_OUTSIDE: Some work is done outside global transaction"
3717
#: drizzled/error.cc:836
3719
"XAER_RMERR: Fatal error occurred in the transaction branch - check your data "
3723
#: drizzled/error.cc:838
3724
msgid "XA_RBROLLBACK: Transaction branch was rolled back"
3727
#: drizzled/error.cc:840
3730
"There is no such grant defined for user '%-.48s' on host '%-.64s' on routine "
3734
#: drizzled/error.cc:842
3735
msgid "Failed to grant EXECUTE and ALTER ROUTINE privileges"
3738
#: drizzled/error.cc:844
3739
msgid "Failed to revoke all privileges to dropped routine"
3742
#: drizzled/error.cc:846
2894
3744
msgid "Data too long for column '%s' at row %ld"
2897
#: ../drizzled/error.cc:438
3747
#: drizzled/error.cc:848
3749
msgid "Bad SQLSTATE: '%s'"
3752
#: drizzled/error.cc:850
2900
3755
"%s: ready for connections.\n"
2901
"Version: '%s' %s\n"
3756
"Version: '%s' socket: '%s' port: %d %s"
2904
#: ../drizzled/error.cc:439
3759
#: drizzled/error.cc:852
2905
3760
msgid "Can't load value from file with fixed size rows to variable"
2908
#: ../drizzled/error.cc:440
3763
#: drizzled/error.cc:854
3764
msgid "You are not allowed to create a user with GRANT"
3767
#: drizzled/error.cc:856
2910
3769
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
2913
#: ../drizzled/error.cc:441
3772
#: drizzled/error.cc:858
2914
3773
msgid "Table definition has changed, please retry transaction"
2917
#: ../drizzled/error.cc:442
3776
#: drizzled/error.cc:860
3777
msgid "Duplicate handler declared in the same block"
3780
#: drizzled/error.cc:862
3783
"OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-"
3784
"variable in BEFORE trigger"
3787
#: drizzled/error.cc:864
2919
3789
msgid "Not allowed to return a result set from a %s"
2922
#: ../drizzled/error.cc:443
3792
#: drizzled/error.cc:866
2923
3793
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
2926
#: ../drizzled/error.cc:444
3796
#: drizzled/error.cc:868
3798
"A routine failed and has neither NO SQL nor READS SQL DATA in its "
3799
"declaration and binary logging is enabled; if non-transactional tables were "
3800
"updated, the binary log will miss their changes"
3803
#: drizzled/error.cc:870
3805
"This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its "
3806
"declaration and binary logging is enabled (you *might* want to use the less "
3807
"safe log_bin_trust_function_creators variable)"
3810
#: drizzled/error.cc:872
3812
"You do not have the SUPER privilege and binary logging is enabled (you "
3813
"*might* want to use the less safe log_bin_trust_function_creators variable)"
3816
#: drizzled/error.cc:874
3818
"You can't execute a prepared statement which has an open cursor associated "
3819
"with it. Reset the statement to re-execute it."
3822
#: drizzled/error.cc:876
3824
msgid "The statement (%lu) has no open cursor."
3827
#: drizzled/error.cc:878
2928
3829
"Explicit or implicit commit is not allowed in stored function or trigger."
2931
#: ../drizzled/error.cc:445
3832
#: drizzled/error.cc:880
3835
"Field of view '%-.192s.%-.192s' underlying table doesn't have a default value"
3838
#: drizzled/error.cc:882
3839
msgid "Recursive stored functions and triggers are not allowed."
3842
#: drizzled/error.cc:884
2933
3844
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
2936
#: ../drizzled/error.cc:446
3847
#: drizzled/error.cc:886
2938
3849
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
2941
#: ../drizzled/error.cc:447
3852
#: drizzled/error.cc:888
2944
3855
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
2948
#: ../drizzled/error.cc:448
3859
#: drizzled/error.cc:890
3861
"You can't combine write-locking of system tables with other tables or lock "
3865
#: drizzled/error.cc:892
3867
msgid "Unable to connect to foreign data source: %.64s"
3870
#: drizzled/error.cc:894
3873
"There was a problem processing the query on the foreign data source. Data "
3874
"source error: %-.64s"
3877
#: drizzled/error.cc:896
3880
"The foreign data source you are trying to reference does not exist. Data "
3881
"source error: %-.64s"
3884
#: drizzled/error.cc:898
3887
"Can't create federated table. The data source connection string '%-.64s' is "
3888
"not in the correct format"
3891
#: drizzled/error.cc:900
3893
msgid "The data source connection string '%-.64s' is not in the correct format"
3896
#: drizzled/error.cc:902
3898
msgid "Can't create federated table. Foreign data src error: %-.64s"
3901
#: drizzled/error.cc:904
2949
3902
msgid "Trigger in wrong schema"
2952
#: ../drizzled/error.cc:449
3905
#: drizzled/error.cc:906
2955
3908
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
2956
3909
"needed. Use 'drizzled -O thread_stack=#' to specify a bigger stack."
2959
#: ../drizzled/error.cc:450
3912
#: drizzled/error.cc:908
3914
msgid "Routine body for '%-.100s' is too long"
3917
#: drizzled/error.cc:910
3918
msgid "Cannot drop default keycache"
3921
#: drizzled/error.cc:912
2961
3923
msgid "Display width out of range for column '%-.192s' (max = %d)"
2964
#: ../drizzled/error.cc:451
3926
#: drizzled/error.cc:914
3927
msgid "XAER_DUPID: The XID already exists"
3930
#: drizzled/error.cc:916
2966
3932
msgid "Datetime function: %-.32s field overflow"
2969
#: ../drizzled/error.cc:452
3935
#: drizzled/error.cc:918
3938
"Can't update table '%-.192s' in stored function/trigger because it is "
3939
"already used by statement which invoked this stored function/trigger."
3942
#: drizzled/error.cc:920
3945
"The definition of table '%-.192s' prevents operation %.192s on table "
3949
#: drizzled/error.cc:922
3951
"The prepared statement contains a stored routine call that refers to that "
3952
"same statement. It's not allowed to execute a prepared statement in such a "
3956
#: drizzled/error.cc:924
3957
msgid "Not allowed to set autocommit from a stored function or trigger"
3960
#: drizzled/error.cc:926
3961
msgid "Definer is not fully qualified"
3964
#: drizzled/error.cc:928
3967
"View '%-.192s'.'%-.192s' has no definer information (old table format). "
3968
"Current user is used as definer. Please recreate the view!"
3971
#: drizzled/error.cc:930
3974
"You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' "
3978
#: drizzled/error.cc:932
3980
msgid "The user specified as a definer ('%-.64s'@'%-.64s') does not exist"
3983
#: drizzled/error.cc:934
3985
msgid "Changing schema from '%-.192s' to '%-.192s' is not allowed."
3988
#: drizzled/error.cc:936
2972
3991
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
2975
#: ../drizzled/error.cc:453
3994
#: drizzled/error.cc:938
2978
3997
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
2981
#: ../drizzled/error.cc:454
2982
msgid "No data - zero rows fetched, selected, or processed"
2985
#: ../drizzled/error.cc:455
4000
#: drizzled/error.cc:940
4002
msgid "Variable '%-.64s' must be quoted with `...`, or renamed"
4005
#: drizzled/error.cc:942
4008
"No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be "
4009
"activated under the authorization of the invoker, which may have "
4010
"insufficient privileges. Please recreate the trigger."
4013
#: drizzled/error.cc:944
4015
msgid "'%-.192s' has an old format, you should re-create the '%s' object(s)"
4018
#: drizzled/error.cc:946
4021
"Recursive limit %d (as set by the max_sp_recursion_depth variable) was "
4022
"exceeded for routine %.192s"
4025
#: drizzled/error.cc:948
4028
"Failed to load routine %-.192s. The table drizzle.proc is missing, corrupt, "
4029
"or contains bad data (internal code %d)"
4032
#: drizzled/error.cc:950
4034
msgid "Incorrect routine name '%-.192s'"
4037
#: drizzled/error.cc:952
2987
4039
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
2990
#: ../drizzled/error.cc:456
4042
#: drizzled/error.cc:954
4043
msgid "AGGREGATE is not supported for stored functions"
4046
#: drizzled/error.cc:956
4049
"Can't create more than max_prepared_stmt_count statements (current value: %"
4053
#: drizzled/error.cc:958
4055
msgid "`%-.192s`.`%-.192s` contains view recursion"
4058
#: drizzled/error.cc:960
2992
4060
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
2995
#: ../drizzled/error.cc:457
4063
#: drizzled/error.cc:962
2996
4064
msgid "The used table type doesn't support SPATIAL indexes"
2999
#: ../drizzled/error.cc:458
4067
#: drizzled/error.cc:964
4068
msgid "Triggers can not be created on system tables"
4071
#: drizzled/error.cc:966
3001
4073
msgid "Leading spaces are removed from name '%s'"
3004
#: ../drizzled/error.cc:459
4076
#: drizzled/error.cc:968
3005
4077
msgid "Failed to read auto-increment value from storage engine"
3008
#: ../drizzled/error.cc:460
4080
#: drizzled/error.cc:970
4084
#: drizzled/error.cc:972
4088
#: drizzled/error.cc:974
3010
4090
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
3013
#: ../drizzled/error.cc:461
4093
#: drizzled/error.cc:976
4095
msgid "The target table %-.100s of the %s is not insertable-into"
4098
#: drizzled/error.cc:978
4101
"Table '%-.64s' is differently defined or of non-MyISAM type or doesn't exist"
4104
#: drizzled/error.cc:980
3014
4105
msgid "Too high level of nesting for select"
3017
#: ../drizzled/error.cc:462
4108
#: drizzled/error.cc:982
3019
4110
msgid "Name '%-.64s' has become ''"
3022
#: ../drizzled/error.cc:463
4113
#: drizzled/error.cc:984
3024
4115
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
3025
4116
"optional and non-empty FIELDS ENCLOSED BY"
3028
#: ../drizzled/error.cc:464
4119
#: drizzled/error.cc:986
4121
msgid "The foreign server, %s, you are trying to create already exists."
4124
#: drizzled/error.cc:988
4127
"The foreign server name you are trying to reference does not exist. Data "
4128
"source error: %-.64s"
4131
#: drizzled/error.cc:990
3031
4134
"Table storage engine '%-.64s' does not support the create option '%.64s'"
3034
#: ../drizzled/error.cc:465
3036
msgid "Error setting %-.32s. Given value %-.128s %-.128s"
3039
#: ../drizzled/error.cc:466
4137
#: drizzled/error.cc:992
4140
"Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for "
4144
#: drizzled/error.cc:994
4146
msgid "Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
4149
#: drizzled/error.cc:996
4150
msgid "MAXVALUE can only be used in last partition definition"
4153
#: drizzled/error.cc:998
4154
msgid "Subpartitions can only be hash partitions and by key"
4157
#: drizzled/error.cc:1000
4158
msgid "Must define subpartitions on all partitions if on one partition"
4161
#: drizzled/error.cc:1002
4162
msgid "Wrong number of partitions defined, mismatch with previous setting"
4165
#: drizzled/error.cc:1004
4166
msgid "Wrong number of subpartitions defined, mismatch with previous setting"
4169
#: drizzled/error.cc:1006
4170
msgid "Constant/Random expression in (sub)partitioning function is not allowed"
4173
#: drizzled/error.cc:1008
4174
msgid "Expression in RANGE/LIST VALUES must be constant"
4177
#: drizzled/error.cc:1010
4178
msgid "Field in list of fields for partition function not found in table"
4181
#: drizzled/error.cc:1012
4182
msgid "List of fields is only allowed in KEY partitions"
4185
#: drizzled/error.cc:1014
4187
"The partition info in the frm file is not consistent with what can be "
4188
"written into the frm file"
4191
#: drizzled/error.cc:1016
4193
msgid "The %-.192s function returns the wrong type"
4196
#: drizzled/error.cc:1018
4198
msgid "For %-.64s partitions each partition must be defined"
4201
#: drizzled/error.cc:1020
4202
msgid "VALUES LESS THAN value must be strictly increasing for each partition"
4205
#: drizzled/error.cc:1022
4206
msgid "VALUES value must be of same type as partition function"
4209
#: drizzled/error.cc:1024
4210
msgid "Multiple definition of same constant in list partitioning"
4213
#: drizzled/error.cc:1026
4214
msgid "Partitioning can not be used stand-alone in query"
4217
#: drizzled/error.cc:1028
4219
"The mix of handlers in the partitions is not allowed in this version of "
4223
#: drizzled/error.cc:1030
4225
msgid "For the partitioned engine it is necessary to define all %-.64s"
4228
#: drizzled/error.cc:1032
4229
msgid "Too many partitions (including subpartitions) were defined"
4232
#: drizzled/error.cc:1034
4234
"It is only possible to mix RANGE/LIST partitioning with HASH/KEY "
4235
"partitioning for subpartitioning"
4238
#: drizzled/error.cc:1036
4239
msgid "Failed to create specific handler file"
4242
#: drizzled/error.cc:1038
4243
msgid "A BLOB field is not allowed in partition function"
4246
#: drizzled/error.cc:1040
4248
msgid "A %-.192s must include all columns in the table's partitioning function"
4251
#: drizzled/error.cc:1042
4253
msgid "Number of %-.64s = 0 is not an allowed value"
4256
#: drizzled/error.cc:1044
4257
msgid "Partition management on a not partitioned table is not possible"
4260
#: drizzled/error.cc:1046
4262
"Foreign key condition is not yet supported in conjunction with partitioning"
4265
#: drizzled/error.cc:1048
4267
msgid "Error in list of partitions to %-.64s"
4270
#: drizzled/error.cc:1050
4271
msgid "Cannot remove all partitions, use DROP TABLE instead"
4274
#: drizzled/error.cc:1052
4275
msgid "COALESCE PARTITION can only be used on HASH/KEY partitions"
4278
#: drizzled/error.cc:1054
4280
"REORGANIZE PARTITION can only be used to reorganize partitions not to change "
4284
#: drizzled/error.cc:1056
4286
"REORGANIZE PARTITION without parameters can only be used on auto-partitioned "
4287
"tables using HASH PARTITIONs"
4290
#: drizzled/error.cc:1058
4292
msgid "%-.64s PARTITION can only be used on RANGE/LIST partitions"
4295
#: drizzled/error.cc:1060
4296
msgid "Trying to Add partition(s) with wrong number of subpartitions"
4299
#: drizzled/error.cc:1062
4300
msgid "At least one partition must be added"
4303
#: drizzled/error.cc:1064
4304
msgid "At least one partition must be coalesced"
4307
#: drizzled/error.cc:1066
4308
msgid "More partitions to reorganize than there are partitions"
4311
#: drizzled/error.cc:1068
4313
msgid "Duplicate partition name %-.192s"
4316
#: drizzled/error.cc:1070
4317
msgid "It is not allowed to shut off binlog on this command"
4320
#: drizzled/error.cc:1072
4321
msgid "When reorganizing a set of partitions they must be in consecutive order"
4324
#: drizzled/error.cc:1074
4326
"Reorganize of range partitions cannot change total ranges except for last "
4327
"partition where it can extend the range"
4330
#: drizzled/error.cc:1076
4331
msgid "Partition function not supported in this version for this handler"
4334
#: drizzled/error.cc:1078
4335
msgid "Partition state cannot be defined from CREATE/ALTER TABLE"
4338
#: drizzled/error.cc:1080
4340
msgid "The %-.64s handler only supports 32 bit integers in VALUES"
4343
#: drizzled/error.cc:1082
4345
msgid "Plugin '%-.192s' is not loaded"
4348
#: drizzled/error.cc:1084
3041
4350
msgid "Incorrect %-.32s value: '%-.128s'"
3044
#: ../drizzled/error.cc:467
4353
#: drizzled/error.cc:1086
3046
4355
msgid "Table has no partition for value %-.64s"
3049
#: ../drizzled/error.cc:468
4358
#: drizzled/error.cc:1088
4360
msgid "It is not allowed to specify %s more than once"
4363
#: drizzled/error.cc:1090 drizzled/error.cc:1226
4365
msgid "Failed to create %s"
4368
#: drizzled/error.cc:1092 drizzled/error.cc:1116
4370
msgid "Failed to drop %s"
4373
#: drizzled/error.cc:1094
4374
msgid "The handler doesn't support autoextend of tablespaces"
4377
#: drizzled/error.cc:1096
4379
"A size parameter was incorrectly specified, either number or on the form 10M"
4382
#: drizzled/error.cc:1098
4384
"The size number was correct but we don't allow the digit part to be more "
4388
#: drizzled/error.cc:1100
4390
msgid "Failed to alter: %s"
4393
#: drizzled/error.cc:1102
3050
4394
msgid "Writing one row to the row-based binary log failed"
3053
#: ../drizzled/error.cc:469
4397
#: drizzled/error.cc:1104
4399
msgid "Table definition on master and slave does not match: %s"
4402
#: drizzled/error.cc:1106
4404
"Slave running with --log-slave-updates must use row-based binary logging to "
4405
"be able to replicate row-based binary log events"
4408
#: drizzled/error.cc:1108
4410
msgid "Event '%-.192s' already exists"
4413
#: drizzled/error.cc:1110
4415
msgid "Failed to store event %s. Error code %d from storage engine."
4418
#: drizzled/error.cc:1112
4420
msgid "Unknown event '%-.192s'"
4423
#: drizzled/error.cc:1114
4425
msgid "Failed to alter event '%-.192s'"
4428
#: drizzled/error.cc:1118
4429
msgid "INTERVAL is either not positive or too big"
4432
#: drizzled/error.cc:1120
4433
msgid "ENDS is either invalid or before STARTS"
4436
#: drizzled/error.cc:1122
4437
msgid "Event execution time is in the past. Event has been disabled"
4440
#: drizzled/error.cc:1124
4441
msgid "Failed to open drizzle.event"
4444
#: drizzled/error.cc:1126
4445
msgid "No datetime expression provided"
4448
#: drizzled/error.cc:1128
4451
"Column count of drizzle.%s is wrong. Expected %d, found %d. The table is "
4452
"probably corrupted"
4455
#: drizzled/error.cc:1130
4457
msgid "Cannot load from drizzle.%s. The table is probably corrupted"
4460
#: drizzled/error.cc:1132
4461
msgid "Failed to delete the event from drizzle.event"
4464
#: drizzled/error.cc:1134
4465
msgid "Error during compilation of event's body"
4468
#: drizzled/error.cc:1136
4469
msgid "Same old and new event name"
4472
#: drizzled/error.cc:1138
4474
msgid "Data for column '%s' too long"
4477
#: drizzled/error.cc:1140
3055
4479
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
3058
#: ../drizzled/error.cc:470
4482
#: drizzled/error.cc:1142
4485
"The syntax '%s' is deprecated and will be removed in Drizzle %s. Please use %"
4489
#: drizzled/error.cc:1144
4490
msgid "You can't write-lock a log table. Only read access is possible"
4493
#: drizzled/error.cc:1146
4494
msgid "You can't use locks with log tables."
4497
#: drizzled/error.cc:1148
3061
4500
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
3062
4501
"d would lead to a duplicate entry"
3065
#: ../drizzled/error.cc:471
4504
#: drizzled/error.cc:1150
4507
"Column count of drizzle.%s is wrong. Expected %d, found %d. Created with "
4508
"Drizzle %d, now running %d. Please use drizzle_upgrade to fix this error."
4511
#: drizzled/error.cc:1152
4513
"Cannot switch out of the row-based binary log format when the session has "
4514
"open temporary tables"
4517
#: drizzled/error.cc:1154
4519
"Cannot change the binary logging format inside a stored function or trigger"
4522
#: drizzled/error.cc:1156
4524
"The NDB cluster engine does not support changing the binlog format on the "
4528
#: drizzled/error.cc:1158
4529
msgid "Cannot create temporary table with partitions"
4532
#: drizzled/error.cc:1160
4533
msgid "Partition constant is out of partition function domain"
4536
#: drizzled/error.cc:1162
4537
msgid "This partition function is not allowed"
4540
#: drizzled/error.cc:1164
4541
msgid "Error in DDL log"
4544
#: drizzled/error.cc:1166
4545
msgid "Not allowed to use NULL value in VALUES LESS THAN"
4548
#: drizzled/error.cc:1168
4549
msgid "Incorrect partition name"
4552
#: drizzled/error.cc:1170
3067
4554
"Transaction isolation level can't be changed while a transaction is in "
3071
#: ../drizzled/error.cc:472
4558
#: drizzled/error.cc:1172
4561
"ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry "
4562
"'%-.192s' for key '%-.192s'"
4565
#: drizzled/error.cc:1174
4567
msgid "Internal scheduler error %d"
4570
#: drizzled/error.cc:1176
4572
msgid "Error during starting/stopping of the scheduler. Error code %u"
4575
#: drizzled/error.cc:1178
4576
msgid "Engine cannot be used in partitioned tables"
4579
#: drizzled/error.cc:1180
4581
msgid "Cannot activate '%-.64s' log"
4584
#: drizzled/error.cc:1182
4585
msgid "The server was not built with row-based replication"
4588
#: drizzled/error.cc:1184
4589
msgid "Decoding of base64 string failed"
4592
#: drizzled/error.cc:1186
4593
msgid "Recursion of EVENT DDL statements is forbidden when body is present"
4596
#: drizzled/error.cc:1188
4598
"Cannot proceed because system tables used by Event Scheduler were found "
4599
"damaged at server start"
4602
#: drizzled/error.cc:1190
4603
msgid "Only integers allowed as number here"
4606
#: drizzled/error.cc:1192
4607
msgid "This storage engine cannot be used for log tables"
4610
#: drizzled/error.cc:1194
4612
msgid "You cannot '%s' a log table if logging is enabled"
4615
#: drizzled/error.cc:1196
4618
"Cannot rename '%s'. When logging enabled, rename to/from log table must "
4619
"rename two tables: the log table to an archive table and another table back "
4623
#: drizzled/error.cc:1198
3073
4625
msgid "Incorrect parameter count in the call to native function '%-.192s'"
3076
#: ../drizzled/error.cc:473
4628
#: drizzled/error.cc:1200
3078
4630
msgid "Incorrect parameters in the call to native function '%-.192s'"
3081
#: ../drizzled/error.cc:474
4633
#: drizzled/error.cc:1202
4635
msgid "Incorrect parameters in the call to stored function '%-.192s'"
4638
#: drizzled/error.cc:1204
4640
msgid "This function '%-.192s' has the same name as a native function"
4643
#: drizzled/error.cc:1206
3083
4645
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
3086
#: ../drizzled/error.cc:475
4648
#: drizzled/error.cc:1208
4649
msgid "Too many files opened, please execute the command again"
4652
#: drizzled/error.cc:1210 drizzled/error.cc:1212
4654
"Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. "
4655
"The event was dropped immediately after creation."
4658
#: drizzled/error.cc:1214
4660
msgid "The incident %s occurred on the master. Message: %-.64s"
4663
#: drizzled/error.cc:1216
4664
msgid "Table has no partition for some existing values"
4667
#: drizzled/error.cc:1218
4668
msgid "Statement is not safe to log in statement format."
4671
#: drizzled/error.cc:1220
4673
msgid "Fatal error: %s"
4676
#: drizzled/error.cc:1222
4678
msgid "Relay log read failure: %s"
4681
#: drizzled/error.cc:1224
4683
msgid "Relay log write failure: %s"
4686
#: drizzled/error.cc:1228
4688
msgid "Master command %s failed: %s"
4691
#: drizzled/error.cc:1230
4693
msgid "Binary logging not possible. Message: %s"
4696
#: drizzled/error.cc:1232
4698
msgid "View `%-.64s`.`%-.64s` has no creation context"
4701
#: drizzled/error.cc:1234
4703
msgid "Creation context of view `%-.64s`.`%-.64s' is invalid"
4706
#: drizzled/error.cc:1236
4708
msgid "Creation context of stored routine `%-.64s`.`%-.64s` is invalid"
4711
#: drizzled/error.cc:1238
4713
msgid "Corrupted TRG file for table `%-.64s`.`%-.64s`"
4716
#: drizzled/error.cc:1240
4718
msgid "Triggers for table `%-.64s`.`%-.64s` have no creation context"
4721
#: drizzled/error.cc:1242
4723
msgid "Trigger creation context of table `%-.64s`.`%-.64s` is invalid"
4726
#: drizzled/error.cc:1244
4728
msgid "Creation context of event `%-.64s`.`%-.64s` is invalid"
4731
#: drizzled/error.cc:1246
4733
msgid "Cannot open table for trigger `%-.64s`.`%-.64s`"
4736
#: drizzled/error.cc:1248
4738
msgid "Cannot create stored routine `%-.64s`. Check warnings"
4741
#: drizzled/error.cc:1250
4743
msgid "Ambiguous slave modes combination. %s"
4746
#: drizzled/error.cc:1252
4749
"The BINLOG statement of type `%s` was not preceded by a format description "
4753
#: drizzled/error.cc:1254
4754
msgid "Corrupted replication event was detected"
4757
#: drizzled/error.cc:1256
3088
4759
msgid "Invalid column reference (%-.64s) in LOAD DATA"
3091
#: ../drizzled/error.cc:477
4762
#: drizzled/error.cc:1258
4764
msgid "Being purged log %s was not found"
4767
#: drizzled/error.cc:1260
4769
msgid "Converted to non-transactional lock on '%-.64s'"
4772
#: drizzled/error.cc:1262
4774
msgid "Cannot convert to non-transactional lock in strict mode on '%-.64s'"
4777
#: drizzled/error.cc:1264
4780
"Cannot convert to non-transactional lock in an active transaction on '%-.64s'"
4783
#: drizzled/error.cc:1266
4785
msgid "Can't access storage engine of table %-.64s"
4788
#: drizzled/error.cc:1268
4789
msgid "Starting backup process"
4792
#: drizzled/error.cc:1270
4793
msgid "Backup completed"
4796
#: drizzled/error.cc:1272
4797
msgid "Starting restore process"
4800
#: drizzled/error.cc:1274
4801
msgid "Restore completed"
4804
#: drizzled/error.cc:1276
4805
msgid "Nothing to backup"
4808
#: drizzled/error.cc:1278
4810
msgid "Database '%-.64s' cannot be included in a backup"
4813
#: drizzled/error.cc:1280
4815
"Error during backup operation - server's error log contains more information "
4819
#: drizzled/error.cc:1282
4821
"Error during restore operation - server's error log contains more "
4822
"information about the error"
4825
#: drizzled/error.cc:1284
4827
"Can't execute this command because another BACKUP/RESTORE operation is in "
4831
#: drizzled/error.cc:1286
4832
msgid "Error when preparing for backup operation"
4835
#: drizzled/error.cc:1288
4836
msgid "Error when preparing for restore operation"
4839
#: drizzled/error.cc:1290
4841
msgid "Invalid backup location '%-.64s'"
4844
#: drizzled/error.cc:1292
4846
msgid "Can't read backup location '%-.64s'"
4849
#: drizzled/error.cc:1294
4851
msgid "Can't write to backup location '%-.64s' (file already exists?)"
4854
#: drizzled/error.cc:1296
4855
msgid "Can't enumerate server databases"
4858
#: drizzled/error.cc:1298
4859
msgid "Can't enumerate server tables"
4862
#: drizzled/error.cc:1300
4864
msgid "Can't enumerate tables in database %-.64s"
4867
#: drizzled/error.cc:1302
4869
msgid "Skipping view %-.64s in database %-.64s"
4872
#: drizzled/error.cc:1304
4874
msgid "Skipping table %-.64s since it has no valid storage engine"
4877
#: drizzled/error.cc:1306
4879
msgid "Can't open table %-.64s"
4882
#: drizzled/error.cc:1308
4883
msgid "Can't read backup archive preamble"
4886
#: drizzled/error.cc:1310
4887
msgid "Can't write backup archive preamble"
4890
#: drizzled/error.cc:1312
4892
msgid "Can't find backup driver for table %-.64s"
4895
#: drizzled/error.cc:1314
4898
"%-.64s backup driver was selected for table %-.64s but it rejects to handle "
4902
#: drizzled/error.cc:1316
4904
msgid "Can't create %-.64s backup driver"
4907
#: drizzled/error.cc:1318
4909
msgid "Can't create %-.64s restore driver"
4912
#: drizzled/error.cc:1320
4914
msgid "Found %d images in backup archive but maximum %d are supported"
4917
#: drizzled/error.cc:1322
4919
msgid "Error when saving meta-data of %-.64s"
4922
#: drizzled/error.cc:1324
4923
msgid "Error when reading meta-data list"
4926
#: drizzled/error.cc:1326
4928
msgid "Can't create %-.64s"
4931
#: drizzled/error.cc:1328
4932
msgid "Can't allocate buffer for image data transfer"
4935
#: drizzled/error.cc:1330
4937
msgid "Error when writing %-.64s backup image data (for table #%d)"
4940
#: drizzled/error.cc:1332
4941
msgid "Error when reading data from backup stream"
4944
#: drizzled/error.cc:1334
4945
msgid "Can't go to the next chunk in backup stream"
4948
#: drizzled/error.cc:1336
4950
msgid "Can't initialize %-.64s backup driver"
4953
#: drizzled/error.cc:1338
4955
msgid "Can't initialize %-.64s restore driver"
4958
#: drizzled/error.cc:1340
4960
msgid "Can't shut down %-.64s backup driver"
4963
#: drizzled/error.cc:1342
4965
msgid "Can't shut down %-.64s backup driver(s)"
4968
#: drizzled/error.cc:1344
4970
msgid "%-.64s backup driver can't prepare for synchronization"
4973
#: drizzled/error.cc:1346
4975
msgid "%-.64s backup driver can't create its image validity point"
4978
#: drizzled/error.cc:1348
4980
msgid "Can't unlock %-.64s backup driver after creating the validity point"
4983
#: drizzled/error.cc:1350
4985
msgid "%-.64s backup driver can't cancel its backup operation"
4988
#: drizzled/error.cc:1352
4990
msgid "%-.64s restore driver can't cancel its restore operation"
4993
#: drizzled/error.cc:1354
4995
msgid "Error when polling %-.64s backup driver for its image data"
4998
#: drizzled/error.cc:1356
5000
msgid "Error when sending image data (for table #%d) to %-.64s restore driver"
5003
#: drizzled/error.cc:1358
5006
"After %d attempts %-.64s restore driver still can't accept next block of data"
5009
#: drizzled/error.cc:1360
5011
msgid "Open and lock tables failed in %-.64s"
5014
#: drizzled/error.cc:1362
5015
msgid "Backup driver's table locking thread can not be initialized."
5018
#: drizzled/error.cc:1364
5020
"Can't open the online backup progress tables. Check 'drizzle.online_backup' "
5021
"and 'drizzle.online_backup_progress'."
5024
#: drizzled/error.cc:1366
5026
msgid "Tablespace '%-.192s' already exists"
5029
#: drizzled/error.cc:1368
5031
msgid "Tablespace '%-.192s' doesn't exist"
5034
#: drizzled/error.cc:1370
5036
msgid "Unexpected master's heartbeat data: %s"
5039
#: drizzled/error.cc:1372
5041
msgid "The requested value for the heartbeat period %s %s"
5044
#: drizzled/error.cc:1374
5046
msgid "Can't write to the online backup progress log %-.64s."
5049
#: drizzled/error.cc:1376
5051
msgid "Tablespace '%-.192s' not empty"
5054
#: drizzled/error.cc:1378
5057
"Tablespace `%-.64s` needed by tables being restored has changed on the "
5058
"server. The original definition of the required tablespace is '%-.256s' "
5059
"while the same tablespace is defined on the server as '%-.256s'"
5062
#: drizzled/error.cc:1380
5063
msgid "A virtual column cannot be based on a virtual column"
5066
#: drizzled/error.cc:1382
5068
msgid "Non-deterministic expression for virtual column '%s'."
5071
#: drizzled/error.cc:1384
5074
"Generated value for virtual column '%s' cannot be converted to type '%s'."
5077
#: drizzled/error.cc:1386
5078
msgid "Primary key cannot be defined upon a virtual column."
5081
#: drizzled/error.cc:1388
5082
msgid "Key/Index cannot be defined on a non-stored virtual column."
5085
#: drizzled/error.cc:1390
5087
msgid "Cannot define foreign key with %s clause on a virtual column."
5090
#: drizzled/error.cc:1392
5092
msgid "The value specified for virtual column '%s' in table '%s' ignored."
5095
#: drizzled/error.cc:1394
5097
msgid "'%s' is not yet supported for virtual columns."
5100
#: drizzled/error.cc:1396
5101
msgid "Constant expression in virtual column function is not allowed."
5104
#: drizzled/error.cc:1398
5105
msgid "Encountered an unknown temporal type."
5108
#: drizzled/error.cc:1400
5110
msgid "Received an invalid string format '%s' for a date value."
5113
#: drizzled/error.cc:1402
5115
msgid "Received an invalid string format '%s' for a time value."
5118
#: drizzled/error.cc:1404
5120
msgid "Received an invalid value '%s' for a UNIX timestamp."
5123
#: drizzled/error.cc:1406
3093
5125
msgid "Received an invalid datetime value '%s'."
3096
#: ../drizzled/error.cc:478
3098
msgid "Received an invalid DATE value '%s'."
3101
#: ../drizzled/error.cc:479
5128
#: drizzled/error.cc:1408
3103
5130
msgid "Received a NULL argument for function '%s'."
3106
#: ../drizzled/error.cc:480
3108
msgid "Received an invalid timestamp value '%s'."
3111
#: ../drizzled/error.cc:481
3113
msgid "Received an invalid TIME value '%s'."
3116
#: ../drizzled/error.cc:482
3118
msgid "Received an invalid value '%s' for a UNIX timestamp."
3121
#: ../drizzled/error.cc:484
5133
#: drizzled/error.cc:1410
5135
msgid "Received an invalid negative argument '%s' for function '%s'."
5138
#: drizzled/error.cc:1412
3123
5140
msgid "Received an out-of-range argument '%s' for function '%s'."
3126
#: ../drizzled/error.cc:485
3128
msgid "Received an invalid enum value '%s'."
3131
#: ../drizzled/error.cc:486
3132
msgid "Tables which are replicated require a primary key."
3135
#: ../drizzled/error.cc:488
3137
msgid "Corrupt or invalid schema definition for '%s' : %s"
3140
#: ../drizzled/error.cc:489
3142
msgid "Corrupt or invalid table definition for '%s': %s"
3145
#: ../drizzled/error.cc:490
3147
msgid "The number of enum that were required was too high for table '%s'"
3150
#: ../drizzled/error.cc:491
3152
msgid "Corrupt or invalid table definition for '%s'"
3155
#: ../drizzled/error.cc:492
3157
msgid "Collation '%s' for table %s is invalid/unknown"
3160
#: ../drizzled/error.cc:494
3162
msgid "Cannot drop table '%s'"
3165
#: ../drizzled/error.cc:495
3167
msgid "Error occurred while dropping table '%s'"
3170
#: ../drizzled/error.cc:496
3172
msgid "Permission denied to create '%s'"
3175
#: ../drizzled/error.cc:497
3177
msgid "Unknown table '%s'"
3180
#: ../drizzled/error.cc:499
3182
msgid "Cannot create schema '%s'"
3185
#: ../drizzled/error.cc:500
3187
msgid "Schema does not exist: %s"
3190
#: ../drizzled/error.cc:501
3192
msgid "Error altering schema: %s"
3195
#: ../drizzled/error.cc:502
3197
msgid "Error droppping Schema : %s"
3200
#: ../drizzled/error.cc:504
3201
msgid "Temporary table too large, rerun with SQL_BIG_RESULT."
3204
#: ../drizzled/error.cc:505
3206
msgid "Unknown table engine option key/pair %s = %s."
3209
#: ../drizzled/error.cc:506
3211
msgid "Unknown schema engine option key/pair %s = %s."
3214
#: ../drizzled/error.cc:508
3215
msgid "Admin access not allowed from this username/IP address."
3218
#. User lock/barrier error messages
3219
#: ../drizzled/error.cc:511
3220
msgid "wait() can not be called on session owning user defined barrier."
3223
#: ../drizzled/error.cc:512
3224
msgid "Unknown user defined barrier requested."
3227
#: ../drizzled/error.cc:513
3228
msgid "Session does not own user defined barrier."
3231
#: ../drizzled/error.cc:514
3232
msgid "Session can not wait on a user defined lock owned by the session."
3235
#: ../drizzled/error.cc:515
3236
msgid "Session does not own user defined lock."
3239
#: ../drizzled/error.cc:517
3240
msgid "Invalid name for user defined barrier."
3243
#: ../drizzled/error.cc:518
3244
msgid "Invalid name for user defined lock."
3247
#: ../drizzled/error.cc:520
3249
"Either a DEFAULt value or NULL NULL description is required for a new column "
3250
"if table is not empty"
3254
#: ../drizzled/error.cc:523
3257
"Cast to unsigned converted negative integer to it's positive complement: %s"
3260
#: ../drizzled/error.cc:524
3262
msgid "Invalid cast to signed integer: %s"
3265
#: ../drizzled/error.cc:526
3267
msgid "Identifier '%.*s' is a SQL keyword."
3270
#: ../drizzled/error.cc:529
5143
#: drizzled/error.cc:1414
5145
msgid "Received an invalid time value '%s'."
5148
#: drizzled/handler.cc:955
5150
msgid "Found %d prepared transaction(s) in %s"
5153
#: drizzled/handler.cc:1007
5154
msgid "Starting crash recovery..."
5157
#: drizzled/handler.cc:1039
5159
msgid "Found %d prepared XA transactions"
5162
#: drizzled/handler.cc:1044
5165
"Found %d prepared transactions! It means that drizzled was not shut down "
5166
"properly last time and critical recovery information (last binlog or %s "
5167
"file) was manually deleted after a crash. You have to start drizzled with "
5168
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
5171
#: drizzled/handler.cc:1054
5172
msgid "Crash recovery finished."
5175
#: drizzled/handlerton.cc:268
5176
msgid "Too many storage engines!"
5179
#: drizzled/handlerton.cc:273
5181
msgid "Storage engine '%s' has conflicting typecode. Assigning value %d."
5184
#. TRANSLATORS: The leading word "logging" is the name
5185
#. of the plugin api, and so should not be translated.
5186
#: drizzled/logging.cc:65
5188
msgid "logging plugin '%s' deinit() failed"
5191
#. TRANSLATORS: The leading word "logging" is the name
5192
#. of the plugin api, and so should not be translated.
5193
#: drizzled/logging.cc:87
5195
msgid "logging plugin '%s' logging_pre() failed"
5198
#. TRANSLATORS: The leading word "logging" is the name
5199
#. of the plugin api, and so should not be translated.
5200
#: drizzled/logging.cc:119
5202
msgid "logging plugin '%s' logging_post() failed"
5205
#. TRANSLATORS: The leading word "parser" is the name
5206
#. of the plugin api, and so should not be translated.
5207
#: drizzled/parser.cc:42
5209
msgid "parser plugin '%s' init() failed"
5212
#. TRANSLATORS: The leading word "parser" is the name
5213
#. of the plugin api, and so should not be translated.
5214
#: drizzled/parser.cc:67
5216
msgid "parser plugin '%s' deinit() failed"
5219
#. TRANSLATORS: The leading word "parser" is the name
5220
#. of the plugin api, and so should not be translated.
5221
#: drizzled/parser.cc:104
5223
msgid "parser plugin '%s' parser_func1() failed"
5226
#. TRANSLATORS: The leading word "parser" is the name
5227
#. of the plugin api, and so should not be translated.
5228
#: drizzled/parser.cc:158
5230
msgid "parser plugin '%s' parser_func2() failed"
5233
#: drizzled/qcache.cc:38
5235
msgid "qcache plugin '%s' init() failed"
5238
#: drizzled/qcache.cc:60
5240
msgid "qcache plugin '%s' deinit() failed"
5243
#: drizzled/qcache.cc:105
5245
msgid "qcache plugin '%s' try_fetch_and_send() failed"
5248
#: drizzled/qcache.cc:122
5250
msgid "qcache plugin '%s' set() failed"
5253
#: drizzled/qcache.cc:141
5255
msgid "qcache plugin '%s' invalidate_table() failed"
5258
#: drizzled/qcache.cc:160
5260
msgid "qcache plugin '%s' invalidate_db() failed"
5263
#: drizzled/qcache.cc:178
5265
msgid "qcache plugin '%s' flush() failed"
5268
#. TRANSLATORS: The leading word "replicator" is the name
5269
#. of the plugin api, and so should not be translated.
5270
#: drizzled/replicator.cc:41
5272
msgid "replicator plugin '%s' init() failed"
5275
#. TRANSLATORS: The leading word "replicator" is the name
5276
#. of the plugin api, and so should not be translated.
5277
#: drizzled/replicator.cc:65
5279
msgid "replicator plugin '%s' deinit() failed"
5282
#. TRANSLATORS: The leading word "replicator" is the name
5283
#. of the plugin api, and so should not be translated.
5284
#: drizzled/replicator.cc:89
5286
msgid "replicator plugin '%s' session_init() failed"
5289
#. TRANSLATORS: The leading word "replicator" is the name
5290
#. of the plugin api, and so should not be translated.
5291
#: drizzled/replicator.cc:159
5293
msgid "replicator plugin '%s' row_insert() failed"
5296
#. TRANSLATORS: The leading word "replicator" is the name
5297
#. of the plugin api, and so should not be translated.
5298
#: drizzled/replicator.cc:173
5300
msgid "replicator plugin '%s' row_update() failed"
5303
#. TRANSLATORS: The leading word "replicator" is the name
5304
#. of the plugin api, and so should not be translated.
5305
#: drizzled/replicator.cc:187
5307
msgid "replicator plugin '%s' row_delete() failed"
5310
#. TRANSLATORS: The leading word "replicator" is the name
5311
#. of the plugin api, and so should not be translated.
5312
#: drizzled/replicator.cc:272
5314
msgid "replicator plugin '%s' end_transaction() failed"
5317
#. TRANSLATORS: The leading word "replicator" is the name
5318
#. of the plugin api, and so should not be translated.
5319
#: drizzled/replicator.cc:329
5321
msgid "replicator plugin '%s' statement() failed"
5324
#: drizzled/scheduling.cc:55
5326
msgid "scheduling plugin '%s' init() failed"
5329
#. TRANSLATORS: The leading word "scheduling" is the name
5330
#. of the plugin api, and so should not be translated.
5331
#: drizzled/scheduling.cc:98
5333
msgid "scheduling plugin '%s' deinit() failed"
5336
#: drizzled/sql_base.cc:2311
5338
msgid "Table %s had a open data handler in reopen_table"
5341
#: drizzled/sql_base.cc:2960
5343
msgid "Couldn't repair table: %s.%s"
5346
#: drizzled/sql_base.cc:3002
5349
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
5350
"s`.`%s`' to replication"
5353
#: drizzled/sql_base.cc:3609
5355
msgid "Could not remove temporary table: '%s', error: %d"
5358
#: drizzled/sql_plugin.cc:687
5360
msgid "Plugin '%s' of type %s failed deinitialization"
5363
#: drizzled/sql_plugin.cc:701
5365
msgid "Plugin '%s' has ref_count=%d after deinitialization."
5368
#: drizzled/sql_plugin.cc:790
5370
msgid "Plugin '%s' registration as a %s failed."
5373
#: drizzled/sql_plugin.cc:1028
5374
msgid "plugin-load parameter too long"
5377
#: drizzled/sql_plugin.cc:1088
5379
msgid "Couldn't load plugin named '%s' with soname '%s'."
5382
#: drizzled/sql_plugin.cc:1141
5384
msgid "Forcing shutdown of %<PRIu64> plugins"
5387
#: drizzled/sql_plugin.cc:1164
5389
msgid "Plugin '%s' will be forced to shutdown"
5392
#: drizzled/sql_plugin.cc:1180
5394
msgid "Plugin '%s' has ref_count=%d after shutdown."
5397
#: drizzled/sql_plugin.cc:1570
5398
msgid "Out of memory."
5401
#: drizzled/sql_plugin.cc:2419 drizzled/sql_plugin.cc:2482
5403
msgid "Unknown variable type code 0x%x in plugin '%s'."
5406
#: drizzled/sql_plugin.cc:2462
5409
"Server variable %s of plugin %s was forced to be read-only: string variable "
5410
"without update_func and PLUGIN_VAR_MEMALLOC flag"
5413
#: drizzled/sql_plugin.cc:2493
5415
msgid "Missing variable name in plugin '%s'."
5418
#: drizzled/sql_plugin.cc:2510
5420
msgid "Thread local variable '%s' not allocated in plugin '%s'."
5423
#: drizzled/sql_plugin.cc:2629
5425
msgid "Out of memory for plugin '%s'."
5428
#: drizzled/sql_plugin.cc:2636
5430
msgid "Bad options for plugin '%s'."
5433
#: drizzled/sql_plugin.cc:2645
5435
msgid "Parsing options for plugin '%s' failed."
5438
#: drizzled/sql_plugin.cc:2688
5440
msgid "Plugin '%s' has conflicting system variables"
5443
#: drizzled/sql_plugin.cc:2698
5445
msgid "Plugin '%s' disabled by command line option"
5448
#: drizzled/sql_table.cc:130
5450
msgid "Invalid (old?) table or database name '%s'"
5453
#: drizzled/sql_table.cc:2726
5455
msgid "Unknown - internal error %d during operation"
5458
#: drizzled/sql_table.cc:5006
5460
msgid "Could not open table %s.%s after rename\n"
5463
#: drizzled/sql_table.cc:5173
5466
"order_st BY ignored because there is a user-defined clustered index in the "
5470
#: drizzled/sql_udf.cc:41
5471
msgid "Can't allocate memory for udf structures"
5474
#: drizzled/table.cc:378
5477
"'%s' had no or invalid character set, and default character set is multi-"
5478
"byte, so character column sizes may have changed"
5481
#: drizzled/table.cc:2099
5483
msgid "Unknown collation '%s' in table '%-.64s' definition"
5486
#: drizzled/table.cc:2106
5489
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
5493
#: drizzled/table.cc:2721
5496
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
5500
#: drizzled/table.cc:2748
5503
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
5504
"have type %s, found type %s."
5507
#: drizzled/table.cc:2759
5510
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
5511
"position %d to have character set '%s' but the type has no character set."
5514
#: drizzled/table.cc:2771
5517
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
5518
"position %d to have character set '%s' but found character set '%s'."
5521
#: drizzled/table.cc:2784
5524
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
5525
"have type %s but the column is not found."
5528
#: drizzled/table.cc:4897
5530
msgid "Got error %d when reading table '%s'"
5533
#: drizzled/tztime.cc:1061
5535
msgid "Fatal error: Illegal or unknown default time zone '%s'"
5538
#: gnulib/getopt.c:528 gnulib/getopt.c:544
5540
msgid "%s: option `%s' is ambiguous\n"
5543
#: gnulib/getopt.c:577 gnulib/getopt.c:581
5545
msgid "%s: option `--%s' doesn't allow an argument\n"
5548
#: gnulib/getopt.c:590 gnulib/getopt.c:595
5550
msgid "%s: option `%c%s' doesn't allow an argument\n"
5553
#: gnulib/getopt.c:638 gnulib/getopt.c:657 gnulib/getopt.c:973
5554
#: gnulib/getopt.c:992
5556
msgid "%s: option `%s' requires an argument\n"
5559
#: gnulib/getopt.c:695 gnulib/getopt.c:698
5561
msgid "%s: unrecognized option `--%s'\n"
5564
#: gnulib/getopt.c:706 gnulib/getopt.c:709
5566
msgid "%s: unrecognized option `%c%s'\n"
5569
#: gnulib/getopt.c:761 gnulib/getopt.c:764
5571
msgid "%s: illegal option -- %c\n"
5574
#: gnulib/getopt.c:770 gnulib/getopt.c:773
5576
msgid "%s: invalid option -- %c\n"
5579
#: gnulib/getopt.c:825 gnulib/getopt.c:841 gnulib/getopt.c:1045
5580
#: gnulib/getopt.c:1063
5582
msgid "%s: option requires an argument -- %c\n"
5585
#: gnulib/getopt.c:894 gnulib/getopt.c:910
5587
msgid "%s: option `-W %s' is ambiguous\n"
5590
#: gnulib/getopt.c:934 gnulib/getopt.c:952
5592
msgid "%s: option `-W %s' doesn't allow an argument\n"
5595
#: libdrizzleclient/errmsg.c:27
5596
msgid "Unknown Drizzle error"
5599
#: libdrizzleclient/errmsg.c:28
5601
msgid "Can't create UNIX socket (%d)"
5604
#: libdrizzleclient/errmsg.c:29
5606
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
5609
#: libdrizzleclient/errmsg.c:30
5611
msgid "Can't connect to Drizzle server on '%-.100s' (%d)"
5614
#: libdrizzleclient/errmsg.c:31
5616
msgid "Can't create TCP/IP socket (%d)"
5619
#: libdrizzleclient/errmsg.c:32
5621
msgid "Unknown Drizzle server host '%-.100s' (%d)"
5624
#: libdrizzleclient/errmsg.c:33
5625
msgid "Drizzle server has gone away"
5628
#: libdrizzleclient/errmsg.c:34
5630
msgid "Protocol mismatch; server version = %d, client version = %d"
5633
#: libdrizzleclient/errmsg.c:35
5634
msgid "Drizzle client ran out of memory"
5637
#: libdrizzleclient/errmsg.c:36
5638
msgid "Wrong host info"
5641
#: libdrizzleclient/errmsg.c:37
5642
msgid "Localhost via UNIX socket"
5645
#: libdrizzleclient/errmsg.c:38
5647
msgid "%-.100s via TCP/IP"
5650
#: libdrizzleclient/errmsg.c:39
5651
msgid "Error in server handshake"
5654
#: libdrizzleclient/errmsg.c:40
5655
msgid "Lost connection to Drizzle server during query"
5658
#: libdrizzleclient/errmsg.c:41
5659
msgid "Commands out of sync; you can't run this command now"
5662
#: libdrizzleclient/errmsg.c:42
5664
msgid "Named pipe: %-.32s"
5667
#: libdrizzleclient/errmsg.c:43
5669
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
5672
#: libdrizzleclient/errmsg.c:44
5674
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
5677
#: libdrizzleclient/errmsg.c:45
5679
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
5682
#: libdrizzleclient/errmsg.c:46
5684
msgid "Can't initialize character set %-.32s (path: %-.100s)"
5687
#: libdrizzleclient/errmsg.c:47
5688
msgid "Got packet bigger than 'max_allowed_packet' bytes"
5691
#: libdrizzleclient/errmsg.c:48
5692
msgid "Embedded server"
5695
#: libdrizzleclient/errmsg.c:49
5696
msgid "Error on SHOW SLAVE STATUS:"
5699
#: libdrizzleclient/errmsg.c:50
5700
msgid "Error on SHOW SLAVE HOSTS:"
5703
#: libdrizzleclient/errmsg.c:51
5704
msgid "Error connecting to slave:"
5707
#: libdrizzleclient/errmsg.c:52
5708
msgid "Error connecting to master:"
5711
#: libdrizzleclient/errmsg.c:53
5712
msgid "SSL connection error"
5715
#: libdrizzleclient/errmsg.c:54
5716
msgid "Malformed packet"
5719
#: libdrizzleclient/errmsg.c:55 libdrizzleclient/errmsg.c:66
5720
#: libdrizzleclient/errmsg.c:67 libdrizzleclient/errmsg.c:68
5721
#: libdrizzleclient/errmsg.c:69 libdrizzleclient/errmsg.c:70
5722
#: libdrizzleclient/errmsg.c:71 libdrizzleclient/errmsg.c:72
5723
#: libdrizzleclient/errmsg.c:73 libdrizzleclient/errmsg.c:74
5724
msgid "(unused error message)"
5727
#: libdrizzleclient/errmsg.c:56
5728
msgid "Invalid use of null pointer"
5731
#: libdrizzleclient/errmsg.c:57
5732
msgid "Statement not prepared"
5735
#: libdrizzleclient/errmsg.c:58
5736
msgid "No data supplied for parameters in prepared statement"
5739
#: libdrizzleclient/errmsg.c:59
5740
msgid "Data truncated"
5743
#: libdrizzleclient/errmsg.c:60
5744
msgid "No parameters exist in the statement"
5747
#: libdrizzleclient/errmsg.c:61
5748
msgid "Invalid parameter number"
5751
#: libdrizzleclient/errmsg.c:62
5754
"Can't send long data for non-string/non-binary data types (parameter: %d)"
5757
#: libdrizzleclient/errmsg.c:64
5759
msgid "Using unsupported buffer type: %d (parameter: %d)"
5762
#: libdrizzleclient/errmsg.c:65
5764
msgid "Shared memory: %-.100s"
5767
#: libdrizzleclient/errmsg.c:75
5768
msgid "Wrong or unknown protocol"
5771
#: libdrizzleclient/errmsg.c:76
5772
msgid "Invalid connection handle"
5775
#: libdrizzleclient/errmsg.c:77
5777
"Connection using old (pre-4.1.1) authentication protocol refused (client "
5778
"option 'secure_auth' enabled)"
5781
#: libdrizzleclient/errmsg.c:79
5782
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
5785
#: libdrizzleclient/errmsg.c:80
5786
msgid "Attempt to read column without prior row fetch"
5789
#: libdrizzleclient/errmsg.c:81
5790
msgid "Prepared statement contains no metadata"
5793
#: libdrizzleclient/errmsg.c:82
5795
"Attempt to read a row while there is no result set associated with the "
5799
#: libdrizzleclient/errmsg.c:84
5800
msgid "This feature is not implemented yet"
5803
#: libdrizzleclient/errmsg.c:85
5806
"Lost connection to Drizzle server while waiting for initial communication "
5807
"packet, system error: %d"
5810
#: libdrizzleclient/errmsg.c:87
5813
"Lost connection to Drizzle server while reading initial communication "
5814
"packet, system error: %d"
5817
#: libdrizzleclient/errmsg.c:89
5820
"Lost connection to Drizzle server while sending authentication information, "
5824
#: libdrizzleclient/errmsg.c:91
5827
"Lost connection to Drizzle server while reading authorization information, "
5831
#: libdrizzleclient/errmsg.c:93
5834
"Lost connection to Drizzle server while setting initial database, system "
5838
#: libdrizzleclient/errmsg.c:95
5840
msgid "Statement closed indirectly because of a preceding %s() call"
5843
#: libdrizzleclient/local_infile.c:190 mysys/errors.cc:52
5845
msgid "File '%s' not found (Errcode: %d)"
5848
#: libdrizzleclient/local_infile.c:221 mysys/errors.cc:26
5850
msgid "Error reading file '%s' (Errcode: %d)"
5853
#: mysys/errors.cc:25
5855
msgid "Can't create/write to file '%s' (Errcode: %d)"
5858
#: mysys/errors.cc:27
5860
msgid "Error writing file '%s' (Errcode: %d)"
5863
#: mysys/errors.cc:28
5865
msgid "Error on close of '%s' (Errcode: %d)"
5868
#: mysys/errors.cc:29
5870
msgid "Out of memory (Needed %u bytes)"
5873
#: mysys/errors.cc:30
5875
msgid "Error on delete of '%s' (Errcode: %d)"
5878
#: mysys/errors.cc:31
5880
msgid "Error on rename of '%s' to '%s' (Errcode: %d)"
5883
#: mysys/errors.cc:32
5885
msgid "Unexpected eof found when reading file '%s' (Errcode: %d)"
5888
#: mysys/errors.cc:33
5890
msgid "Can't lock file (Errcode: %d)"
5893
#: mysys/errors.cc:34
3272
5895
msgid "Can't unlock file (Errcode: %d)"
3275
#: ../drizzled/error.cc:530
5898
#: mysys/errors.cc:35
5900
msgid "Can't read dir of '%s' (Errcode: %d)"
5903
#: mysys/errors.cc:36
5905
msgid "Can't get stat of '%s' (Errcode: %d)"
5908
#: mysys/errors.cc:37
3277
5910
msgid "Can't change size of file (Errcode: %d)"
3280
#: ../drizzled/error.cc:531
5913
#: mysys/errors.cc:38
3282
5915
msgid "Can't open stream from handle (Errcode: %d)"
3285
#: ../drizzled/error.cc:532
5918
#: mysys/errors.cc:39
5920
msgid "Can't get working dirctory (Errcode: %d)"
5923
#: mysys/errors.cc:40
5925
msgid "Can't change dir to '%s' (Errcode: %d)"
5928
#: mysys/errors.cc:41
3287
5930
msgid "Warning: '%s' had %d links"
3290
#: ../drizzled/error.cc:533
5933
#: mysys/errors.cc:42
3292
5935
msgid "Warning: %d files and %d streams is left open\n"
3295
#: ../drizzled/error.cc:534
5938
#: mysys/errors.cc:43
5940
msgid "Disk is full writing '%s'. Waiting for someone to free space..."
5943
#: mysys/errors.cc:44
3297
5945
msgid "Can't create directory '%s' (Errcode: %d)"
3300
#: ../drizzled/error.cc:535
5948
#: mysys/errors.cc:45
3303
5951
"Character set '%s' is not a compiled character set and is not specified in "
3307
#: ../drizzled/error.cc:536
5955
#: mysys/errors.cc:46
3309
5957
msgid "Out of resources when opening file '%s' (Errcode: %d)"
3312
#: ../drizzled/error.cc:537
5960
#: mysys/errors.cc:47
3314
5962
msgid "Can't read value for symlink '%s' (Error %d)"
3317
#: ../drizzled/error.cc:538
5965
#: mysys/errors.cc:48
3319
5967
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
3322
#: ../drizzled/error.cc:539
5970
#: mysys/errors.cc:49
3324
5972
msgid "Error on realpath() on '%s' (Error %d)"
3327
#: ../drizzled/error.cc:540
5975
#: mysys/errors.cc:50
3329
5977
msgid "Can't sync file '%s' to disk (Errcode: %d)"
3332
#: ../drizzled/error.cc:541
5980
#: mysys/errors.cc:51
3335
5983
"Collation '%s' is not a compiled collation and is not specified in the %s "
3339
#: ../drizzled/error.cc:542
5987
#: mysys/errors.cc:53
3341
5989
msgid "File '%s' (fileno: %d) was not closed"
3345
#: ../drizzled/error.cc:545
3346
msgid "Received an invalid UUID value"
3349
#: ../drizzled/error.cc:546
3350
msgid "The UUID was not created with a valid time"
3354
#: ../drizzled/error.cc:549
3356
msgid "Received an invalid BOOLEAN value '%s'."
3359
#: ../drizzled/error.cc:550
3361
msgid "Invalid cast to BOOLEAN: '%s'."
3364
#. Transactional DDL
3365
#: ../drizzled/error.cc:553
3366
msgid "Transactional DDL not supported"
3370
#: ../drizzled/error.cc:555
3372
msgid "Assertion '%s' failed."
3375
#: ../drizzled/error.cc:556
3377
msgid "Assertion '%s' failed, the result was NULL."
3380
#. Catalog related errors
3381
#: ../drizzled/error.cc:574
3383
msgid "Cannot create catalog '%s'."
3386
#: ../drizzled/error.cc:575
3388
msgid "Permission is denied to create '%s' catalog."
3391
#: ../drizzled/error.cc:576
3393
msgid "Cannot drop catalog '%s'."
3396
#: ../drizzled/error.cc:577
3398
msgid "Permission is denied to drop '%s' catalog."
3401
#: ../drizzled/error.cc:578
3403
msgid "Catalog '%s' does not exist."
3406
#: ../drizzled/error.cc:579
3407
msgid "You cannot drop the 'local' catalog."
3410
#: ../drizzled/error.cc:580
3412
msgid "Could not gain lock on '%s'."
3415
#: ../drizzled/error.cc:581
3417
msgid "Corrupt or invalid catalog definition for '%s' : '%s'."
3420
#: ../drizzled/error.cc:582
3421
msgid "Invalid catalog name."
3424
#: ../drizzled/error.cc:583
3426
"Engine status is now stored in the data_dictionary tables, please use these "
3430
#: ../drizzled/identifier/catalog.cc:56
3432
"Catalog name cannot be encoded and fit within filesystem name length "
3436
#: ../drizzled/identifier/schema.cc:59 ../drizzled/identifier/table.cc:221
3438
"Schema name cannot be encoded and fit within filesystem name length "
3442
#: ../drizzled/identifier/table.cc:238
3444
"Table name cannot be encoded and fit within filesystem name length "
3450
#. * Since clients still use this code, we use fprintf here.
3451
#. * This fprintf needs to be turned into errmsg_printf
3452
#. * as soon as the client programs no longer use mysys
3453
#. * and can use the pluggable error message system.
3455
#: ../drizzled/internal/default.cc:687
3457
msgid "error: could not open directory: %s\n"
3460
#: ../drizzled/main.cc:169
3462
"setrlimit could not change the size of core files to 'infinity'; We may not "
3463
"be able to generate a core file on signals"
3466
#: ../drizzled/main.cc:269
3468
msgid "Data directory %s does not exist\n"
3471
#: ../drizzled/main.cc:280
3473
msgid "Local catalog %s/local does not exist\n"
3476
#: ../drizzled/main.cc:303 ../plugin/multi_thread/multi_thread.cc:84
3477
msgid "Drizzle has receieved an abort event."
3480
#: ../drizzled/main.cc:304 ../plugin/multi_thread/multi_thread.cc:85
3481
msgid "In Function: "
3484
#: ../drizzled/main.cc:305 ../plugin/multi_thread/multi_thread.cc:86
3488
#: ../drizzled/main.cc:306 ../plugin/multi_thread/multi_thread.cc:87
3492
#: ../drizzled/message/transaction_writer.cc:365
3494
msgid "Usage: %s TRANSACTION_LOG\n"
3497
#: ../drizzled/message/transaction_writer.cc:371
3499
msgid "Cannot open file: %s\n"
3502
#: ../drizzled/module/library.cc:149
3505
"Plugin module %s was compiled for version %<PRIu64>, which does not match "
3506
"the current running version of Drizzle: %<PRIu64>."
3509
#: ../drizzled/module/loader.cc:177
3512
"Plugin '%s' contains the name '%s' in its manifest, which has already been "
3516
#: ../drizzled/module/loader.cc:224
3518
msgid "Plugin '%s' init function returned error.\n"
3521
#: ../drizzled/module/loader.cc:463
3523
msgid "Couldn't load plugin library named '%s'.\n"
3526
#: ../drizzled/module/loader.cc:473
3528
msgid "Couldn't load plugin named '%s'.\n"
3531
#: ../drizzled/module/registry.cc:176
3534
"Couldn't process plugin module dependencies. %s depends on %s but %s is not "
3538
#: ../drizzled/module/registry.h:117
3540
msgid "Loading plugin %s failed: a %s plugin by that name already exists.\n"
3543
#: ../drizzled/module/registry.h:131
3545
msgid "Fatal error: Failed initializing %s::%s plugin.\n"
3548
#: ../drizzled/option.cc:84
5992
#: mysys/my_error.cc:87
5994
msgid "Unknown error %d"
5997
#: mysys/my_getopt.cc:89
3549
5998
msgid "Warning: "
3552
#: ../drizzled/option.cc:86
6001
#: mysys/my_getopt.cc:91
3556
#: ../drizzled/option.cc:337
6005
#: mysys/my_getopt.cc:355
3558
6007
msgid "%s: %s: Option '%s' used, but is disabled\n"
3561
#: ../drizzled/option.cc:339
6010
#: mysys/my_getopt.cc:356
3562
6011
msgid "WARNING"
3565
#: ../drizzled/option.cc:441
6014
#: mysys/my_getopt.cc:356
6018
#: mysys/my_getopt.cc:459
3567
6020
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
3570
#: ../drizzled/option.cc:769
6023
#: mysys/my_getopt.cc:772
3572
6025
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
3575
#: ../drizzled/option.cc:962
6028
#: mysys/my_getopt.cc:963
3577
6030
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
3580
#: ../drizzled/option.cc:1194
6033
#: mysys/my_getopt.cc:1190
3582
6035
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
3585
#: ../drizzled/option.cc:1214
6038
#: mysys/my_getopt.cc:1210
3591
6044
"--------------------------------- -----------------------------\n"
3594
#: ../drizzled/option.cc:1230 ../drizzled/option.cc:1246
6047
#: mysys/my_getopt.cc:1226 mysys/my_getopt.cc:1242
3595
6048
msgid "(No default value)"
3598
#: ../drizzled/option.cc:1249
6051
#: mysys/my_getopt.cc:1245
3602
#: ../drizzled/option.cc:1249
6055
#: mysys/my_getopt.cc:1245
3606
#: ../drizzled/option.cc:1282
6059
#: mysys/my_getopt.cc:1273
3608
6061
msgid "(Disabled)\n"
3611
#: ../drizzled/plugin/error_message.cc:81
3613
msgid "errmsg plugin '%s' errmsg() failed"
3616
#: ../drizzled/plugin/event_observer.cc:133
3619
"EventObserverList::addEventObserver() Duplicate event position %d for event "
3620
"'%s' from EventObserver plugin '%s'"
3623
#: ../drizzled/plugin/event_observer.cc:200
3625
"EventObserver::registerTableEvents(): Table already has events registered on "
3626
"it: probable programming error."
3629
#: ../drizzled/plugin/event_observer.cc:335
3631
"EventObserver::registerSessionEvents(): Session already has events "
3632
"registered on it: probable programming error."
3635
#: ../drizzled/plugin/event_observer.cc:387
3637
msgid "EventIterate event handler '%s' failed for event '%s'"
3640
#: ../drizzled/plugin/function.cc:47 ../drizzled/plugin/function.cc:55
3642
msgid "A function named %s already exists!\n"
3645
#: ../drizzled/plugin/function.cc:65
3646
msgid "Could not add Function!\n"
3649
#: ../drizzled/plugin/listen.cc:67
3650
msgid "Error getting file descriptors"
3653
#: ../drizzled/plugin/listen.cc:85
3654
msgid "No sockets could be bound for listening"
3657
#: ../drizzled/plugin/listen.cc:95 ../plugin/console/console.cc:343
3659
msgid "pipe() failed with errno %d"
3662
#: ../drizzled/plugin/listen.cc:120
3664
msgid "poll() failed with errno %d"
3667
#: ../drizzled/plugin/listen_tcp.cc:59
3669
msgid "accept() failed with errno %d"
3672
#: ../drizzled/plugin/listen_tcp.cc:95
3674
msgid "getaddrinfo() failed with error %s"
3677
#: ../drizzled/plugin/listen_tcp.cc:127
3679
msgid "setsockopt(IPV6_V6ONLY) failed with errno %d"
3682
#: ../drizzled/plugin/listen_tcp.cc:138
3684
msgid "fcntl(FD_CLOEXEC) failed with errno %d"
3687
#: ../drizzled/plugin/listen_tcp.cc:147
3689
msgid "setsockopt(SO_REUSEADDR) failed with errno %d"
3692
#: ../drizzled/plugin/listen_tcp.cc:156
3694
msgid "setsockopt(SO_KEEPALIVE) failed with errno %d"
3697
#: ../drizzled/plugin/listen_tcp.cc:165
3699
msgid "setsockopt(SO_LINGER) failed with errno %d"
3702
#: ../drizzled/plugin/listen_tcp.cc:174
3704
msgid "setsockopt(TCP_NODELAY) failed with errno %d"
3707
#: ../drizzled/plugin/listen_tcp.cc:195
3709
msgid "Retrying bind() on %u\n"
3712
#: ../drizzled/plugin/listen_tcp.cc:202
3714
msgid "bind() failed with errno: %d\n"
3717
#: ../drizzled/plugin/listen_tcp.cc:205
3718
msgid "Do you already have another drizzled running?\n"
3721
#: ../drizzled/plugin/listen_tcp.cc:212
3723
msgid "listen() failed with errno %d\n"
3726
#: ../drizzled/plugin/listen_tcp.cc:218
3728
msgid "Listening on %s:%s\n"
3731
#: ../drizzled/plugin/logging.cc:65
3733
msgid "logging '%s' pre() failed"
3736
#: ../drizzled/plugin/logging.cc:90
3738
msgid "logging '%s' post() failed"
3741
#: ../drizzled/plugin/logging.cc:114
3743
msgid "logging '%s' postEnd() failed"
3746
#: ../drizzled/plugin/logging.cc:137
3748
msgid "logging '%s' resetCurrentScoreboard() failed"
3751
#: ../drizzled/plugin/scheduler.cc:62
3754
"Attempted to register a scheduler %s, but a scheduler has already been "
3755
"registered with that name.\n"
3758
#: ../drizzled/plugin/scheduler.cc:99
3760
msgid "Attempted to configure %s as the scheduler, which did not exist.\n"
3763
#: ../drizzled/plugin/schema_engine.cc:131
3765
msgid "Error while loading database options: '%s':"
3768
#: ../drizzled/plugin/xa_resource_manager.cc:115
3770
msgid "Found %d prepared transaction(s) in resource manager."
3773
#: ../drizzled/plugin/xa_resource_manager.cc:182
3774
msgid "Starting crash recovery..."
3777
#: ../drizzled/plugin/xa_resource_manager.cc:192
3779
msgid "Found %d prepared XA transactions"
3782
#: ../drizzled/plugin/xa_resource_manager.cc:197
3785
"Found %d prepared transactions! It means that drizzled was not shut down "
3786
"properly last time and critical recovery information (last binlog or %s "
3787
"file) was manually deleted after a crash. You have to start drizzled with "
3788
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
3791
#: ../drizzled/plugin/xa_resource_manager.cc:207
3792
msgid "Crash recovery finished."
3795
#: ../drizzled/replication_services.cc:94
3797
"You registered a TransactionApplier plugin but no TransactionReplicator "
3798
"plugins were registered.\n"
3801
#: ../drizzled/replication_services.cc:125
3804
"You registered a TransactionApplier plugin but no TransactionReplicator "
3805
"plugins were registered that match the requested replicator name of '%s'.\n"
3806
"We have deactivated the TransactionApplier '%s'.\n"
3809
#: ../drizzled/session.cc:1990 ../drizzled/session.cc:2009
3811
msgid "Could not remove temporary table: '%s', error: %d"
3814
#: ../drizzled/signal_handler.cc:52
3816
msgid "Got signal %d from thread %<PRIu32>"
3819
#: ../drizzled/signal_handler.cc:118
3821
msgid "Fatal signal %d while backtracing\n"
3824
#: ../drizzled/signal_handler.cc:127
3826
msgid "Fatal: time() call failed\n"
3829
#: ../drizzled/signal_handler.cc:133
3832
"%02d%02d%02d %2d:%02d:%02d - drizzled got signal %d;\n"
3833
"This could be because you hit a bug. It is also possible that this binary\n"
3834
" or one of the libraries it was linked against is corrupt, improperly "
3836
" or misconfigured. This error can also be caused by malfunctioning "
3840
#: ../drizzled/signal_handler.cc:141
3843
"We will try our best to scrape up some info that will hopefully help "
3845
"the problem, but since we have already crashed, something is definitely "
3847
"and this may fail.\n"
3851
#: ../drizzled/signal_handler.cc:148
3854
"It is possible that drizzled could use up to \n"
3855
"(read_buffer_size + sort_buffer_size)*thread_count\n"
3857
"Hope that's ok; if not, decrease some variables in the equation.\n"
3861
#: ../drizzled/sql_table.cc:1933
3863
msgid "Unknown - internal error %d during operation"
3866
#: ../drizzled/statement/alter_table.cc:1514
3869
"order_st BY ignored because there is a user-defined clustered index in the "
3873
#: ../drizzled/sys_var.cc:1526
3875
msgid "Variable named %s already exists!\n"
3878
#: ../drizzled/sys_var.cc:1535
3880
msgid "Could not add Variable: %s\n"
3883
#: ../drizzled/sys_var.cc:1633
3884
msgid "Failed to initialize system variables"
3887
#: ../drizzled/table.cc:1690
3889
msgid "Got error %d when reading table '%s'"
3892
#: ../drizzled/table/instance/base.cc:1883
3894
msgid "Unknown collation '%s' in table '%-.64s' definition"
3897
#: ../drizzled/table/instance/base.cc:1890
3900
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
3904
#: ../drizzled/tztime.cc:170
3906
msgid "Fatal error: Illegal or unknown default time zone '%s'"
3909
#: ../plugin/auth_file/auth_file.cc:227
3911
msgid "Could not load auth file: %s\n"
3914
#: ../plugin/auth_file/auth_file.cc:243
3915
msgid "File to load for usernames and passwords"
3918
#: ../plugin/auth_http/auth_http.cc:135
3920
"auth_http plugin loaded but required option url not specified. Against which "
3921
"URL are you intending on authenticating?\n"
3924
#: ../plugin/auth_http/auth_http.cc:151
3925
msgid "URL for HTTP Auth check"
3928
#: ../plugin/auth_ldap/auth_ldap.cc:291
3930
msgid "Reconnect failed: %s\n"
3933
#: ../plugin/auth_ldap/auth_ldap.cc:310
3935
msgid "ldap_search_ext_s failed: %s\n"
3938
#: ../plugin/auth_ldap/auth_ldap.cc:416
3940
msgid "Could not load auth ldap: %s\n"
3943
#: ../plugin/auth_ldap/auth_ldap.cc:437
3944
msgid "URI of the LDAP server to contact"
3947
#: ../plugin/auth_ldap/auth_ldap.cc:439
3948
msgid "DN to use when binding to the LDAP server"
3951
#: ../plugin/auth_ldap/auth_ldap.cc:441
3952
msgid "Password to use when binding the DN"
3955
#: ../plugin/auth_ldap/auth_ldap.cc:443
3956
msgid "DN to use when searching"
3959
#: ../plugin/auth_ldap/auth_ldap.cc:445
3960
msgid "Attribute in LDAP with plain text password"
3963
#: ../plugin/auth_ldap/auth_ldap.cc:447
3964
msgid "Attribute in LDAP with MySQL hashed password"
3967
#: ../plugin/auth_ldap/auth_ldap.cc:449
3968
msgid "How often to empty the users cache, 0 to disable"
3971
#: ../plugin/blitzdb/ha_blitz.cc:1507
3972
msgid "Estimated number of rows that a BlitzDB table will store."
3975
#: ../plugin/console/console.cc:379
3976
msgid "Enable the console."
3979
#: ../plugin/console/console.cc:382
3980
msgid "Turn on extra debugging."
3983
#: ../plugin/console/console.cc:385
3984
msgid "User to use for auth."
3987
#: ../plugin/console/console.cc:388
3988
msgid "Password to use for auth."
3991
#: ../plugin/console/console.cc:391
3993
msgid "Default catalog to use."
3996
#: ../plugin/console/console.cc:394
3998
msgid "Default schema to use."
4001
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:121
4003
"Port number to use for connection or 0 for default to with Drizzle/MySQL "
4007
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:124
4008
#: ../plugin/mysql_protocol/mysql_protocol.cc:1018
4009
msgid "Connect Timeout."
4012
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:127
4013
#: ../plugin/mysql_protocol/mysql_protocol.cc:1021
4014
msgid "Read Timeout."
4017
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:130
4018
#: ../plugin/mysql_protocol/mysql_protocol.cc:1024
4019
msgid "Write Timeout."
4022
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:133
4023
#: ../plugin/mysql_protocol/mysql_protocol.cc:1027
4024
msgid "Retry Count."
4027
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:136
4028
#: ../plugin/mysql_protocol/mysql_protocol.cc:1030
4029
msgid "Buffer length."
4032
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:139
4033
#: ../plugin/mysql_protocol/mysql_protocol.cc:1033
4034
msgid "Address to bind to."
4037
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:142
4038
#: ../plugin/mysql_protocol/mysql_protocol.cc:1036
4039
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:173
4040
msgid "Maximum simultaneous connections."
4043
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:145
4044
#: ../plugin/mysql_protocol/mysql_protocol.cc:1039
4045
msgid "A restrictive IP address list for incoming admin connections."
4048
#: ../plugin/errmsg_notify/errmsg_notify.cc:80
4049
msgid "Failed to send error message to libnotify\n"
4052
#: ../plugin/errmsg_stderr/errmsg_stderr.cc:72
6064
#: plugin/errmsg_stderr/errmsg_stderr.cc:74
4053
6065
msgid "Error Messages to stderr"
4056
#: ../plugin/filtered_replicator/filtered_replicator.cc:578
4057
msgid "Comma-separated list of schemas to exclude"
4060
#: ../plugin/filtered_replicator/filtered_replicator.cc:581
4061
msgid "Comma-separated list of tables to exclude"
4064
#: ../plugin/filtered_replicator/filtered_replicator.cc:584
4065
msgid "Regular expression to apply to schemas to exclude"
4068
#: ../plugin/filtered_replicator/filtered_replicator.cc:587
4069
msgid "Regular expression to apply to tables to exclude"
4072
#: ../plugin/haildb/haildb_engine.cc:1080
4073
#: ../plugin/haildb/haildb_engine.cc:1218
4074
#: ../plugin/haildb/haildb_engine.cc:1248
4076
msgid "Cannot create table %s. HailDB Error %d (%s)\n"
4079
#: ../plugin/haildb/haildb_engine.cc:1099
4081
msgid "Cannot create field %s on table %s. HailDB Error %d (%s)\n"
4084
#: ../plugin/haildb/haildb_engine.cc:1197
4085
#: ../plugin/haildb/haildb_engine.cc:1310
4086
#: ../plugin/haildb/haildb_engine.cc:1491
4087
#: ../plugin/haildb/haildb_engine.cc:2157
4089
msgid "Cannot Lock HailDB Data Dictionary. HailDB Error %d (%s)\n"
4092
#: ../plugin/haildb/haildb_engine.cc:1349
4093
#: ../plugin/haildb/haildb_engine.cc:1365
4095
msgid "Cannot DROP table %s. HailDB Error %d (%s)\n"
4098
#: ../plugin/haildb/haildb_engine.cc:3403
4100
msgid "Error starting HailDB %d (%s)\n"
4103
#: ../plugin/haildb/haildb_engine.cc:3432
4104
msgid "Disable HailDB adaptive hash index (enabled by default)."
4107
#: ../plugin/haildb/haildb_engine.cc:3434
4108
msgid "Do not attempt to flush dirty pages to avoid IO bursts at checkpoints."
4111
#: ../plugin/haildb/haildb_engine.cc:3437
4113
"Size of a memory pool HailDB uses to store data dictionary information and "
4114
"other internal data structures."
4117
#: ../plugin/haildb/haildb_engine.cc:3440
4118
msgid "Data file autoextend increment in megabytes"
4121
#: ../plugin/haildb/haildb_engine.cc:3443
4123
"The size of the memory buffer HailDB uses to cache data and indexes of its "
4127
#: ../plugin/haildb/haildb_engine.cc:3446
4128
msgid "The common part for HailDB table spaces."
4131
#: ../plugin/haildb/haildb_engine.cc:3448
4132
msgid "Disable HailDB checksums validation (enabled by default)."
4135
#: ../plugin/haildb/haildb_engine.cc:3450
4136
msgid "Disable HailDB doublewrite buffer (enabled by default)."
4139
#: ../plugin/haildb/haildb_engine.cc:3453
4140
msgid "Number of IOPs the server can do. Tunes the background IO rate"
4143
#: ../plugin/haildb/haildb_engine.cc:3456
4145
"Speeds up the shutdown process of the HailDB storage engine. Possible values "
4146
"are 0, 1 (faster) or 2 (fastest - crash-like)."
4149
#: ../plugin/haildb/haildb_engine.cc:3459
4150
msgid "Stores each HailDB table to an .ibd file in the database dir."
4153
#: ../plugin/haildb/haildb_engine.cc:3462
4154
msgid "File format to use for new tables in .ibd files."
4157
#: ../plugin/haildb/haildb_engine.cc:3465
4159
"Set to 0 (write and flush once per second),1 (write and flush at each "
4160
"commit) or 2 (write at commit, flush once per second)."
4163
#: ../plugin/haildb/haildb_engine.cc:3468
4164
msgid "With which method to flush data."
4167
#: ../plugin/haildb/haildb_engine.cc:3471
4169
"Helps to save your data in case the disk image of the database becomes "
4173
#: ../plugin/haildb/haildb_engine.cc:3474
4174
msgid "Path to individual files and their sizes."
4177
#: ../plugin/haildb/haildb_engine.cc:3477
4178
msgid "Path to HailDB log files."
4181
#: ../plugin/haildb/haildb_engine.cc:3480
4182
msgid "Size of each log file in a log group."
4185
#: ../plugin/haildb/haildb_engine.cc:3483
4187
"Number of log files in the log group. HailDB writes to the files in a "
4188
"circular fashion. Value 3 is recommended here."
4191
#: ../plugin/haildb/haildb_engine.cc:3486
4193
"Timeout in seconds an HailDB transaction may wait for a lock before being "
4194
"rolled back. Values above 100000000 disable the timeout."
4197
#: ../plugin/haildb/haildb_engine.cc:3489
4199
"The size of the buffer which HailDB uses to write log to the log files on "
4203
#: ../plugin/haildb/haildb_engine.cc:3492
4205
"Sets the point in the LRU list from where all pages are classified as old "
4209
#: ../plugin/haildb/haildb_engine.cc:3495
4211
"Milliseconds between accesses to a block at which it is made young. "
4212
"0=disabled (Advanced users)"
4215
#: ../plugin/haildb/haildb_engine.cc:3498
4216
msgid "Percentage of dirty pages allowed in bufferpool."
4219
#: ../plugin/haildb/haildb_engine.cc:3501
4220
msgid "Desired maximum length of the purge queue (0 = no limit)"
4223
#: ../plugin/haildb/haildb_engine.cc:3504
4225
"Roll back the complete transaction on lock wait timeout, for 4.x "
4226
"compatibility (disabled by default)"
4229
#: ../plugin/haildb/haildb_engine.cc:3507
4230
msgid "How many files at the maximum HailDB keeps open at the same time."
4233
#: ../plugin/haildb/haildb_engine.cc:3510
4234
msgid "Number of background read I/O threads in HailDB."
4237
#: ../plugin/haildb/haildb_engine.cc:3513
4238
msgid "Number of background write I/O threads in HailDB."
4241
#: ../plugin/haildb/haildb_engine.cc:3515
4243
"Disable if you want to reduce the number of messages written to the log "
4244
"(default: enabled)."
4247
#: ../plugin/haildb/haildb_engine.cc:3518
4248
msgid "Enable SHOW HAILDB STATUS output in the log"
4251
#: ../plugin/haildb/haildb_engine.cc:3521
4252
msgid "Count of spin-loop rounds in HailDB mutexes (30 by default)"
4255
#: ../plugin/haildb/haildb_engine.cc:3523
4257
"Use HailDB's internal memory allocator instead of the OS memory allocator"
4260
#: ../plugin/hello_events/hello_events.cc:401
4261
msgid "Enable Example Events Plugin"
4264
#: ../plugin/hello_events/hello_events.cc:404
4265
#: ../plugin/hello_events/hello_events.cc:407
4266
msgid "A comma delimited list of databases to watch"
4269
#: ../plugin/hello_events/hello_events.cc:410
4270
msgid "Before write row event observer call position"
4273
#: ../plugin/hello_events/hello_events.cc:413
4274
#: ../plugin/pbms/src/parameters_ms.cc:461
4275
msgid "Before update row event observer call position"
4278
#: ../plugin/hello_events/hello_events.cc:416
4279
msgid "After drop database event observer call position"
4282
#: ../plugin/hello_events/hello_events.cc:427
4283
msgid "An example events Plugin"
4286
#: ../plugin/innobase/handler/data_dictionary.cc:760
4288
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
4291
#: ../plugin/innobase/handler/ha_innodb.cc:1914
4293
"Once InnoDB is running, innodb_commit_concurrency must not change between "
4297
#: ../plugin/innobase/handler/ha_innodb.cc:2179
4299
"syntax error in innodb_log_group_home_dir, or a wrong number of mirrored log "
4303
#: ../plugin/innobase/handler/ha_innodb.cc:2223
4306
"InnoDB: invalid innodb_file_format_max value: should be any value up to %s "
4307
"or its equivalent numeric id"
4310
#: ../plugin/innobase/handler/ha_innodb.cc:9359
4311
msgid "Do not use Native AIO library for IO, even if available"
4314
#: ../plugin/innobase/handler/ha_innodb.cc:9375
4315
msgid "Enable internal replication log."
4318
#: ../plugin/innobase/handler/ha_innodb.cc:9378
4320
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
4321
"rolled back. Values above 100000000 disable the timeout."
4324
#: ../plugin/innobase/handler/ha_innodb.cc:9381
4325
msgid "Percentage of the buffer pool to reserve for 'old' blocks."
4328
#: ../plugin/innobase/handler/ha_innodb.cc:9384
4330
"ove blocks to the 'new' end of the buffer pool if the first access was at "
4331
"least this many milliseconds ago. The timeout is disabled if 0 (the default)."
4334
#: ../plugin/innobase/handler/replication_dictionary.cc:109
4335
#: ../plugin/transaction_log/hexdump_transaction_message.cc:169
4336
#: ../plugin/transaction_log/print_transaction_message.cc:177
4337
#: ../plugin/transaction_log/transaction_log_reader.cc:161
4339
msgid "Unable to parse transaction. Got error: %s.\n"
4342
#: ../plugin/innobase/srv/srv0start.cc:1034
4343
msgid "InnoDB: cannot determine Mac OS X version!\n"
4346
#: ../plugin/innobase/srv/srv0start.cc:1039
4348
"InnoDB: On Mac OS X, fsync() may be broken on internal drives,\n"
4349
"InnoDB: making transactions unsafe!\n"
4352
#: ../plugin/innobase/srv/srv0start.cc:1048
4355
"InnoDB: Error: size of InnoDB's ulint is %lu, but size of void* is %lu.\n"
4356
"InnoDB: The sizes should be the same so that on a 64-bit platform you can\n"
4357
"InnoDB: allocate more than 4 GB of memory."
4360
#: ../plugin/innobase/srv/srv0start.cc:1063
4362
msgid "InnoDB: !!!!!!!! UNIV_DEBUG switched on !!!!!!!!!\n"
4365
#: ../plugin/innobase/srv/srv0start.cc:1068
4368
"InnoDB: !!!!!!!! UNIV_IBUF_DEBUG switched on !!!!!!!!!\n"
4369
"InnoDB: !!!!!!!! UNIV_IBUF_COUNT_DEBUG switched on !!!!!!!!!\n"
4370
"InnoDB: Crash recovery will fail with UNIV_IBUF_COUNT_DEBUG\n"
4373
#: ../plugin/innobase/srv/srv0start.cc:1078
4375
msgid "InnoDB: !!!!!!!! UNIV_SYNC_DEBUG switched on !!!!!!!!!\n"
4378
#: ../plugin/innobase/srv/srv0start.cc:1083
4380
msgid "InnoDB: !!!!!!!! UNIV_SEARCH_DEBUG switched on !!!!!!!!!\n"
4383
#: ../plugin/innobase/srv/srv0start.cc:1088
4385
msgid "InnoDB: !!!!!!!! UNIV_LOG_LSN_DEBUG switched on !!!!!!!!!\n"
4388
#: ../plugin/innobase/srv/srv0start.cc:1092
4390
msgid "InnoDB: !!!!!!!! UNIV_MEM_DEBUG switched on !!!!!!!!!\n"
4393
#: ../plugin/innobase/srv/srv0start.cc:1097
4395
msgid "InnoDB: The InnoDB memory heap is disabled\n"
4398
#: ../plugin/innobase/srv/srv0start.cc:1167
4400
msgid " InnoDB: Using Linux native AIO\n"
4403
#: ../plugin/logging_gearman/logging_gearman.cc:186
4405
msgid "fail gearman_client_create(): %s"
4408
#: ../plugin/logging_gearman/logging_gearman.cc:197
4410
msgid "fail gearman_client_add_server(): %s"
4413
#: ../plugin/logging_gearman/logging_gearman.cc:302
4414
msgid "Hostname for logging to a Gearman server"
4417
#: ../plugin/logging_gearman/logging_gearman.cc:305
4418
msgid "Gearman Function to send logging to"
4421
#: ../plugin/logging_gearman/logging_gearman.cc:316
4422
msgid "Log queries to a Gearman server"
4425
#: ../plugin/logging_query/logging_query.cc:178
6068
#: plugin/logging_query/logging_query.cc:275
4427
6070
msgid "fail open() fn=%s er=%s\n"
4430
#: ../plugin/logging_query/logging_query.cc:319
6073
#: plugin/logging_query/logging_query.cc:315
4431
6074
msgid "Enable logging to CSV file"
4434
#: ../plugin/logging_query/logging_query.cc:322
6077
#: plugin/logging_query/logging_query.cc:324
4435
6078
msgid "File to log to"
4438
#: ../plugin/logging_query/logging_query.cc:325
4439
msgid "PCRE to match the query against"
4442
#: ../plugin/logging_query/logging_query.cc:328 ../plugin/syslog/module.cc:107
6081
#: plugin/logging_query/logging_query.cc:333
6082
#: plugin/logging_syslog/logging_syslog.cc:247
4443
6083
msgid "Threshold for logging slow queries, in microseconds"
4446
#: ../plugin/logging_query/logging_query.cc:331 ../plugin/syslog/module.cc:110
6086
#: plugin/logging_query/logging_query.cc:345
6087
#: plugin/logging_syslog/logging_syslog.cc:259
4447
6088
msgid "Threshold for logging big queries, for rows returned"
4450
#: ../plugin/logging_query/logging_query.cc:334 ../plugin/syslog/module.cc:113
6091
#: plugin/logging_query/logging_query.cc:357
6092
#: plugin/logging_syslog/logging_syslog.cc:271
4451
6093
msgid "Threshold for logging big queries, for rows examined"
4454
#: ../plugin/logging_query/logging_query.cc:345
6096
#: plugin/logging_query/logging_query.cc:380
4455
6097
msgid "Log queries to a CSV file"
4458
#: ../plugin/logging_stats/logging_stats.cc:373
4459
msgid "Max number of users that will be logged"
4462
#: ../plugin/logging_stats/logging_stats.cc:376
4463
msgid "Max number of range locks to use for Scoreboard"
4466
#: ../plugin/logging_stats/logging_stats.cc:379
4467
msgid "Max number of concurrent sessions that will be logged"
4470
#: ../plugin/logging_stats/logging_stats.cc:380
4471
msgid "Enable Logging Statistics Collection"
4474
#: ../plugin/logging_stats/logging_stats.cc:389
4475
msgid "User Statistics as DATA_DICTIONARY tables"
4478
#: ../plugin/md5/md5.cc:99
4479
msgid "libgcrypt library version mismatch\n"
4482
#: ../plugin/memcached_query_cache/memcached_qc.cc:388
4483
#: ../plugin/memcached_stats/memcached_stats.cc:87
4484
msgid "List of memcached servers."
4487
#: ../plugin/memcached_query_cache/memcached_qc.cc:391
4488
msgid "Expiry time of memcached entries"
4491
#: ../plugin/memcached_query_cache/memcached_qc.cc:394
4492
msgid "Enable Memcached Query Cache"
4495
#: ../plugin/memcached_stats/analysis_table.cc:78
4496
#: ../plugin/memcached_stats/stats_table.cc:144
4497
msgid "No value in MEMCACHED_STATS_SERVERS variable."
4500
#: ../plugin/memcached_stats/memcached_stats.cc:98
4501
msgid "Memcached Stats as I_S tables"
4504
#: ../plugin/memcached_stats/stats_table.cc:74
4507
"Unable get stats from memcached server %s. Got error from "
4508
"memcached_stat_servername()."
4511
#: ../plugin/memcached_stats/stats_table.cc:151
4512
msgid "Unable to create memcached struct. Got error from memcached_create()."
4515
#: ../plugin/memcached_stats/stats_table.cc:159
4518
"Unable to create memcached server list. Got error from "
4519
"memcached_servers_parse(%s)."
4522
#: ../plugin/multi_thread/multi_thread.cc:62
4523
msgid "Session killed before thread could execute"
4526
#: ../plugin/multi_thread/multi_thread.cc:109
4527
msgid "Unable to get thread stack size\n"
4530
#: ../plugin/multi_thread/multi_thread.cc:211
4531
msgid "Maximum number of user threads available."
4534
#: ../plugin/myisam/ha_myisam.cc:532
6100
#: plugin/logging_syslog/logging_syslog.cc:166
6102
msgid "syslog facility \"%s\" not known, using \"local0\""
6105
#: plugin/logging_syslog/logging_syslog.cc:183
6107
msgid "syslog priority \"%s\" not known, using \"info\""
6110
#: plugin/logging_syslog/logging_syslog.cc:211
6111
msgid "Enable logging"
6114
#: plugin/logging_syslog/logging_syslog.cc:220
6115
msgid "Syslog Ident"
6118
#: plugin/logging_syslog/logging_syslog.cc:229
6119
msgid "Syslog Facility"
6122
#: plugin/logging_syslog/logging_syslog.cc:238
6123
msgid "Syslog Priority"
6126
#: plugin/logging_syslog/logging_syslog.cc:296
6127
msgid "Log to syslog"
6130
#: plugin/pool_of_threads/pool_of_threads.cc:110
6131
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
6134
#: plugin/pool_of_threads/pool_of_threads.cc:116
6135
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
6138
#: plugin/pool_of_threads/pool_of_threads.cc:128
6139
msgid "session_add_event event_add error in libevent_init\n"
6142
#: plugin/pool_of_threads/pool_of_threads.cc:144
6144
msgid "Can't create completion port thread (error %d)"
6147
#: plugin/pool_of_threads/pool_of_threads.cc:263
6148
msgid "event_add error in libevent_add_session_callback\n"
6151
#: plugin/pool_of_threads/pool_of_threads.cc:292
6152
msgid "Scheduler init error in libevent_add_new_connection\n"
6155
#: plugin/pool_of_threads/pool_of_threads.cc:382
6156
msgid "libevent_thread_proc: my_thread_init() failed\n"
6159
#: plugin/pool_of_threads/pool_of_threads.cc:590
6160
msgid "Size of Pool."
6163
#: plugin/pool_of_threads/pool_of_threads.cc:595
6164
msgid "Enable Pool of Threads Scheduler"
6167
#: plugin/replicator/replicator.cc:249
6168
msgid "Enable Replicator"
6171
#: plugin/replicator/replicator.cc:258
6172
msgid "Directory to place replication logs."
6175
#: plugin/single_thread/single_thread.cc:87
6176
msgid "Enable One Thread per Connection Scheduler"
6179
#: storage/myisam/ha_myisam.cc:457
4536
6181
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
4539
#: ../plugin/myisam/ha_myisam.cc:536
6184
#: storage/myisam/ha_myisam.cc:461
4541
6186
msgid "Got an error from unknown thread, %s:%d"
4544
#: ../plugin/myisam/ha_myisam.cc:542
6189
#: storage/myisam/ha_myisam.cc:466
4545
6190
msgid "Unknown thread accessing table"
4548
#: ../plugin/myisam/ha_myisam.cc:1506
6193
#: storage/myisam/ha_myisam.cc:1872
6194
msgid "Block size to be used for MyISAM index pages."
6197
#: storage/myisam/ha_myisam.cc:1878
6199
"Number of threads to use when repairing MyISAM tables. The value of 1 "
6200
"disables parallel repair."
6203
#: storage/myisam/ha_myisam.cc:1884
4550
6205
"Don't use the fast sort index method to created index if the temporary file "
4551
6206
"would get bigger than this."
4554
#: ../plugin/myisam/ha_myisam.cc:1509
6209
#: storage/myisam/ha_myisam.cc:1889
4556
6211
"The buffer that is allocated when sorting the index when doing a REPAIR or "
4557
6212
"when creating indexes with CREATE INDEX or ALTER TABLE."
4560
#: ../plugin/myisam/my_handler_errors.cc:42
6215
#: storage/myisam/ha_myisam.cc:1895
6216
msgid "Default pointer size to be used for MyISAM tables."
6219
#: storage/myisam/my_handler_errors.c:34
4561
6220
msgid "Didn't find key on read or update"
4564
#: ../plugin/myisam/my_handler_errors.cc:43
6223
#: storage/myisam/my_handler_errors.c:36
4565
6224
msgid "Duplicate key on write or update"
4568
#: ../plugin/myisam/my_handler_errors.cc:44
6227
#: storage/myisam/my_handler_errors.c:38
4569
6228
msgid "Internal (unspecified) error in handler"
4572
#: ../plugin/myisam/my_handler_errors.cc:46
6231
#: storage/myisam/my_handler_errors.c:40
4574
6233
"Someone has changed the row since it was read (while the table was locked to "
4578
#: ../plugin/myisam/my_handler_errors.cc:48
6237
#: storage/myisam/my_handler_errors.c:43
4579
6238
msgid "Wrong index given to function"
4582
#: ../plugin/myisam/my_handler_errors.cc:49
6241
#: storage/myisam/my_handler_errors.c:45
6242
msgid "Undefined handler error 125"
6245
#: storage/myisam/my_handler_errors.c:47
4583
6246
msgid "Index file is crashed"
4586
#: ../plugin/myisam/my_handler_errors.cc:50
6249
#: storage/myisam/my_handler_errors.c:49
4587
6250
msgid "Record file is crashed"
4590
#: ../plugin/myisam/my_handler_errors.cc:51
6253
#: storage/myisam/my_handler_errors.c:51
4591
6254
msgid "Out of memory in engine"
4594
#: ../plugin/myisam/my_handler_errors.cc:52
6257
#: storage/myisam/my_handler_errors.c:53
6258
msgid "Undefined handler error 129"
6261
#: storage/myisam/my_handler_errors.c:55
4595
6262
msgid "Incorrect file format"
4598
#: ../plugin/myisam/my_handler_errors.cc:53
6265
#: storage/myisam/my_handler_errors.c:57
4599
6266
msgid "Command not supported by database"
4602
#: ../plugin/myisam/my_handler_errors.cc:54
6269
#: storage/myisam/my_handler_errors.c:59
4603
6270
msgid "Old database file"
4606
#: ../plugin/myisam/my_handler_errors.cc:55
6273
#: storage/myisam/my_handler_errors.c:61
4607
6274
msgid "No record read before update"
4610
#: ../plugin/myisam/my_handler_errors.cc:56
6277
#: storage/myisam/my_handler_errors.c:63
4611
6278
msgid "Record was already deleted (or record file crashed)"
4614
#: ../plugin/myisam/my_handler_errors.cc:57
6281
#: storage/myisam/my_handler_errors.c:65
4615
6282
msgid "No more room in record file"
4618
#: ../plugin/myisam/my_handler_errors.cc:58
6285
#: storage/myisam/my_handler_errors.c:67
4619
6286
msgid "No more room in index file"
4622
#: ../plugin/myisam/my_handler_errors.cc:59
6289
#: storage/myisam/my_handler_errors.c:69
4623
6290
msgid "No more records (read after end of file)"
4626
#: ../plugin/myisam/my_handler_errors.cc:60
6293
#: storage/myisam/my_handler_errors.c:71
4627
6294
msgid "Unsupported extension used for table"
4630
#: ../plugin/myisam/my_handler_errors.cc:61
6297
#: storage/myisam/my_handler_errors.c:73
4631
6298
msgid "Too big row"
4634
#: ../plugin/myisam/my_handler_errors.cc:62
6301
#: storage/myisam/my_handler_errors.c:75
4635
6302
msgid "Wrong create options"
4638
#: ../plugin/myisam/my_handler_errors.cc:63
6305
#: storage/myisam/my_handler_errors.c:77
4639
6306
msgid "Duplicate unique key or constraint on write or update"
4642
#: ../plugin/myisam/my_handler_errors.cc:64
6309
#: storage/myisam/my_handler_errors.c:79
4643
6310
msgid "Unknown character set used in table"
4646
#: ../plugin/myisam/my_handler_errors.cc:65
6313
#: storage/myisam/my_handler_errors.c:81
4647
6314
msgid "Conflicting table definitions in sub-tables of MERGE table"
4650
#: ../plugin/myisam/my_handler_errors.cc:66
6317
#: storage/myisam/my_handler_errors.c:83
4651
6318
msgid "Table is crashed and last repair failed"
4654
#: ../plugin/myisam/my_handler_errors.cc:67
6321
#: storage/myisam/my_handler_errors.c:85
4655
6322
msgid "Table was marked as crashed and should be repaired"
4658
#: ../plugin/myisam/my_handler_errors.cc:68
6325
#: storage/myisam/my_handler_errors.c:87
4659
6326
msgid "Lock timed out; Retry transaction"
4662
#: ../plugin/myisam/my_handler_errors.cc:69
6329
#: storage/myisam/my_handler_errors.c:89
4663
6330
msgid "Lock table is full; Restart program with a larger locktable"
4666
#: ../plugin/myisam/my_handler_errors.cc:70
6333
#: storage/myisam/my_handler_errors.c:91
4667
6334
msgid "Updates are not allowed under a read only transactions"
4670
#: ../plugin/myisam/my_handler_errors.cc:71
6337
#: storage/myisam/my_handler_errors.c:93
4671
6338
msgid "Lock deadlock; Retry transaction"
4674
#: ../plugin/myisam/my_handler_errors.cc:72
6341
#: storage/myisam/my_handler_errors.c:95
4675
6342
msgid "Foreign key constraint is incorrectly formed"
4678
#: ../plugin/myisam/my_handler_errors.cc:73
6345
#: storage/myisam/my_handler_errors.c:97
4679
6346
msgid "Cannot add a child row"
4682
#: ../plugin/myisam/my_handler_errors.cc:74
6349
#: storage/myisam/my_handler_errors.c:99
4683
6350
msgid "Cannot delete a parent row"
4686
#: ../plugin/myisam/my_handler_errors.cc:75
6353
#: storage/myisam/my_handler_errors.c:101
4687
6354
msgid "No savepoint with that name"
4690
#: ../plugin/myisam/my_handler_errors.cc:76
6357
#: storage/myisam/my_handler_errors.c:103
4691
6358
msgid "Non unique key block size"
4694
#: ../plugin/myisam/my_handler_errors.cc:77
6361
#: storage/myisam/my_handler_errors.c:105
4695
6362
msgid "The table does not exist in engine"
4698
#: ../plugin/myisam/my_handler_errors.cc:78
6365
#: storage/myisam/my_handler_errors.c:107
4699
6366
msgid "The table already existed in storage engine"
4702
#: ../plugin/myisam/my_handler_errors.cc:79
6369
#: storage/myisam/my_handler_errors.c:109
4703
6370
msgid "Could not connect to storage engine"
4706
#: ../plugin/myisam/my_handler_errors.cc:80
6373
#: storage/myisam/my_handler_errors.c:111
4707
6374
msgid "Unexpected null pointer found when using spatial index"
4710
#: ../plugin/myisam/my_handler_errors.cc:81
6377
#: storage/myisam/my_handler_errors.c:113
4711
6378
msgid "The table changed in storage engine"
4714
#: ../plugin/myisam/my_handler_errors.cc:82
6381
#: storage/myisam/my_handler_errors.c:115
4715
6382
msgid "There's no partition in table for the given value"
4718
#: ../plugin/myisam/my_handler_errors.cc:83
6385
#: storage/myisam/my_handler_errors.c:117
4719
6386
msgid "Row-based binlogging of row failed"
4722
#: ../plugin/myisam/my_handler_errors.cc:84
6389
#: storage/myisam/my_handler_errors.c:119
4723
6390
msgid "Index needed in foreign key constraint"
4726
#: ../plugin/myisam/my_handler_errors.cc:85
6393
#: storage/myisam/my_handler_errors.c:121
4727
6394
msgid "Upholding foreign key constraints would lead to a duplicate key error"
4730
#: ../plugin/myisam/my_handler_errors.cc:86
6397
#: storage/myisam/my_handler_errors.c:123
4731
6398
msgid "Table needs to be upgraded before it can be used"
4734
#: ../plugin/myisam/my_handler_errors.cc:87
6401
#: storage/myisam/my_handler_errors.c:125
4735
6402
msgid "Table is read only"
4738
#: ../plugin/myisam/my_handler_errors.cc:88
6405
#: storage/myisam/my_handler_errors.c:127
4739
6406
msgid "Failed to get next auto increment value"
4742
#: ../plugin/myisam/my_handler_errors.cc:89
6409
#: storage/myisam/my_handler_errors.c:129
4743
6410
msgid "Failed to set row auto increment value"
4746
#: ../plugin/myisam/my_handler_errors.cc:90
6413
#: storage/myisam/my_handler_errors.c:131
4747
6414
msgid "Unknown (generic) error from engine"
4750
#: ../plugin/myisam/my_handler_errors.cc:91
6417
#: storage/myisam/my_handler_errors.c:133
4751
6418
msgid "Record is the same"
4754
#: ../plugin/myisam/my_handler_errors.cc:92
6421
#: storage/myisam/my_handler_errors.c:135
4755
6422
msgid "It is not possible to log this statement"
4758
#: ../plugin/myisam/my_handler_errors.cc:93
6425
#: storage/myisam/my_handler_errors.c:137
4759
6426
msgid "Tablespace exists"
4762
#: ../plugin/myisam/my_handler_errors.cc:94
6429
#: storage/myisam/my_handler_errors.c:139
4763
6430
msgid "The event was corrupt, leading to illegal data being read"
4766
#: ../plugin/myisam/my_handler_errors.cc:95
6433
#: storage/myisam/my_handler_errors.c:141
4767
6434
msgid "The table is of a new format not supported by this version"
4770
#: ../plugin/myisam/my_handler_errors.cc:96
6437
#: storage/myisam/my_handler_errors.c:143
4771
6438
msgid "The event could not be processed no other handler error happened"
4774
#: ../plugin/myisam/my_handler_errors.cc:97
6441
#: storage/myisam/my_handler_errors.c:145
4775
6442
msgid "Got a fatal error during initialzation of handler"
4778
#: ../plugin/myisam/my_handler_errors.cc:98
6445
#: storage/myisam/my_handler_errors.c:147
4779
6446
msgid "File to short; Expected more data in file"
4782
#: ../plugin/myisam/my_handler_errors.cc:99
6449
#: storage/myisam/my_handler_errors.c:149
4783
6450
msgid "Read page with wrong checksum"
4786
#. TODO: get a better message for these
4787
#: ../plugin/myisam/my_handler_errors.cc:101
6453
#: storage/myisam/my_handler_errors.c:151
4788
6454
msgid "Lock or active transaction"
4791
#: ../plugin/myisam/my_handler_errors.cc:102
6457
#: storage/myisam/my_handler_errors.c:153
4792
6458
msgid "No such table space"
4795
#: ../plugin/myisam/my_handler_errors.cc:103
6461
#: storage/myisam/my_handler_errors.c:155
4796
6462
msgid "Tablespace not empty"
4799
#: ../plugin/mysql_protocol/mysql_protocol.cc:1014
4801
"Port number to use for connection or 0 for default to with MySQL protocol."
4804
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:83
4806
" exists already. Do you have another Drizzle or MySQL running? Or perhaps "
4807
"the file is stale and should be removed?"
4810
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:168
4811
msgid "Path used for MySQL UNIX Socket Protocol."
4814
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:170
4815
msgid "Clobber socket file if one is there already."
4818
#: ../plugin/pbms/src/parameters_ms.cc:426
4819
msgid "Port number to use for connection or 0 for default PBMS port "
4822
#: ../plugin/pbms/src/parameters_ms.cc:429
4823
msgid "The maximum size of a BLOB repository file."
4826
#: ../plugin/pbms/src/parameters_ms.cc:432
4827
msgid "The maximum size of a temorary BLOB log file."
4830
#: ../plugin/pbms/src/parameters_ms.cc:435
4832
"A ':' delimited list of metadata header names to be used to initialize the "
4833
"pbms_metadata_header table when a database is created."
4836
#: ../plugin/pbms/src/parameters_ms.cc:439
4837
msgid "The percentage of garbage in a repository file before it is compacted."
4840
#: ../plugin/pbms/src/parameters_ms.cc:442
4842
"The timeout, in seconds, for temporary BLOBs. Uploaded blob data is removed "
4843
"after this time, unless committed to the database."
4846
#: ../plugin/pbms/src/parameters_ms.cc:445
4848
"The timeout, in milli-seconds, before the HTTP server will close an inactive "
4852
#: ../plugin/pbms/src/parameters_ms.cc:448
4853
msgid "The next backup ID to use when backing up a PBMS database."
4856
#: ../plugin/pbms/src/parameters_ms.cc:451
4858
"A comma delimited list of tables to watch of the format: <database>."
4862
#: ../plugin/pbms/src/parameters_ms.cc:453
4863
msgid "Enable PBMS daemon Insert/Update/Delete event scanning"
4866
#: ../plugin/pbms/src/parameters_ms.cc:457
4867
msgid "Before insert row event observer call position"
4870
#: ../plugin/rabbitmq/rabbitmq_handler.cc:53
4871
msgid "Could not open socket, is rabbitmq running?"
4874
#: ../plugin/rabbitmq/rabbitmq_log.cc:72
4875
msgid "Failed to allocate enough memory to transaction message\n"
4878
#: ../plugin/rabbitmq/rabbitmq_log.cc:117
4880
msgid "Failed to allocate the RabbitMQHandler. Got error: %s\n"
4883
#: ../plugin/rabbitmq/rabbitmq_log.cc:130
4885
msgid "Failed to allocate the RabbitMQLog instance. Got error: %s\n"
4888
#: ../plugin/rabbitmq/rabbitmq_log.cc:155
4889
msgid "Host name to connect to"
4892
#: ../plugin/rabbitmq/rabbitmq_log.cc:158
4893
msgid "Port to connect to"
4896
#: ../plugin/rabbitmq/rabbitmq_log.cc:161
4897
msgid "RabbitMQ virtualhost"
4900
#: ../plugin/rabbitmq/rabbitmq_log.cc:164
4901
msgid "RabbitMQ username"
4904
#: ../plugin/rabbitmq/rabbitmq_log.cc:167
4905
msgid "RabbitMQ password"
4908
#: ../plugin/rabbitmq/rabbitmq_log.cc:170
4909
#: ../plugin/transaction_log/module.cc:270
4910
msgid "Name of the replicator plugin to use (default='default_replicator')"
4913
#: ../plugin/rabbitmq/rabbitmq_log.cc:173
4914
msgid "Name of RabbitMQ exchange to publish to"
4917
#: ../plugin/rabbitmq/rabbitmq_log.cc:176
4918
msgid "Name of RabbitMQ routing key to use"
4921
#: ../plugin/session_dictionary/processlist.cc:78
4925
#: ../plugin/syslog/errmsg.cc:42 ../plugin/syslog/logging.cc:55
4927
msgid "syslog facility \"%s\" not known, using \"local0\""
4930
#: ../plugin/syslog/errmsg.cc:50
4932
msgid "syslog priority \"%s\" not known, using \"warn\""
4935
#: ../plugin/syslog/logging.cc:63
4937
msgid "syslog priority \"%s\" not known, using \"info\""
4940
#: ../plugin/syslog/module.cc:95
4941
msgid "Syslog Ident"
4944
#: ../plugin/syslog/module.cc:98
4945
msgid "Syslog Facility"
4948
#: ../plugin/syslog/module.cc:101
4949
msgid "Enable logging to syslog of the query log"
4952
#: ../plugin/syslog/module.cc:104
4953
msgid "Syslog Priority of query logging"
4956
#: ../plugin/syslog/module.cc:116
4957
msgid "Enable logging to syslog of the error messages"
4960
#: ../plugin/syslog/module.cc:119
4961
msgid "Syslog Priority of error messages"
4964
#: ../plugin/transaction_log/background_worker.cc:77
4966
msgid "Unable to create background worker thread. Got error %s.\n"
4969
#: ../plugin/transaction_log/hexdump_transaction_message.cc:107
4970
#: ../plugin/transaction_log/print_transaction_message.cc:106
4971
#: ../plugin/transaction_log/transaction_log_reader.cc:97
4973
msgid "Failed to open transaction log file %s. Got error: %s\n"
4976
#: ../plugin/transaction_log/hexdump_transaction_message.cc:149
4977
#: ../plugin/transaction_log/print_transaction_message.cc:169
4978
#: ../plugin/transaction_log/transaction_log_reader.cc:152
4979
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:155
4981
msgid "Could not read transaction message.\n"
4984
#: ../plugin/transaction_log/hexdump_transaction_message.cc:150
4985
#: ../plugin/transaction_log/print_transaction_message.cc:170
4986
#: ../plugin/transaction_log/transaction_log_reader.cc:153
4988
msgid "GPB ERROR: %s.\n"
4991
#: ../plugin/transaction_log/hexdump_transaction_message.cc:151
4992
#: ../plugin/transaction_log/print_transaction_message.cc:171
4993
#: ../plugin/transaction_log/transaction_log_reader.cc:154
4995
msgid "Raw buffer read: %s.\n"
4998
#: ../plugin/transaction_log/hexdump_transaction_message.cc:171
4999
#: ../plugin/transaction_log/print_transaction_message.cc:179
5000
#: ../plugin/transaction_log/transaction_log_reader.cc:163
5002
msgid "BUFFER: %s\n"
5005
#: ../plugin/transaction_log/module.cc:171
5007
msgid "Failed to allocate the TransactionLog instance. Got error: %s\n"
5010
#: ../plugin/transaction_log/module.cc:180
5012
msgid "Failed to initialize the Transaction Log. Got error: %s\n"
5015
#: ../plugin/transaction_log/module.cc:192
5017
msgid "Failed to allocate the TransactionLogIndex instance. Got error: %s\n"
5020
#: ../plugin/transaction_log/module.cc:201
5022
msgid "Failed to initialize the Transaction Log Index. Got error: %s\n"
5025
#: ../plugin/transaction_log/module.cc:216
5027
msgid "Failed to allocate the TransactionLogApplier instance. Got error: %s\n"
5030
#: ../plugin/transaction_log/module.cc:258
5031
msgid "DEBUGGING - Truncate transaction log"
5034
#: ../plugin/transaction_log/module.cc:261
5035
msgid "Enable CRC32 Checksumming of each written transaction log entry"
5038
#: ../plugin/transaction_log/module.cc:264
5039
msgid "Enable transaction log"
5042
#: ../plugin/transaction_log/module.cc:267
5043
msgid "Path to the file to use for transaction log"
5046
#: ../plugin/transaction_log/module.cc:273
5048
"0 == rely on operating system to sync log file (default), 1 == sync file at "
5049
"each transaction write, 2 == sync log file once per second"
5052
#: ../plugin/transaction_log/module.cc:276
5053
msgid "Number of slots for in-memory write buffers (default=8)."
5056
#: ../plugin/transaction_log/print_transaction_message.cc:135
5058
msgid "GPB message is not a valid type.\n"
5061
#: ../plugin/transaction_log/print_transaction_message.cc:155
5063
msgid "GPB message is not a valid size.\n"
5066
#: ../plugin/transaction_log/transaction_log.cc:114
5067
msgid "Failed to open transaction log file "
5070
#: ../plugin/transaction_log/transaction_log.cc:215
5073
"Failed to write full size of log entry. Tried to write %<PRId64> bytes at "
5074
"offset %<PRId64>, but only wrote %<PRId32> bytes. Error: %s\n"
5077
#: ../plugin/transaction_log/transaction_log.cc:236
5079
msgid "Failed to sync log file. Got error: %s\n"
5082
#: ../plugin/transaction_log/transaction_log_reader.cc:119
5083
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:120
5085
msgid "Attempted to read record bigger than INT_MAX\n"
5088
#: ../plugin/transaction_log/transaction_log_reader.cc:139
5090
msgid "Memory allocation failure trying to allocate %<PRIu64> bytes.\n"
5093
#: ../plugin/transaction_log/transaction_log_reader.cc:174
5095
msgid "Checksum failed. Wanted %<PRIu32> got %<PRIu32>\n"
5098
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:67
5099
msgid "Cannot open file: "
5102
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:77
5103
msgid "Could not skip to position "
5106
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:114
5107
msgid "Found a non-transaction message in log. Currently, not supported.\n"
5110
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:140
5111
msgid "Memory allocation failure trying to allocate "
5114
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:142
5118
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:156
5122
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:162
5128
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:170
5129
msgid "Unable to parse command. Got error: "
5132
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:179
5139
#: ../plugin/transaction_log/utilities/transaction_reader.cc:580
5141
msgid "Display help and exit"
5142
msgstr "이 도움말을 표시합니다."
5144
#: ../plugin/transaction_log/utilities/transaction_reader.cc:581
5145
msgid "Read from the innodb transaction log"
5148
#: ../plugin/transaction_log/utilities/transaction_reader.cc:587
5149
msgid "Password to use when connecting to server"
5152
#: ../plugin/transaction_log/utilities/transaction_reader.cc:590
5153
msgid "Perform checksum"
5156
#: ../plugin/transaction_log/utilities/transaction_reader.cc:591
5157
msgid "Ignore event messages"
5160
#: ../plugin/transaction_log/utilities/transaction_reader.cc:592
5161
msgid "Transaction log file"
5164
#: ../plugin/transaction_log/utilities/transaction_reader.cc:593
5165
msgid "Print raw Protobuf messages instead of SQL"
5168
#: ../plugin/transaction_log/utilities/transaction_reader.cc:596
5169
msgid "Start reading from the given file position"
5172
#: ../plugin/transaction_log/utilities/transaction_reader.cc:599
5173
msgid "Only output for the given transaction ID and later"
5176
#: ../plugin/transaction_log/utilities/transaction_reader.cc:602
5177
msgid "Only output for the given transaction ID"
5180
#: ../plugin/transaction_log/utilities/transaction_reader.cc:603
5181
msgid "Summarize message contents"
5184
#: ../plugin/transaction_log/utilities/transaction_reader.cc:637
5185
msgid "Cannot use --start-pos and --transaction-id together\n"
5188
#: ../plugin/transaction_log/utilities/transaction_reader.cc:643
5189
msgid "Cannot use --summarize with either --raw or --transaction-id\n"
5192
#: ../plugin/transaction_log/utilities/transaction_reader.cc:753
5193
msgid "Checksum failed. Wanted "
5196
#: ../plugin/transaction_log/utilities/transaction_reader.cc:755
5201
#~ msgid "--help : Display help and exit\n"
5202
#~ msgstr "이 도움말을 표시합니다."
5204
#~ msgid "Use compression in server/client protocol."
5205
#~ msgstr "서버/클라이언트 프로토콜에서 압축 사용"
5208
#~ msgid "Print the default settings and exit"
5209
#~ msgstr "종료시에 일부 디버그 정보 표시"
6465
#~ msgid "The protocol of connection (tcp,socket,pipe,memory)."
6466
#~ msgstr "연결 프로토콜 (tcp, socket, pipe, memory)"
6469
#~ "Switch to another charset. Might be needed for processing binlog with "
6470
#~ "multi-byte charsets."
6472
#~ "다른 문자셋으로 변경. 멀티 바이트 문자셋으로 binlog를 처리해야할 수도 있습"