320
#: client/drizzle.cc:1355
314
#: client/drizzle.cc:1510
322
316
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
323
317
"option deprecated; use --disable-pager instead."
326
#: client/drizzle.cc:1358 client/drizzleadmin.cc:78
320
#: client/drizzle.cc:1513
328
322
"Password to use when connecting to server. If password is not given it's "
329
323
"asked from the tty."
332
#: client/drizzle.cc:1360
326
#: client/drizzle.cc:1515
334
328
"Port number to use for connection or 0 for default to, in order of "
335
"preference, my.cnf, $DRIZZLE_TCP_PORT, "
329
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
338
#: client/drizzle.cc:1361
332
#: client/drizzle.cc:1516
339
333
msgid "built-in default"
342
#: client/drizzle.cc:1364
336
#: client/drizzle.cc:1518
343
337
msgid "Set the drizzle prompt to this value."
346
#: client/drizzle.cc:1367
347
msgid "The protocol of connection (tcp,socket,pipe,memory)."
350
#: client/drizzle.cc:1370
338
msgstr "Drizzle 프롬프트를 이 값으로 설정"
340
#: client/drizzle.cc:1522
352
342
"Don't cache result, print it row by row. This may slow down the server if "
353
343
"the output is suspended. Doesn't use history file."
356
#: client/drizzle.cc:1372
346
#: client/drizzle.cc:1524
357
347
msgid "Write fields without conversion. Used with --batch."
360
#: client/drizzle.cc:1375
350
#: client/drizzle.cc:1527
362
352
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
363
353
"option is enabled by default."
366
#: client/drizzle.cc:1377
356
#: client/drizzle.cc:1529
357
msgid "Shutdown the server."
360
#: client/drizzle.cc:1531
368
362
"Be more silent. Print results with a tab as separator, each row on new line."
371
#: client/drizzle.cc:1379
365
#: client/drizzle.cc:1533
372
366
msgid "Socket file to use for connection."
375
#: client/drizzle.cc:1382
369
#: client/drizzle.cc:1536
376
370
msgid "Output in table format."
379
#: client/drizzle.cc:1385
373
#: client/drizzle.cc:1539
381
375
"Append everything into outfile. See interactive help (\\h) also. Does not "
382
376
"work in batch mode. Disable with --disable-tee. This option is disabled by "
386
#: client/drizzle.cc:1387
380
#: client/drizzle.cc:1541
388
382
"Disable outfile. See interactive help (\\h) also. WARNING: option "
389
383
"deprecated; use --disable-tee instead"
392
#: client/drizzle.cc:1390 client/drizzleadmin.cc:88
386
#: client/drizzle.cc:1544
393
387
msgid "User for login if not current user."
396
#: client/drizzle.cc:1393
390
#: client/drizzle.cc:1547
397
391
msgid "Only allow UPDATE and DELETE that uses keys."
400
#: client/drizzle.cc:1396
394
#: client/drizzle.cc:1550
401
395
msgid "Synonym for option --safe-updates, -U."
404
#: client/drizzle.cc:1399
398
#: client/drizzle.cc:1553
405
399
msgid "Write more. (-v -v -v gives the table output format)."
408
#: client/drizzle.cc:1401 client/drizzleadmin.cc:93 drizzled/drizzled.cc:3592
402
#: client/drizzle.cc:1555 drizzled/drizzled.cc:2280
409
403
msgid "Output version information and exit."
412
#: client/drizzle.cc:1403 client/drizzleadmin.cc:95
406
#: client/drizzle.cc:1557
413
407
msgid "Wait and retry if connection is down."
416
#: client/drizzle.cc:1406
410
#: client/drizzle.cc:1560
417
411
msgid "Number of seconds before connection timeout."
420
#: client/drizzle.cc:1411
421
msgid "Max packet length to send to, or receive from server"
424
#: client/drizzle.cc:1416
425
msgid "Buffer for TCP/IP and socket communication"
428
#: client/drizzle.cc:1420
414
#: client/drizzle.cc:1565
415
msgid "Max length of input line"
418
#: client/drizzle.cc:1570
429
419
msgid "Automatic limit for SELECT when using --safe-updates"
432
#: client/drizzle.cc:1425
422
#: client/drizzle.cc:1575
433
423
msgid "Automatic limit for rows in a join when using --safe-updates"
436
#: client/drizzle.cc:1429
426
#: client/drizzle.cc:1579
437
427
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
440
#: client/drizzle.cc:1442
430
#: client/drizzle.cc:1584
431
msgid "Number of lines before each import progress report."
434
#: client/drizzle.cc:1587
435
msgid "Ping the server to check if it's alive."
438
#: client/drizzle.cc:1597
442
440
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
445
#: client/drizzle.cc:1449
443
#: client/drizzle.cc:1604
448
"Copyright (C) 2000-2008 MySQL AB\n"
449
" This software comes with ABSOLUTELY NO "
450
"WARRANTY. This is free software,\n"
451
" and you are welcome to modify and redistribute it under the GPL license\n"
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"
454
#: client/drizzle.cc:1453
451
#: client/drizzle.cc:1609
456
453
msgid "Usage: %s [OPTIONS] [database]\n"
459
#: client/drizzle.cc:1486
456
#: client/drizzle.cc:1640
460
457
msgid "DELIMITER cannot contain a backslash character"
463
#: client/drizzle.cc:1507
460
#: client/drizzle.cc:1658
465
462
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
468
#: client/drizzle.cc:1530
465
#: client/drizzle.cc:1681
470
467
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
473
#: client/drizzle.cc:1534
470
#: client/drizzle.cc:1685
475
472
msgid "WARNING: --server-arg option not supported in this configuration.\n"
478
#: client/drizzle.cc:1902
475
#: client/drizzle.cc:1712
477
"Non-integer value supplied for port. If you are trying to enter a password "
478
"please use --password instead."
481
#: client/drizzle.cc:1720
482
msgid "Value supplied for port is not valid."
485
#: client/drizzle.cc:1866
487
msgid "Processing line: %<PRIu32>\n"
490
#: client/drizzle.cc:2083
480
492
msgid "Unknown command '\\%c'."
483
#: client/drizzle.cc:2329
495
#: client/drizzle.cc:2493
485
497
"Reading table information for completion of table and column names\n"
486
498
" You can turn off this feature to get a quicker startup with -A\n"
490
#: client/drizzle.cc:2426
502
#: client/drizzle.cc:2583
491
503
msgid "No connection. Trying to reconnect..."
494
#: client/drizzle.cc:2432
506
#: client/drizzle.cc:2589
495
507
msgid "Can't connect to the server\n"
498
#: client/drizzle.cc:2489
502
#: client/drizzle.cc:2489
506
#: client/drizzle.cc:2540
511
#: client/drizzle.cc:2541
518
#: client/drizzle.cc:2543
525
#: client/drizzle.cc:2556
526
msgid "Many help items for your request exist."
529
#: client/drizzle.cc:2557
531
"To make a more specific request, please type 'help <item>',\n"
532
"where <item> is one of the following"
535
#: client/drizzle.cc:2563
537
msgid "You asked for help about help category: '%s'\n"
540
#: client/drizzle.cc:2564
542
"For more information, type 'help <item>', where <item> is one of the "
546
#: client/drizzle.cc:2577
552
#: client/drizzle.cc:2578
553
msgid "Please try to run 'help contents' for a list of all accessible topics\n"
556
#: client/drizzle.cc:2600
510
#: client/drizzle.cc:2668
557
511
msgid "List of all Drizzle commands:"
560
#: client/drizzle.cc:2602
514
#: client/drizzle.cc:2670
561
515
msgid "Note that all text commands must be first on line and end with ';'"
564
#: client/drizzle.cc:2613
567
"For server side help, type 'help contents'\n"
570
#: client/drizzle.cc:2656
518
#: client/drizzle.cc:2725
571
519
msgid "No query specified\n"
574
#: client/drizzle.cc:2671
522
#: client/drizzle.cc:2740
575
523
msgid "Ignoring query to other database"
578
#: client/drizzle.cc:2720
526
#: client/drizzle.cc:2790
579
527
msgid "Empty set"
582
#: client/drizzle.cc:2733
530
#: client/drizzle.cc:2803
584
532
msgid "%ld row in set"
585
533
msgid_plural "%ld rows in set"
589
#: client/drizzle.cc:2742
537
#: client/drizzle.cc:2812
593
#: client/drizzle.cc:2744
541
#: client/drizzle.cc:2814
595
543
msgid "Query OK, %ld row affected"
596
544
msgid_plural "Query OK, %ld rows affected"
600
#: client/drizzleadmin.cc:80 drizzled/drizzled.cc:3396
602
"Port number to use for connection or 0 for default to, in order of "
603
"preference, my.cnf, $DRIZZLE_TCP_PORT, built-in default ("
606
#: client/drizzleadmin.cc:85
607
msgid "Silently exit if one can't connect to server."
610
#: client/drizzleadmin.cc:91
611
msgid "Write more information."
614
#: client/drizzleadmin.cc:256
617
"connect to server at '%s' failed\n"
621
#: client/drizzleadmin.cc:262
623
msgid "Check that drizzled is running on %s"
626
#: client/drizzleadmin.cc:263
628
msgid " and that the port is %d.\n"
631
#: client/drizzleadmin.cc:265
633
msgid "You can check this by doing 'telnet %s %d'\n"
636
#: client/drizzleadmin.cc:276
638
msgid "Got error: %s\n"
641
#: client/drizzleadmin.cc:283
642
msgid "Waiting for Drizzle server to answer"
645
#: client/drizzleadmin.cc:316
647
msgid "shutting down drizzled...\n"
650
#: client/drizzleadmin.cc:320
652
msgid "shutdown failed; error: '%s'"
655
#: client/drizzleadmin.cc:327
660
#: client/drizzleadmin.cc:337
661
msgid "drizzled is alive"
664
#: client/drizzleadmin.cc:345
665
msgid "connection was down, but drizzled is now alive"
668
#: client/drizzleadmin.cc:349
670
msgid "drizzled doesn't answer to ping, error: '%s'"
673
#: client/drizzleadmin.cc:358
675
msgid "Unknown command: '%-.60s'"
678
#: client/drizzleadmin.cc:367
680
msgid "%s Ver %s Distrib %s, for %s on %s\n"
683
#: client/drizzleadmin.cc:374
684
msgid "Copyright (C) 2000-2008 MySQL AB"
687
#: client/drizzleadmin.cc:375
548
#: client/drizzlecheck.cc:262 client/drizzledump.cc:605
549
#: client/drizzleimport.cc:195 client/drizzleslap.cc:742
550
#: client/drizzletest.cc:4727
553
"Non-integer value supplied for port. If you are trying to enter a password "
554
"please use --password instead.\n"
557
#: client/drizzlecheck.cc:270 client/drizzledump.cc:613
558
#: client/drizzleimport.cc:203 client/drizzleslap.cc:750
559
#: client/drizzletest.cc:4735
561
msgid "Value supplied for port is not valid.\n"
564
#: client/drizzledump.cc:387
565
msgid "Number of rows before each output progress report (requires --verbose)."
568
#: client/drizzledump.cc:461
570
msgid "Got errno %d on write"
573
#: client/drizzledump.cc:466
575
msgid "%s Ver %s Distrib %s, for %s (%s)\n"
578
#: client/drizzledump.cc:473
580
msgid "Usage: %s [OPTIONS] database [tables]\n"
583
#: client/drizzledump.cc:474
585
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
588
#: client/drizzledump.cc:476
590
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
593
#: client/drizzledump.cc:483
594
msgid "By Igor Romanenko, Monty, Jani & Sinisa"
597
#: client/drizzledump.cc:484
689
599
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
690
600
"and you are welcome to modify and redistribute it under the GPL license\n"
693
#: client/drizzleadmin.cc:376
694
msgid "Administration program for the drizzled daemon."
697
#: client/drizzleadmin.cc:377
699
msgid "Usage: %s [OPTIONS] command command....\n"
702
#: client/drizzleadmin.cc:379
704
" ping Check if server is down\n"
705
" shutdown Take server down\n"
708
#: libdrizzle/errmsg.c:27
709
msgid "Unknown Drizzle error"
712
#: libdrizzle/errmsg.c:28
714
msgid "Can't create UNIX socket (%d)"
717
#: libdrizzle/errmsg.c:29
719
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
722
#: libdrizzle/errmsg.c:30
724
msgid "Can't connect to Drizzle server on '%-.100s' (%d)"
727
#: libdrizzle/errmsg.c:31
729
msgid "Can't create TCP/IP socket (%d)"
732
#: libdrizzle/errmsg.c:32
734
msgid "Unknown Drizzle server host '%-.100s' (%d)"
737
#: libdrizzle/errmsg.c:33
738
msgid "Drizzle server has gone away"
741
#: libdrizzle/errmsg.c:34
743
msgid "Protocol mismatch; server version = %d, client version = %d"
746
#: libdrizzle/errmsg.c:35
747
msgid "Drizzle client ran out of memory"
750
#: libdrizzle/errmsg.c:36
751
msgid "Wrong host info"
754
#: libdrizzle/errmsg.c:37
755
msgid "Localhost via UNIX socket"
758
#: libdrizzle/errmsg.c:38
760
msgid "%-.100s via TCP/IP"
763
#: libdrizzle/errmsg.c:39
764
msgid "Error in server handshake"
767
#: libdrizzle/errmsg.c:40
768
msgid "Lost connection to Drizzle server during query"
771
#: libdrizzle/errmsg.c:41
772
msgid "Commands out of sync; you can't run this command now"
775
#: libdrizzle/errmsg.c:42
777
msgid "Named pipe: %-.32s"
780
#: libdrizzle/errmsg.c:43
782
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
785
#: libdrizzle/errmsg.c:44
787
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
790
#: libdrizzle/errmsg.c:45
792
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
795
#: libdrizzle/errmsg.c:46
797
msgid "Can't initialize character set %-.32s (path: %-.100s)"
800
#: libdrizzle/errmsg.c:47
801
msgid "Got packet bigger than 'max_allowed_packet' bytes"
804
#: libdrizzle/errmsg.c:48
805
msgid "Embedded server"
808
#: libdrizzle/errmsg.c:49
809
msgid "Error on SHOW SLAVE STATUS:"
812
#: libdrizzle/errmsg.c:50
813
msgid "Error on SHOW SLAVE HOSTS:"
816
#: libdrizzle/errmsg.c:51
817
msgid "Error connecting to slave:"
820
#: libdrizzle/errmsg.c:52
821
msgid "Error connecting to master:"
824
#: libdrizzle/errmsg.c:53
825
msgid "SSL connection error"
828
#: libdrizzle/errmsg.c:54
829
msgid "Malformed packet"
832
#: libdrizzle/errmsg.c:55 libdrizzle/errmsg.c:66 libdrizzle/errmsg.c:67
833
#: libdrizzle/errmsg.c:68 libdrizzle/errmsg.c:69 libdrizzle/errmsg.c:70
834
#: libdrizzle/errmsg.c:71 libdrizzle/errmsg.c:72 libdrizzle/errmsg.c:73
835
#: libdrizzle/errmsg.c:74
836
msgid "(unused error message)"
839
#: libdrizzle/errmsg.c:56
840
msgid "Invalid use of null pointer"
843
#: libdrizzle/errmsg.c:57
844
msgid "Statement not prepared"
847
#: libdrizzle/errmsg.c:58
848
msgid "No data supplied for parameters in prepared statement"
851
#: libdrizzle/errmsg.c:59
852
msgid "Data truncated"
855
#: libdrizzle/errmsg.c:60
856
msgid "No parameters exist in the statement"
859
#: libdrizzle/errmsg.c:61
860
msgid "Invalid parameter number"
863
#: libdrizzle/errmsg.c:62
866
"Can't send long data for non-string/non-binary data types (parameter: %d)"
869
#: libdrizzle/errmsg.c:64
871
msgid "Using unsupported buffer type: %d (parameter: %d)"
874
#: libdrizzle/errmsg.c:65
876
msgid "Shared memory: %-.100s"
879
#: libdrizzle/errmsg.c:75
880
msgid "Wrong or unknown protocol"
883
#: libdrizzle/errmsg.c:76
884
msgid "Invalid connection handle"
887
#: libdrizzle/errmsg.c:77
889
"Connection using old (pre-4.1.1) authentication protocol refused (client "
890
"option 'secure_auth' enabled)"
893
#: libdrizzle/errmsg.c:79
894
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
897
#: libdrizzle/errmsg.c:80
898
msgid "Attempt to read column without prior row fetch"
901
#: libdrizzle/errmsg.c:81
902
msgid "Prepared statement contains no metadata"
905
#: libdrizzle/errmsg.c:82
907
"Attempt to read a row while there is no result set associated with the "
911
#: libdrizzle/errmsg.c:84
912
msgid "This feature is not implemented yet"
915
#: libdrizzle/errmsg.c:85
918
"Lost connection to Drizzle server while waiting for initial communication "
919
"packet, system error: %d"
922
#: libdrizzle/errmsg.c:87
925
"Lost connection to Drizzle server while reading initial communication "
926
"packet, system error: %d"
929
#: libdrizzle/errmsg.c:89
932
"Lost connection to Drizzle server while sending authentication information, "
936
#: libdrizzle/errmsg.c:91
939
"Lost connection to Drizzle server while reading authorization information, "
943
#: libdrizzle/errmsg.c:93
946
"Lost connection to Drizzle server while setting initial database, system "
950
#: libdrizzle/errmsg.c:95
952
msgid "Statement closed indirectly because of a preceeding %s() call"
955
#: libdrizzle/errmsg.c:97 drizzled/drizzled_error_messages.h:345
956
msgid "Couldn't uncompress communication packet"
959
#: libdrizzle/errmsg.c:99 drizzled/drizzled_error_messages.h:347
960
msgid "Got an error reading communication packets"
963
#: libdrizzle/errmsg.c:101 drizzled/drizzled_error_messages.h:349
964
msgid "Got timeout reading communication packets"
967
#: libdrizzle/errmsg.c:103 drizzled/drizzled_error_messages.h:351
968
msgid "Got an error writing communication packets"
971
#: libdrizzle/errmsg.c:105 drizzled/drizzled_error_messages.h:353
972
msgid "Got timeout writing communication packets"
975
#: libdrizzle/local_infile.c:190 mysys/errors.c:52
977
msgid "File '%s' not found (Errcode: %d)"
980
#: libdrizzle/local_infile.c:221 mysys/errors.c:26
982
msgid "Error reading file '%s' (Errcode: %d)"
987
msgid "Can't create/write to file '%s' (Errcode: %d)"
992
msgid "Error writing file '%s' (Errcode: %d)"
997
msgid "Error on close of '%s' (Errcode: %d)"
1000
#: mysys/errors.c:29
1002
msgid "Out of memory (Needed %u bytes)"
1005
#: mysys/errors.c:30
1007
msgid "Error on delete of '%s' (Errcode: %d)"
1010
#: mysys/errors.c:31
1012
msgid "Error on rename of '%s' to '%s' (Errcode: %d)"
1015
#: mysys/errors.c:32
1017
msgid "Unexpected eof found when reading file '%s' (Errcode: %d)"
1020
#: mysys/errors.c:33
1022
msgid "Can't lock file (Errcode: %d)"
1025
#: mysys/errors.c:34
1027
msgid "Can't unlock file (Errcode: %d)"
1030
#: mysys/errors.c:35
1032
msgid "Can't read dir of '%s' (Errcode: %d)"
1035
#: mysys/errors.c:36
1037
msgid "Can't get stat of '%s' (Errcode: %d)"
1040
#: mysys/errors.c:37
1042
msgid "Can't change size of file (Errcode: %d)"
1045
#: mysys/errors.c:38
1047
msgid "Can't open stream from handle (Errcode: %d)"
1050
#: mysys/errors.c:39
1052
msgid "Can't get working dirctory (Errcode: %d)"
1055
#: mysys/errors.c:40
1057
msgid "Can't change dir to '%s' (Errcode: %d)"
1060
#: mysys/errors.c:41
1062
msgid "Warning: '%s' had %d links"
1065
#: mysys/errors.c:42
1067
msgid "Warning: %d files and %d streams is left open\n"
1070
#: mysys/errors.c:43
1072
msgid "Disk is full writing '%s'. Waiting for someone to free space..."
1075
#: mysys/errors.c:44
1077
msgid "Can't create directory '%s' (Errcode: %d)"
1080
#: mysys/errors.c:45
1083
"Character set '%s' is not a compiled character set and is not specified in "
1087
#: mysys/errors.c:46
1089
msgid "Out of resources when opening file '%s' (Errcode: %d)"
1092
#: mysys/errors.c:47
1094
msgid "Can't read value for symlink '%s' (Error %d)"
1097
#: mysys/errors.c:48
1099
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
1102
#: mysys/errors.c:49
1104
msgid "Error on realpath() on '%s' (Error %d)"
1107
#: mysys/errors.c:50
1109
msgid "Can't sync file '%s' to disk (Errcode: %d)"
1112
#: mysys/errors.c:51
1115
"Collation '%s' is not a compiled collation and is not specified in the %s "
1119
#: mysys/errors.c:53
1121
msgid "File '%s' (fileno: %d) was not closed"
1124
#: mysys/my_error.c:86
1126
msgid "Unknown error %d"
1129
#: mysys/my_getopt.c:83
1133
#: mysys/my_getopt.c:85
1137
#: mysys/my_getopt.c:350
1139
msgid "%s: %s: Option '%s' used, but is disabled\n"
1142
#: mysys/my_getopt.c:351
1146
#: mysys/my_getopt.c:351
1150
#: mysys/my_getopt.c:454
1152
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
1155
#: mysys/my_getopt.c:767
1157
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
1160
#: mysys/my_getopt.c:948
1162
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
1165
#: mysys/my_getopt.c:1170
1167
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
1170
#: mysys/my_getopt.c:1190
603
#: client/drizzledump.cc:485
604
msgid "Dumping definition and data DRIZZLE database or table"
607
#: client/drizzledump.cc:496
609
msgid "For more options, use %s --help\n"
612
#: client/drizzledump.cc:630
614
msgid "Memory allocation error while copying password. Aborting.\n"
617
#: client/drizzledump.cc:669
619
msgid "Input filename too long: %s"
622
#: client/drizzledump.cc:712
624
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
627
#: client/drizzledump.cc:737
629
msgid "Invalid mode to --compatible: %s\n"
632
#: client/drizzledump.cc:791
634
msgid "%s: You must use option --tab with --fields-...\n"
637
#: client/drizzledump.cc:808
640
"%s: You can't use --single-transaction and --lock-all-tables at the same "
644
#: client/drizzledump.cc:821
647
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
651
#: client/drizzledump.cc:827
653
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
656
#: client/drizzledump.cc:853 client/drizzledump.cc:858
658
msgid "Got error: %s %s"
661
#: client/drizzledump.cc:956 client/drizzledump.cc:963
662
#: client/drizzledump.cc:976
664
msgid "Couldn't execute '%s': %s (%d)"
667
#: client/drizzledump.cc:1040
669
msgid "-- Connecting to %s...\n"
672
#: client/drizzledump.cc:1061
674
msgid "-- Disconnecting from %s...\n"
677
#: client/drizzledump.cc:1072
678
msgid "Couldn't allocate memory"
681
#: client/drizzledump.cc:1416
684
"-- Warning: Unable to use delayed inserts for table '%s' because it's of "
688
#: client/drizzledump.cc:1430
690
msgid "-- Retrieving table structure for table %s...\n"
693
#: client/drizzledump.cc:1544
695
msgid "%s: Warning: Can't set SQL_QUOTE_SHOW_CREATE option (%s)\n"
698
#: client/drizzledump.cc:1651
700
msgid "%s: Can't get keys for table %s\n"
703
#: client/drizzledump.cc:1729 client/drizzledump.cc:3083
705
msgid "Error: Couldn't read status information for table %s\n"
708
#: client/drizzledump.cc:1872
710
msgid "Error retrieving table structure for table: \"%s\""
713
#: client/drizzledump.cc:1879
715
msgid "-- Skipping dump data for table '%s', --no-data was used\n"
718
#: client/drizzledump.cc:1890
720
msgid "-- Warning: Skipping data for table '%s' because it's of type %s\n"
723
#: client/drizzledump.cc:1897
725
msgid "-- Skipping dump data for table '%s', it has no fields\n"
728
#: client/drizzledump.cc:1905
729
msgid "-- Sending SELECT query...\n"
732
#: client/drizzledump.cc:1959 client/drizzledump.cc:2444
733
msgid "when executing 'SELECT INTO OUTFILE'"
736
#: client/drizzledump.cc:1969
1174
"Variables (--variable-name=value)\n"
1175
"and boolean options {false|true} Value (after reading options)\n"
1176
"--------------------------------- -----------------------------\n"
1179
#: mysys/my_getopt.c:1206 mysys/my_getopt.c:1222
1180
msgid "(No default value)"
1183
#: mysys/my_getopt.c:1225
1187
#: mysys/my_getopt.c:1225
1191
#: mysys/my_getopt.c:1250
1193
msgid "(Disabled)\n"
1196
#: mysys/my_handler_errors.h:10
1197
msgid "Didn't find key on read or update"
1200
#: mysys/my_handler_errors.h:12
1201
msgid "Duplicate key on write or update"
1204
#: mysys/my_handler_errors.h:14
1205
msgid "Internal (unspecified) error in handler"
1208
#: mysys/my_handler_errors.h:16
741
"-- Dumping data for table %s\n"
745
#: client/drizzledump.cc:2010
746
msgid "-- Retrieving rows...\n"
749
#: client/drizzledump.cc:2013
751
msgid "%s: Error in field count for table: %s ! Aborting.\n"
754
#: client/drizzledump.cc:2062
756
msgid "%s: Error reading rows for table: %s (%d:%s) ! Aborting.\n"
759
#: client/drizzledump.cc:2079
761
msgid "-- %<PRIu32> of ~%<PRIu64> rows dumped for table %s\n"
764
#: client/drizzledump.cc:2101
766
msgid "Not enough fields from table %s! Aborting.\n"
769
#: client/drizzledump.cc:2521
770
msgid "when using LOCK TABLES"
773
#: client/drizzledump.cc:2534 client/drizzledump.cc:2677
774
msgid "when doing refresh"
777
#: client/drizzledump.cc:2627
778
msgid "alloc_root failure."
781
#: client/drizzledump.cc:2648
783
msgid "Couldn't find table: \"%s\""
786
#: client/drizzledump.cc:2664
787
msgid "when doing LOCK TABLES"
790
#: client/drizzledump.cc:2735
791
msgid "Error: Binlogging on server not active"
794
#: client/drizzledump.cc:2804
795
msgid "Error: Slave not set up"
798
#: client/drizzledump.cc:2863
799
msgid "Error: Unable to start slave"
802
#: client/drizzledump.cc:3154 client/drizzledump.cc:3161
803
#: client/drizzledump.cc:3171
1210
"Someone has changed the row since it was read (while the table was locked to "
1214
#: mysys/my_handler_errors.h:18
1215
msgid "Wrong index given to function"
1218
#: mysys/my_handler_errors.h:20
1219
msgid "Undefined handler error 125"
1222
#: mysys/my_handler_errors.h:22
1223
msgid "Index file is crashed"
1226
#: mysys/my_handler_errors.h:24
1227
msgid "Record file is crashed"
1230
#: mysys/my_handler_errors.h:26
1231
msgid "Out of memory in engine"
1234
#: mysys/my_handler_errors.h:28
1235
msgid "Undefined handler error 129"
1238
#: mysys/my_handler_errors.h:30
1239
msgid "Incorrect file format"
1242
#: mysys/my_handler_errors.h:32
1243
msgid "Command not supported by database"
1246
#: mysys/my_handler_errors.h:34
1247
msgid "Old database file"
1250
#: mysys/my_handler_errors.h:36
1251
msgid "No record read before update"
1254
#: mysys/my_handler_errors.h:38
1255
msgid "Record was already deleted (or record file crashed)"
1258
#: mysys/my_handler_errors.h:40
1259
msgid "No more room in record file"
1262
#: mysys/my_handler_errors.h:42
1263
msgid "No more room in index file"
1266
#: mysys/my_handler_errors.h:44
1267
msgid "No more records (read after end of file)"
1270
#: mysys/my_handler_errors.h:46
1271
msgid "Unsupported extension used for table"
1274
#: mysys/my_handler_errors.h:48
1278
#: mysys/my_handler_errors.h:50
1279
msgid "Wrong create options"
1282
#: mysys/my_handler_errors.h:52
1283
msgid "Duplicate unique key or constraint on write or update"
1286
#: mysys/my_handler_errors.h:54
1287
msgid "Unknown character set used in table"
1290
#: mysys/my_handler_errors.h:56
1291
msgid "Conflicting table definitions in sub-tables of MERGE table"
1294
#: mysys/my_handler_errors.h:58
1295
msgid "Table is crashed and last repair failed"
1298
#: mysys/my_handler_errors.h:60
1299
msgid "Table was marked as crashed and should be repaired"
1302
#: mysys/my_handler_errors.h:62
1303
msgid "Lock timed out; Retry transaction"
1306
#: mysys/my_handler_errors.h:64
1307
msgid "Lock table is full; Restart program with a larger locktable"
1310
#: mysys/my_handler_errors.h:66
1311
msgid "Updates are not allowed under a read only transactions"
1314
#: mysys/my_handler_errors.h:68
1315
msgid "Lock deadlock; Retry transaction"
1318
#: mysys/my_handler_errors.h:70
1319
msgid "Foreign key constraint is incorrectly formed"
1322
#: mysys/my_handler_errors.h:72
1323
msgid "Cannot add a child row"
1326
#: mysys/my_handler_errors.h:74
1327
msgid "Cannot delete a parent row"
1330
#: mysys/my_handler_errors.h:76
1331
msgid "No savepoint with that name"
1334
#: mysys/my_handler_errors.h:78
1335
msgid "Non unique key block size"
1338
#: mysys/my_handler_errors.h:80
1339
msgid "The table does not exist in engine"
1342
#: mysys/my_handler_errors.h:82
1343
msgid "The table already existed in storage engine"
1346
#: mysys/my_handler_errors.h:84
1347
msgid "Could not connect to storage engine"
1350
#: mysys/my_handler_errors.h:86
1351
msgid "Unexpected null pointer found when using spatial index"
1354
#: mysys/my_handler_errors.h:88
1355
msgid "The table changed in storage engine"
1358
#: mysys/my_handler_errors.h:90
1359
msgid "There's no partition in table for the given value"
1362
#: mysys/my_handler_errors.h:92
1363
msgid "Row-based binlogging of row failed"
1366
#: mysys/my_handler_errors.h:94
1367
msgid "Index needed in foreign key constraint"
1370
#: mysys/my_handler_errors.h:96
1371
msgid "Upholding foreign key constraints would lead to a duplicate key error"
1374
#: mysys/my_handler_errors.h:98
1375
msgid "Table needs to be upgraded before it can be used"
1378
#: mysys/my_handler_errors.h:100
1379
msgid "Table is read only"
1382
#: mysys/my_handler_errors.h:102
1383
msgid "Failed to get next auto increment value"
1386
#: mysys/my_handler_errors.h:104
1387
msgid "Failed to set row auto increment value"
1390
#: mysys/my_handler_errors.h:106
1391
msgid "Unknown (generic) error from engine"
1394
#: mysys/my_handler_errors.h:108
1395
msgid "Record is the same"
1398
#: mysys/my_handler_errors.h:110
1399
msgid "It is not possible to log this statement"
1402
#: mysys/my_handler_errors.h:112
1403
msgid "Tablespace exists"
1406
#: mysys/my_handler_errors.h:114
1407
msgid "The event was corrupt, leading to illegal data being read"
1410
#: mysys/my_handler_errors.h:116
1411
msgid "The table is of a new format not supported by this version"
1414
#: mysys/my_handler_errors.h:118
1415
msgid "The event could not be processed no other hanlder error happened"
1418
#: mysys/my_handler_errors.h:120
1419
msgid "Got a fatal error during initialzaction of handler"
1422
#: mysys/my_handler_errors.h:122
1423
msgid "File to short; Expected more data in file"
1426
#: mysys/my_handler_errors.h:124
1427
msgid "Read page with wrong checksum"
1430
#: mysys/my_handler_errors.h:126
1431
msgid "Lock or active transaction"
1434
#: mysys/my_handler_errors.h:128
1435
msgid "No such table space"
1438
#: mysys/my_handler_errors.h:130
1439
msgid "Tablespace not empty"
1442
#: drizzled/authentication.cc:66 drizzled/handler.cc:355
1443
#: drizzled/sql_plugin.cc:790 drizzled/sql_show.cc:4652
1445
msgid "Plugin '%s' init function returned error."
1448
#: drizzled/drizzled.cc:558
1450
msgid "Got error %d from pthread_cond_timedwait"
1453
#: drizzled/drizzled.cc:698 drizzled/drizzled.cc:1786
1454
msgid "Can't create thread to kill server"
1457
#: drizzled/drizzled.cc:765
1459
msgid "Got signal %d from thread %lud"
1462
#: drizzled/drizzled.cc:799
806
"Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
809
#: client/drizzledump.cc:3201
811
msgid "Error: Not enough memory to store ORDER BY clause\n"
814
#: drizzled/db.cc:237
816
msgid "Error while loading database options: '%s':"
819
#: drizzled/drizzled.cc:529
821
msgid "Got signal %d from thread %<PRIu64>"
824
#: drizzled/drizzled.cc:563
1463
825
msgid "Aborting\n"
1466
#: drizzled/drizzled.cc:995
828
#: drizzled/drizzled.cc:685
1467
829
msgid "One can only use the --user switch if running as root\n"
1470
#: drizzled/drizzled.cc:1003
832
#: drizzled/drizzled.cc:693
1472
834
"Fatal error: Please read \"Security\" section of the manual to find out how "
1473
"to run mysqld as root!\n"
835
"to run drizzled as root!\n"
1476
#: drizzled/drizzled.cc:1027
838
#: drizzled/drizzled.cc:715
1479
841
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
1483
#: drizzled/drizzled.cc:1202
845
#: drizzled/drizzled.cc:889
1485
847
msgid "Retrying bind on TCP/IP port %u"
1488
#: drizzled/drizzled.cc:1208
850
#: drizzled/drizzled.cc:895
1489
851
msgid "Can't start server: Bind on TCP/IP port"
1492
#: drizzled/drizzled.cc:1209
854
#: drizzled/drizzled.cc:896
1494
856
msgid "Do you already have another drizzled server running on port: %d ?"
1497
#: drizzled/drizzled.cc:1215
859
#: drizzled/drizzled.cc:902
1498
860
msgid "Can't start server: listen() on TCP/IP port"
1501
#: drizzled/drizzled.cc:1216
863
#: drizzled/drizzled.cc:903
1503
865
msgid "listen() on TCP/IP failed with error %d"
1506
#: drizzled/drizzled.cc:1434
868
#: drizzled/drizzled.cc:921
869
msgid "Can't open abort pipet"
872
#: drizzled/drizzled.cc:923
874
msgid "pipe() on abort_pipe failed with error %d"
877
#: drizzled/drizzled.cc:1015
1511
#: drizzled/drizzled.cc:1452
882
#: drizzled/drizzled.cc:1040
1514
885
"We will try our best to scrape up some info that will hopefully help "
1582
#: drizzled/drizzled.cc:1564
954
#: drizzled/drizzled.cc:1151
1584
956
msgid "Writing a core file\n"
1587
#: drizzled/drizzled.cc:1611
959
#: drizzled/drizzled.cc:1196
1589
961
"setrlimit could not change the size of core files to 'infinity'; We may not "
1590
962
"be able to generate a core file on signals"
1593
#: drizzled/drizzled.cc:1679
1595
msgid "Can't create interrupt-thread (error %d, errno: %d)"
1598
#: drizzled/drizzled.cc:1767
1600
msgid "Got signal %d to shutdown mysqld"
1603
#: drizzled/drizzled.cc:1813
1605
msgid "Got signal: %d error: %d"
1608
#: drizzled/drizzled.cc:1952
1610
msgid "Wrong date/time format specifier: %s\n"
1613
#: drizzled/drizzled.cc:2081
965
#: drizzled/drizzled.cc:1398
1615
967
msgid "gethostname failed, using '%s' as hostname"
1618
#: drizzled/drizzled.cc:2145
1621
"Changed limits: max_open_files: %u max_connections: %ld table_cache: %ld"
1624
#: drizzled/drizzled.cc:2150
1627
"Could not increase number of max_open_files to more than %u (request: %u)"
1630
#: drizzled/drizzled.cc:2231
970
#: drizzled/drizzled.cc:1494
1632
972
msgid "Unknown locale: '%s'"
1635
#: drizzled/drizzled.cc:2251
1637
"Although a path was specified for the --log option, log tables are used. To "
1638
"enable logging to files use the --log-output option."
1641
#: drizzled/drizzled.cc:2258
1643
"Although a path was specified for the --log-slow-queries option, log tables "
1644
"are used. To enable logging to files use the --log-output=file option."
1647
#: drizzled/drizzled.cc:2326
975
#: drizzled/drizzled.cc:1528
1648
976
msgid "Can't create thread-keys"
1651
#: drizzled/drizzled.cc:2373
979
#: drizzled/drizzled.cc:1551
1652
980
msgid "Out of memory"
1655
#: drizzled/drizzled.cc:2380
1656
msgid "You need to use --log-bin to make --binlog-format work."
1659
#: drizzled/drizzled.cc:2402
1661
"using --replicate-same-server-id in conjunction with --log-slave-updates is "
1662
"impossible, it would lead to infinite loops in this server."
1665
#: drizzled/drizzled.cc:2422
1668
"No argument was provided to --log-bin, and --log-bin-index was not used; so "
1669
"replication may break when this Drizzle server acts as a master and has his "
1670
"hostname changed!! Please use '--log-bin=%s' to avoid this problem."
1673
#: drizzled/drizzled.cc:2456
983
#: drizzled/drizzled.cc:1566
1674
984
msgid "Failed to initialize plugins."
1677
#: drizzled/drizzled.cc:2487
987
#: drizzled/drizzled.cc:1597
1680
990
"%s: Too many arguments (first extra is '%s').\n"
1681
991
"Use --verbose --help to get a list of available options\n"
1684
#: drizzled/drizzled.cc:2497
994
#: drizzled/drizzled.cc:1617
995
msgid "No scheduler found, cannot continue!\n"
998
#: drizzled/drizzled.cc:1624
1685
999
msgid "Can't init databases"
1688
#: drizzled/drizzled.cc:2520
1002
#: drizzled/drizzled.cc:1649
1690
1004
msgid "Unknown/unsupported table type: %s"
1693
#: drizzled/drizzled.cc:2526
1007
#: drizzled/drizzled.cc:1655
1695
1009
msgid "Default storage engine (%s) is not available"
1698
#: drizzled/drizzled.cc:2549
1699
msgid "Can't initialize tc_log"
1702
#: drizzled/drizzled.cc:2580
1012
#: drizzled/drizzled.cc:1686
1704
1014
msgid "Failed to lock memory. Errno: %d\n"
1707
#: drizzled/drizzled.cc:2649
1017
#: drizzled/drizzled.cc:1748
1709
msgid "Asked for %u thread stack, but got %llu"
1712
#: drizzled/drizzled.cc:2685
1714
"You have enabled the binary log, but you haven't set server-id to a non-zero "
1715
"value: we force server id to 1; updates will be logged to the binary log, "
1716
"but connections from slaves will not be accepted."
1719
#: drizzled/drizzled.cc:2743
1720
msgid "Before Lock_thread_count"
1723
#: drizzled/drizzled.cc:2750
1724
msgid "After lock_thread_count"
1727
#: drizzled/drizzled.cc:2858
1019
msgid "Asked for %<PRIu64> thread stack, but got %<PRIu64>"
1022
#: drizzled/drizzled.cc:1909
1729
1024
msgid "drizzled: Got error %d from select"
1732
#: drizzled/drizzled.cc:3100 drizzled/drizzled.cc:3205
1733
#: drizzled/drizzled.cc:3364
1734
msgid "Option used by mysql-test for debugging and testing of replication."
1737
#: drizzled/drizzled.cc:3104
1027
#: drizzled/drizzled.cc:2107
1738
1028
msgid "Auto-increment columns are incremented by this"
1741
#: drizzled/drizzled.cc:3109
1031
#: drizzled/drizzled.cc:2112
1743
1033
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1747
#: drizzled/drizzled.cc:3115
1037
#: drizzled/drizzled.cc:2118
1749
1039
"Path to installation directory. All paths are usually resolved relative to "
1753
#: drizzled/drizzled.cc:3119
1043
#: drizzled/drizzled.cc:2122
1754
1044
msgid "IP address to bind to."
1757
#: drizzled/drizzled.cc:3123
1759
"Does not have any effect without '--log-bin'. Tell the master the form of "
1760
"binary logging to use: either 'row' for row-based binary logging, or "
1761
"'statement' for statement-based binary logging, or 'mixed'. 'mixed' is "
1762
"statement-based binary logging except for those statements where only row-"
1763
"based is correct: those which involve user-defined functions (i.e. UDFs) or "
1764
"the UUID() function; for those, row-based binary logging is automatically "
1768
#: drizzled/drizzled.cc:3133
1770
"Tells the master it should log updates for the specified database, and "
1771
"exclude all others not explicitly mentioned."
1774
#: drizzled/drizzled.cc:3137
1776
"Tells the master that updates to the given database should not be logged "
1780
#: drizzled/drizzled.cc:3141
1782
"The maximum size of a row-based binary log event in bytes. Rows will be "
1783
"grouped into events smaller than this size if possible. The value has to be "
1784
"a multiple of 256."
1787
#: drizzled/drizzled.cc:3152
1788
msgid "Don't ignore client side character set value sent during handshake."
1791
#: drizzled/drizzled.cc:3157
1047
#: drizzled/drizzled.cc:2126
1792
1048
msgid "Set the filesystem character set."
1795
#: drizzled/drizzled.cc:3162
1051
#: drizzled/drizzled.cc:2131
1796
1052
msgid "Set the default character set."
1797
1053
msgstr "기본 문자셋 설정"
1799
#: drizzled/drizzled.cc:3169
1800
msgid "Chroot mysqld daemon during startup."
1055
#: drizzled/drizzled.cc:2135
1056
msgid "Chroot drizzled daemon during startup."
1803
#: drizzled/drizzled.cc:3173
1059
#: drizzled/drizzled.cc:2139
1804
1060
msgid "Set the default collation."
1807
#: drizzled/drizzled.cc:3177
1063
#: drizzled/drizzled.cc:2143
1808
1064
msgid "Default completion type."
1811
#: drizzled/drizzled.cc:3182
1812
msgid "Write error output on screen."
1815
#: drizzled/drizzled.cc:3186
1067
#: drizzled/drizzled.cc:2148
1816
1068
msgid "Write core on errors."
1819
#: drizzled/drizzled.cc:3190
1071
#: drizzled/drizzled.cc:2152
1820
1072
msgid "Path to the database root."
1823
#: drizzled/drizzled.cc:3194
1075
#: drizzled/drizzled.cc:2156
1824
1076
msgid "Set the default storage engine (table type) for tables."
1827
#: drizzled/drizzled.cc:3198
1079
#: drizzled/drizzled.cc:2160
1828
1080
msgid "Set the default time zone."
1831
#: drizzled/drizzled.cc:3202
1083
#: drizzled/drizzled.cc:2164
1832
1084
msgid "Type of DELAY_KEY_WRITE."
1835
#: drizzled/drizzled.cc:3211
1087
#: drizzled/drizzled.cc:2168
1836
1088
msgid "Print a symbolic stack trace on failure."
1839
#: drizzled/drizzled.cc:3217
1091
#: drizzled/drizzled.cc:2174
1840
1092
msgid "Push supported query conditions to the storage engine."
1843
#: drizzled/drizzled.cc:3223
1095
#: drizzled/drizzled.cc:2180
1844
1096
msgid "Used for debugging; Use at your own risk!"
1847
#: drizzled/drizzled.cc:3226
1848
msgid "Flush tables to disk between SQL commands."
1851
#: drizzled/drizzled.cc:3231
1099
#: drizzled/drizzled.cc:2185
1852
1100
msgid "Set up signals usable for debugging"
1855
#: drizzled/drizzled.cc:3235
1856
msgid "Enable general query log"
1859
#: drizzled/drizzled.cc:3239
1860
msgid "Command(s) that are executed for each new connection"
1863
#: drizzled/drizzled.cc:3243
1864
msgid "Read SQL commands from this file at startup."
1867
#: drizzled/drizzled.cc:3247
1868
msgid "Command(s) that are executed when a slave connects to this master"
1871
#: drizzled/drizzled.cc:3251
1103
#: drizzled/drizzled.cc:2189
1872
1104
msgid "(IGNORED)"
1875
#: drizzled/drizzled.cc:3255
1107
#: drizzled/drizzled.cc:2193
1876
1108
msgid "Set the language used for the month names and the days of the week."
1879
#: drizzled/drizzled.cc:3260
1880
msgid "Enable/disable LOAD DATA LOCAL INFILE (takes values 1|0)."
1883
#: drizzled/drizzled.cc:3265
1111
#: drizzled/drizzled.cc:2198
1884
1112
msgid "Log connections and queries to file."
1887
#: drizzled/drizzled.cc:3269
1889
"Log update queries in binary format. Optional argument is the location for "
1890
"the binary log files.(Strongly recommended to avoid replication problems if "
1891
"server's hostname changes)"
1894
#: drizzled/drizzled.cc:3276
1895
msgid "File that holds the names for last binary log files."
1898
#: drizzled/drizzled.cc:3284
1900
"If equal to 0 (the default), then when --log-bin is used, creation of a "
1901
"stored function (or trigger) is allowed only to users having the SUPER "
1902
"privilege and only if this stored function (trigger) may not break binary "
1903
"logging. Note that if ALL connections to this server ALWAYS use row-based "
1904
"binary logging, the security issues do not exist and the binary logging "
1905
"cannot break, so you can safely set this to 1."
1908
#: drizzled/drizzled.cc:3293
1909
msgid "Error log file."
1912
#: drizzled/drizzled.cc:3297
1115
#: drizzled/drizzled.cc:2202
1913
1116
msgid "Log all MyISAM changes to file."
1916
#: drizzled/drizzled.cc:3301
1918
"Log queries that are executed without benefit of any index to the slow log "
1922
#: drizzled/drizzled.cc:3307
1924
"Tells the slave to log the updates from the slave thread to the binary log. "
1925
"You will need to turn it on if you plan to daisy-chain the slaves."
1928
#: drizzled/drizzled.cc:3314
1930
"Log slow OPTIMIZE, ANALYZE, ALTER and other administrative statements to the "
1931
"slow log if it is open."
1934
#: drizzled/drizzled.cc:3320
1936
"Log slow statements executed by slave thread to the slow log if it is open."
1939
#: drizzled/drizzled.cc:3326
1941
"Log slow queries to a table or log file. Defaults logging to table mysql."
1942
"slow_log or hostname-slow.log if --log-output=file is used. Must be enabled "
1943
"to activate other slow log options."
1946
#: drizzled/drizzled.cc:3332
1948
"Path to transaction coordinator log (used for transactions that affect more "
1949
"than one storage engine, when binary log is disabled)"
1952
#: drizzled/drizzled.cc:3338
1953
msgid "Size of transaction coordinator log."
1956
#: drizzled/drizzled.cc:3344
1119
#: drizzled/drizzled.cc:2206
1957
1120
msgid "Log some not critical warnings to the log file."
1960
#: drizzled/drizzled.cc:3349
1961
msgid "INSERT/DELETE/UPDATE has lower priority than selects."
1964
#: drizzled/drizzled.cc:3354
1966
"The location and name of the file that remembers the master and where the I/"
1967
"O replication thread is in the master's binlogs."
1970
#: drizzled/drizzled.cc:3359
1972
"The number of tries the slave will make to connect to the master before "
1976
#: drizzled/drizzled.cc:3368
1977
msgid "Lock mysqld in memory."
1980
#: drizzled/drizzled.cc:3372
1123
#: drizzled/drizzled.cc:2211
1124
msgid "Lock drizzled in memory."
1127
#: drizzled/drizzled.cc:2215
1982
1129
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1983
1130
"BACKUP, FORCE or QUICK."
1986
#: drizzled/drizzled.cc:3377
1987
msgid "Use very new possible 'unsafe' functions."
1990
#: drizzled/drizzled.cc:3382
1991
msgid "Use old, non-optimized alter table."
1994
#: drizzled/drizzled.cc:3387
1996
"Enable old-style user limits (before 5.0.3 user resources were counted per "
1997
"each user+host vs. per account)"
2000
#: drizzled/drizzled.cc:3392
1133
#: drizzled/drizzled.cc:2220
2001
1134
msgid "Pid file used by safe_mysqld."
2004
#: drizzled/drizzled.cc:3402
1137
#: drizzled/drizzled.cc:2224
1139
"Port number to use for connection or 0 for default to, in order of "
1140
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
1143
#: drizzled/drizzled.cc:2230
2006
1145
"Maximum time in seconds to wait for the port to become free. (Default: no "
2010
#: drizzled/drizzled.cc:3407
2011
msgid "The location and name to use for relay logs."
2014
#: drizzled/drizzled.cc:3411
2016
"The location and name to use for the file that keeps a list of the last "
2020
#: drizzled/drizzled.cc:3416
2022
"The location and name of the file that remembers where the SQL replication "
2023
"thread is in the relay logs."
2026
#: drizzled/drizzled.cc:3421
2028
"Tells the slave thread to restrict replication to the specified database. To "
2029
"specify more than one database, use the directive multiple times, once for "
2030
"each database. Note that this will only work if you do not use cross-"
2031
"database queries such as UPDATE some_db.some_table SET foo='bar' while "
2032
"having selected a different or no database. If you need cross database "
2033
"updates to work, use replicate-wild-do-table=db_name.%."
2036
#: drizzled/drizzled.cc:3430
2038
"Tells the slave thread to restrict replication to the specified table. To "
2039
"specify more than one table, use the directive multiple times, once for each "
2040
"table. This will work for cross-database updates, in contrast to replicate-"
2044
#: drizzled/drizzled.cc:3436
2046
"Tells the slave thread to not replicate to the specified database. To "
2047
"specify more than one database to ignore, use the directive multiple times, "
2048
"once for each database. This option will not work if you use cross database "
2049
"updates. If you need cross database updates to work, use replicate-wild-"
2050
"ignore-table=db_name.%. "
2053
#: drizzled/drizzled.cc:3443
2055
"Tells the slave thread to not replicate to the specified table. To specify "
2056
"more than one table to ignore, use the directive multiple times, once for "
2057
"each table. This will work for cross-datbase updates, in contrast to "
2058
"replicate-ignore-db."
2061
#: drizzled/drizzled.cc:3449
2063
"Updates to a database with a different name than the original. Example: "
2064
"replicate-rewrite-db=master_db_name->slave_db_name."
2067
#: drizzled/drizzled.cc:3453
2069
"In replication, if set to 1, do not skip events having our server id. "
2070
"Default value is 0 (to break infinite loops in circular replication). Can't "
2071
"be set to 1 if --log-slave-updates is used."
2074
#: drizzled/drizzled.cc:3460
2076
"Tells the slave thread to restrict replication to the tables that match the "
2077
"specified wildcard pattern. To specify more than one table, use the "
2078
"directive multiple times, once for each table. This will work for cross-"
2079
"database updates. Example: replicate-wild-do-table=foo%.bar% will replicate "
2080
"only updates to tables in all databases that start with foo and whose table "
2081
"names start with bar."
2084
#: drizzled/drizzled.cc:3468
2086
"Tells the slave thread to not replicate to the tables that match the given "
2087
"wildcard pattern. To specify more than one table to ignore, use the "
2088
"directive multiple times, once for each table. This will work for cross-"
2089
"database updates. Example: replicate-wild-ignore-table=foo%.bar% will not do "
2090
"updates to tables in databases that start with foo and whose table names "
2094
#: drizzled/drizzled.cc:3477
2096
"Hostname or IP of the slave to be reported to to the master during slave "
2097
"registration. Will appear in the output of SHOW SLAVE HOSTS. Leave unset if "
2098
"you do not want the slave to register itself with the master. Note that it "
2099
"is not sufficient for the master to simply read the IP of the slave off the "
2100
"socket once the slave connects. Due to NAT and other routing issues, that IP "
2101
"may not be valid for connecting to the slave from the master or other hosts."
2104
#: drizzled/drizzled.cc:3490
2106
"Port for connecting to slave reported to the master during slave "
2107
"registration. Set it only if the slave is listening on a non-default port or "
2108
"if you have a special tunnel from the master or other clients to the slave. "
2109
"If not sure, leave this option unset."
2112
#: drizzled/drizzled.cc:3497
2113
msgid "Skip some optimize stages (for testing)."
2116
#: drizzled/drizzled.cc:3500
1149
#: drizzled/drizzled.cc:2235
2118
1151
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
2119
1152
"specified directory"
2122
#: drizzled/drizzled.cc:3505
1155
#: drizzled/drizzled.cc:2240
2124
1157
"Uniquely identifies the server instance in the community of replication "
2128
#: drizzled/drizzled.cc:3510
2129
msgid "Don't use new, possible wrong routines."
2132
#: drizzled/drizzled.cc:3513
2133
msgid "If set, slave is not autostarted."
2136
#: drizzled/drizzled.cc:3517
1161
#: drizzled/drizzled.cc:2245
2137
1162
msgid "Don't print a stack trace on failure."
2140
#: drizzled/drizzled.cc:3521
2141
msgid "Don't give threads different priorities."
2144
#: drizzled/drizzled.cc:3525
2146
"The location where the slave should put its temporary files when replicating "
2147
"a LOAD DATA INFILE command."
2150
#: drizzled/drizzled.cc:3530
2152
"Tells the slave thread to continue replication when a query event returns an "
2153
"error from the provided list."
2156
#: drizzled/drizzled.cc:3534
2158
"Modes for how replication events should be executed. Legal values are "
2159
"STRICT (default) and IDEMPOTENT. In IDEMPOTENT mode, replication will not "
2160
"stop for operations that are idempotent. In STRICT mode, replication will "
2161
"stop on any unexpected difference between the master and the slave."
2164
#: drizzled/drizzled.cc:3542
2165
msgid "Enable|disable slow query log"
2168
#: drizzled/drizzled.cc:3546
2172
#: drizzled/drizzled.cc:3549
1165
#: drizzled/drizzled.cc:2249
2173
1166
msgid "Enable symbolic link support."
2176
#: drizzled/drizzled.cc:3558
2178
"Non-default option to alias SYSDATE() to NOW() to make it safe-replicable."
2181
#: drizzled/drizzled.cc:3563
2183
"Decision to use in heuristic recover process. Possible values are COMMIT or "
2187
#: drizzled/drizzled.cc:3568
1169
#: drizzled/drizzled.cc:2258
2189
1171
"Using this option will cause most temporary files created to use a small set "
2190
1172
"of names, rather than a unique name for each new file."
2193
#: drizzled/drizzled.cc:3573
1175
#: drizzled/drizzled.cc:2263
2195
1177
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
2198
#: drizzled/drizzled.cc:3578
2200
"Path for temporary files. Several paths may be specified, separated by a "
2201
"colon (:), in this case they are used in a round-robin fashion."
1180
#: drizzled/drizzled.cc:2268
1181
msgid "Path for temporary files."
2204
#: drizzled/drizzled.cc:3584
1184
#: drizzled/drizzled.cc:2272
2205
1185
msgid "Default transaction isolation level."
2208
#: drizzled/drizzled.cc:3588
2209
msgid "Run mysqld daemon as user."
2212
#: drizzled/drizzled.cc:3596
2214
"The number of outstanding connection requests MySQL can have. This comes "
2215
"into play when the main MySQL thread gets very many connection requests in a "
2219
#: drizzled/drizzled.cc:3602
2221
"The size of the cache to hold the SQL statements for the binary log during a "
2222
"transaction. If you often use big, multi-statement transactions you can "
2223
"increase this to get more performance."
2226
#: drizzled/drizzled.cc:3608
2228
"Size of tree cache used in bulk insert optimisation. Note that this is a "
1188
#: drizzled/drizzled.cc:2276
1189
msgid "Run drizzled daemon as user."
1192
#: drizzled/drizzled.cc:2284
1194
"The number of outstanding connection requests Drizzle can have. This comes "
1195
"into play when the main Drizzle thread gets very many connection requests in "
1196
"a very short time."
1199
#: drizzled/drizzled.cc:2290
1201
"Size of tree cache used in bulk insert optimization. Note that this is a "
2229
1202
"limit per thread!"
2232
#: drizzled/drizzled.cc:3614
1205
#: drizzled/drizzled.cc:2296
2234
"The number of seconds the mysqld server is waiting for a connect packet "
1207
"The number of seconds the drizzled server is waiting for a connect packet "
2235
1208
"before responding with 'Bad handshake'."
2238
#: drizzled/drizzled.cc:3619
2239
msgid "The DATE format (For future)."
2242
#: drizzled/drizzled.cc:3624
2243
msgid "The DATETIME/TIMESTAMP format (for future)."
2246
#: drizzled/drizzled.cc:3629
2247
msgid "The default week format used by WEEK() functions."
2250
#: drizzled/drizzled.cc:3634
1211
#: drizzled/drizzled.cc:2301
2252
1213
"Precision of the result of '/' operator will be increased on that value."
2255
#: drizzled/drizzled.cc:3640
2257
"If non-zero, binary logs will be purged after expire_logs_days days; "
2258
"possible purges happen at startup and at binary log rotation."
2261
#: drizzled/drizzled.cc:3646
1216
#: drizzled/drizzled.cc:2307
2262
1217
msgid "The maximum length of the result of function group_concat."
2265
#: drizzled/drizzled.cc:3651
2267
"The number of seconds the server waits for activity on an interactive "
2268
"connection before closing it."
2271
#: drizzled/drizzled.cc:3657
1220
#: drizzled/drizzled.cc:2312
2272
1221
msgid "The size of the buffer that is used for full joins."
2275
#: drizzled/drizzled.cc:3663
1224
#: drizzled/drizzled.cc:2318
2276
1225
msgid "Don't overwrite stale .MYD and .MYI even if no directory is specified."
2279
#: drizzled/drizzled.cc:3668
1228
#: drizzled/drizzled.cc:2323
2281
1230
"The size of the buffer used for index blocks for MyISAM tables. Increase "
2282
1231
"this to get better index handling (for all reads and multiple writes) to as "
2283
1232
"much as you can afford;"
2286
#: drizzled/drizzled.cc:3677
1235
#: drizzled/drizzled.cc:2332
2288
1237
"This characterizes the number of hits a hot block has to be untouched until "
2289
1238
"it is considered aged enough to be downgraded to a warm block. This "
2468
1348
"(used for testing/comparison)."
2471
#: drizzled/drizzled.cc:3880
1351
#: drizzled/drizzled.cc:2462
1353
"Should the Optmizer use MRR or not. Valid values are auto, force and disable"
1356
#: drizzled/drizzled.cc:2467
2472
1357
msgid "Directory for plugins."
2475
#: drizzled/drizzled.cc:3884
1360
#: drizzled/drizzled.cc:2471
2477
"Optional comma separated list of plugins to load, where each plugin is "
2478
"identified by the name of the shared library. [for example: --"
2479
"plugin_load=libmd5udf.so]"
1362
"Optional comma separated list of plugins to load at starup.[for example: --"
1363
"plugin_load=crc32,logger_gearman]"
2482
#: drizzled/drizzled.cc:3890
1366
#: drizzled/drizzled.cc:2476
2483
1367
msgid "The size of the buffer that is allocated when preloading indexes"
2486
#: drizzled/drizzled.cc:3895
1370
#: drizzled/drizzled.cc:2481
1371
msgid "Select protocol to be used (by default oldlibdrizzle)."
1374
#: drizzled/drizzled.cc:2485
2487
1375
msgid "Allocation block size for query parsing and execution"
2490
#: drizzled/drizzled.cc:3900
1378
#: drizzled/drizzled.cc:2490
2491
1379
msgid "Persistent buffer for query parsing and execution"
2494
#: drizzled/drizzled.cc:3906
1382
#: drizzled/drizzled.cc:2496
2495
1383
msgid "Allocation block size for storing ranges during optimization"
2498
#: drizzled/drizzled.cc:3912
1386
#: drizzled/drizzled.cc:2502
2500
1388
"Each thread that does a sequential scan allocates a buffer of this size for "
2501
1389
"each table it scans. If you do many sequential scans, you may want to "
2502
1390
"increase this value."
2505
#: drizzled/drizzled.cc:3920
2507
"Make all non-temporary tables read-only, with the exception for replication "
2508
"(slave) threads and users with the SUPER privilege"
2511
#: drizzled/drizzled.cc:3926
1393
#: drizzled/drizzled.cc:2510
2513
1395
"When reading rows in sorted order after a sort, the rows are read through "
2514
1396
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
2515
1397
"record_buffer."
2518
#: drizzled/drizzled.cc:3940
2520
"0 = do not purge relay logs. 1 = purge them as soon as they are no more "
2524
#: drizzled/drizzled.cc:3946
2525
msgid "Maximum space to use for all relay logs."
2528
#: drizzled/drizzled.cc:3951
2530
msgid "Use compression on master/slave protocol."
2531
msgstr "서버/클라이언트 프로토콜에서 압축 사용"
2533
#: drizzled/drizzled.cc:3956
2535
"Number of seconds to wait for more data from a master/slave connection "
2536
"before aborting the read."
2539
#: drizzled/drizzled.cc:3961
2541
"Number of times the slave SQL thread will retry a transaction in case it "
2542
"failed with a deadlock or elapsed lock wait timeout, before giving up and "
2546
#: drizzled/drizzled.cc:3967
2547
msgid "Allow slave to batch requests."
2550
#: drizzled/drizzled.cc:3971
2552
"If creating the thread takes longer than this value (in seconds), the "
2553
"Slow_launch_threads counter will be incremented."
2556
#: drizzled/drizzled.cc:3976
1400
#: drizzled/drizzled.cc:2518
1401
msgid "Select scheduler to be used (by default multi-thread)."
1404
#: drizzled/drizzled.cc:2522
2557
1405
msgid "Each thread that needs to do a sort allocates a buffer of this size."
2560
#: drizzled/drizzled.cc:3982
2562
"Synchronously flush binary log to disk after every #th event. Use 0 "
2563
"(default) to disable synchronous flushing."
2566
#: drizzled/drizzled.cc:3987
1408
#: drizzled/drizzled.cc:2528
2567
1409
msgid "The number of cached table definitions."
2570
#: drizzled/drizzled.cc:3991
1412
#: drizzled/drizzled.cc:2532
2571
1413
msgid "The number of cached open tables."
2574
#: drizzled/drizzled.cc:3995
1416
#: drizzled/drizzled.cc:2536
2576
1418
"Timeout in seconds to wait for a table level lock before returning an error. "
2577
1419
"Used only if the connection has active cursors."
2580
#: drizzled/drizzled.cc:4000
2581
msgid "How many threads we should keep in a cache for reuse."
2584
#: drizzled/drizzled.cc:4004
2586
"How many threads we should create to handle query requests in case of "
2587
"'thread_handling=pool-of-threads'"
2590
#: drizzled/drizzled.cc:4009
1422
#: drizzled/drizzled.cc:2541
2591
1423
msgid "The stack size for each thread."
2594
#: drizzled/drizzled.cc:4015
2595
msgid "The TIME format (for future)."
2598
#: drizzled/drizzled.cc:4020
1426
#: drizzled/drizzled.cc:2547
2600
"If an internal in-memory temporary table exceeds this size, MySQL will "
1428
"If an internal in-memory temporary table exceeds this size, Drizzle will "
2601
1429
"automatically convert it to an on-disk MyISAM table."
2604
#: drizzled/drizzled.cc:4026
1432
#: drizzled/drizzled.cc:2553
2605
1433
msgid "Allocation block size for transactions to be stored in binary log"
2608
#: drizzled/drizzled.cc:4031
1436
#: drizzled/drizzled.cc:2558
2609
1437
msgid "Persistent buffer for transactions to be stored in binary log"
2612
#: drizzled/drizzled.cc:4036
1440
#: drizzled/drizzled.cc:2563
2614
1442
"The number of seconds the server waits for activity on a connection before "
2618
#: drizzled/drizzled.cc:4284
1446
#: drizzled/drizzled.cc:2697
2620
"Copyright (C) 2000 MySQL AB, by Monty and others\n"
1448
"Copyright (C) 2008 Sun Microsystems\n"
2621
1449
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
2622
1450
"and you are welcome to modify and redistribute it under the GPL license\n"
2624
1452
"Starts the Drizzle database server\n"
2627
#: drizzled/drizzled.cc:4291
1455
#: drizzled/drizzled.cc:2704
2629
1457
msgid "Usage: %s [OPTIONS]\n"
2632
#: drizzled/drizzled.cc:4302
1460
#: drizzled/drizzled.cc:2715
2635
1463
"To see what values a running Drizzle server is using, type\n"
2636
1464
"'drizzleadmin variables' instead of 'drizzled --help'."
2639
#: drizzled/drizzled.cc:4486
1467
#: drizzled/drizzled.cc:2859
2642
1470
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
2643
1471
"command line\n"
2646
#: drizzled/drizzled.cc:4538
2648
msgid "Bad syntax in replicate-rewrite-db - missing '->'!\n"
2651
#: drizzled/drizzled.cc:4547
2653
msgid "Bad syntax in replicate-rewrite-db - empty FROM db!\n"
2656
#: drizzled/drizzled.cc:4557
2658
msgid "Bad syntax in replicate-rewrite-db - empty TO db!\n"
2661
#: drizzled/drizzled.cc:4586 drizzled/drizzled.cc:4595
2663
msgid "Could not add do table rule '%s'!\n"
2666
#: drizzled/drizzled.cc:4604 drizzled/drizzled.cc:4613
2668
msgid "Could not add ignore table rule '%s'!\n"
2671
#: drizzled/drizzled.cc:4657
1474
#: drizzled/drizzled.cc:2900
2672
1475
msgid "Can't start server: cannot resolve hostname!"
2675
#: drizzled/drizzled.cc:4663
1478
#: drizzled/drizzled.cc:2906
2676
1479
msgid "Can't start server: bind-address refers to multiple interfaces!"
2679
#: drizzled/drizzled.cc:4838
2681
"options --log-slow-admin-statements, --log-queries-not-using-indexes and --"
2682
"log-slow-slave-statements have no effect if --log-slow-queries is not set"
2685
#: drizzled/drizzled.cc:5029
1482
#: drizzled/drizzled.cc:3225
2687
1484
msgid "No option given to %s\n"
2690
#: drizzled/drizzled.cc:5031
1487
#: drizzled/drizzled.cc:3227
2692
1489
msgid "Wrong option to %s. Option(s) given: %s\n"
2695
#: drizzled/drizzled.cc:5033
1492
#: drizzled/drizzled.cc:3229
2697
1494
msgid "Alternatives are: '%s'"
2700
#: drizzled/drizzled_error_messages.h:31
1497
#: drizzled/errmsg.cc:73
1499
msgid "errmsg plugin '%s' errmsg() failed"
1502
#: drizzled/error.cc:34
2701
1503
msgid "hashchk"
2704
#: drizzled/drizzled_error_messages.h:33
1506
#: drizzled/error.cc:36
2705
1507
msgid "isamchk"
2708
#: drizzled/drizzled_error_messages.h:35
1510
#: drizzled/error.cc:38
2712
#: drizzled/drizzled_error_messages.h:37
1514
#: drizzled/error.cc:40
2716
#: drizzled/drizzled_error_messages.h:39
1518
#: drizzled/error.cc:42
2718
1520
msgid "Can't create file '%-.200s' (errno: %d)"
2721
#: drizzled/drizzled_error_messages.h:41
1523
#: drizzled/error.cc:44
2723
1525
msgid "Can't create table '%-.200s' (errno: %d)"
2726
#: drizzled/drizzled_error_messages.h:43
1528
#: drizzled/error.cc:46
2728
1530
msgid "Can't create database '%-.192s' (errno: %d)"
2731
#: drizzled/drizzled_error_messages.h:45
1533
#: drizzled/error.cc:48
2733
1535
msgid "Can't create database '%-.192s'; database exists"
2736
#: drizzled/drizzled_error_messages.h:47
1538
#: drizzled/error.cc:50
2738
1540
msgid "Can't drop database '%-.192s'; database doesn't exist"
2741
#: drizzled/drizzled_error_messages.h:49
1543
#: drizzled/error.cc:52
2743
1545
msgid "Error dropping database (can't delete '%-.192s', errno: %d)"
2746
#: drizzled/drizzled_error_messages.h:51
1548
#: drizzled/error.cc:54
2748
1550
msgid "Error dropping database (can't rmdir '%-.192s', errno: %d)"
2751
#: drizzled/drizzled_error_messages.h:53
1553
#: drizzled/error.cc:56
2753
1555
msgid "Error on delete of '%-.192s' (errno: %d)"
2756
#: drizzled/drizzled_error_messages.h:55
1558
#: drizzled/error.cc:58
2757
1559
msgid "Can't read record in system table"
2760
#: drizzled/drizzled_error_messages.h:57
1562
#: drizzled/error.cc:60
2762
1564
msgid "Can't get status of '%-.200s' (errno: %d)"
2765
#: drizzled/drizzled_error_messages.h:59
1567
#: drizzled/error.cc:62
2767
1569
msgid "Can't get working directory (errno: %d)"
2770
#: drizzled/drizzled_error_messages.h:61
1572
#: drizzled/error.cc:64
2772
1574
msgid "Can't lock file (errno: %d)"
2775
#: drizzled/drizzled_error_messages.h:63
1577
#: drizzled/error.cc:66
2777
1579
msgid "Can't open file: '%-.200s' (errno: %d)"
2780
#: drizzled/drizzled_error_messages.h:65
1582
#: drizzled/error.cc:68
2782
1584
msgid "Can't find file: '%-.200s' (errno: %d)"
2785
#: drizzled/drizzled_error_messages.h:67
1587
#: drizzled/error.cc:70
2787
1589
msgid "Can't read dir of '%-.192s' (errno: %d)"
2790
#: drizzled/drizzled_error_messages.h:69
1592
#: drizzled/error.cc:72
2792
1594
msgid "Can't change dir to '%-.192s' (errno: %d)"
2795
#: drizzled/drizzled_error_messages.h:71
1597
#: drizzled/error.cc:74
2797
1599
msgid "Record has changed since last read in table '%-.192s'"
2800
#: drizzled/drizzled_error_messages.h:73
1602
#: drizzled/error.cc:76
2802
1604
msgid "Disk full (%s); waiting for someone to free some space..."
2805
#: drizzled/drizzled_error_messages.h:75
1607
#: drizzled/error.cc:78
2807
1609
msgid "Can't write; duplicate key in table '%-.192s'"
2810
#: drizzled/drizzled_error_messages.h:77
1612
#: drizzled/error.cc:80
2812
1614
msgid "Error on close of '%-.192s' (errno: %d)"
2815
#: drizzled/drizzled_error_messages.h:79
1617
#: drizzled/error.cc:82
2817
1619
msgid "Error reading file '%-.200s' (errno: %d)"
2820
#: drizzled/drizzled_error_messages.h:81
1622
#: drizzled/error.cc:84
2822
1624
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
2825
#: drizzled/drizzled_error_messages.h:83
1627
#: drizzled/error.cc:86
2827
1629
msgid "Error writing file '%-.200s' (errno: %d)"
2830
#: drizzled/drizzled_error_messages.h:85
1632
#: drizzled/error.cc:88
2832
1634
msgid "'%-.192s' is locked against change"
2835
#: drizzled/drizzled_error_messages.h:87
1637
#: drizzled/error.cc:90
2836
1638
msgid "Sort aborted"
2839
#: drizzled/drizzled_error_messages.h:89
1641
#: drizzled/error.cc:92
2841
1643
msgid "View '%-.192s' doesn't exist for '%-.192s'"
2844
#: drizzled/drizzled_error_messages.h:91
1646
#: drizzled/error.cc:94
2846
1648
msgid "Got error %d from storage engine"
2849
#: drizzled/drizzled_error_messages.h:93
1651
#: drizzled/error.cc:96
2851
1653
msgid "Table storage engine for '%-.192s' doesn't have this option"
2854
#: drizzled/drizzled_error_messages.h:95
1656
#: drizzled/error.cc:98
2856
1658
msgid "Can't find record in '%-.192s'"
2859
#: drizzled/drizzled_error_messages.h:97
1661
#: drizzled/error.cc:100
2861
1663
msgid "Incorrect information in file: '%-.200s'"
2864
#: drizzled/drizzled_error_messages.h:99
1666
#: drizzled/error.cc:102
2866
1668
msgid "Incorrect key file for table '%-.200s'; try to repair it"
2869
#: drizzled/drizzled_error_messages.h:101
1671
#: drizzled/error.cc:104
2871
1673
msgid "Old key file for table '%-.192s'; repair it!"
2874
#: drizzled/drizzled_error_messages.h:103
1676
#: drizzled/error.cc:106
2876
1678
msgid "Table '%-.192s' is read only"
2879
#: drizzled/drizzled_error_messages.h:105
1681
#: drizzled/error.cc:108
2881
msgid "Out of memory; restart server and try again (needed %d bytes)"
1683
msgid "Out of memory; restart server and try again (needed %lu bytes)"
2884
#: drizzled/drizzled_error_messages.h:107
1686
#: drizzled/error.cc:110
2885
1687
msgid "Out of sort memory; increase server sort buffer size"
2888
#: drizzled/drizzled_error_messages.h:109
1690
#: drizzled/error.cc:112
2890
1692
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
2893
#: drizzled/drizzled_error_messages.h:111
1695
#: drizzled/error.cc:114
2894
1696
msgid "Too many connections"
2897
#: drizzled/drizzled_error_messages.h:113
1699
#: drizzled/error.cc:116
2899
"Out of memory; check if mysqld or some other process uses all available "
2900
"memory; if not, you may have to use 'ulimit' to allow mysqld to use more "
1701
"Out of memory; check if drizzled or some other process uses all available "
1702
"memory; if not, you may have to use 'ulimit' to allow drizzled to use more "
2901
1703
"memory or you can add more swap space"
2904
#: drizzled/drizzled_error_messages.h:115
1706
#: drizzled/error.cc:118
2905
1707
msgid "Can't get hostname for your address"
2908
#: drizzled/drizzled_error_messages.h:117
1710
#: drizzled/error.cc:120
2909
1711
msgid "Bad handshake"
2912
#: drizzled/drizzled_error_messages.h:119
1714
#: drizzled/error.cc:122
2914
1716
msgid "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
2917
#: drizzled/drizzled_error_messages.h:121
1719
#: drizzled/error.cc:124
2919
1721
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
2922
#: drizzled/drizzled_error_messages.h:123
1724
#: drizzled/error.cc:126
2923
1725
msgid "No database selected"
2926
#: drizzled/drizzled_error_messages.h:125
1728
#: drizzled/error.cc:128
2927
1729
msgid "Unknown command"
2930
#: drizzled/drizzled_error_messages.h:127
1732
#: drizzled/error.cc:130
2932
1734
msgid "Column '%-.192s' cannot be null"
2935
#: drizzled/drizzled_error_messages.h:129
1737
#: drizzled/error.cc:132
2937
1739
msgid "Unknown database '%-.192s'"
2940
#: drizzled/drizzled_error_messages.h:131
1742
#: drizzled/error.cc:134
2942
1744
msgid "Table '%-.192s' already exists"
2945
#: drizzled/drizzled_error_messages.h:133
1747
#: drizzled/error.cc:136
2947
1749
msgid "Unknown table '%-.100s'"
2950
#: drizzled/drizzled_error_messages.h:135
1752
#: drizzled/error.cc:138
2952
1754
msgid "Column '%-.192s' in %-.192s is ambiguous"
2955
#: drizzled/drizzled_error_messages.h:137
1757
#: drizzled/error.cc:140
2956
1758
msgid "Server shutdown in progress"
2959
#: drizzled/drizzled_error_messages.h:139
1761
#: drizzled/error.cc:142
2961
1763
msgid "Unknown column '%-.192s' in '%-.192s'"
2964
#: drizzled/drizzled_error_messages.h:141
1766
#: drizzled/error.cc:144
2966
1768
msgid "'%-.192s' isn't in GROUP BY"
2969
#: drizzled/drizzled_error_messages.h:143
1771
#: drizzled/error.cc:146
2971
1773
msgid "Can't group on '%-.192s'"
2974
#: drizzled/drizzled_error_messages.h:145
1776
#: drizzled/error.cc:148
2975
1777
msgid "Statement has sum functions and columns in same statement"
2978
#: drizzled/drizzled_error_messages.h:147
1780
#: drizzled/error.cc:150
2979
1781
msgid "Column count doesn't match value count"
2982
#: drizzled/drizzled_error_messages.h:149
1784
#: drizzled/error.cc:152
2984
1786
msgid "Identifier name '%-.100s' is too long"
2987
#: drizzled/drizzled_error_messages.h:151
1789
#: drizzled/error.cc:154
2989
1791
msgid "Duplicate column name '%-.192s'"
2992
#: drizzled/drizzled_error_messages.h:153
1794
#: drizzled/error.cc:156
2994
1796
msgid "Duplicate key name '%-.192s'"
2997
#: drizzled/drizzled_error_messages.h:155
1799
#: drizzled/error.cc:158
2999
1801
msgid "Duplicate entry '%-.192s' for key %d"
3002
#: drizzled/drizzled_error_messages.h:157
1804
#: drizzled/error.cc:160
3004
1806
msgid "Incorrect column specifier for column '%-.192s'"
3007
#: drizzled/drizzled_error_messages.h:159
1809
#: drizzled/error.cc:162
3009
1811
msgid "%s near '%-.80s' at line %d"
3012
#: drizzled/drizzled_error_messages.h:161
1814
#: drizzled/error.cc:164
3013
1815
msgid "Query was empty"
3016
#: drizzled/drizzled_error_messages.h:163
1818
#: drizzled/error.cc:166
3018
1820
msgid "Not unique table/alias: '%-.192s'"
3021
#: drizzled/drizzled_error_messages.h:165
1823
#: drizzled/error.cc:168
3023
1825
msgid "Invalid default value for '%-.192s'"
3026
#: drizzled/drizzled_error_messages.h:167
1828
#: drizzled/error.cc:170
3027
1829
msgid "Multiple primary key defined"
3030
#: drizzled/drizzled_error_messages.h:169
1832
#: drizzled/error.cc:172
3032
1834
msgid "Too many keys specified; max %d keys allowed"
3035
#: drizzled/drizzled_error_messages.h:171
1837
#: drizzled/error.cc:174
3037
1839
msgid "Too many key parts specified; max %d parts allowed"
3040
#: drizzled/drizzled_error_messages.h:173
1842
#: drizzled/error.cc:176
3042
1844
msgid "Specified key was too long; max key length is %d bytes"
3045
#: drizzled/drizzled_error_messages.h:175
1847
#: drizzled/error.cc:178
3047
1849
msgid "Key column '%-.192s' doesn't exist in table"
3050
#: drizzled/drizzled_error_messages.h:177
1852
#: drizzled/error.cc:180
3053
1855
"BLOB column '%-.192s' can't be used in key specification with the used table "
3057
#: drizzled/drizzled_error_messages.h:179
1859
#: drizzled/error.cc:182
3060
1862
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
3064
#: drizzled/drizzled_error_messages.h:181
1866
#: drizzled/error.cc:184
3066
1868
"Incorrect table definition; there can be only one auto column and it must be "
3067
1869
"defined as a key"
3070
#: drizzled/drizzled_error_messages.h:183
1872
#: drizzled/error.cc:186
3073
1875
"%s: ready for connections.\n"
3074
1876
"Version: '%s' socket: '%s' port: %d"
3077
#: drizzled/drizzled_error_messages.h:185
1879
#: drizzled/error.cc:188
3079
1881
msgid "%s: Normal shutdown\n"
3082
#: drizzled/drizzled_error_messages.h:187
1884
#: drizzled/error.cc:190
3084
1886
msgid "%s: Got signal %d. Aborting!\n"
3087
#: drizzled/drizzled_error_messages.h:189
1889
#: drizzled/error.cc:192
3089
1891
msgid "%s: Shutdown complete\n"
3092
#: drizzled/drizzled_error_messages.h:191
1894
#: drizzled/error.cc:194
3094
1896
msgid "%s: Forcing close of thread %ld user: '%-.48s'\n"
3097
#: drizzled/drizzled_error_messages.h:193
1899
#: drizzled/error.cc:196
3098
1900
msgid "Can't create IP socket"
3101
#: drizzled/drizzled_error_messages.h:195
1903
#: drizzled/error.cc:198
3104
1906
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
3108
#: drizzled/drizzled_error_messages.h:197
3109
msgid "Field separator argument is not what is expected; check the manual"
1910
#: drizzled/error.cc:200
1913
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
3112
#: drizzled/drizzled_error_messages.h:199
1917
#: drizzled/error.cc:202
3114
1919
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
3117
#: drizzled/drizzled_error_messages.h:201
1922
#: drizzled/error.cc:204
3120
1925
"The file '%-.128s' must be in the database directory or be readable by all"
3123
#: drizzled/drizzled_error_messages.h:203
1928
#: drizzled/error.cc:206
3125
1930
msgid "File '%-.200s' already exists"
3128
#: drizzled/drizzled_error_messages.h:205
1933
#: drizzled/error.cc:208
3130
1935
msgid "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
3133
#: drizzled/drizzled_error_messages.h:207
1938
#: drizzled/error.cc:210
3135
1940
msgid "Records: %ld Duplicates: %ld"
3138
#: drizzled/drizzled_error_messages.h:209
1943
#: drizzled/error.cc:212
3140
1945
"Incorrect prefix key; the used key part isn't a string, the used length is "
3141
1946
"longer than the key part, or the storage engine doesn't support unique "
3145
#: drizzled/drizzled_error_messages.h:211
1950
#: drizzled/error.cc:214
3146
1951
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
3149
#: drizzled/drizzled_error_messages.h:213
1954
#: drizzled/error.cc:216
3151
1956
msgid "Can't DROP '%-.192s'; check that column/key exists"
3154
#: drizzled/drizzled_error_messages.h:215
1959
#: drizzled/error.cc:218
3156
1961
msgid "Records: %ld Duplicates: %ld Warnings: %ld"
3159
#: drizzled/drizzled_error_messages.h:217
1964
#: drizzled/error.cc:220
3161
1966
msgid "You can't specify target table '%-.192s' for update in FROM clause"
3164
#: drizzled/drizzled_error_messages.h:219
1969
#: drizzled/error.cc:222
3166
1971
msgid "Unknown thread id: %lu"
3169
#: drizzled/drizzled_error_messages.h:221
1974
#: drizzled/error.cc:224
3171
1976
msgid "You are not owner of thread %lu"
3174
#: drizzled/drizzled_error_messages.h:223
1979
#: drizzled/error.cc:226
3175
1980
msgid "No tables used"
3178
#: drizzled/drizzled_error_messages.h:225
1983
#: drizzled/error.cc:228
3180
1985
msgid "Too many strings for column %-.192s and SET"
3183
#: drizzled/drizzled_error_messages.h:227
1988
#: drizzled/error.cc:230
3185
1990
msgid "Can't generate a unique log-filename %-.200s.(1-999)\n"
3188
#: drizzled/drizzled_error_messages.h:229
1993
#: drizzled/error.cc:232
3190
1995
msgid "Table '%-.192s' was locked with a READ lock and can't be updated"
3193
#: drizzled/drizzled_error_messages.h:231
1998
#: drizzled/error.cc:234
3195
2000
msgid "Table '%-.192s' was not locked with LOCK TABLES"
3198
#: drizzled/drizzled_error_messages.h:233
2003
#: drizzled/error.cc:236
3200
2005
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
3203
#: drizzled/drizzled_error_messages.h:235
2008
#: drizzled/error.cc:238
3205
2010
msgid "Incorrect database name '%-.100s'"
3208
#: drizzled/drizzled_error_messages.h:237
2013
#: drizzled/error.cc:240
3210
2015
msgid "Incorrect table name '%-.100s'"
3213
#: drizzled/drizzled_error_messages.h:239
2018
#: drizzled/error.cc:242
3215
2020
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
3216
"use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay"
2021
"use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay"
3219
#: drizzled/drizzled_error_messages.h:241
2024
#: drizzled/error.cc:244
3220
2025
msgid "Unknown error"
3223
#: drizzled/drizzled_error_messages.h:243
2028
#: drizzled/error.cc:246
3225
2030
msgid "Unknown procedure '%-.192s'"
3228
#: drizzled/drizzled_error_messages.h:245
2033
#: drizzled/error.cc:248
3230
2035
msgid "Incorrect parameter count to procedure '%-.192s'"
3233
#: drizzled/drizzled_error_messages.h:247
2038
#: drizzled/error.cc:250
3235
2040
msgid "Incorrect parameters to procedure '%-.192s'"
3238
#: drizzled/drizzled_error_messages.h:249
2043
#: drizzled/error.cc:252
3240
2045
msgid "Unknown table '%-.192s' in %-.32s"
3243
#: drizzled/drizzled_error_messages.h:251
2048
#: drizzled/error.cc:254
3245
2050
msgid "Column '%-.192s' specified twice"
3248
#: drizzled/drizzled_error_messages.h:253
2053
#: drizzled/error.cc:256
3249
2054
msgid "Invalid use of group function"
3252
#: drizzled/drizzled_error_messages.h:255
2057
#: drizzled/error.cc:258
3255
"Table '%-.192s' uses an extension that doesn't exist in this MySQL version"
2060
"Table '%-.192s' uses an extension that doesn't exist in this Drizzle version"
3258
#: drizzled/drizzled_error_messages.h:257
2063
#: drizzled/error.cc:260
3259
2064
msgid "A table must have at least 1 column"
3262
#: drizzled/drizzled_error_messages.h:259
2067
#: drizzled/error.cc:262
3264
2069
msgid "The table '%-.192s' is full"
3267
#: drizzled/drizzled_error_messages.h:261
2072
#: drizzled/error.cc:264
3269
2074
msgid "Unknown character set: '%-.64s'"
3272
#: drizzled/drizzled_error_messages.h:263
2077
#: drizzled/error.cc:266
3274
msgid "Too many tables; MySQL can only use %d tables in a join"
2079
msgid "Too many tables; Drizzle can only use %d tables in a join"
3277
#: drizzled/drizzled_error_messages.h:265
2082
#: drizzled/error.cc:268
3278
2083
msgid "Too many columns"
3281
#: drizzled/drizzled_error_messages.h:267
2086
#: drizzled/error.cc:270
3284
2089
"Row size too large. The maximum row size for the used table type, not "
3285
2090
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
3288
#: drizzled/drizzled_error_messages.h:269
2093
#: drizzled/error.cc:272
3291
"Thread stack overrun: Used: %ld of a %ld stack. Use 'mysqld -O "
2096
"Thread stack overrun: Used: %ld of a %ld stack. Use 'drizzled -O "
3292
2097
"thread_stack=#' to specify a bigger stack if needed"
3295
#: drizzled/drizzled_error_messages.h:271
2100
#: drizzled/error.cc:274
3296
2101
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
3299
#: drizzled/drizzled_error_messages.h:273
2104
#: drizzled/error.cc:276
3302
2107
"Table handler doesn't support NULL in given index. Please change column "
3303
2108
"'%-.192s' to be NOT NULL or use another handler"
3306
#: drizzled/drizzled_error_messages.h:275
2111
#: drizzled/error.cc:278
3308
2113
msgid "Can't load function '%-.192s'"
3311
#: drizzled/drizzled_error_messages.h:277
2116
#: drizzled/error.cc:280
3313
2118
msgid "Can't initialize function '%-.192s'; %-.80s"
3316
#: drizzled/drizzled_error_messages.h:279
2121
#: drizzled/error.cc:282
3317
2122
msgid "No paths allowed for shared library"
3320
#: drizzled/drizzled_error_messages.h:281
2125
#: drizzled/error.cc:284
3322
2127
msgid "Function '%-.192s' already exists"
3325
#: drizzled/drizzled_error_messages.h:283
2130
#: drizzled/error.cc:286
3327
2132
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
3330
#: drizzled/drizzled_error_messages.h:285
2135
#: drizzled/error.cc:288
3332
2137
msgid "Can't find symbol '%-.128s' in library"
3335
#: drizzled/drizzled_error_messages.h:287
2140
#: drizzled/error.cc:290
3337
2142
msgid "Function '%-.192s' is not defined"
3340
#: drizzled/drizzled_error_messages.h:289
2145
#: drizzled/error.cc:292
3343
2148
"Host '%-.64s' is blocked because of many connection errors; unblock with "
3344
"'mysqladmin flush-hosts'"
2149
"'drizzleadmin flush-hosts'"
3347
#: drizzled/drizzled_error_messages.h:291
2152
#: drizzled/error.cc:294
3349
msgid "Host '%-.64s' is not allowed to connect to this MySQL server"
3352
#: drizzled/drizzled_error_messages.h:293
3354
"You are using MySQL as an anonymous user and anonymous users are not allowed "
3355
"to change passwords"
3358
#: drizzled/drizzled_error_messages.h:295
3360
"You must have privileges to update tables in the mysql database to be able "
2154
msgid "Host '%-.64s' is not allowed to connect to this Drizzle server"
2157
#: drizzled/error.cc:296
2159
"You are using Drizzle as an anonymous user and anonymous users are not "
2160
"allowed to change passwords"
2163
#: drizzled/error.cc:298
2165
"You must have privileges to update tables in the drizzle database to be able "
3361
2166
"to change passwords for others"
3364
#: drizzled/drizzled_error_messages.h:297
2169
#: drizzled/error.cc:300
3365
2170
msgid "Can't find any matching row in the user table"
3368
#: drizzled/drizzled_error_messages.h:299
2173
#: drizzled/error.cc:302
3370
2175
msgid "Rows matched: %ld Changed: %ld Warnings: %ld"
3373
#: drizzled/drizzled_error_messages.h:301
2178
#: drizzled/error.cc:304
3376
2181
"Can't create a new thread (errno %d); if you are not out of available "
3377
2182
"memory, you can consult the manual for a possible OS-dependent bug"
3380
#: drizzled/drizzled_error_messages.h:303
2185
#: drizzled/error.cc:306
3382
2187
msgid "Column count doesn't match value count at row %ld"
3385
#: drizzled/drizzled_error_messages.h:305
2190
#: drizzled/error.cc:308
3387
2192
msgid "Can't reopen table: '%-.192s'"
3390
#: drizzled/drizzled_error_messages.h:307
2195
#: drizzled/error.cc:310
3391
2196
msgid "Invalid use of NULL value"
3394
#: drizzled/drizzled_error_messages.h:309
2199
#: drizzled/error.cc:312
3396
2201
msgid "Got error '%-.64s' from regexp"
3399
#: drizzled/drizzled_error_messages.h:311
2204
#: drizzled/error.cc:314
3401
2206
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
3402
2207
"illegal if there is no GROUP BY clause"
3405
#: drizzled/drizzled_error_messages.h:313
2210
#: drizzled/error.cc:316
3407
2212
msgid "There is no such grant defined for user '%-.48s' on host '%-.64s'"
3410
#: drizzled/drizzled_error_messages.h:315
2215
#: drizzled/error.cc:318
3412
2217
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for table '%-.192s'"
3415
#: drizzled/drizzled_error_messages.h:317
2220
#: drizzled/error.cc:320
3418
2223
"%-.16s command denied to user '%-.48s'@'%-.64s' for column '%-.192s' in "
3419
2224
"table '%-.192s'"
3422
#: drizzled/drizzled_error_messages.h:319
2227
#: drizzled/error.cc:322
3424
2229
"Illegal GRANT/REVOKE command; please consult the manual to see which "
3425
2230
"privileges can be used"
3428
#: drizzled/drizzled_error_messages.h:321
2233
#: drizzled/error.cc:324
3429
2234
msgid "The host or user argument to GRANT is too long"
3432
#: drizzled/drizzled_error_messages.h:323
2237
#: drizzled/error.cc:326
3434
2239
msgid "Table '%-.192s.%-.192s' doesn't exist"
3437
#: drizzled/drizzled_error_messages.h:325
2242
#: drizzled/error.cc:328
3440
2245
"There is no such grant defined for user '%-.48s' on host '%-.64s' on table "
3444
#: drizzled/drizzled_error_messages.h:327
3445
msgid "The used command is not allowed with this MySQL version"
2249
#: drizzled/error.cc:330
2250
msgid "The used command is not allowed with this Drizzle version"
3448
#: drizzled/drizzled_error_messages.h:329
2253
#: drizzled/error.cc:332
3450
2255
"You have an error in your SQL syntax; check the manual that corresponds to "
3451
"your MySQL server version for the right syntax to use"
2256
"your Drizzle server version for the right syntax to use"
3454
#: drizzled/drizzled_error_messages.h:331
2259
#: drizzled/error.cc:334
3456
2261
msgid "Delayed insert thread couldn't get requested lock for table %-.192s"
3459
#: drizzled/drizzled_error_messages.h:333
2264
#: drizzled/error.cc:336
3460
2265
msgid "Too many delayed threads in use"
3463
#: drizzled/drizzled_error_messages.h:335
2268
#: drizzled/error.cc:338
3465
2270
msgid "Aborted connection %ld to db: '%-.192s' user: '%-.48s' (%-.64s)"
3468
#: drizzled/drizzled_error_messages.h:337
2273
#: drizzled/error.cc:340
3469
2274
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
3472
#: drizzled/drizzled_error_messages.h:339
2277
#: drizzled/error.cc:342
3473
2278
msgid "Got a read error from the connection pipe"
3476
#: drizzled/drizzled_error_messages.h:341
2281
#: drizzled/error.cc:344
3477
2282
msgid "Got an error from fcntl()"
3480
#: drizzled/drizzled_error_messages.h:343
2285
#: drizzled/error.cc:346
3481
2286
msgid "Got packets out of order"
3484
#: drizzled/drizzled_error_messages.h:355
2289
#: drizzled/error.cc:348 plugin/oldlibdrizzle/errmsg.cc:98
2290
msgid "Couldn't uncompress communication packet"
2293
#: drizzled/error.cc:350 plugin/oldlibdrizzle/errmsg.cc:100
2294
msgid "Got an error reading communication packets"
2297
#: drizzled/error.cc:352 plugin/oldlibdrizzle/errmsg.cc:102
2298
msgid "Got timeout reading communication packets"
2301
#: drizzled/error.cc:354 plugin/oldlibdrizzle/errmsg.cc:104
2302
msgid "Got an error writing communication packets"
2305
#: drizzled/error.cc:356 plugin/oldlibdrizzle/errmsg.cc:106
2306
msgid "Got timeout writing communication packets"
2309
#: drizzled/error.cc:358
3485
2310
msgid "Result string is longer than 'max_allowed_packet' bytes"
3488
#: drizzled/drizzled_error_messages.h:357
2313
#: drizzled/error.cc:360
3489
2314
msgid "The used table type doesn't support BLOB/TEXT columns"
3492
#: drizzled/drizzled_error_messages.h:359
2317
#: drizzled/error.cc:362
3493
2318
msgid "The used table type doesn't support AUTO_INCREMENT columns"
3496
#: drizzled/drizzled_error_messages.h:361
2321
#: drizzled/error.cc:364
3499
2324
"INSERT DELAYED can't be used with table '%-.192s' because it is locked with "
3503
#: drizzled/drizzled_error_messages.h:363
2328
#: drizzled/error.cc:366
3505
2330
msgid "Incorrect column name '%-.100s'"
3508
#: drizzled/drizzled_error_messages.h:365
2333
#: drizzled/error.cc:368
3510
2335
msgid "The used storage engine can't index column '%-.192s'"
3513
#: drizzled/drizzled_error_messages.h:367
2338
#: drizzled/error.cc:370
3515
2340
"Unable to open underlying table which is differently defined or of non-"
3516
2341
"MyISAM type or doesn't exist"
3519
#: drizzled/drizzled_error_messages.h:369
2344
#: drizzled/error.cc:372
3521
2346
msgid "Can't write, because of unique constraint, to table '%-.192s'"
3524
#: drizzled/drizzled_error_messages.h:371
2349
#: drizzled/error.cc:374
3527
2352
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
3530
#: drizzled/drizzled_error_messages.h:373
2355
#: drizzled/error.cc:376
3532
2357
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
3533
2358
"UNIQUE instead"
3536
#: drizzled/drizzled_error_messages.h:375
2361
#: drizzled/error.cc:378
3537
2362
msgid "Result consisted of more than one row"
3540
#: drizzled/drizzled_error_messages.h:377
2365
#: drizzled/error.cc:380
3541
2366
msgid "This table type requires a primary key"
3544
#: drizzled/drizzled_error_messages.h:379
3545
msgid "This version of MySQL is not compiled with RAID support"
2369
#: drizzled/error.cc:382
2370
msgid "This version of Drizzle is not compiled with RAID support"
3548
#: drizzled/drizzled_error_messages.h:381
2373
#: drizzled/error.cc:384
3550
2375
"You are using safe update mode and you tried to update a table without a "
3551
2376
"WHERE that uses a KEY column"
3554
#: drizzled/drizzled_error_messages.h:383
2379
#: drizzled/error.cc:386
3556
2381
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
3559
#: drizzled/drizzled_error_messages.h:385
2384
#: drizzled/error.cc:388
3560
2385
msgid "Can't open table"
3563
#: drizzled/drizzled_error_messages.h:387
2388
#: drizzled/error.cc:390
3565
2390
msgid "The storage engine for the table doesn't support %s"
3568
#: drizzled/drizzled_error_messages.h:389
2393
#: drizzled/error.cc:392
3569
2394
msgid "You are not allowed to execute this command in a transaction"
3572
#: drizzled/drizzled_error_messages.h:391
2397
#: drizzled/error.cc:394
3574
2399
msgid "Got error %d during COMMIT"
3577
#: drizzled/drizzled_error_messages.h:393
2402
#: drizzled/error.cc:396
3579
2404
msgid "Got error %d during ROLLBACK"
3582
#: drizzled/drizzled_error_messages.h:395
2407
#: drizzled/error.cc:398
3584
2409
msgid "Got error %d during FLUSH_LOGS"
3587
#: drizzled/drizzled_error_messages.h:397
2412
#: drizzled/error.cc:400
3589
2414
msgid "Got error %d during CHECKPOINT"
3592
#: drizzled/drizzled_error_messages.h:399
2417
#: drizzled/error.cc:402
3595
"Aborted connection %ld to db: '%-.192s' user: '%-.48s' host: "
2420
"Aborted connection %<PRIi64> to db: '%-.192s' user: '%-.48s' host: "
3596
2421
"'%-.64s' (%-.64s)"
3599
#: drizzled/drizzled_error_messages.h:401
2424
#: drizzled/error.cc:404
3600
2425
msgid "The storage engine for the table does not support binary table dump"
3603
#: drizzled/drizzled_error_messages.h:403
2428
#: drizzled/error.cc:406
3604
2429
msgid "Binlog closed, cannot RESET MASTER"
3607
#: drizzled/drizzled_error_messages.h:405
2432
#: drizzled/error.cc:408
3609
2434
msgid "Failed rebuilding the index of dumped table '%-.192s'"
3612
#: drizzled/drizzled_error_messages.h:407
2437
#: drizzled/error.cc:410
3614
2439
msgid "Error from master: '%-.64s'"
3617
#: drizzled/drizzled_error_messages.h:409
2442
#: drizzled/error.cc:412
3618
2443
msgid "Net error reading from master"
3621
#: drizzled/drizzled_error_messages.h:411
2446
#: drizzled/error.cc:414
3622
2447
msgid "Net error writing to master"
3625
#: drizzled/drizzled_error_messages.h:413
2450
#: drizzled/error.cc:416
3626
2451
msgid "Can't find FULLTEXT index matching the column list"
3629
#: drizzled/drizzled_error_messages.h:415
2454
#: drizzled/error.cc:418
3631
2456
"Can't execute the given command because you have active locked tables or an "
3632
2457
"active transaction"
3635
#: drizzled/drizzled_error_messages.h:417
2460
#: drizzled/error.cc:420
3637
2462
msgid "Unknown system variable '%-.64s'"
3640
#: drizzled/drizzled_error_messages.h:419
2465
#: drizzled/error.cc:422
3642
2467
msgid "Table '%-.192s' is marked as crashed and should be repaired"
3645
#: drizzled/drizzled_error_messages.h:421
2470
#: drizzled/error.cc:424
3648
2473
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
3651
#: drizzled/drizzled_error_messages.h:423
2476
#: drizzled/error.cc:426
3652
2477
msgid "Some non-transactional changed tables couldn't be rolled back"
3655
#: drizzled/drizzled_error_messages.h:425
2480
#: drizzled/error.cc:428
3657
2482
"Multi-statement transaction required more than 'max_binlog_cache_size' bytes "
3658
"of storage; increase this mysqld variable and try again"
2483
"of storage; increase this drizzled variable and try again"
3661
#: drizzled/drizzled_error_messages.h:427
2486
#: drizzled/error.cc:430
3663
2488
"This operation cannot be performed with a running slave; run STOP SLAVE first"
3666
#: drizzled/drizzled_error_messages.h:429
2491
#: drizzled/error.cc:432
3668
2493
"This operation requires a running slave; configure slave and do START SLAVE"
3671
#: drizzled/drizzled_error_messages.h:431
2496
#: drizzled/error.cc:434
3672
2497
msgid "The server is not configured as slave; fix with CHANGE MASTER TO"
3675
#: drizzled/drizzled_error_messages.h:433
2500
#: drizzled/error.cc:436
3677
2502
"Could not initialize master info structure; more error messages can be found "
3678
"in the MySQL error log"
2503
"in the Drizzle error log"
3681
#: drizzled/drizzled_error_messages.h:435
2506
#: drizzled/error.cc:438
3682
2507
msgid "Could not create slave thread; check system resources"
3685
#: drizzled/drizzled_error_messages.h:437
2510
#: drizzled/error.cc:440
3688
2513
"User %-.64s already has more than 'max_user_connections' active connections"
3691
#: drizzled/drizzled_error_messages.h:439
2516
#: drizzled/error.cc:442
3692
2517
msgid "You may only use constant expressions with SET"
3695
#: drizzled/drizzled_error_messages.h:441
2520
#: drizzled/error.cc:444
3696
2521
msgid "Lock wait timeout exceeded; try restarting transaction"
3699
#: drizzled/drizzled_error_messages.h:443
2524
#: drizzled/error.cc:446
3700
2525
msgid "The total number of locks exceeds the lock table size"
3703
#: drizzled/drizzled_error_messages.h:445
2528
#: drizzled/error.cc:448
3704
2529
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
3707
#: drizzled/drizzled_error_messages.h:447
2532
#: drizzled/error.cc:450
3708
2533
msgid "DROP DATABASE not allowed while thread is holding global read lock"
3711
#: drizzled/drizzled_error_messages.h:449
2536
#: drizzled/error.cc:452
3712
2537
msgid "CREATE DATABASE not allowed while thread is holding global read lock"
3715
#: drizzled/drizzled_error_messages.h:451
2540
#: drizzled/error.cc:454
3717
2542
msgid "Incorrect arguments to %s"
3720
#: drizzled/drizzled_error_messages.h:453
2545
#: drizzled/error.cc:456
3722
2547
msgid "'%-.48s'@'%-.64s' is not allowed to create new users"
3725
#: drizzled/drizzled_error_messages.h:455
2550
#: drizzled/error.cc:458
3727
2552
"Incorrect table definition; all MERGE tables must be in the same database"
3730
#: drizzled/drizzled_error_messages.h:457
2555
#: drizzled/error.cc:460
3731
2556
msgid "Deadlock found when trying to get lock; try restarting transaction"
3734
#: drizzled/drizzled_error_messages.h:459
2559
#: drizzled/error.cc:462
3735
2560
msgid "The used table type doesn't support FULLTEXT indexes"
3738
#: drizzled/drizzled_error_messages.h:461
2563
#: drizzled/error.cc:464
3739
2564
msgid "Cannot add foreign key constraint"
3742
#: drizzled/drizzled_error_messages.h:463
2567
#: drizzled/error.cc:466
3743
2568
msgid "Cannot add or update a child row: a foreign key constraint fails"
3746
#: drizzled/drizzled_error_messages.h:465
2571
#: drizzled/error.cc:468
3747
2572
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
3750
#: drizzled/drizzled_error_messages.h:467
2575
#: drizzled/error.cc:470
3752
2577
msgid "Error connecting to master: %-.128s"
3755
#: drizzled/drizzled_error_messages.h:469
2580
#: drizzled/error.cc:472
3757
2582
msgid "Error running query on master: %-.128s"
3760
#: drizzled/drizzled_error_messages.h:471
2585
#: drizzled/error.cc:474
3762
2587
msgid "Error when executing command %s: %-.128s"
3765
#: drizzled/drizzled_error_messages.h:473
2590
#: drizzled/error.cc:476
3767
2592
msgid "Incorrect usage of %s and %s"
3770
#: drizzled/drizzled_error_messages.h:475
2595
#: drizzled/error.cc:478
3771
2596
msgid "The used SELECT statements have a different number of columns"
3774
#: drizzled/drizzled_error_messages.h:477
2599
#: drizzled/error.cc:480
3775
2600
msgid "Can't execute the query because you have a conflicting read lock"
3778
#: drizzled/drizzled_error_messages.h:479
2603
#: drizzled/error.cc:482
3779
2604
msgid "Mixing of transactional and non-transactional tables is disabled"
3782
#: drizzled/drizzled_error_messages.h:481
2607
#: drizzled/error.cc:484
3784
2609
msgid "Option '%s' used twice in statement"
3787
#: drizzled/drizzled_error_messages.h:483
2612
#: drizzled/error.cc:486
3789
2614
msgid "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
3792
#: drizzled/drizzled_error_messages.h:485
2617
#: drizzled/error.cc:488
3794
2619
msgid "Access denied; you need the %-.128s privilege for this operation"
3797
#: drizzled/drizzled_error_messages.h:487
2622
#: drizzled/error.cc:490
3800
2625
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
3803
#: drizzled/drizzled_error_messages.h:489
2628
#: drizzled/error.cc:492
3806
2631
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
3809
#: drizzled/drizzled_error_messages.h:491
2634
#: drizzled/error.cc:494
3811
2636
msgid "Variable '%-.64s' doesn't have a default value"
3814
#: drizzled/drizzled_error_messages.h:493
2639
#: drizzled/error.cc:496
3816
2641
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
3819
#: drizzled/drizzled_error_messages.h:495
2644
#: drizzled/error.cc:498
3821
2646
msgid "Incorrect argument type to variable '%-.64s'"
3824
#: drizzled/drizzled_error_messages.h:497
2649
#: drizzled/error.cc:500
3826
2651
msgid "Variable '%-.64s' can only be set, not read"
3829
#: drizzled/drizzled_error_messages.h:499
2654
#: drizzled/error.cc:502
3831
2656
msgid "Incorrect usage/placement of '%s'"
3834
#: drizzled/drizzled_error_messages.h:501
2659
#: drizzled/error.cc:504
3836
msgid "This version of MySQL doesn't yet support '%s'"
2661
msgid "This version of Drizzle doesn't yet support '%s'"
3839
#: drizzled/drizzled_error_messages.h:503
2664
#: drizzled/error.cc:506
3842
2667
"Got fatal error %d: '%-.128s' from master when reading data from binary log"
3845
#: drizzled/drizzled_error_messages.h:505
2670
#: drizzled/error.cc:508
3846
2671
msgid "Slave SQL thread ignored the query because of replicate-*-table rules"
3849
#: drizzled/drizzled_error_messages.h:507
2674
#: drizzled/error.cc:510
3851
2676
msgid "Variable '%-.192s' is a %s variable"
3854
#: drizzled/drizzled_error_messages.h:509
2679
#: drizzled/error.cc:512
3856
2681
msgid "Incorrect foreign key definition for '%-.192s': %s"
3859
#: drizzled/drizzled_error_messages.h:511
2684
#: drizzled/error.cc:514
3860
2685
msgid "Key reference and table reference don't match"
3863
#: drizzled/drizzled_error_messages.h:513
2688
#: drizzled/error.cc:516
3865
2690
msgid "Operand should contain %d column(s)"
3868
#: drizzled/drizzled_error_messages.h:515
2693
#: drizzled/error.cc:518
3869
2694
msgid "Subquery returns more than 1 row"
3872
#: drizzled/drizzled_error_messages.h:517
2697
#: drizzled/error.cc:520
3874
2699
msgid "Unknown prepared statement handler (%.*s) given to %s"
3877
#: drizzled/drizzled_error_messages.h:519
2702
#: drizzled/error.cc:522
3878
2703
msgid "Help database is corrupt or does not exist"
3881
#: drizzled/drizzled_error_messages.h:521
2706
#: drizzled/error.cc:524
3882
2707
msgid "Cyclic reference on subqueries"
3885
#: drizzled/drizzled_error_messages.h:523
2710
#: drizzled/error.cc:526
3887
2712
msgid "Converting column '%s' from %s to %s"
3890
#: drizzled/drizzled_error_messages.h:525
2715
#: drizzled/error.cc:528
3892
2717
msgid "Reference '%-.64s' not supported (%s)"
3895
#: drizzled/drizzled_error_messages.h:527
2720
#: drizzled/error.cc:530
3896
2721
msgid "Every derived table must have its own alias"
3899
#: drizzled/drizzled_error_messages.h:529
2724
#: drizzled/error.cc:532
3901
2726
msgid "Select %u was reduced during optimization"
3904
#: drizzled/drizzled_error_messages.h:531
2729
#: drizzled/error.cc:534
3906
2731
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
3909
#: drizzled/drizzled_error_messages.h:533
2734
#: drizzled/error.cc:536
3911
2736
"Client does not support authentication protocol requested by server; "
3912
"consider upgrading MySQL client"
2737
"consider upgrading Drizzle client"
3915
#: drizzled/drizzled_error_messages.h:535
2740
#: drizzled/error.cc:538
3916
2741
msgid "All parts of a SPATIAL index must be NOT NULL"
3919
#: drizzled/drizzled_error_messages.h:537
2744
#: drizzled/error.cc:540
3921
2746
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
3924
#: drizzled/drizzled_error_messages.h:539
2749
#: drizzled/error.cc:542
3925
2750
msgid "Slave is already running"
3928
#: drizzled/drizzled_error_messages.h:541
2753
#: drizzled/error.cc:544
3929
2754
msgid "Slave already has been stopped"
3932
#: drizzled/drizzled_error_messages.h:543
2757
#: drizzled/error.cc:546
3935
2760
"Uncompressed data size too large; the maximum size is %d (probably, length "
3936
2761
"of uncompressed data was corrupted)"
3939
#: drizzled/drizzled_error_messages.h:545
2764
#: drizzled/error.cc:548
3940
2765
msgid "ZLIB: Not enough memory"
3943
#: drizzled/drizzled_error_messages.h:547
2768
#: drizzled/error.cc:550
3945
2770
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
3946
2771
"data was corrupted)"
3949
#: drizzled/drizzled_error_messages.h:549
2774
#: drizzled/error.cc:552
3950
2775
msgid "ZLIB: Input data corrupted"
3953
#: drizzled/drizzled_error_messages.h:551
2778
#: drizzled/error.cc:554
3955
2780
msgid "%d line(s) were cut by GROUP_CONCAT()"
3958
#: drizzled/drizzled_error_messages.h:553
2783
#: drizzled/error.cc:556
3960
2785
msgid "Row %ld doesn't contain data for all columns"
3963
#: drizzled/drizzled_error_messages.h:555
2788
#: drizzled/error.cc:558
3966
2791
"Row %ld was truncated; it contained more data than there were input columns"
3969
#: drizzled/drizzled_error_messages.h:557
2794
#: drizzled/error.cc:560
3972
2797
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
3975
#: drizzled/drizzled_error_messages.h:559
2800
#: drizzled/error.cc:562
3977
2802
msgid "Out of range value for column '%s' at row %ld"
3980
#: drizzled/drizzled_error_messages.h:561
2805
#: drizzled/error.cc:564
3982
2807
msgid "Data truncated for column '%s' at row %ld"
3985
#: drizzled/drizzled_error_messages.h:563
2810
#: drizzled/error.cc:566
3987
2812
msgid "Using storage engine %s for table '%s'"
3990
#: drizzled/drizzled_error_messages.h:565
2815
#: drizzled/error.cc:568
3992
2817
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
3995
#: drizzled/drizzled_error_messages.h:567
2820
#: drizzled/error.cc:570
3996
2821
msgid "Cannot drop one or more of the requested users"
3999
#: drizzled/drizzled_error_messages.h:569
2824
#: drizzled/error.cc:572
4000
2825
msgid "Can't revoke all privileges for one or more of the requested users"
4003
#: drizzled/drizzled_error_messages.h:571
2828
#: drizzled/error.cc:574
4005
2830
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
4008
#: drizzled/drizzled_error_messages.h:573
2833
#: drizzled/error.cc:576
4010
2835
msgid "Illegal mix of collations for operation '%s'"
4013
#: drizzled/drizzled_error_messages.h:575
2838
#: drizzled/error.cc:578
4016
2841
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
4017
2842
"variable_name)"
4020
#: drizzled/drizzled_error_messages.h:577
2845
#: drizzled/error.cc:580
4022
2847
msgid "Unknown collation: '%-.64s'"
4025
#: drizzled/drizzled_error_messages.h:579
2850
#: drizzled/error.cc:582
4027
"SSL parameters in CHANGE MASTER are ignored because this MySQL slave was "
4028
"compiled without SSL support; they can be used later if MySQL slave with SSL "
2852
"SSL parameters in CHANGE MASTER are ignored because this Drizzle slave was "
2853
"compiled without SSL support; they can be used later if Drizzle slave with "
4032
#: drizzled/drizzled_error_messages.h:581
2857
#: drizzled/error.cc:584
4035
2860
"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the "
4036
2861
"old format; please change the password to the new format"
4039
#: drizzled/drizzled_error_messages.h:583
2864
#: drizzled/error.cc:586
4042
2867
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
4046
#: drizzled/drizzled_error_messages.h:585
2871
#: drizzled/error.cc:588
4047
2872
msgid "Incorrect parameter or combination of parameters for START SLAVE UNTIL"
4050
#: drizzled/drizzled_error_messages.h:587
2875
#: drizzled/error.cc:590
4052
2877
"It is recommended to use --skip-slave-start when doing step-by-step "
4053
2878
"replication with START SLAVE UNTIL; otherwise, you will get problems if you "
4054
"get an unexpected slave's mysqld restart"
2879
"get an unexpected slave's drizzled restart"
4057
#: drizzled/drizzled_error_messages.h:589
2882
#: drizzled/error.cc:592
4058
2883
msgid "SQL thread is not to be started so UNTIL options are ignored"
4061
#: drizzled/drizzled_error_messages.h:591
2886
#: drizzled/error.cc:594
4063
2888
msgid "Incorrect index name '%-.100s'"
4066
#: drizzled/drizzled_error_messages.h:593
2891
#: drizzled/error.cc:596
4068
2893
msgid "Incorrect catalog name '%-.100s'"
4071
#: drizzled/drizzled_error_messages.h:595
2896
#: drizzled/error.cc:598
4073
2898
msgid "Query cache failed to set size %lu; new query cache size is %lu"
4076
#: drizzled/drizzled_error_messages.h:597
2901
#: drizzled/error.cc:600
4078
2903
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
4081
#: drizzled/drizzled_error_messages.h:599
2906
#: drizzled/error.cc:602
4083
2908
msgid "Unknown key cache '%-.100s'"
4086
#: drizzled/drizzled_error_messages.h:601
2911
#: drizzled/error.cc:604
4088
"MySQL is started in --skip-name-resolve mode; you must restart it without "
2913
"Drizzle is started in --skip-name-resolve mode; you must restart it without "
4089
2914
"this switch for this grant to work"
4092
#: drizzled/drizzled_error_messages.h:603
2917
#: drizzled/error.cc:606
4094
2919
msgid "Unknown table engine '%s'"
4097
#: drizzled/drizzled_error_messages.h:605
2922
#: drizzled/error.cc:608
4099
2924
msgid "'%s' is deprecated; use '%s' instead"
4102
#: drizzled/drizzled_error_messages.h:607
2927
#: drizzled/error.cc:610
4104
2929
msgid "The target table %-.100s of the %s is not updatable"
4107
#: drizzled/drizzled_error_messages.h:609
2932
#: drizzled/error.cc:612
4110
"The '%s' feature is disabled; you need MySQL built with '%s' to have it "
2935
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
4114
#: drizzled/drizzled_error_messages.h:611
2939
#: drizzled/error.cc:614
4117
"The MySQL server is running with the %s option so it cannot execute this "
2942
"The Drizzle server is running with the %s option so it cannot execute this "
4121
#: drizzled/drizzled_error_messages.h:613
2946
#: drizzled/error.cc:616
4123
2948
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
4126
#: drizzled/drizzled_error_messages.h:615
2951
#: drizzled/error.cc:618
4128
2953
msgid "Truncated incorrect %-.32s value: '%-.128s'"
4131
#: drizzled/drizzled_error_messages.h:617
2956
#: drizzled/error.cc:620
4133
2958
"Incorrect table definition; there can be only one TIMESTAMP column with "
4134
2959
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
4137
#: drizzled/drizzled_error_messages.h:619
2962
#: drizzled/error.cc:622
4139
2964
msgid "Invalid ON UPDATE clause for '%-.192s' column"
4142
#: drizzled/drizzled_error_messages.h:621
2967
#: drizzled/error.cc:624
4143
2968
msgid "This command is not supported in the prepared statement protocol yet"
4146
#: drizzled/drizzled_error_messages.h:623
2971
#: drizzled/error.cc:626
4148
2973
msgid "Got error %d '%-.100s' from %s"
4151
#: drizzled/drizzled_error_messages.h:625
2976
#: drizzled/error.cc:628
4153
2978
msgid "Got temporary error %d '%-.100s' from %s"
4156
#: drizzled/drizzled_error_messages.h:627
2981
#: drizzled/error.cc:630
4158
2983
msgid "Unknown or incorrect time zone: '%-.64s'"
4161
#: drizzled/drizzled_error_messages.h:629
2986
#: drizzled/error.cc:632
4163
2988
msgid "Invalid TIMESTAMP value in column '%s' at row %ld"
4166
#: drizzled/drizzled_error_messages.h:631
2991
#: drizzled/error.cc:634
4168
2993
msgid "Invalid %s character string: '%.64s'"
4171
#: drizzled/drizzled_error_messages.h:633
2996
#: drizzled/error.cc:636
4173
2998
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
4176
#: drizzled/drizzled_error_messages.h:635
3001
#: drizzled/error.cc:638
4178
3003
msgid "Conflicting declarations: '%s%s' and '%s%s'"
4181
#: drizzled/drizzled_error_messages.h:637
3006
#: drizzled/error.cc:640
4183
3008
msgid "Can't create a %s from within another stored routine"
4186
#: drizzled/drizzled_error_messages.h:639
3011
#: drizzled/error.cc:642
4188
3013
msgid "%s %s already exists"
4191
#: drizzled/drizzled_error_messages.h:641
3016
#: drizzled/error.cc:644
4193
3018
msgid "%s %s does not exist"
4196
#: drizzled/drizzled_error_messages.h:643
3021
#: drizzled/error.cc:646
4198
3023
msgid "Failed to DROP %s %s"
4201
#: drizzled/drizzled_error_messages.h:645
3026
#: drizzled/error.cc:648
4203
3028
msgid "Failed to CREATE %s %s"
4206
#: drizzled/drizzled_error_messages.h:647
3031
#: drizzled/error.cc:650
4208
3033
msgid "%s with no matching label: %s"
4211
#: drizzled/drizzled_error_messages.h:649
3036
#: drizzled/error.cc:652
4213
3038
msgid "Redefining label %s"
4216
#: drizzled/drizzled_error_messages.h:651
3041
#: drizzled/error.cc:654
4218
3043
msgid "End-label %s without match"
4221
#: drizzled/drizzled_error_messages.h:653
3046
#: drizzled/error.cc:656
4223
3048
msgid "Referring to uninitialized variable %s"
4226
#: drizzled/drizzled_error_messages.h:655
3051
#: drizzled/error.cc:658
4228
3053
msgid "PROCEDURE %s can't return a result set in the given context"
4231
#: drizzled/drizzled_error_messages.h:657
3056
#: drizzled/error.cc:660
4232
3057
msgid "RETURN is only allowed in a FUNCTION"
4235
#: drizzled/drizzled_error_messages.h:659
3060
#: drizzled/error.cc:662
4237
3062
msgid "%s is not allowed in stored procedures"
4240
#: drizzled/drizzled_error_messages.h:661
3065
#: drizzled/error.cc:664
4242
3067
"The update log is deprecated and replaced by the binary log; SET "
4243
3068
"SQL_LOG_UPDATE has been ignored"
4246
#: drizzled/drizzled_error_messages.h:663
3071
#: drizzled/error.cc:666
4248
3073
"The update log is deprecated and replaced by the binary log; SET "
4249
3074
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
4252
#: drizzled/drizzled_error_messages.h:665
3077
#: drizzled/error.cc:668
4253
3078
msgid "Query execution was interrupted"
4256
#: drizzled/drizzled_error_messages.h:667
3081
#: drizzled/error.cc:670
4258
3083
msgid "Incorrect number of arguments for %s %s; expected %u, got %u"
4261
#: drizzled/drizzled_error_messages.h:669
3086
#: drizzled/error.cc:672
4263
3088
msgid "Undefined CONDITION: %s"
4266
#: drizzled/drizzled_error_messages.h:671
3091
#: drizzled/error.cc:674
4268
3093
msgid "No RETURN found in FUNCTION %s"
4271
#: drizzled/drizzled_error_messages.h:673
3096
#: drizzled/error.cc:676
4273
3098
msgid "FUNCTION %s ended without RETURN"
4276
#: drizzled/drizzled_error_messages.h:675
3101
#: drizzled/error.cc:678
4277
3102
msgid "Cursor statement must be a SELECT"
4280
#: drizzled/drizzled_error_messages.h:677
3105
#: drizzled/error.cc:680
4281
3106
msgid "Cursor SELECT must not have INTO"
4284
#: drizzled/drizzled_error_messages.h:679
3109
#: drizzled/error.cc:682
4286
3111
msgid "Undefined CURSOR: %s"
4289
#: drizzled/drizzled_error_messages.h:681
3114
#: drizzled/error.cc:684
4290
3115
msgid "Cursor is already open"
4293
#: drizzled/drizzled_error_messages.h:683
3118
#: drizzled/error.cc:686
4294
3119
msgid "Cursor is not open"
4297
#: drizzled/drizzled_error_messages.h:685
3122
#: drizzled/error.cc:688
4299
3124
msgid "Undeclared variable: %s"
4302
#: drizzled/drizzled_error_messages.h:687
3127
#: drizzled/error.cc:690
4303
3128
msgid "Incorrect number of FETCH variables"
4306
#: drizzled/drizzled_error_messages.h:689
3131
#: drizzled/error.cc:692
4307
3132
msgid "No data - zero rows fetched, selected, or processed"
4310
#: drizzled/drizzled_error_messages.h:691
3135
#: drizzled/error.cc:694
4312
3137
msgid "Duplicate parameter: %s"
4315
#: drizzled/drizzled_error_messages.h:693
3140
#: drizzled/error.cc:696
4317
3142
msgid "Duplicate variable: %s"
4320
#: drizzled/drizzled_error_messages.h:695
3145
#: drizzled/error.cc:698
4322
3147
msgid "Duplicate condition: %s"
4325
#: drizzled/drizzled_error_messages.h:697
3150
#: drizzled/error.cc:700
4327
3152
msgid "Duplicate cursor: %s"
4330
#: drizzled/drizzled_error_messages.h:699
3155
#: drizzled/error.cc:702
4332
3157
msgid "Failed to ALTER %s %s"
4335
#: drizzled/drizzled_error_messages.h:701
3160
#: drizzled/error.cc:704
4336
3161
msgid "Subquery value not supported"
4339
#: drizzled/drizzled_error_messages.h:703
3164
#: drizzled/error.cc:706
4341
3166
msgid "%s is not allowed in stored function or trigger"
4344
#: drizzled/drizzled_error_messages.h:705
3169
#: drizzled/error.cc:708
4345
3170
msgid "Variable or condition declaration after cursor or handler declaration"
4348
#: drizzled/drizzled_error_messages.h:707
3173
#: drizzled/error.cc:710
4349
3174
msgid "Cursor declaration after handler declaration"
4352
#: drizzled/drizzled_error_messages.h:709
3177
#: drizzled/error.cc:712
4353
3178
msgid "Case not found for CASE statement"
4356
#: drizzled/drizzled_error_messages.h:711
3181
#: drizzled/error.cc:714
4358
3183
msgid "Configuration file '%-.192s' is too big"
4361
#: drizzled/drizzled_error_messages.h:713
3186
#: drizzled/error.cc:716
4363
3188
msgid "Malformed file type header in file '%-.192s'"
4366
#: drizzled/drizzled_error_messages.h:715
3191
#: drizzled/error.cc:718
4368
3193
msgid "Unexpected end of file while parsing comment '%-.200s'"
4371
#: drizzled/drizzled_error_messages.h:717
3196
#: drizzled/error.cc:720
4373
3198
msgid "Error while parsing parameter '%-.192s' (line: '%-.192s')"
4376
#: drizzled/drizzled_error_messages.h:719
3201
#: drizzled/error.cc:722
4378
3203
msgid "Unexpected end of file while skipping unknown parameter '%-.192s'"
4381
#: drizzled/drizzled_error_messages.h:721
3206
#: drizzled/error.cc:724
4382
3207
msgid "EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
4385
#: drizzled/drizzled_error_messages.h:723
3210
#: drizzled/error.cc:726
4387
3212
msgid "File '%-.192s' has unknown type '%-.64s' in its header"
4390
#: drizzled/drizzled_error_messages.h:725
3215
#: drizzled/error.cc:728
4392
3217
msgid "'%-.192s.%-.192s' is not %s"
4395
#: drizzled/drizzled_error_messages.h:727
3220
#: drizzled/error.cc:730
4397
3222
msgid "Column '%-.192s' is not updatable"
4400
#: drizzled/drizzled_error_messages.h:729
3225
#: drizzled/error.cc:732
4401
3226
msgid "View's SELECT contains a subquery in the FROM clause"
4404
#: drizzled/drizzled_error_messages.h:731
3229
#: drizzled/error.cc:734
4406
3231
msgid "View's SELECT contains a '%s' clause"
4409
#: drizzled/drizzled_error_messages.h:733
3234
#: drizzled/error.cc:736
4410
3235
msgid "View's SELECT contains a variable or parameter"
4413
#: drizzled/drizzled_error_messages.h:735
3238
#: drizzled/error.cc:738
4415
3240
msgid "View's SELECT refers to a temporary table '%-.192s'"
4418
#: drizzled/drizzled_error_messages.h:737
3243
#: drizzled/error.cc:740
4419
3244
msgid "View's SELECT and view's field list have different column counts"
4422
#: drizzled/drizzled_error_messages.h:739
3247
#: drizzled/error.cc:742
4424
3249
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
4427
#: drizzled/drizzled_error_messages.h:741
3252
#: drizzled/error.cc:744
4428
3253
msgid "View being updated does not have complete key of underlying table in it"
4431
#: drizzled/drizzled_error_messages.h:743
3256
#: drizzled/error.cc:746
4434
3259
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
4435
3260
"(s) or definer/invoker of view lack rights to use them"
4438
#: drizzled/drizzled_error_messages.h:745
3263
#: drizzled/error.cc:748
4440
3265
msgid "Can't drop or alter a %s from within another stored routine"
4443
#: drizzled/drizzled_error_messages.h:747
3268
#: drizzled/error.cc:750
4444
3269
msgid "GOTO is not allowed in a stored procedure handler"
4447
#: drizzled/drizzled_error_messages.h:749
3272
#: drizzled/error.cc:752
4448
3273
msgid "Trigger already exists"
4451
#: drizzled/drizzled_error_messages.h:751
3276
#: drizzled/error.cc:754
4452
3277
msgid "Trigger does not exist"
4455
#: drizzled/drizzled_error_messages.h:753
3280
#: drizzled/error.cc:756
4457
3282
msgid "Trigger's '%-.192s' is view or temporary table"
4460
#: drizzled/drizzled_error_messages.h:755
3285
#: drizzled/error.cc:758
4462
3287
msgid "Updating of %s row is not allowed in %strigger"
4465
#: drizzled/drizzled_error_messages.h:757
3290
#: drizzled/error.cc:760
4467
3292
msgid "There is no %s row in %s trigger"
4470
#: drizzled/drizzled_error_messages.h:759
3295
#: drizzled/error.cc:762
4472
3297
msgid "Field '%-.192s' doesn't have a default value"
4475
#: drizzled/drizzled_error_messages.h:761
3300
#: drizzled/error.cc:764
4476
3301
msgid "Division by 0"
4479
#: drizzled/drizzled_error_messages.h:763
3304
#: drizzled/error.cc:766
4481
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %ld"
3306
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
4484
#: drizzled/drizzled_error_messages.h:765
3309
#: drizzled/error.cc:768
4486
3311
msgid "Illegal %s '%-.192s' value found during parsing"
4489
#: drizzled/drizzled_error_messages.h:767
3314
#: drizzled/error.cc:770
4491
3316
msgid "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
4494
#: drizzled/drizzled_error_messages.h:769
3319
#: drizzled/error.cc:772
4496
3321
msgid "CHECK OPTION failed '%-.192s.%-.192s'"
4499
#: drizzled/drizzled_error_messages.h:771
3324
#: drizzled/error.cc:774
4501
3326
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
4504
#: drizzled/drizzled_error_messages.h:773
3329
#: drizzled/error.cc:776
4506
3331
msgid "Failed purging old relay logs: %s"
4509
#: drizzled/drizzled_error_messages.h:775
3334
#: drizzled/error.cc:778
4511
3336
msgid "Password hash should be a %d-digit hexadecimal number"
4514
#: drizzled/drizzled_error_messages.h:777
3339
#: drizzled/error.cc:780
4515
3340
msgid "Target log not found in binlog index"
4518
#: drizzled/drizzled_error_messages.h:779
3343
#: drizzled/error.cc:782
4519
3344
msgid "I/O error reading log index file"
4522
#: drizzled/drizzled_error_messages.h:781
3347
#: drizzled/error.cc:784
4523
3348
msgid "Server configuration does not permit binlog purge"
4526
#: drizzled/drizzled_error_messages.h:783
3351
#: drizzled/error.cc:786
4527
3352
msgid "Failed on fseek()"
4530
#: drizzled/drizzled_error_messages.h:785
3355
#: drizzled/error.cc:788
4531
3356
msgid "Fatal error during log purge"
4534
#: drizzled/drizzled_error_messages.h:787
3359
#: drizzled/error.cc:790
4535
3360
msgid "A purgeable log is in use, will not purge"
4538
#: drizzled/drizzled_error_messages.h:789
3363
#: drizzled/error.cc:792
4539
3364
msgid "Unknown error during log purge"
4542
#: drizzled/drizzled_error_messages.h:791
3367
#: drizzled/error.cc:794
4544
3369
msgid "Failed initializing relay log position: %s"
4547
#: drizzled/drizzled_error_messages.h:793
3372
#: drizzled/error.cc:796
4548
3373
msgid "You are not using binary logging"
4551
#: drizzled/drizzled_error_messages.h:795
3376
#: drizzled/error.cc:798
4554
"The '%-.64s' syntax is reserved for purposes internal to the MySQL server"
3379
"The '%-.64s' syntax is reserved for purposes internal to the Drizzle server"
4557
#: drizzled/drizzled_error_messages.h:797
3382
#: drizzled/error.cc:800
4558
3383
msgid "WSAStartup Failed"
4561
#: drizzled/drizzled_error_messages.h:799
3386
#: drizzled/error.cc:802
4562
3387
msgid "Can't handle procedures with different groups yet"
4565
#: drizzled/drizzled_error_messages.h:801
3390
#: drizzled/error.cc:804
4566
3391
msgid "Select must have a group with this procedure"
4569
#: drizzled/drizzled_error_messages.h:803
3394
#: drizzled/error.cc:806
4570
3395
msgid "Can't use ORDER clause with this procedure"
4573
#: drizzled/drizzled_error_messages.h:805
3398
#: drizzled/error.cc:808
4575
3400
msgid "Binary logging and replication forbid changing the global server %s"
4578
#: drizzled/drizzled_error_messages.h:807
3403
#: drizzled/error.cc:810
4580
3405
msgid "Can't map file: %-.200s, errno: %d"
4583
#: drizzled/drizzled_error_messages.h:809
3408
#: drizzled/error.cc:812
4585
3410
msgid "Wrong magic in %-.64s"
4588
#: drizzled/drizzled_error_messages.h:811
3413
#: drizzled/error.cc:814
4589
3414
msgid "Prepared statement contains too many placeholders"
4592
#: drizzled/drizzled_error_messages.h:813
3417
#: drizzled/error.cc:816
4594
3419
msgid "Key part '%-.192s' length cannot be 0"
4597
#: drizzled/drizzled_error_messages.h:815
3422
#: drizzled/error.cc:818
4598
3423
msgid "View text checksum failed"
4601
#: drizzled/drizzled_error_messages.h:817
3426
#: drizzled/error.cc:820
4604
3429
"Can not modify more than one base table through a join view '%-.192s.%-.192s'"
4607
#: drizzled/drizzled_error_messages.h:819
3432
#: drizzled/error.cc:822
4609
3434
msgid "Can not insert into join view '%-.192s.%-.192s' without fields list"
4612
#: drizzled/drizzled_error_messages.h:821
3437
#: drizzled/error.cc:824
4614
3439
msgid "Can not delete from join view '%-.192s.%-.192s'"
4617
#: drizzled/drizzled_error_messages.h:823
3442
#: drizzled/error.cc:826
4619
3444
msgid "Operation %s failed for %.256s"
4622
#: drizzled/drizzled_error_messages.h:825
3447
#: drizzled/error.cc:828
4623
3448
msgid "XAER_NOTA: Unknown XID"
4626
#: drizzled/drizzled_error_messages.h:827
3451
#: drizzled/error.cc:830
4627
3452
msgid "XAER_INVAL: Invalid arguments (or unsupported command)"
4630
#: drizzled/drizzled_error_messages.h:829
3455
#: drizzled/error.cc:832
4633
3458
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
4634
3459
"the %.64s state"
4637
#: drizzled/drizzled_error_messages.h:831
3462
#: drizzled/error.cc:834
4638
3463
msgid "XAER_OUTSIDE: Some work is done outside global transaction"
4641
#: drizzled/drizzled_error_messages.h:833
3466
#: drizzled/error.cc:836
4643
3468
"XAER_RMERR: Fatal error occurred in the transaction branch - check your data "
4644
3469
"for consistency"
4647
#: drizzled/drizzled_error_messages.h:835
3472
#: drizzled/error.cc:838
4648
3473
msgid "XA_RBROLLBACK: Transaction branch was rolled back"
4651
#: drizzled/drizzled_error_messages.h:837
3476
#: drizzled/error.cc:840
4654
3479
"There is no such grant defined for user '%-.48s' on host '%-.64s' on routine "
4658
#: drizzled/drizzled_error_messages.h:839
3483
#: drizzled/error.cc:842
4659
3484
msgid "Failed to grant EXECUTE and ALTER ROUTINE privileges"
4662
#: drizzled/drizzled_error_messages.h:841
3487
#: drizzled/error.cc:844
4663
3488
msgid "Failed to revoke all privileges to dropped routine"
4666
#: drizzled/drizzled_error_messages.h:843
3491
#: drizzled/error.cc:846
4668
3493
msgid "Data too long for column '%s' at row %ld"
4671
#: drizzled/drizzled_error_messages.h:845
3496
#: drizzled/error.cc:848
4673
3498
msgid "Bad SQLSTATE: '%s'"
4676
#: drizzled/drizzled_error_messages.h:847
3501
#: drizzled/error.cc:850
4679
3504
"%s: ready for connections.\n"
4680
3505
"Version: '%s' socket: '%s' port: %d %s"
4683
#: drizzled/drizzled_error_messages.h:849
3508
#: drizzled/error.cc:852
4684
3509
msgid "Can't load value from file with fixed size rows to variable"
4687
#: drizzled/drizzled_error_messages.h:851
3512
#: drizzled/error.cc:854
4688
3513
msgid "You are not allowed to create a user with GRANT"
4691
#: drizzled/drizzled_error_messages.h:853
3516
#: drizzled/error.cc:856
4693
3518
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
4696
#: drizzled/drizzled_error_messages.h:855
3521
#: drizzled/error.cc:858
4697
3522
msgid "Table definition has changed, please retry transaction"
4700
#: drizzled/drizzled_error_messages.h:857
3525
#: drizzled/error.cc:860
4701
3526
msgid "Duplicate handler declared in the same block"
4704
#: drizzled/drizzled_error_messages.h:859
3529
#: drizzled/error.cc:862
4707
3532
"OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-"
4708
3533
"variable in BEFORE trigger"
4711
#: drizzled/drizzled_error_messages.h:861
3536
#: drizzled/error.cc:864
4713
3538
msgid "Not allowed to return a result set from a %s"
4716
#: drizzled/drizzled_error_messages.h:863
3541
#: drizzled/error.cc:866
4717
3542
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
4720
#: drizzled/drizzled_error_messages.h:865
3545
#: drizzled/error.cc:868
4722
3547
"A routine failed and has neither NO SQL nor READS SQL DATA in its "
4723
3548
"declaration and binary logging is enabled; if non-transactional tables were "
4724
3549
"updated, the binary log will miss their changes"
4727
#: drizzled/drizzled_error_messages.h:867
3552
#: drizzled/error.cc:870
4729
3554
"This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its "
4730
3555
"declaration and binary logging is enabled (you *might* want to use the less "
4731
3556
"safe log_bin_trust_function_creators variable)"
4734
#: drizzled/drizzled_error_messages.h:869
3559
#: drizzled/error.cc:872
4736
3561
"You do not have the SUPER privilege and binary logging is enabled (you "
4737
3562
"*might* want to use the less safe log_bin_trust_function_creators variable)"
4740
#: drizzled/drizzled_error_messages.h:871
3565
#: drizzled/error.cc:874
4742
3567
"You can't execute a prepared statement which has an open cursor associated "
4743
3568
"with it. Reset the statement to re-execute it."
4746
#: drizzled/drizzled_error_messages.h:873
3571
#: drizzled/error.cc:876
4748
3573
msgid "The statement (%lu) has no open cursor."
4751
#: drizzled/drizzled_error_messages.h:875
3576
#: drizzled/error.cc:878
4753
3578
"Explicit or implicit commit is not allowed in stored function or trigger."
4756
#: drizzled/drizzled_error_messages.h:877
3581
#: drizzled/error.cc:880
4759
3584
"Field of view '%-.192s.%-.192s' underlying table doesn't have a default value"
4762
#: drizzled/drizzled_error_messages.h:879
3587
#: drizzled/error.cc:882
4763
3588
msgid "Recursive stored functions and triggers are not allowed."
4766
#: drizzled/drizzled_error_messages.h:881
3591
#: drizzled/error.cc:884
4768
3593
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
4771
#: drizzled/drizzled_error_messages.h:883
3596
#: drizzled/error.cc:886
4773
3598
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
4776
#: drizzled/drizzled_error_messages.h:885
3601
#: drizzled/error.cc:888
4779
3604
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
4783
#: drizzled/drizzled_error_messages.h:887
3608
#: drizzled/error.cc:890
4785
3610
"You can't combine write-locking of system tables with other tables or lock "
4789
#: drizzled/drizzled_error_messages.h:889
3614
#: drizzled/error.cc:892
4791
3616
msgid "Unable to connect to foreign data source: %.64s"
4794
#: drizzled/drizzled_error_messages.h:891
3619
#: drizzled/error.cc:894
4797
3622
"There was a problem processing the query on the foreign data source. Data "
4798
3623
"source error: %-.64s"
4801
#: drizzled/drizzled_error_messages.h:893
3626
#: drizzled/error.cc:896
4804
3629
"The foreign data source you are trying to reference does not exist. Data "
4805
3630
"source error: %-.64s"
4808
#: drizzled/drizzled_error_messages.h:895
3633
#: drizzled/error.cc:898
4811
3636
"Can't create federated table. The data source connection string '%-.64s' is "
4812
3637
"not in the correct format"
4815
#: drizzled/drizzled_error_messages.h:897
3640
#: drizzled/error.cc:900
4817
3642
msgid "The data source connection string '%-.64s' is not in the correct format"
4820
#: drizzled/drizzled_error_messages.h:899
3645
#: drizzled/error.cc:902
4822
3647
msgid "Can't create federated table. Foreign data src error: %-.64s"
4825
#: drizzled/drizzled_error_messages.h:901
3650
#: drizzled/error.cc:904
4826
3651
msgid "Trigger in wrong schema"
4829
#: drizzled/drizzled_error_messages.h:903
3654
#: drizzled/error.cc:906
4832
3657
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
4833
"needed. Use 'mysqld -O thread_stack=#' to specify a bigger stack."
3658
"needed. Use 'drizzled -O thread_stack=#' to specify a bigger stack."
4836
#: drizzled/drizzled_error_messages.h:905
3661
#: drizzled/error.cc:908
4838
3663
msgid "Routine body for '%-.100s' is too long"
4841
#: drizzled/drizzled_error_messages.h:907
3666
#: drizzled/error.cc:910
4842
3667
msgid "Cannot drop default keycache"
4845
#: drizzled/drizzled_error_messages.h:909
3670
#: drizzled/error.cc:912
4847
3672
msgid "Display width out of range for column '%-.192s' (max = %d)"
4850
#: drizzled/drizzled_error_messages.h:911
3675
#: drizzled/error.cc:914
4851
3676
msgid "XAER_DUPID: The XID already exists"
4854
#: drizzled/drizzled_error_messages.h:913
3679
#: drizzled/error.cc:916
4856
3681
msgid "Datetime function: %-.32s field overflow"
4859
#: drizzled/drizzled_error_messages.h:915
3684
#: drizzled/error.cc:918
4862
3687
"Can't update table '%-.192s' in stored function/trigger because it is "
4863
3688
"already used by statement which invoked this stored function/trigger."
4866
#: drizzled/drizzled_error_messages.h:917
3691
#: drizzled/error.cc:920
4869
3694
"The definition of table '%-.192s' prevents operation %.192s on table "
4873
#: drizzled/drizzled_error_messages.h:919
3698
#: drizzled/error.cc:922
4875
3700
"The prepared statement contains a stored routine call that refers to that "
4876
3701
"same statement. It's not allowed to execute a prepared statement in such a "
4877
3702
"recursive manner"
4880
#: drizzled/drizzled_error_messages.h:921
3705
#: drizzled/error.cc:924
4881
3706
msgid "Not allowed to set autocommit from a stored function or trigger"
4884
#: drizzled/drizzled_error_messages.h:923
3709
#: drizzled/error.cc:926
4885
3710
msgid "Definer is not fully qualified"
4888
#: drizzled/drizzled_error_messages.h:925
3713
#: drizzled/error.cc:928
4891
3716
"View '%-.192s'.'%-.192s' has no definer information (old table format). "
4892
3717
"Current user is used as definer. Please recreate the view!"
4895
#: drizzled/drizzled_error_messages.h:927
3720
#: drizzled/error.cc:930
4898
3723
"You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' "
4902
#: drizzled/drizzled_error_messages.h:929
3727
#: drizzled/error.cc:932
4904
3729
msgid "The user specified as a definer ('%-.64s'@'%-.64s') does not exist"
4907
#: drizzled/drizzled_error_messages.h:931
3732
#: drizzled/error.cc:934
4909
3734
msgid "Changing schema from '%-.192s' to '%-.192s' is not allowed."
4912
#: drizzled/drizzled_error_messages.h:933
3737
#: drizzled/error.cc:936
4915
3740
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
4918
#: drizzled/drizzled_error_messages.h:935
3743
#: drizzled/error.cc:938
4921
3746
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
4924
#: drizzled/drizzled_error_messages.h:937
3749
#: drizzled/error.cc:940
4926
3751
msgid "Variable '%-.64s' must be quoted with `...`, or renamed"
4929
#: drizzled/drizzled_error_messages.h:939
3754
#: drizzled/error.cc:942
4932
3757
"No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be "
4934
3759
"insufficient privileges. Please recreate the trigger."
4937
#: drizzled/drizzled_error_messages.h:941
3762
#: drizzled/error.cc:944
4939
3764
msgid "'%-.192s' has an old format, you should re-create the '%s' object(s)"
4942
#: drizzled/drizzled_error_messages.h:943
3767
#: drizzled/error.cc:946
4945
3770
"Recursive limit %d (as set by the max_sp_recursion_depth variable) was "
4946
3771
"exceeded for routine %.192s"
4949
#: drizzled/drizzled_error_messages.h:945
3774
#: drizzled/error.cc:948
4952
"Failed to load routine %-.192s. The table mysql.proc is missing, corrupt, or "
4953
"contains bad data (internal code %d)"
3777
"Failed to load routine %-.192s. The table drizzle.proc is missing, corrupt, "
3778
"or contains bad data (internal code %d)"
4956
#: drizzled/drizzled_error_messages.h:947
3781
#: drizzled/error.cc:950
4958
3783
msgid "Incorrect routine name '%-.192s'"
4961
#: drizzled/drizzled_error_messages.h:949
3786
#: drizzled/error.cc:952
4963
3788
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
4966
#: drizzled/drizzled_error_messages.h:951
3791
#: drizzled/error.cc:954
4967
3792
msgid "AGGREGATE is not supported for stored functions"
4970
#: drizzled/drizzled_error_messages.h:953
3795
#: drizzled/error.cc:956
4973
3798
"Can't create more than max_prepared_stmt_count statements (current value: %"
4977
#: drizzled/drizzled_error_messages.h:955
3802
#: drizzled/error.cc:958
4979
3804
msgid "`%-.192s`.`%-.192s` contains view recursion"
4982
#: drizzled/drizzled_error_messages.h:957
3807
#: drizzled/error.cc:960
4984
3809
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
4987
#: drizzled/drizzled_error_messages.h:959
3812
#: drizzled/error.cc:962
4988
3813
msgid "The used table type doesn't support SPATIAL indexes"
4991
#: drizzled/drizzled_error_messages.h:961
3816
#: drizzled/error.cc:964
4992
3817
msgid "Triggers can not be created on system tables"
4995
#: drizzled/drizzled_error_messages.h:963
3820
#: drizzled/error.cc:966
4997
3822
msgid "Leading spaces are removed from name '%s'"
5000
#: drizzled/drizzled_error_messages.h:965
3825
#: drizzled/error.cc:968
5001
3826
msgid "Failed to read auto-increment value from storage engine"
5004
#: drizzled/drizzled_error_messages.h:967
3829
#: drizzled/error.cc:970
5005
3830
msgid "user name"
5008
#: drizzled/drizzled_error_messages.h:969
3833
#: drizzled/error.cc:972
5009
3834
msgid "host name"
5012
#: drizzled/drizzled_error_messages.h:971
3837
#: drizzled/error.cc:974
5014
3839
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
5017
#: drizzled/drizzled_error_messages.h:973
3842
#: drizzled/error.cc:976
5019
3844
msgid "The target table %-.100s of the %s is not insertable-into"
5022
#: drizzled/drizzled_error_messages.h:975
3847
#: drizzled/error.cc:978
5025
3850
"Table '%-.64s' is differently defined or of non-MyISAM type or doesn't exist"
5028
#: drizzled/drizzled_error_messages.h:977
3853
#: drizzled/error.cc:980
5029
3854
msgid "Too high level of nesting for select"
5032
#: drizzled/drizzled_error_messages.h:979
3857
#: drizzled/error.cc:982
5034
3859
msgid "Name '%-.64s' has become ''"
5037
#: drizzled/drizzled_error_messages.h:981
3862
#: drizzled/error.cc:984
5039
3864
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
5040
3865
"optional and non-empty FIELDS ENCLOSED BY"
5043
#: drizzled/drizzled_error_messages.h:983
3868
#: drizzled/error.cc:986
5045
3870
msgid "The foreign server, %s, you are trying to create already exists."
5048
#: drizzled/drizzled_error_messages.h:985
3873
#: drizzled/error.cc:988
5051
3876
"The foreign server name you are trying to reference does not exist. Data "
5052
3877
"source error: %-.64s"
5055
#: drizzled/drizzled_error_messages.h:987
3880
#: drizzled/error.cc:990
5058
3883
"Table storage engine '%-.64s' does not support the create option '%.64s'"
5061
#: drizzled/drizzled_error_messages.h:989
3886
#: drizzled/error.cc:992
5064
3889
"Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for "
5065
3890
"each partition"
5068
#: drizzled/drizzled_error_messages.h:991
3893
#: drizzled/error.cc:994
5070
3895
msgid "Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
5073
#: drizzled/drizzled_error_messages.h:993
3898
#: drizzled/error.cc:996
5074
3899
msgid "MAXVALUE can only be used in last partition definition"
5077
#: drizzled/drizzled_error_messages.h:995
3902
#: drizzled/error.cc:998
5078
3903
msgid "Subpartitions can only be hash partitions and by key"
5081
#: drizzled/drizzled_error_messages.h:997
3906
#: drizzled/error.cc:1000
5082
3907
msgid "Must define subpartitions on all partitions if on one partition"
5085
#: drizzled/drizzled_error_messages.h:999
3910
#: drizzled/error.cc:1002
5086
3911
msgid "Wrong number of partitions defined, mismatch with previous setting"
5089
#: drizzled/drizzled_error_messages.h:1001
3914
#: drizzled/error.cc:1004
5090
3915
msgid "Wrong number of subpartitions defined, mismatch with previous setting"
5093
#: drizzled/drizzled_error_messages.h:1003
3918
#: drizzled/error.cc:1006
5094
3919
msgid "Constant/Random expression in (sub)partitioning function is not allowed"
5097
#: drizzled/drizzled_error_messages.h:1005
3922
#: drizzled/error.cc:1008
5098
3923
msgid "Expression in RANGE/LIST VALUES must be constant"
5101
#: drizzled/drizzled_error_messages.h:1007
3926
#: drizzled/error.cc:1010
5102
3927
msgid "Field in list of fields for partition function not found in table"
5105
#: drizzled/drizzled_error_messages.h:1009
3930
#: drizzled/error.cc:1012
5106
3931
msgid "List of fields is only allowed in KEY partitions"
5109
#: drizzled/drizzled_error_messages.h:1011
3934
#: drizzled/error.cc:1014
5111
3936
"The partition info in the frm file is not consistent with what can be "
5112
3937
"written into the frm file"
5115
#: drizzled/drizzled_error_messages.h:1013
3940
#: drizzled/error.cc:1016
5117
3942
msgid "The %-.192s function returns the wrong type"
5120
#: drizzled/drizzled_error_messages.h:1015
3945
#: drizzled/error.cc:1018
5122
3947
msgid "For %-.64s partitions each partition must be defined"
5125
#: drizzled/drizzled_error_messages.h:1017
3950
#: drizzled/error.cc:1020
5126
3951
msgid "VALUES LESS THAN value must be strictly increasing for each partition"
5129
#: drizzled/drizzled_error_messages.h:1019
3954
#: drizzled/error.cc:1022
5130
3955
msgid "VALUES value must be of same type as partition function"
5133
#: drizzled/drizzled_error_messages.h:1021
3958
#: drizzled/error.cc:1024
5134
3959
msgid "Multiple definition of same constant in list partitioning"
5137
#: drizzled/drizzled_error_messages.h:1023
3962
#: drizzled/error.cc:1026
5138
3963
msgid "Partitioning can not be used stand-alone in query"
5141
#: drizzled/drizzled_error_messages.h:1025
3966
#: drizzled/error.cc:1028
5143
"The mix of handlers in the partitions is not allowed in this version of MySQL"
3968
"The mix of handlers in the partitions is not allowed in this version of "
5146
#: drizzled/drizzled_error_messages.h:1027
3972
#: drizzled/error.cc:1030
5148
3974
msgid "For the partitioned engine it is necessary to define all %-.64s"
5151
#: drizzled/drizzled_error_messages.h:1029
3977
#: drizzled/error.cc:1032
5152
3978
msgid "Too many partitions (including subpartitions) were defined"
5155
#: drizzled/drizzled_error_messages.h:1031
3981
#: drizzled/error.cc:1034
5157
3983
"It is only possible to mix RANGE/LIST partitioning with HASH/KEY "
5158
3984
"partitioning for subpartitioning"
5161
#: drizzled/drizzled_error_messages.h:1033
3987
#: drizzled/error.cc:1036
5162
3988
msgid "Failed to create specific handler file"
5165
#: drizzled/drizzled_error_messages.h:1035
3991
#: drizzled/error.cc:1038
5166
3992
msgid "A BLOB field is not allowed in partition function"
5169
#: drizzled/drizzled_error_messages.h:1037
3995
#: drizzled/error.cc:1040
5171
3997
msgid "A %-.192s must include all columns in the table's partitioning function"
5174
#: drizzled/drizzled_error_messages.h:1039
4000
#: drizzled/error.cc:1042
5176
4002
msgid "Number of %-.64s = 0 is not an allowed value"
5179
#: drizzled/drizzled_error_messages.h:1041
4005
#: drizzled/error.cc:1044
5180
4006
msgid "Partition management on a not partitioned table is not possible"
5183
#: drizzled/drizzled_error_messages.h:1043
4009
#: drizzled/error.cc:1046
5185
4011
"Foreign key condition is not yet supported in conjunction with partitioning"
5188
#: drizzled/drizzled_error_messages.h:1045
4014
#: drizzled/error.cc:1048
5190
4016
msgid "Error in list of partitions to %-.64s"
5193
#: drizzled/drizzled_error_messages.h:1047
4019
#: drizzled/error.cc:1050
5194
4020
msgid "Cannot remove all partitions, use DROP TABLE instead"
5197
#: drizzled/drizzled_error_messages.h:1049
4023
#: drizzled/error.cc:1052
5198
4024
msgid "COALESCE PARTITION can only be used on HASH/KEY partitions"
5201
#: drizzled/drizzled_error_messages.h:1051
4027
#: drizzled/error.cc:1054
5203
"REORGANISE PARTITION can only be used to reorganise partitions not to change "
4029
"REORGANIZE PARTITION can only be used to reorganize partitions not to change "
5204
4030
"their numbers"
5207
#: drizzled/drizzled_error_messages.h:1053
4033
#: drizzled/error.cc:1056
5209
"REORGANISE PARTITION without parameters can only be used on auto-partitioned "
4035
"REORGANIZE PARTITION without parameters can only be used on auto-partitioned "
5210
4036
"tables using HASH PARTITIONs"
5213
#: drizzled/drizzled_error_messages.h:1055
4039
#: drizzled/error.cc:1058
5215
4041
msgid "%-.64s PARTITION can only be used on RANGE/LIST partitions"
5218
#: drizzled/drizzled_error_messages.h:1057
4044
#: drizzled/error.cc:1060
5219
4045
msgid "Trying to Add partition(s) with wrong number of subpartitions"
5222
#: drizzled/drizzled_error_messages.h:1059
4048
#: drizzled/error.cc:1062
5223
4049
msgid "At least one partition must be added"
5226
#: drizzled/drizzled_error_messages.h:1061
4052
#: drizzled/error.cc:1064
5227
4053
msgid "At least one partition must be coalesced"
5230
#: drizzled/drizzled_error_messages.h:1063
5231
msgid "More partitions to reorganise than there are partitions"
4056
#: drizzled/error.cc:1066
4057
msgid "More partitions to reorganize than there are partitions"
5234
#: drizzled/drizzled_error_messages.h:1065
4060
#: drizzled/error.cc:1068
5236
4062
msgid "Duplicate partition name %-.192s"
5239
#: drizzled/drizzled_error_messages.h:1067
4065
#: drizzled/error.cc:1070
5240
4066
msgid "It is not allowed to shut off binlog on this command"
5243
#: drizzled/drizzled_error_messages.h:1069
5244
msgid "When reorganising a set of partitions they must be in consecutive order"
4069
#: drizzled/error.cc:1072
4070
msgid "When reorganizing a set of partitions they must be in consecutive order"
5247
#: drizzled/drizzled_error_messages.h:1071
4073
#: drizzled/error.cc:1074
5249
4075
"Reorganize of range partitions cannot change total ranges except for last "
5250
4076
"partition where it can extend the range"
5253
#: drizzled/drizzled_error_messages.h:1073
4079
#: drizzled/error.cc:1076
5254
4080
msgid "Partition function not supported in this version for this handler"
5257
#: drizzled/drizzled_error_messages.h:1075
4083
#: drizzled/error.cc:1078
5258
4084
msgid "Partition state cannot be defined from CREATE/ALTER TABLE"
5261
#: drizzled/drizzled_error_messages.h:1077
4087
#: drizzled/error.cc:1080
5263
4089
msgid "The %-.64s handler only supports 32 bit integers in VALUES"
5266
#: drizzled/drizzled_error_messages.h:1079
4092
#: drizzled/error.cc:1082
5268
4094
msgid "Plugin '%-.192s' is not loaded"
5271
#: drizzled/drizzled_error_messages.h:1081
4097
#: drizzled/error.cc:1084
5273
4099
msgid "Incorrect %-.32s value: '%-.128s'"
5276
#: drizzled/drizzled_error_messages.h:1083
4102
#: drizzled/error.cc:1086
5278
4104
msgid "Table has no partition for value %-.64s"
5281
#: drizzled/drizzled_error_messages.h:1085
4107
#: drizzled/error.cc:1088
5283
4109
msgid "It is not allowed to specify %s more than once"
5286
#: drizzled/drizzled_error_messages.h:1087
5287
#: drizzled/drizzled_error_messages.h:1223
4112
#: drizzled/error.cc:1090 drizzled/error.cc:1226
5289
4114
msgid "Failed to create %s"
5292
#: drizzled/drizzled_error_messages.h:1089
5293
#: drizzled/drizzled_error_messages.h:1113
4117
#: drizzled/error.cc:1092 drizzled/error.cc:1116
5295
4119
msgid "Failed to drop %s"
5298
#: drizzled/drizzled_error_messages.h:1091
4122
#: drizzled/error.cc:1094
5299
4123
msgid "The handler doesn't support autoextend of tablespaces"
5302
#: drizzled/drizzled_error_messages.h:1093
4126
#: drizzled/error.cc:1096
5304
4128
"A size parameter was incorrectly specified, either number or on the form 10M"
5307
#: drizzled/drizzled_error_messages.h:1095
4131
#: drizzled/error.cc:1098
5309
4133
"The size number was correct but we don't allow the digit part to be more "
5310
4134
"than 2 billion"
5313
#: drizzled/drizzled_error_messages.h:1097
4137
#: drizzled/error.cc:1100
5315
4139
msgid "Failed to alter: %s"
5318
#: drizzled/drizzled_error_messages.h:1099
4142
#: drizzled/error.cc:1102
5319
4143
msgid "Writing one row to the row-based binary log failed"
5322
#: drizzled/drizzled_error_messages.h:1101
4146
#: drizzled/error.cc:1104
5324
4148
msgid "Table definition on master and slave does not match: %s"
5327
#: drizzled/drizzled_error_messages.h:1103
4151
#: drizzled/error.cc:1106
5329
4153
"Slave running with --log-slave-updates must use row-based binary logging to "
5330
4154
"be able to replicate row-based binary log events"
5333
#: drizzled/drizzled_error_messages.h:1105
4157
#: drizzled/error.cc:1108
5335
4159
msgid "Event '%-.192s' already exists"
5338
#: drizzled/drizzled_error_messages.h:1107
4162
#: drizzled/error.cc:1110
5340
4164
msgid "Failed to store event %s. Error code %d from storage engine."
5343
#: drizzled/drizzled_error_messages.h:1109
4167
#: drizzled/error.cc:1112
5345
4169
msgid "Unknown event '%-.192s'"
5348
#: drizzled/drizzled_error_messages.h:1111
4172
#: drizzled/error.cc:1114
5350
4174
msgid "Failed to alter event '%-.192s'"
5353
#: drizzled/drizzled_error_messages.h:1115
4177
#: drizzled/error.cc:1118
5354
4178
msgid "INTERVAL is either not positive or too big"
5357
#: drizzled/drizzled_error_messages.h:1117
4181
#: drizzled/error.cc:1120
5358
4182
msgid "ENDS is either invalid or before STARTS"
5361
#: drizzled/drizzled_error_messages.h:1119
4185
#: drizzled/error.cc:1122
5362
4186
msgid "Event execution time is in the past. Event has been disabled"
5365
#: drizzled/drizzled_error_messages.h:1121
5366
msgid "Failed to open mysql.event"
4189
#: drizzled/error.cc:1124
4190
msgid "Failed to open drizzle.event"
5369
#: drizzled/drizzled_error_messages.h:1123
4193
#: drizzled/error.cc:1126
5370
4194
msgid "No datetime expression provided"
5373
#: drizzled/drizzled_error_messages.h:1125
4197
#: drizzled/error.cc:1128
5376
"Column count of mysql.%s is wrong. Expected %d, found %d. The table is "
4200
"Column count of drizzle.%s is wrong. Expected %d, found %d. The table is "
5377
4201
"probably corrupted"
5380
#: drizzled/drizzled_error_messages.h:1127
4204
#: drizzled/error.cc:1130
5382
msgid "Cannot load from mysql.%s. The table is probably corrupted"
5385
#: drizzled/drizzled_error_messages.h:1129
5386
msgid "Failed to delete the event from mysql.event"
5389
#: drizzled/drizzled_error_messages.h:1131
4206
msgid "Cannot load from drizzle.%s. The table is probably corrupted"
4209
#: drizzled/error.cc:1132
4210
msgid "Failed to delete the event from drizzle.event"
4213
#: drizzled/error.cc:1134
5390
4214
msgid "Error during compilation of event's body"
5393
#: drizzled/drizzled_error_messages.h:1133
4217
#: drizzled/error.cc:1136
5394
4218
msgid "Same old and new event name"
5397
#: drizzled/drizzled_error_messages.h:1135
4221
#: drizzled/error.cc:1138
5399
4223
msgid "Data for column '%s' too long"
5402
#: drizzled/drizzled_error_messages.h:1137
4226
#: drizzled/error.cc:1140
5404
4228
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
5407
#: drizzled/drizzled_error_messages.h:1139
4231
#: drizzled/error.cc:1142
5410
"The syntax '%s' is deprecated and will be removed in MySQL %s. Please use %s "
4234
"The syntax '%s' is deprecated and will be removed in Drizzle %s. Please use %"
5414
#: drizzled/drizzled_error_messages.h:1141
4238
#: drizzled/error.cc:1144
5415
4239
msgid "You can't write-lock a log table. Only read access is possible"
5418
#: drizzled/drizzled_error_messages.h:1143
4242
#: drizzled/error.cc:1146
5419
4243
msgid "You can't use locks with log tables."
5422
#: drizzled/drizzled_error_messages.h:1145
4246
#: drizzled/error.cc:1148
5425
4249
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
5426
4250
"d would lead to a duplicate entry"
5429
#: drizzled/drizzled_error_messages.h:1147
4253
#: drizzled/error.cc:1150
5432
"Column count of mysql.%s is wrong. Expected %d, found %d. Created with MySQL "
5433
"%d, now running %d. Please use mysql_upgrade to fix this error."
4256
"Column count of drizzle.%s is wrong. Expected %d, found %d. Created with "
4257
"Drizzle %d, now running %d. Please use drizzle_upgrade to fix this error."
5436
#: drizzled/drizzled_error_messages.h:1149
4260
#: drizzled/error.cc:1152
5438
4262
"Cannot switch out of the row-based binary log format when the session has "
5439
4263
"open temporary tables"
5442
#: drizzled/drizzled_error_messages.h:1151
4266
#: drizzled/error.cc:1154
5444
4268
"Cannot change the binary logging format inside a stored function or trigger"
5447
#: drizzled/drizzled_error_messages.h:1153
4271
#: drizzled/error.cc:1156
5449
4273
"The NDB cluster engine does not support changing the binlog format on the "
5453
#: drizzled/drizzled_error_messages.h:1155
4277
#: drizzled/error.cc:1158
5454
4278
msgid "Cannot create temporary table with partitions"
5457
#: drizzled/drizzled_error_messages.h:1157
4281
#: drizzled/error.cc:1160
5458
4282
msgid "Partition constant is out of partition function domain"
5461
#: drizzled/drizzled_error_messages.h:1159
4285
#: drizzled/error.cc:1162
5462
4286
msgid "This partition function is not allowed"
5465
#: drizzled/drizzled_error_messages.h:1161
4289
#: drizzled/error.cc:1164
5466
4290
msgid "Error in DDL log"
5469
#: drizzled/drizzled_error_messages.h:1163
4293
#: drizzled/error.cc:1166
5470
4294
msgid "Not allowed to use NULL value in VALUES LESS THAN"
5473
#: drizzled/drizzled_error_messages.h:1165
4297
#: drizzled/error.cc:1168
5474
4298
msgid "Incorrect partition name"
5477
#: drizzled/drizzled_error_messages.h:1167
4301
#: drizzled/error.cc:1170
5479
4303
"Transaction isolation level can't be changed while a transaction is in "
5483
#: drizzled/drizzled_error_messages.h:1169
4307
#: drizzled/error.cc:1172
5486
4310
"ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry "
5487
4311
"'%-.192s' for key '%-.192s'"
5490
#: drizzled/drizzled_error_messages.h:1171
4314
#: drizzled/error.cc:1174
5492
4316
msgid "Internal scheduler error %d"
5495
#: drizzled/drizzled_error_messages.h:1173
4319
#: drizzled/error.cc:1176
5497
4321
msgid "Error during starting/stopping of the scheduler. Error code %u"
5500
#: drizzled/drizzled_error_messages.h:1175
4324
#: drizzled/error.cc:1178
5501
4325
msgid "Engine cannot be used in partitioned tables"
5504
#: drizzled/drizzled_error_messages.h:1177
4328
#: drizzled/error.cc:1180
5506
4330
msgid "Cannot activate '%-.64s' log"
5509
#: drizzled/drizzled_error_messages.h:1179
4333
#: drizzled/error.cc:1182
5510
4334
msgid "The server was not built with row-based replication"
5513
#: drizzled/drizzled_error_messages.h:1181
4337
#: drizzled/error.cc:1184
5514
4338
msgid "Decoding of base64 string failed"
5517
#: drizzled/drizzled_error_messages.h:1183
4341
#: drizzled/error.cc:1186
5518
4342
msgid "Recursion of EVENT DDL statements is forbidden when body is present"
5521
#: drizzled/drizzled_error_messages.h:1185
4345
#: drizzled/error.cc:1188
5523
4347
"Cannot proceed because system tables used by Event Scheduler were found "
5524
4348
"damaged at server start"
5527
#: drizzled/drizzled_error_messages.h:1187
4351
#: drizzled/error.cc:1190
5528
4352
msgid "Only integers allowed as number here"
5531
#: drizzled/drizzled_error_messages.h:1189
4355
#: drizzled/error.cc:1192
5532
4356
msgid "This storage engine cannot be used for log tables"
5535
#: drizzled/drizzled_error_messages.h:1191
4359
#: drizzled/error.cc:1194
5537
4361
msgid "You cannot '%s' a log table if logging is enabled"
5540
#: drizzled/drizzled_error_messages.h:1193
4364
#: drizzled/error.cc:1196
5543
4367
"Cannot rename '%s'. When logging enabled, rename to/from log table must "
5548
#: drizzled/drizzled_error_messages.h:1195
4372
#: drizzled/error.cc:1198
5550
4374
msgid "Incorrect parameter count in the call to native function '%-.192s'"
5553
#: drizzled/drizzled_error_messages.h:1197
4377
#: drizzled/error.cc:1200
5555
4379
msgid "Incorrect parameters in the call to native function '%-.192s'"
5558
#: drizzled/drizzled_error_messages.h:1199
4382
#: drizzled/error.cc:1202
5560
4384
msgid "Incorrect parameters in the call to stored function '%-.192s'"
5563
#: drizzled/drizzled_error_messages.h:1201
4387
#: drizzled/error.cc:1204
5565
4389
msgid "This function '%-.192s' has the same name as a native function"
5568
#: drizzled/drizzled_error_messages.h:1203
4392
#: drizzled/error.cc:1206
5570
4394
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
5573
#: drizzled/drizzled_error_messages.h:1205
4397
#: drizzled/error.cc:1208
5574
4398
msgid "Too many files opened, please execute the command again"
5577
#: drizzled/drizzled_error_messages.h:1207
5578
#: drizzled/drizzled_error_messages.h:1209
4401
#: drizzled/error.cc:1210 drizzled/error.cc:1212
5580
4403
"Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. "
5581
4404
"The event was dropped immediately after creation."
5584
#: drizzled/drizzled_error_messages.h:1211
4407
#: drizzled/error.cc:1214
5586
msgid "The incident %s occured on the master. Message: %-.64s"
4409
msgid "The incident %s occurred on the master. Message: %-.64s"
5589
#: drizzled/drizzled_error_messages.h:1213
4412
#: drizzled/error.cc:1216
5590
4413
msgid "Table has no partition for some existing values"
5593
#: drizzled/drizzled_error_messages.h:1215
4416
#: drizzled/error.cc:1218
5594
4417
msgid "Statement is not safe to log in statement format."
5597
#: drizzled/drizzled_error_messages.h:1217
4420
#: drizzled/error.cc:1220
5599
4422
msgid "Fatal error: %s"
5602
#: drizzled/drizzled_error_messages.h:1219
4425
#: drizzled/error.cc:1222
5604
4427
msgid "Relay log read failure: %s"
5607
#: drizzled/drizzled_error_messages.h:1221
4430
#: drizzled/error.cc:1224
5609
4432
msgid "Relay log write failure: %s"
5612
#: drizzled/drizzled_error_messages.h:1225
4435
#: drizzled/error.cc:1228
5614
4437
msgid "Master command %s failed: %s"
5617
#: drizzled/drizzled_error_messages.h:1227
4440
#: drizzled/error.cc:1230
5619
4442
msgid "Binary logging not possible. Message: %s"
5622
#: drizzled/drizzled_error_messages.h:1229
4445
#: drizzled/error.cc:1232
5624
4447
msgid "View `%-.64s`.`%-.64s` has no creation context"
5627
#: drizzled/drizzled_error_messages.h:1231
4450
#: drizzled/error.cc:1234
5629
4452
msgid "Creation context of view `%-.64s`.`%-.64s' is invalid"
5632
#: drizzled/drizzled_error_messages.h:1233
4455
#: drizzled/error.cc:1236
5634
4457
msgid "Creation context of stored routine `%-.64s`.`%-.64s` is invalid"
5637
#: drizzled/drizzled_error_messages.h:1235
4460
#: drizzled/error.cc:1238
5639
4462
msgid "Corrupted TRG file for table `%-.64s`.`%-.64s`"
5642
#: drizzled/drizzled_error_messages.h:1237
4465
#: drizzled/error.cc:1240
5644
4467
msgid "Triggers for table `%-.64s`.`%-.64s` have no creation context"
5647
#: drizzled/drizzled_error_messages.h:1239
4470
#: drizzled/error.cc:1242
5649
4472
msgid "Trigger creation context of table `%-.64s`.`%-.64s` is invalid"
5652
#: drizzled/drizzled_error_messages.h:1241
4475
#: drizzled/error.cc:1244
5654
4477
msgid "Creation context of event `%-.64s`.`%-.64s` is invalid"
5657
#: drizzled/drizzled_error_messages.h:1243
4480
#: drizzled/error.cc:1246
5659
4482
msgid "Cannot open table for trigger `%-.64s`.`%-.64s`"
5662
#: drizzled/drizzled_error_messages.h:1245
4485
#: drizzled/error.cc:1248
5664
4487
msgid "Cannot create stored routine `%-.64s`. Check warnings"
5667
#: drizzled/drizzled_error_messages.h:1247
4490
#: drizzled/error.cc:1250
5669
4492
msgid "Ambiguous slave modes combination. %s"
5672
#: drizzled/drizzled_error_messages.h:1249
4495
#: drizzled/error.cc:1252
5675
4498
"The BINLOG statement of type `%s` was not preceded by a format description "
5676
4499
"BINLOG statement."
5679
#: drizzled/drizzled_error_messages.h:1251
4502
#: drizzled/error.cc:1254
5680
4503
msgid "Corrupted replication event was detected"
5683
#: drizzled/drizzled_error_messages.h:1253
4506
#: drizzled/error.cc:1256
5685
4508
msgid "Invalid column reference (%-.64s) in LOAD DATA"
5688
#: drizzled/drizzled_error_messages.h:1255
4511
#: drizzled/error.cc:1258
5690
4513
msgid "Being purged log %s was not found"
5693
#: drizzled/drizzled_error_messages.h:1257
4516
#: drizzled/error.cc:1260
5695
4518
msgid "Converted to non-transactional lock on '%-.64s'"
5698
#: drizzled/drizzled_error_messages.h:1259
4521
#: drizzled/error.cc:1262
5700
4523
msgid "Cannot convert to non-transactional lock in strict mode on '%-.64s'"
5703
#: drizzled/drizzled_error_messages.h:1261
4526
#: drizzled/error.cc:1264
5706
4529
"Cannot convert to non-transactional lock in an active transaction on '%-.64s'"
5709
#: drizzled/drizzled_error_messages.h:1263
4532
#: drizzled/error.cc:1266
5711
4534
msgid "Can't access storage engine of table %-.64s"
5714
#: drizzled/drizzled_error_messages.h:1265
4537
#: drizzled/error.cc:1268
5715
4538
msgid "Starting backup process"
5718
#: drizzled/drizzled_error_messages.h:1267
4541
#: drizzled/error.cc:1270
5719
4542
msgid "Backup completed"
5722
#: drizzled/drizzled_error_messages.h:1269
4545
#: drizzled/error.cc:1272
5723
4546
msgid "Starting restore process"
5726
#: drizzled/drizzled_error_messages.h:1271
4549
#: drizzled/error.cc:1274
5727
4550
msgid "Restore completed"
5730
#: drizzled/drizzled_error_messages.h:1273
4553
#: drizzled/error.cc:1276
5731
4554
msgid "Nothing to backup"
5734
#: drizzled/drizzled_error_messages.h:1275
4557
#: drizzled/error.cc:1278
5736
4559
msgid "Database '%-.64s' cannot be included in a backup"
5739
#: drizzled/drizzled_error_messages.h:1277
4562
#: drizzled/error.cc:1280
5741
4564
"Error during backup operation - server's error log contains more information "
5742
4565
"about the error"
5745
#: drizzled/drizzled_error_messages.h:1279
4568
#: drizzled/error.cc:1282
5747
4570
"Error during restore operation - server's error log contains more "
5748
4571
"information about the error"
5751
#: drizzled/drizzled_error_messages.h:1281
4574
#: drizzled/error.cc:1284
5753
4576
"Can't execute this command because another BACKUP/RESTORE operation is in "
5757
#: drizzled/drizzled_error_messages.h:1283
4580
#: drizzled/error.cc:1286
5758
4581
msgid "Error when preparing for backup operation"
5761
#: drizzled/drizzled_error_messages.h:1285
4584
#: drizzled/error.cc:1288
5762
4585
msgid "Error when preparing for restore operation"
5765
#: drizzled/drizzled_error_messages.h:1287
4588
#: drizzled/error.cc:1290
5767
4590
msgid "Invalid backup location '%-.64s'"
5770
#: drizzled/drizzled_error_messages.h:1289
4593
#: drizzled/error.cc:1292
5772
4595
msgid "Can't read backup location '%-.64s'"
5775
#: drizzled/drizzled_error_messages.h:1291
4598
#: drizzled/error.cc:1294
5777
4600
msgid "Can't write to backup location '%-.64s' (file already exists?)"
5780
#: drizzled/drizzled_error_messages.h:1293
4603
#: drizzled/error.cc:1296
5781
4604
msgid "Can't enumerate server databases"
5784
#: drizzled/drizzled_error_messages.h:1295
4607
#: drizzled/error.cc:1298
5785
4608
msgid "Can't enumerate server tables"
5788
#: drizzled/drizzled_error_messages.h:1297
4611
#: drizzled/error.cc:1300
5790
4613
msgid "Can't enumerate tables in database %-.64s"
5793
#: drizzled/drizzled_error_messages.h:1299
4616
#: drizzled/error.cc:1302
5795
4618
msgid "Skipping view %-.64s in database %-.64s"
5798
#: drizzled/drizzled_error_messages.h:1301
4621
#: drizzled/error.cc:1304
5800
4623
msgid "Skipping table %-.64s since it has no valid storage engine"
5803
#: drizzled/drizzled_error_messages.h:1303
4626
#: drizzled/error.cc:1306
5805
4628
msgid "Can't open table %-.64s"
5808
#: drizzled/drizzled_error_messages.h:1305
4631
#: drizzled/error.cc:1308
5809
4632
msgid "Can't read backup archive preamble"
5812
#: drizzled/drizzled_error_messages.h:1307
4635
#: drizzled/error.cc:1310
5813
4636
msgid "Can't write backup archive preamble"
5816
#: drizzled/drizzled_error_messages.h:1309
4639
#: drizzled/error.cc:1312
5818
4641
msgid "Can't find backup driver for table %-.64s"
5821
#: drizzled/drizzled_error_messages.h:1311
4644
#: drizzled/error.cc:1314
5824
4647
"%-.64s backup driver was selected for table %-.64s but it rejects to handle "
5828
#: drizzled/drizzled_error_messages.h:1313
4651
#: drizzled/error.cc:1316
5830
4653
msgid "Can't create %-.64s backup driver"
5833
#: drizzled/drizzled_error_messages.h:1315
4656
#: drizzled/error.cc:1318
5835
4658
msgid "Can't create %-.64s restore driver"
5838
#: drizzled/drizzled_error_messages.h:1317
4661
#: drizzled/error.cc:1320
5840
4663
msgid "Found %d images in backup archive but maximum %d are supported"
5843
#: drizzled/drizzled_error_messages.h:1319
4666
#: drizzled/error.cc:1322
5845
4668
msgid "Error when saving meta-data of %-.64s"
5848
#: drizzled/drizzled_error_messages.h:1321
4671
#: drizzled/error.cc:1324
5849
4672
msgid "Error when reading meta-data list"
5852
#: drizzled/drizzled_error_messages.h:1323
4675
#: drizzled/error.cc:1326
5854
4677
msgid "Can't create %-.64s"
5857
#: drizzled/drizzled_error_messages.h:1325
4680
#: drizzled/error.cc:1328
5858
4681
msgid "Can't allocate buffer for image data transfer"
5861
#: drizzled/drizzled_error_messages.h:1327
4684
#: drizzled/error.cc:1330
5863
4686
msgid "Error when writing %-.64s backup image data (for table #%d)"
5866
#: drizzled/drizzled_error_messages.h:1329
4689
#: drizzled/error.cc:1332
5867
4690
msgid "Error when reading data from backup stream"
5870
#: drizzled/drizzled_error_messages.h:1331
4693
#: drizzled/error.cc:1334
5871
4694
msgid "Can't go to the next chunk in backup stream"
5874
#: drizzled/drizzled_error_messages.h:1333
4697
#: drizzled/error.cc:1336
5876
4699
msgid "Can't initialize %-.64s backup driver"
5879
#: drizzled/drizzled_error_messages.h:1335
4702
#: drizzled/error.cc:1338
5881
4704
msgid "Can't initialize %-.64s restore driver"
5884
#: drizzled/drizzled_error_messages.h:1337
4707
#: drizzled/error.cc:1340
5886
4709
msgid "Can't shut down %-.64s backup driver"
5889
#: drizzled/drizzled_error_messages.h:1339
4712
#: drizzled/error.cc:1342
5891
4714
msgid "Can't shut down %-.64s backup driver(s)"
5894
#: drizzled/drizzled_error_messages.h:1341
4717
#: drizzled/error.cc:1344
5896
4719
msgid "%-.64s backup driver can't prepare for synchronization"
5899
#: drizzled/drizzled_error_messages.h:1343
4722
#: drizzled/error.cc:1346
5901
4724
msgid "%-.64s backup driver can't create its image validity point"
5904
#: drizzled/drizzled_error_messages.h:1345
4727
#: drizzled/error.cc:1348
5906
4729
msgid "Can't unlock %-.64s backup driver after creating the validity point"
5909
#: drizzled/drizzled_error_messages.h:1347
4732
#: drizzled/error.cc:1350
5911
4734
msgid "%-.64s backup driver can't cancel its backup operation"
5914
#: drizzled/drizzled_error_messages.h:1349
4737
#: drizzled/error.cc:1352
5916
4739
msgid "%-.64s restore driver can't cancel its restore operation"
5919
#: drizzled/drizzled_error_messages.h:1351
4742
#: drizzled/error.cc:1354
5921
4744
msgid "Error when polling %-.64s backup driver for its image data"
5924
#: drizzled/drizzled_error_messages.h:1353
4747
#: drizzled/error.cc:1356
5926
4749
msgid "Error when sending image data (for table #%d) to %-.64s restore driver"
5929
#: drizzled/drizzled_error_messages.h:1355
4752
#: drizzled/error.cc:1358
5932
4755
"After %d attempts %-.64s restore driver still can't accept next block of data"
5935
#: drizzled/drizzled_error_messages.h:1357
4758
#: drizzled/error.cc:1360
5937
4760
msgid "Open and lock tables failed in %-.64s"
5940
#: drizzled/drizzled_error_messages.h:1359
4763
#: drizzled/error.cc:1362
5941
4764
msgid "Backup driver's table locking thread can not be initialized."
5944
#: drizzled/drizzled_error_messages.h:1361
4767
#: drizzled/error.cc:1364
5946
"Can't open the online backup progress tables. Check 'mysql.online_backup' "
5947
"and 'mysql.online_backup_progress'."
4769
"Can't open the online backup progress tables. Check 'drizzle.online_backup' "
4770
"and 'drizzle.online_backup_progress'."
5950
#: drizzled/drizzled_error_messages.h:1363
4773
#: drizzled/error.cc:1366
5952
4775
msgid "Tablespace '%-.192s' already exists"
5955
#: drizzled/drizzled_error_messages.h:1365
4778
#: drizzled/error.cc:1368
5957
4780
msgid "Tablespace '%-.192s' doesn't exist"
5960
#: drizzled/drizzled_error_messages.h:1367
4783
#: drizzled/error.cc:1370
5962
4785
msgid "Unexpected master's heartbeat data: %s"
5965
#: drizzled/drizzled_error_messages.h:1369
4788
#: drizzled/error.cc:1372
5967
4790
msgid "The requested value for the heartbeat period %s %s"
5970
#: drizzled/drizzled_error_messages.h:1371
4793
#: drizzled/error.cc:1374
5972
4795
msgid "Can't write to the online backup progress log %-.64s."
5975
#: drizzled/drizzled_error_messages.h:1373
4798
#: drizzled/error.cc:1376
5977
4800
msgid "Tablespace '%-.192s' not empty"
5980
#: drizzled/drizzled_error_messages.h:1375
4803
#: drizzled/error.cc:1378
5983
4806
"Tablespace `%-.64s` needed by tables being restored has changed on the "
6017
4932
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
6020
#: drizzled/handler.cc:1364
4935
#: drizzled/plugin/storage_engine.cc:393
6021
4936
msgid "Crash recovery finished."
6024
#: drizzled/log.cc:1071
6025
msgid "I/O error reading the header from the binary log"
6028
#: drizzled/log.cc:1078
6030
"Binlog has bad magic number; It's not a binary log file that can be used by "
6031
"this version of Drizzle"
6034
#: drizzled/log.cc:1093
6036
msgid "Failed to open log (file '%s', errno %d)"
6039
#: drizzled/log.cc:1095 drizzled/log.cc:1103
6040
msgid "Could not open log file"
6043
#: drizzled/log.cc:1101
6045
msgid "Failed to create a cache on log (file '%s')"
6048
#: drizzled/log.cc:1255 drizzled/log.cc:1903
6051
"Could not use %s for logging (error %d). Turning logging off for the whole "
6052
"duration of the Drizzle server process. To turn it on again: fix the cause, "
6053
"shutdown the Drizzle server and restart it."
6056
#: drizzled/log.cc:2172 drizzled/log.cc:2203 drizzled/log.cc:2455
6057
#: drizzled/log.cc:2579
6059
msgid "Failed to delete file '%s'"
6062
#: drizzled/log.cc:2181 drizzled/log.cc:2463 drizzled/log.cc:2587
6065
"a problem with deleting %s; consider examining correspondence of your binlog "
6066
"index file to the actual binlog files"
6069
#: drizzled/log.cc:2309
6071
msgid "next log error: %d offset: %s log: %s included: %d"
6074
#: drizzled/log.cc:2421 drizzled/log.cc:2547
6076
msgid "Failed to execute stat() on file '%s'"
6079
#: drizzled/log.cc:2432 drizzled/log.cc:2558
6082
"a problem with getting info on being purged %s; consider examining "
6083
"correspondence of your binlog index file to the actual binlog files"
6086
#: drizzled/log.cc:4054 drizzled/log.cc:4547
6088
msgid "Recovering after a crash using %s"
6091
#: drizzled/log.cc:4057
6093
"Cannot perform automatic crash recovery when --tc-heuristic-recover is used"
6096
#: drizzled/log.cc:4394
6097
msgid "Bad magic header in tc log"
6100
#: drizzled/log.cc:4404
6103
"Recovery failed! You must enable exactly %d storage engines that support two-"
6104
"phase commit protocol"
6107
#: drizzled/log.cc:4432
6109
"Crash recovery failed. Either correct the problem (if it's, for example, out "
6110
"of memory error) and restart, or delete tc log and start drizzled with --tc-"
6111
"heuristic-recover={commit|rollback}"
6114
#: drizzled/log.cc:4462
6115
msgid "Heuristic crash recovery mode"
6118
#: drizzled/log.cc:4464
6119
msgid "Heuristic crash recovery failed"
6122
#: drizzled/log.cc:4465
6123
msgid "Please restart mysqld without --tc-heuristic-recover"
6126
#: drizzled/log.cc:4509 drizzled/log.cc:4533
6128
msgid "find_log_pos() failed (error: %d)"
6131
#: drizzled/log.cc:4646
6133
"Crash recovery failed. Either correct the problem (if it's, for example, out "
6134
"of memory error) and restart, or delete (or rename) binary log and start "
6135
"mysqld with --tc-heuristic-recover={commit|rollback}"
6138
#: drizzled/log_event.cc:140
6140
msgid " %s, Error_code: %d;"
6143
#: drizzled/log_event.cc:144
6146
"Could not execute %s event on table %s.%s;%s handler error %s; the event's "
6147
"master log %s, end_log_pos %lu"
6150
#: drizzled/log_event.cc:150
6154
#: drizzled/log_event.cc:992
6157
"Error in Log_event::read_log_event(): '%s', data_len: %d, event_type: %d"
6160
#: drizzled/log_event.cc:2282
6163
"Query partially completed on the master (error on master: %d) and was "
6164
"aborted. There is a chance that your master is inconsistent at this point. "
6165
"If you are sure that your master is ok, run this query manually on the slave "
6166
"and then restart the slave with SET GLOBAL SQL_SLAVE_SKIP_COUNTER=1; START "
6167
"SLAVE; . Query: '%s'"
6170
#: drizzled/log_event.cc:2312
6173
"Query caused differenxt errors on master and slave.\n"
6174
"Error on master: '%s' (%d), Error on slave: '%s' (%d).\n"
6175
"Default database: '%s'. Query: '%s'"
6178
#: drizzled/log_event.cc:2317
6182
#: drizzled/log_event.cc:2337
6184
msgid "Error '%s' on query. Default database: '%s'. Query: '%s'"
6187
#: drizzled/log_event.cc:2339 drizzled/log_event.cc:6208
6188
#: drizzled/log_event.cc:6253 drizzled/log_event.cc:7061
6189
msgid "unexpected success or fatal error"
6192
#: drizzled/log_event.cc:2917
6194
"Rolling back unfinished transaction (no COMMIT or ROLLBACK in relay log). A "
6195
"probable cause is that the master died while writing the transaction to its "
6196
"binary log, thus rolled back too."
6199
#: drizzled/log_event.cc:3696
6202
"Slave: load data infile on table '%s' at log position %s in log '%s' "
6203
"produced %ld warning(s). Default database: '%s'"
6206
#: drizzled/log_event.cc:3746
6209
"Error '%s' running LOAD DATA INFILE on table '%s'. Default database: '%s'"
6212
#: drizzled/log_event.cc:3758
6214
msgid "Running LOAD DATA INFILE on table '%-.64s'. Default database: '%-.64s'"
6217
#: drizzled/log_event.cc:4735
6218
msgid "Out of memory while recording slave event"
6221
#: drizzled/log_event.cc:5093 drizzled/log_event.cc:5119
6223
msgid "Error in Create_file event: could not open file '%s'"
6226
#: drizzled/log_event.cc:5105
6228
msgid "Error in Create_file event: could not write to file '%s'"
6231
#: drizzled/log_event.cc:5126
6233
msgid "Error in Create_file event: write to '%s' failed"
6236
#: drizzled/log_event.cc:5265
6238
msgid "Error in %s event: could not create file '%s'"
6241
#: drizzled/log_event.cc:5274
6243
msgid "Error in %s event: could not open file '%s'"
6246
#: drizzled/log_event.cc:5281
6248
msgid "Error in %s event: write to '%s' failed"
6251
#: drizzled/log_event.cc:5492
6253
msgid "Error in Exec_load event: could not open file '%s'"
6256
#: drizzled/log_event.cc:5502
6258
msgid "Error in Exec_load event: file '%s' appears corrupted"
6261
#: drizzled/log_event.cc:5532
6263
msgid "%s. Failed executing load from '%s'"
6266
#: drizzled/log_event.cc:5760
6267
msgid "Not enough memory"
6270
#: drizzled/log_event.cc:6205
6272
msgid "Error '%s' in %s event: when locking tables"
6275
#: drizzled/log_event.cc:6215
6277
msgid "Error in %s event: when locking tables"
6280
#: drizzled/log_event.cc:6250
6282
msgid "Error '%s' on reopening tables"
6285
#: drizzled/log_event.cc:6606
6287
msgid "Error in %s event: commit of row events failed, table `%s`.`%s`"
6290
#: drizzled/log_event.cc:7058
6292
msgid "Error '%s' on opening table `%s`.`%s`"
6295
#: drizzled/rpl_mi.cc:148
6297
msgid "Failed to create a new master info file (file '%s', errno %d)"
6300
#: drizzled/rpl_mi.cc:154 drizzled/rpl_mi.cc:176
6302
msgid "Failed to create a cache on master info file (file '%s')"
6305
#: drizzled/rpl_mi.cc:170
6307
msgid "Failed to open the existing master info file (file '%s', errno %d)"
6310
#: drizzled/rpl_mi.cc:276
6313
"SSL information in the master info file ('%s') are ignored because this "
6314
"MySQL slave was compiled without SSL support."
6317
#: drizzled/rpl_mi.cc:300 drizzled/slave.cc:1079 drizzled/slave.cc:2148
6318
msgid "Failed to flush master info file"
6321
#: drizzled/rpl_mi.cc:305
6322
msgid "Error reading master configuration"
6325
#: drizzled/rpl_reporting.cc:43
6327
msgid "Slave %s: %s%s Error_code: %d"
6330
#: drizzled/rpl_rli.cc:134
6333
"Neither --relay-log nor --relay-log-index were used; so replication may "
6334
"break when this MySQL server acts as a slave and has his hostname changed!! "
6335
"Please use '--relay-log=%s' to avoid this problem."
6338
#: drizzled/rpl_rli.cc:151
6339
msgid "Failed in open_log() called from init_relay_log_info()"
6342
#: drizzled/rpl_rli.cc:168
6344
msgid "Failed to create a new relay log info file ( file '%s', errno %d)"
6347
#: drizzled/rpl_rli.cc:176 drizzled/rpl_rli.cc:210
6349
msgid "Failed to create a cache on relay log info file '%s'"
6352
#: drizzled/rpl_rli.cc:186
6353
msgid "Failed to open the relay log 'FIRST' (relay_log_pos 4)"
6356
#: drizzled/rpl_rli.cc:202
6358
msgid "Failed to open the existing relay log info file '%s' (errno %d)"
6361
#: drizzled/rpl_rli.cc:253
6363
msgid "Failed to open the relay log '%s' (relay_log_pos %s)"
6366
#: drizzled/rpl_rli.cc:268
6367
msgid "Failed to flush relay log info file"
6370
#: drizzled/rpl_rli.cc:271
6371
msgid "Error counting relay log space"
6374
#: drizzled/rpl_rli.cc:295
6376
msgid "log %s listed in the index, but failed to stat"
6379
#: drizzled/rpl_rli.cc:310
6380
msgid "Could not find first log while counting relay log space"
6383
#: drizzled/rpl_rli.cc:967
6384
msgid "Slave SQL thread is stopped because UNTIL condition is bad."
6387
#: drizzled/rpl_utility.cc:119
6389
msgid "Column %d type mismatch - received type %d, %s.%s has type %d"
6392
#: drizzled/rpl_utility.cc:134
6395
"Column %d size mismatch - master has size %d, %s.%s on slave has size %d. "
6396
"Master's column size should be <= the slave's column size."
6399
#: drizzled/scheduler.cc:122
6400
msgid "Memory allocation error in thd_scheduler::init\n"
6403
#: drizzled/scheduler.cc:213
6404
msgid "init_pipe(thd_add_pipe) error in libevent_init\n"
6407
#: drizzled/scheduler.cc:219
6408
msgid "init_pipe(thd_kill_pipe) error in libevent_init\n"
6411
#: drizzled/scheduler.cc:231
6412
msgid "thd_add_event event_add error in libevent_init\n"
6415
#: drizzled/scheduler.cc:247
6417
msgid "Can't create completion port thread (error %d)"
6420
#: drizzled/scheduler.cc:360
6421
msgid "event_add error in libevent_add_thd_callback\n"
6424
#: drizzled/scheduler.cc:386
6425
msgid "Scheduler init error in libevent_add_new_connection\n"
6428
#: drizzled/scheduler.cc:467
6429
msgid "libevent_thread_proc: my_thread_init() failed\n"
6432
#: drizzled/set_var.cc:898
6433
msgid "Ambiguous slave modes combination. STRICT will be used"
6436
#: drizzled/slave.cc:89
6437
msgid "Waiting to reconnect after a failed registration on master"
6440
#: drizzled/slave.cc:90
6442
"Slave I/O thread killed while waitnig to reconnect after a failed "
6443
"registration on master"
6446
#: drizzled/slave.cc:92
6447
msgid "Reconnecting after a failed registration on master"
6450
#: drizzled/slave.cc:93
6453
"failed registering on master, reconnecting to try again, log '%s' at postion "
6457
#: drizzled/slave.cc:96 drizzled/slave.cc:105
6458
msgid "Slave I/O thread killed during or after reconnect"
6461
#: drizzled/slave.cc:99
6462
msgid "Waiting to reconnect after a failed binlog dump request"
6465
#: drizzled/slave.cc:100
6466
msgid "Slave I/O thread killed while retrying master dump"
6469
#: drizzled/slave.cc:101
6470
msgid "Reconnecting after a failed binlog dump request"
6473
#: drizzled/slave.cc:102
6475
msgid "failed dump request, reconnecting to try again, log '%s' at postion %s"
6478
#: drizzled/slave.cc:108
6479
msgid "Waiting to reconnect after a failed master event read"
6482
#: drizzled/slave.cc:109
6483
msgid "Slave I/O thread killed while waiting to reconnect after a failed read"
6486
#: drizzled/slave.cc:111
6487
msgid "Reconnecting after a failed master event read"
6490
#: drizzled/slave.cc:112
6493
"Slave I/O thread: Failed reading log event, reconnecting to retry, log '%s' "
6497
#: drizzled/slave.cc:115
6499
"Slave I/O thread killed during or after a reconnect done to recover from "
6503
#: drizzled/slave.cc:229
6504
msgid "Failed to allocate memory for the master info structure"
6507
#: drizzled/slave.cc:236 drizzled/slave.cc:1820
6508
msgid "Failed to initialize the master info structure"
6511
#: drizzled/slave.cc:251
6512
msgid "Failed to create slave threads"
6515
#: drizzled/slave.cc:448
6516
msgid "Server id not set, will not start slave"
6519
#: drizzled/slave.cc:616
6521
"SQL thread had to stop in an unsafe situation, in the middle of applying "
6522
"updates to a non-transactional table without any primary key. There is a "
6523
"risk of duplicate updates when the slave SQL thread is restarted. Please "
6524
"check your tables' contents after restart."
6527
#: drizzled/slave.cc:777 drizzled/slave.cc:792
6528
msgid "Master reported unrecognized DRIZZLE version"
6531
#: drizzled/slave.cc:833
6532
msgid "default Format_description_log_event"
6535
#: drizzled/slave.cc:855
6538
"\"SELECT UNIX_TIMESTAMP()\" failed on master, do not trust column "
6539
"Seconds_Behind_Master of SHOW SLAVE STATUS. Error: %s (%d)"
6542
#: drizzled/slave.cc:882
6544
"The slave I/O thread stops because master and slave have equal DRIZZLE "
6545
"server ids; these ids must be different for replication to work (or the --"
6546
"replicate-same-server-id option must be used on slave but this doesnot "
6547
"always make sense; please check the manual before using it)."
6550
#: drizzled/slave.cc:927
6552
"The slave I/O thread stops because master and slave have different values "
6553
"for the COLLATION_SERVER global variable. The values must be equal for "
6554
"replication to work"
6557
#: drizzled/slave.cc:963
6559
"The slave I/O thread stops because master and slave have different values "
6560
"for the TIME_ZONE global variable. The values must be equal for replication "
6564
#: drizzled/slave.cc:1028
6565
msgid "Waiting for the slave SQL thread to free enough relay log space"
6568
#: drizzled/slave.cc:1074
6570
"failed to write a Rotate event to the relay log, SHOW SLAVE STATUS may be "
6574
#: drizzled/slave.cc:1085
6575
msgid "Rotate_event (out of memory?), SHOW SLAVE STATUS may be inaccurate"
6578
#: drizzled/slave.cc:1476
6580
msgid "Error on COM_BINLOG_DUMP: %d %s, will retry in %d secs"
6583
#: drizzled/slave.cc:1529
6585
msgid "Error reading packet from server: %s ( server_errno=%d)"
6588
#: drizzled/slave.cc:1537
6590
msgid "Slave: received end packet from server, apparent master shutdown: %s"
6593
#: drizzled/slave.cc:1691
6596
"It was not possible to update the positions of the relay log information: "
6597
"the slave may be in an inconsistent state. Stopped in %s position %s"
6600
#: drizzled/slave.cc:1766 drizzled/slave.cc:2360
6602
msgid "Slave SQL thread stopped because it reached its UNTIL position %s"
6605
#: drizzled/slave.cc:1825 drizzled/slave.cc:2309
6607
msgid "Error initializing relay log position: %s"
6610
#: drizzled/slave.cc:1841
6613
"Slave SQL thread retried transaction %lu time(s) in vain, giving up. "
6614
"Consider raising the value of the slave_transaction_retries variable."
6617
#: drizzled/slave.cc:1864
6619
"Could not parse relay log event entry. The possible reasons are: the "
6620
"master's binary log is corrupted (you can check this by running "
6621
"'mysqlbinlog' on the binary log), the slave's relay log is corrupted (you "
6622
"can check this by running 'mysqlbinlog' on the relay log), a network "
6623
"problem, or a bug in the master's or slave's DRIZZLE code. If you want to "
6624
"check the master's binary log or slave's relay log, you will be able to know "
6625
"their names by issuing 'SHOW SLAVE STATUS' on this slave."
6628
#: drizzled/slave.cc:1985
6629
msgid "Failed during slave I/O thread initialization"
6632
#: drizzled/slave.cc:1999
6633
msgid "error in drizzle_create()"
6636
#: drizzled/slave.cc:2007
6639
"Slave I/O thread: connected to master '%s@%s:%d',replication started in log "
6640
"'%s' at position %s"
6643
#: drizzled/slave.cc:2021
6644
msgid "Slave I/O thread killed while connecting to master"
6647
#: drizzled/slave.cc:2045
6648
msgid "Slave I/O thread couldn't register on master"
6651
#: drizzled/slave.cc:2057 drizzled/slave.cc:2081 drizzled/slave.cc:2105
6652
msgid "Forcing to reconnect slave I/O thread"
6655
#: drizzled/slave.cc:2070
6656
msgid "Failed on request_dump()"
6659
#: drizzled/slave.cc:2071
6660
msgid "Slave I/O thread killed while requesting master dump"
6663
#: drizzled/slave.cc:2097
6664
msgid "Waiting for master to send event"
6667
#: drizzled/slave.cc:2099
6668
msgid "Slave I/O thread killed while reading event"
6671
#: drizzled/slave.cc:2117
6674
"Log entry on master is longer than max_allowed_packet (%ld) on slave. If the "
6675
"entry is correct, restart the server with a higher value of "
6676
"max_allowed_packet"
6679
#: drizzled/slave.cc:2131
6680
msgid "Stopping slave I/O thread due to out-of-memory error from master"
6683
#: drizzled/slave.cc:2141
6684
msgid "Queueing master event to the relay log"
6687
#: drizzled/slave.cc:2168
6688
msgid "Slave I/O thread aborted while waiting for relay log space"
6691
#: drizzled/slave.cc:2178
6693
msgid "Slave I/O thread exiting, read up to log '%s', position %s"
6696
#: drizzled/slave.cc:2199
6697
msgid "Waiting for slave mutex on exit"
6700
#: drizzled/slave.cc:2265
6701
msgid "Failed during slave thread initialization"
6704
#: drizzled/slave.cc:2331
6707
"Slave SQL thread initialized, starting replication in log '%s' at position %"
6708
"s, relay log '%s' position: %s"
6711
#: drizzled/slave.cc:2345
6712
msgid "Slave SQL thread aborted. Can't execute init_slave query"
6715
#: drizzled/slave.cc:2371
6716
msgid "Reading event from the relay log"
6719
#: drizzled/slave.cc:2396
6721
msgid "Slave (additional info): %s Error_code: %d"
6724
#: drizzled/slave.cc:2413
6726
msgid "Slave: %s Error_code: %d"
6729
#: drizzled/slave.cc:2416
6732
"Error loading user-defined library, slave SQL thread aborted. Install the "
6733
"missing library, and restart the slave SQL thread with \"SLAVE START\". We "
6734
"stopped at log '%s' position %s"
6737
#: drizzled/slave.cc:2424
6740
"Error running query, slave SQL thread aborted. Fix the problem, and restart "
6741
"the slave SQL thread with \"SLAVE START\". We stopped at log '%s' position %s"
6744
#: drizzled/slave.cc:2436
6747
"Slave SQL thread exiting, replication stopped in log '%s' at position %s"
6750
#: drizzled/slave.cc:2532
6752
msgid "Slave I/O: failed requesting download of '%s'"
6755
#: drizzled/slave.cc:2549
6757
msgid "Network read error downloading '%s' from master"
6760
#: drizzled/slave.cc:2571
6761
msgid "error writing Exec_load event to relay log"
6764
#: drizzled/slave.cc:2585
6765
msgid "error writing Create_file event to relay log"
6768
#: drizzled/slave.cc:2600
6769
msgid "error writing Append_block event to relay log"
6772
#: drizzled/slave.cc:2696
6773
msgid "Memory allocation failed"
6776
#: drizzled/slave.cc:2721 drizzled/slave.cc:2807
6779
"Read invalid event from master: '%s', master could be corrupt but a more "
6780
"likely cause of this is a bug"
6783
#: drizzled/slave.cc:3080
6784
msgid "could not queue event from master"
6787
#: drizzled/slave.cc:3170
6789
msgid "error %s to master '%s@%s:%d' - retry-time: %d retries: %u"
6792
#: drizzled/slave.cc:3172
6793
msgid "reconnecting"
6796
#: drizzled/slave.cc:3172
6800
#: drizzled/slave.cc:3198
6803
"Slave: connected to master '%s@%s:%d', replication resumed in log '%s' at "
6807
#: drizzled/slave.cc:3585
6809
msgid "next log '%s' is currently active"
6812
#: drizzled/slave.cc:3615
6814
msgid "next log '%s' is not active"
6817
#: drizzled/slave.cc:3631
6820
"Slave SQL thread: I/O error reading event(errno: %d cur_log->error: %d)"
6823
#: drizzled/slave.cc:3637
6824
msgid "Aborting slave SQL thread because of partial event read"
6827
#: drizzled/slave.cc:3643 drizzled/slave.cc:3650
6829
msgid "Error reading relay log event: %s"
6832
#: drizzled/slave.cc:3644
6833
msgid "slave SQL thread was killed"
6836
#: drizzled/slave.cc:3742
6839
"master may suffer from http://bugs.mysql.com/bug.php?id=%u so slave stops; "
6840
"check error log on slave for more info"
6843
#: drizzled/slave.cc:3748
6846
"According to the master's version ('%s'), it is probable that master suffers "
6847
"from this bug: http://bugs.mysql.com/bug.php?id=%u and thus replicating the "
6848
"current binary log event may make the slave's data become different from the "
6849
"master's data. To take no risk, slave refuses to replicate this event and "
6850
"stops. We recommend that all updates be stopped on the master and slave, "
6851
"that the data of both be manually synchronized, that master's binary logs be "
6852
"deleted, that master be upgraded to a version at least equal to '%d.%d.%d'. "
6853
"Then replication can be restarted."
6856
#: drizzled/sql_base.cc:2527
4939
#: drizzled/qcache.cc:63
4941
msgid "qcache plugin '%s' try_fetch_and_send() failed"
4944
#: drizzled/qcache.cc:86
4946
msgid "qcache plugin '%s' set() failed"
4949
#: drizzled/qcache.cc:110
4951
msgid "qcache plugin '%s' invalidate_table() failed"
4954
#: drizzled/qcache.cc:137
4956
msgid "qcache plugin '%s' invalidate_db() failed"
4959
#: drizzled/qcache.cc:157
4961
msgid "qcache plugin '%s' flush() failed"
4964
#: drizzled/scheduling.cc:37
4967
"Attempted to register a scheduler %s, but a scheduler has already been "
4968
"registered with that name.\n"
4971
#: drizzled/scheduling.cc:62
4973
msgid "Attempted to configure %s as the scheduler, which did not exist.\n"
4976
#: drizzled/scheduling.cc:77
4977
msgid "Scheduler initialization failed.\n"
4980
#: drizzled/sql_base.cc:2264
6858
4982
msgid "Table %s had a open data handler in reopen_table"
6861
#: drizzled/sql_base.cc:3178
4985
#: drizzled/sql_base.cc:2857
6863
4987
msgid "Couldn't repair table: %s.%s"
6866
#: drizzled/sql_base.cc:3221
4990
#: drizzled/sql_base.cc:2899
6869
4993
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
6870
"s`.`%s`' to the binary log"
4994
"s`.`%s`' to replication"
6873
#: drizzled/sql_base.cc:3950
4997
#: drizzled/sql_base.cc:3501
6875
4999
msgid "Could not remove temporary table: '%s', error: %d"
6878
#: drizzled/sql_db.cc:396 drizzled/sql_db.cc:404
6880
msgid "Error while loading database options: '%s':"
6883
#: drizzled/sql_plugin.cc:647
6885
msgid "Plugin '%s' of type %s failed deinitialization"
6888
#: drizzled/sql_plugin.cc:661
6890
msgid "Plugin '%s' has ref_count=%d after deinitialization."
6893
#: drizzled/sql_plugin.cc:781
6895
msgid "Plugin '%s' registration as a %s failed."
6898
#: drizzled/sql_plugin.cc:1035
5002
#: drizzled/sql_plugin.cc:528
5004
msgid "Plugin '%s' init function returned error."
5007
#: drizzled/sql_plugin.cc:707
6899
5008
msgid "plugin-load parameter too long"
6902
#: drizzled/sql_plugin.cc:1095
5011
#: drizzled/sql_plugin.cc:767
6904
5013
msgid "Couldn't load plugin named '%s' with soname '%s'."
6907
#: drizzled/sql_plugin.cc:1146
6909
msgid "Forcing shutdown of %d plugins"
6912
#: drizzled/sql_plugin.cc:1168
6914
msgid "Plugin '%s' will be forced to shutdown"
6917
#: drizzled/sql_plugin.cc:1184
6919
msgid "Plugin '%s' has ref_count=%d after shutdown."
6922
#: drizzled/sql_plugin.cc:2433 drizzled/sql_plugin.cc:2496
5016
#: drizzled/sql_plugin.cc:1107
5017
msgid "Out of memory."
5020
#: drizzled/sql_plugin.cc:1946 drizzled/sql_plugin.cc:2009
6924
5022
msgid "Unknown variable type code 0x%x in plugin '%s'."
6927
#: drizzled/sql_plugin.cc:2476
5025
#: drizzled/sql_plugin.cc:1989
6930
5028
"Server variable %s of plugin %s was forced to be read-only: string variable "
6931
5029
"without update_func and PLUGIN_VAR_MEMALLOC flag"
6934
#: drizzled/sql_plugin.cc:2507
5032
#: drizzled/sql_plugin.cc:2020
6936
5034
msgid "Missing variable name in plugin '%s'."
6939
#: drizzled/sql_plugin.cc:2524
5037
#: drizzled/sql_plugin.cc:2037
6941
5039
msgid "Thread local variable '%s' not allocated in plugin '%s'."
6944
#: drizzled/sql_plugin.cc:2643
5042
#: drizzled/sql_plugin.cc:2155
6946
5044
msgid "Out of memory for plugin '%s'."
6949
#: drizzled/sql_plugin.cc:2650
5047
#: drizzled/sql_plugin.cc:2162
6951
5049
msgid "Bad options for plugin '%s'."
6954
#: drizzled/sql_plugin.cc:2659
5052
#: drizzled/sql_plugin.cc:2171
6956
5054
msgid "Parsing options for plugin '%s' failed."
6959
#: drizzled/sql_plugin.cc:2702
5057
#: drizzled/sql_plugin.cc:2214
6961
5059
msgid "Plugin '%s' has conflicting system variables"
6964
#: drizzled/sql_plugin.cc:2712
6966
msgid "Plugin '%s' disabled by command line option"
6969
#: drizzled/sql_repl.cc:101
6970
msgid "Failed in send_file() while reading file name"
6973
#: drizzled/sql_repl.cc:114
6974
msgid "Failed in send_file() on open of file"
6977
#: drizzled/sql_repl.cc:122
6978
msgid "Failed in send_file() while writing data to client"
6981
#: drizzled/sql_repl.cc:131
6982
msgid "Failed in send_file() while negotiating file transfer close"
6985
#: drizzled/sql_table.cc:81
5062
#: drizzled/sql_table.cc:124
6987
5064
msgid "Invalid (old?) table or database name '%s'"
6990
#: drizzled/sql_table.cc:2716
5067
#: drizzled/sql_table.cc:2649
6992
5069
msgid "Unknown - internal error %d during operation"
6995
#: drizzled/sql_table.cc:4990
5072
#: drizzled/sql_table.cc:4210
6997
5074
msgid "Could not open table %s.%s after rename\n"
7000
#: drizzled/sql_table.cc:5157
5077
#: drizzled/sql_table.cc:4390
7003
5080
"order_st BY ignored because there is a user-defined clustered index in the "
7004
5081
"table '%-.192s'"
7007
#: drizzled/sql_udf.cc:39
7008
msgid "Can't allocate memory for udf structures"
7011
#: drizzled/table.cc:488
5084
#: drizzled/table.cc:354
7014
5087
"'%s' had no or invalid character set, and default character set is multi-"
7015
5088
"byte, so character column sizes may have changed"
7018
#: drizzled/table.cc:1692
5091
#: drizzled/table.cc:1794
7020
5093
msgid "Unknown collation '%s' in table '%-.64s' definition"
7023
#: drizzled/table.cc:1699
5096
#: drizzled/table.cc:1801
7026
"Table '%-.64s' was created with a different version of MySQL and cannot be "
5099
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
7030
#: drizzled/table.cc:2310
5103
#: drizzled/table.cc:2265
7033
5106
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
7037
#: drizzled/table.cc:2336
5110
#: drizzled/table.cc:2292
7040
5113
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
7041
5114
"have type %s, found type %s."
7044
#: drizzled/table.cc:2345
5117
#: drizzled/table.cc:2303
7047
5120
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
7048
5121
"position %d to have character set '%s' but the type has no character set."
7051
#: drizzled/table.cc:2355
5124
#: drizzled/table.cc:2315
7054
5127
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
7055
5128
"position %d to have character set '%s' but found character set '%s'."
7058
#: drizzled/table.cc:2366
5131
#: drizzled/table.cc:2328
7061
5134
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
7062
5135
"have type %s but the column is not found."
7065
#: drizzled/table.cc:4749
5138
#: drizzled/table.cc:4434
7067
5140
msgid "Got error %d when reading table '%s'"
7070
#: drizzled/tztime.cc:1063
5143
#: drizzled/tztime.cc:1061
7072
5145
msgid "Fatal error: Illegal or unknown default time zone '%s'"
7075
#: drizzled/definitions.h:52
7076
msgid "Invalid error code"
5148
#: gnulib/getopt.c:529 gnulib/getopt.c:545
5150
msgid "%s: option `%s' is ambiguous\n"
5153
#: gnulib/getopt.c:578 gnulib/getopt.c:582
5155
msgid "%s: option `--%s' doesn't allow an argument\n"
5158
#: gnulib/getopt.c:591 gnulib/getopt.c:596
5160
msgid "%s: option `%c%s' doesn't allow an argument\n"
5163
#: gnulib/getopt.c:639 gnulib/getopt.c:658 gnulib/getopt.c:974
5164
#: gnulib/getopt.c:993
5166
msgid "%s: option `%s' requires an argument\n"
5169
#: gnulib/getopt.c:696 gnulib/getopt.c:699
5171
msgid "%s: unrecognized option `--%s'\n"
5174
#: gnulib/getopt.c:707 gnulib/getopt.c:710
5176
msgid "%s: unrecognized option `%c%s'\n"
5179
#: gnulib/getopt.c:762 gnulib/getopt.c:765
5181
msgid "%s: illegal option -- %c\n"
5184
#: gnulib/getopt.c:771 gnulib/getopt.c:774
5186
msgid "%s: invalid option -- %c\n"
5189
#: gnulib/getopt.c:826 gnulib/getopt.c:842 gnulib/getopt.c:1046
5190
#: gnulib/getopt.c:1064
5192
msgid "%s: option requires an argument -- %c\n"
5195
#: gnulib/getopt.c:895 gnulib/getopt.c:911
5197
msgid "%s: option `-W %s' is ambiguous\n"
5200
#: gnulib/getopt.c:935 gnulib/getopt.c:953
5202
msgid "%s: option `-W %s' doesn't allow an argument\n"
5205
#: mysys/errors.cc:25
5207
msgid "Can't create/write to file '%s' (Errcode: %d)"
5210
#: mysys/errors.cc:26
5212
msgid "Error reading file '%s' (Errcode: %d)"
5215
#: mysys/errors.cc:27
5217
msgid "Error writing file '%s' (Errcode: %d)"
5220
#: mysys/errors.cc:28
5222
msgid "Error on close of '%s' (Errcode: %d)"
5225
#: mysys/errors.cc:29
5227
msgid "Out of memory (Needed %u bytes)"
5230
#: mysys/errors.cc:30
5232
msgid "Error on delete of '%s' (Errcode: %d)"
5235
#: mysys/errors.cc:31
5237
msgid "Error on rename of '%s' to '%s' (Errcode: %d)"
5240
#: mysys/errors.cc:32
5242
msgid "Unexpected eof found when reading file '%s' (Errcode: %d)"
5245
#: mysys/errors.cc:33
5247
msgid "Can't lock file (Errcode: %d)"
5250
#: mysys/errors.cc:34
5252
msgid "Can't unlock file (Errcode: %d)"
5255
#: mysys/errors.cc:35
5257
msgid "Can't read dir of '%s' (Errcode: %d)"
5260
#: mysys/errors.cc:36
5262
msgid "Can't get stat of '%s' (Errcode: %d)"
5265
#: mysys/errors.cc:37
5267
msgid "Can't change size of file (Errcode: %d)"
5270
#: mysys/errors.cc:38
5272
msgid "Can't open stream from handle (Errcode: %d)"
5275
#: mysys/errors.cc:39
5277
msgid "Can't get working dirctory (Errcode: %d)"
5280
#: mysys/errors.cc:40
5282
msgid "Can't change dir to '%s' (Errcode: %d)"
5285
#: mysys/errors.cc:41
5287
msgid "Warning: '%s' had %d links"
5290
#: mysys/errors.cc:42
5292
msgid "Warning: %d files and %d streams is left open\n"
5295
#: mysys/errors.cc:43
5297
msgid "Disk is full writing '%s'. Waiting for someone to free space..."
5300
#: mysys/errors.cc:44
5302
msgid "Can't create directory '%s' (Errcode: %d)"
5305
#: mysys/errors.cc:45
5308
"Character set '%s' is not a compiled character set and is not specified in "
5312
#: mysys/errors.cc:46
5314
msgid "Out of resources when opening file '%s' (Errcode: %d)"
5317
#: mysys/errors.cc:47
5319
msgid "Can't read value for symlink '%s' (Error %d)"
5322
#: mysys/errors.cc:48
5324
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
5327
#: mysys/errors.cc:49
5329
msgid "Error on realpath() on '%s' (Error %d)"
5332
#: mysys/errors.cc:50
5334
msgid "Can't sync file '%s' to disk (Errcode: %d)"
5337
#: mysys/errors.cc:51
5340
"Collation '%s' is not a compiled collation and is not specified in the %s "
5344
#: mysys/errors.cc:52
5346
msgid "File '%s' not found (Errcode: %d)"
5349
#: mysys/errors.cc:53
5351
msgid "File '%s' (fileno: %d) was not closed"
5354
#: mysys/my_error.cc:85
5356
msgid "Unknown error %d"
5359
#: mysys/my_getopt.cc:89
5363
#: mysys/my_getopt.cc:91
5367
#: mysys/my_getopt.cc:355
5369
msgid "%s: %s: Option '%s' used, but is disabled\n"
5372
#: mysys/my_getopt.cc:356
5376
#: mysys/my_getopt.cc:356
5380
#: mysys/my_getopt.cc:459
5382
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
5385
#: mysys/my_getopt.cc:774
5387
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
5390
#: mysys/my_getopt.cc:967
5392
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
5395
#: mysys/my_getopt.cc:1199
5397
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
5400
#: mysys/my_getopt.cc:1219
5404
"Variables (--variable-name=value)\n"
5405
"and boolean options {false|true} Value (after reading options)\n"
5406
"--------------------------------- -----------------------------\n"
5409
#: mysys/my_getopt.cc:1235 mysys/my_getopt.cc:1251
5410
msgid "(No default value)"
5413
#: mysys/my_getopt.cc:1254
5417
#: mysys/my_getopt.cc:1254
5421
#: mysys/my_getopt.cc:1287
5423
msgid "(Disabled)\n"
5426
#: plugin/auth_http/auth_http.cc:128
5427
msgid "Enable HTTP Auth check"
5430
#: plugin/auth_http/auth_http.cc:138
5431
msgid "URL for HTTP Auth check"
5434
#: plugin/errmsg_stderr/errmsg_stderr.cc:78
5435
msgid "Error Messages to stderr"
5438
#: plugin/logging_gearman/logging_gearman.cc:263
5440
msgid "fail gearman_client_create(): %s"
5443
#: plugin/logging_gearman/logging_gearman.cc:273
5445
msgid "fail gearman_client_add_server(): %s"
5448
#: plugin/logging_gearman/logging_gearman.cc:299
5449
msgid "Enable logging to a gearman server"
5452
#: plugin/logging_gearman/logging_gearman.cc:308
5453
msgid "Hostname for logging to a Gearman server"
5456
#: plugin/logging_gearman/logging_gearman.cc:317
5457
msgid "Gearman Function to send logging to"
5460
#: plugin/logging_gearman/logging_gearman.cc:334
5461
msgid "Log queries to a Gearman server"
5464
#: plugin/logging_query/logging_query.cc:278
5466
msgid "fail open() fn=%s er=%s\n"
5469
#: plugin/logging_query/logging_query.cc:317
5470
msgid "Enable logging to CSV file"
5473
#: plugin/logging_query/logging_query.cc:326
5474
msgid "File to log to"
5477
#: plugin/logging_query/logging_query.cc:335
5478
#: plugin/logging_syslog/logging_syslog.cc:248
5479
msgid "Threshold for logging slow queries, in microseconds"
5482
#: plugin/logging_query/logging_query.cc:347
5483
#: plugin/logging_syslog/logging_syslog.cc:260
5484
msgid "Threshold for logging big queries, for rows returned"
5487
#: plugin/logging_query/logging_query.cc:359
5488
#: plugin/logging_syslog/logging_syslog.cc:272
5489
msgid "Threshold for logging big queries, for rows examined"
5492
#: plugin/logging_query/logging_query.cc:381
5493
msgid "Log queries to a CSV file"
5496
#: plugin/logging_syslog/logging_syslog.cc:169
5498
msgid "syslog facility \"%s\" not known, using \"local0\""
5501
#: plugin/logging_syslog/logging_syslog.cc:186
5503
msgid "syslog priority \"%s\" not known, using \"info\""
5506
#: plugin/logging_syslog/logging_syslog.cc:212
5507
msgid "Enable logging"
5510
#: plugin/logging_syslog/logging_syslog.cc:221
5511
msgid "Syslog Ident"
5514
#: plugin/logging_syslog/logging_syslog.cc:230
5515
msgid "Syslog Facility"
5518
#: plugin/logging_syslog/logging_syslog.cc:239
5519
msgid "Syslog Priority"
5522
#: plugin/logging_syslog/logging_syslog.cc:296
5523
msgid "Log to syslog"
5526
#: plugin/multi_thread/multi_thread.cc:137
5527
msgid "Maximum number of user threads available."
5530
#: plugin/myisam/ha_myisam.cc:468
5532
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
5535
#: plugin/myisam/ha_myisam.cc:472
5537
msgid "Got an error from unknown thread, %s:%d"
5540
#: plugin/myisam/ha_myisam.cc:478
5541
msgid "Unknown thread accessing table"
5544
#: plugin/myisam/ha_myisam.cc:1861
5545
msgid "Block size to be used for MyISAM index pages."
5548
#: plugin/myisam/ha_myisam.cc:1867
5550
"Number of threads to use when repairing MyISAM tables. The value of 1 "
5551
"disables parallel repair."
5554
#: plugin/myisam/ha_myisam.cc:1873
5556
"Don't use the fast sort index method to created index if the temporary file "
5557
"would get bigger than this."
5560
#: plugin/myisam/ha_myisam.cc:1878
5562
"The buffer that is allocated when sorting the index when doing a REPAIR or "
5563
"when creating indexes with CREATE INDEX or ALTER TABLE."
5566
#: plugin/myisam/ha_myisam.cc:1884
5567
msgid "Default pointer size to be used for MyISAM tables."
5570
#: plugin/myisam/my_handler_errors.cc:34
5571
msgid "Didn't find key on read or update"
5574
#: plugin/myisam/my_handler_errors.cc:36
5575
msgid "Duplicate key on write or update"
5578
#: plugin/myisam/my_handler_errors.cc:38
5579
msgid "Internal (unspecified) error in handler"
5582
#: plugin/myisam/my_handler_errors.cc:40
5584
"Someone has changed the row since it was read (while the table was locked to "
5588
#: plugin/myisam/my_handler_errors.cc:43
5589
msgid "Wrong index given to function"
5592
#: plugin/myisam/my_handler_errors.cc:45
5593
msgid "Undefined handler error 125"
5596
#: plugin/myisam/my_handler_errors.cc:47
5597
msgid "Index file is crashed"
5600
#: plugin/myisam/my_handler_errors.cc:49
5601
msgid "Record file is crashed"
5604
#: plugin/myisam/my_handler_errors.cc:51
5605
msgid "Out of memory in engine"
5608
#: plugin/myisam/my_handler_errors.cc:53
5609
msgid "Undefined handler error 129"
5612
#: plugin/myisam/my_handler_errors.cc:55
5613
msgid "Incorrect file format"
5616
#: plugin/myisam/my_handler_errors.cc:57
5617
msgid "Command not supported by database"
5620
#: plugin/myisam/my_handler_errors.cc:59
5621
msgid "Old database file"
5624
#: plugin/myisam/my_handler_errors.cc:61
5625
msgid "No record read before update"
5628
#: plugin/myisam/my_handler_errors.cc:63
5629
msgid "Record was already deleted (or record file crashed)"
5632
#: plugin/myisam/my_handler_errors.cc:65
5633
msgid "No more room in record file"
5636
#: plugin/myisam/my_handler_errors.cc:67
5637
msgid "No more room in index file"
5640
#: plugin/myisam/my_handler_errors.cc:69
5641
msgid "No more records (read after end of file)"
5644
#: plugin/myisam/my_handler_errors.cc:71
5645
msgid "Unsupported extension used for table"
5648
#: plugin/myisam/my_handler_errors.cc:73
5652
#: plugin/myisam/my_handler_errors.cc:75
5653
msgid "Wrong create options"
5656
#: plugin/myisam/my_handler_errors.cc:77
5657
msgid "Duplicate unique key or constraint on write or update"
5660
#: plugin/myisam/my_handler_errors.cc:79
5661
msgid "Unknown character set used in table"
5664
#: plugin/myisam/my_handler_errors.cc:81
5665
msgid "Conflicting table definitions in sub-tables of MERGE table"
5668
#: plugin/myisam/my_handler_errors.cc:83
5669
msgid "Table is crashed and last repair failed"
5672
#: plugin/myisam/my_handler_errors.cc:85
5673
msgid "Table was marked as crashed and should be repaired"
5676
#: plugin/myisam/my_handler_errors.cc:87
5677
msgid "Lock timed out; Retry transaction"
5680
#: plugin/myisam/my_handler_errors.cc:89
5681
msgid "Lock table is full; Restart program with a larger locktable"
5684
#: plugin/myisam/my_handler_errors.cc:91
5685
msgid "Updates are not allowed under a read only transactions"
5688
#: plugin/myisam/my_handler_errors.cc:93
5689
msgid "Lock deadlock; Retry transaction"
5692
#: plugin/myisam/my_handler_errors.cc:95
5693
msgid "Foreign key constraint is incorrectly formed"
5696
#: plugin/myisam/my_handler_errors.cc:97
5697
msgid "Cannot add a child row"
5700
#: plugin/myisam/my_handler_errors.cc:99
5701
msgid "Cannot delete a parent row"
5704
#: plugin/myisam/my_handler_errors.cc:101
5705
msgid "No savepoint with that name"
5708
#: plugin/myisam/my_handler_errors.cc:103
5709
msgid "Non unique key block size"
5712
#: plugin/myisam/my_handler_errors.cc:105
5713
msgid "The table does not exist in engine"
5716
#: plugin/myisam/my_handler_errors.cc:107
5717
msgid "The table already existed in storage engine"
5720
#: plugin/myisam/my_handler_errors.cc:109
5721
msgid "Could not connect to storage engine"
5724
#: plugin/myisam/my_handler_errors.cc:111
5725
msgid "Unexpected null pointer found when using spatial index"
5728
#: plugin/myisam/my_handler_errors.cc:113
5729
msgid "The table changed in storage engine"
5732
#: plugin/myisam/my_handler_errors.cc:115
5733
msgid "There's no partition in table for the given value"
5736
#: plugin/myisam/my_handler_errors.cc:117
5737
msgid "Row-based binlogging of row failed"
5740
#: plugin/myisam/my_handler_errors.cc:119
5741
msgid "Index needed in foreign key constraint"
5744
#: plugin/myisam/my_handler_errors.cc:121
5745
msgid "Upholding foreign key constraints would lead to a duplicate key error"
5748
#: plugin/myisam/my_handler_errors.cc:123
5749
msgid "Table needs to be upgraded before it can be used"
5752
#: plugin/myisam/my_handler_errors.cc:125
5753
msgid "Table is read only"
5756
#: plugin/myisam/my_handler_errors.cc:127
5757
msgid "Failed to get next auto increment value"
5760
#: plugin/myisam/my_handler_errors.cc:129
5761
msgid "Failed to set row auto increment value"
5764
#: plugin/myisam/my_handler_errors.cc:131
5765
msgid "Unknown (generic) error from engine"
5768
#: plugin/myisam/my_handler_errors.cc:133
5769
msgid "Record is the same"
5772
#: plugin/myisam/my_handler_errors.cc:135
5773
msgid "It is not possible to log this statement"
5776
#: plugin/myisam/my_handler_errors.cc:137
5777
msgid "Tablespace exists"
5780
#: plugin/myisam/my_handler_errors.cc:139
5781
msgid "The event was corrupt, leading to illegal data being read"
5784
#: plugin/myisam/my_handler_errors.cc:141
5785
msgid "The table is of a new format not supported by this version"
5788
#: plugin/myisam/my_handler_errors.cc:143
5789
msgid "The event could not be processed no other handler error happened"
5792
#: plugin/myisam/my_handler_errors.cc:145
5793
msgid "Got a fatal error during initialzation of handler"
5796
#: plugin/myisam/my_handler_errors.cc:147
5797
msgid "File to short; Expected more data in file"
5800
#: plugin/myisam/my_handler_errors.cc:149
5801
msgid "Read page with wrong checksum"
5804
#: plugin/myisam/my_handler_errors.cc:151
5805
msgid "Lock or active transaction"
5808
#: plugin/myisam/my_handler_errors.cc:153
5809
msgid "No such table space"
5812
#: plugin/myisam/my_handler_errors.cc:155
5813
msgid "Tablespace not empty"
5816
#: plugin/oldlibdrizzle/errmsg.cc:28
5817
msgid "Unknown Drizzle error"
5820
#: plugin/oldlibdrizzle/errmsg.cc:29
5822
msgid "Can't create UNIX socket (%d)"
5825
#: plugin/oldlibdrizzle/errmsg.cc:30
5827
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
5830
#: plugin/oldlibdrizzle/errmsg.cc:31
5832
msgid "Can't connect to Drizzle server on '%-.100s:%lu' (%d)"
5835
#: plugin/oldlibdrizzle/errmsg.cc:32
5837
msgid "Can't create TCP/IP socket (%d)"
5840
#: plugin/oldlibdrizzle/errmsg.cc:33
5842
msgid "Unknown Drizzle server host '%-.100s' (%d)"
5845
#: plugin/oldlibdrizzle/errmsg.cc:34
5846
msgid "Drizzle server has gone away"
5849
#: plugin/oldlibdrizzle/errmsg.cc:35
5851
msgid "Protocol mismatch; server version = %d, client version = %d"
5854
#: plugin/oldlibdrizzle/errmsg.cc:36
5855
msgid "Drizzle client ran out of memory"
5858
#: plugin/oldlibdrizzle/errmsg.cc:37
5859
msgid "Wrong host info"
5862
#: plugin/oldlibdrizzle/errmsg.cc:38
5863
msgid "Localhost via UNIX socket"
5866
#: plugin/oldlibdrizzle/errmsg.cc:39
5868
msgid "%-.100s via TCP/IP"
5871
#: plugin/oldlibdrizzle/errmsg.cc:40
5872
msgid "Error in server handshake"
5875
#: plugin/oldlibdrizzle/errmsg.cc:41
5876
msgid "Lost connection to Drizzle server during query"
5879
#: plugin/oldlibdrizzle/errmsg.cc:42
5880
msgid "Commands out of sync; you can't run this command now"
5883
#: plugin/oldlibdrizzle/errmsg.cc:43
5885
msgid "Named pipe: %-.32s"
5888
#: plugin/oldlibdrizzle/errmsg.cc:44
5890
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
5893
#: plugin/oldlibdrizzle/errmsg.cc:45
5895
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
5898
#: plugin/oldlibdrizzle/errmsg.cc:46
5900
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
5903
#: plugin/oldlibdrizzle/errmsg.cc:47
5905
msgid "Can't initialize character set %-.32s (path: %-.100s)"
5908
#: plugin/oldlibdrizzle/errmsg.cc:48
5909
msgid "Got packet bigger than 'max_allowed_packet' bytes"
5912
#: plugin/oldlibdrizzle/errmsg.cc:49
5913
msgid "Embedded server"
5916
#: plugin/oldlibdrizzle/errmsg.cc:50
5917
msgid "Error on SHOW SLAVE STATUS:"
5920
#: plugin/oldlibdrizzle/errmsg.cc:51
5921
msgid "Error on SHOW SLAVE HOSTS:"
5924
#: plugin/oldlibdrizzle/errmsg.cc:52
5925
msgid "Error connecting to slave:"
5928
#: plugin/oldlibdrizzle/errmsg.cc:53
5929
msgid "Error connecting to master:"
5932
#: plugin/oldlibdrizzle/errmsg.cc:54
5933
msgid "SSL connection error"
5936
#: plugin/oldlibdrizzle/errmsg.cc:55
5937
msgid "Malformed packet"
5940
#: plugin/oldlibdrizzle/errmsg.cc:56 plugin/oldlibdrizzle/errmsg.cc:67
5941
#: plugin/oldlibdrizzle/errmsg.cc:68 plugin/oldlibdrizzle/errmsg.cc:69
5942
#: plugin/oldlibdrizzle/errmsg.cc:70 plugin/oldlibdrizzle/errmsg.cc:71
5943
#: plugin/oldlibdrizzle/errmsg.cc:72 plugin/oldlibdrizzle/errmsg.cc:73
5944
#: plugin/oldlibdrizzle/errmsg.cc:74 plugin/oldlibdrizzle/errmsg.cc:75
5945
msgid "(unused error message)"
5948
#: plugin/oldlibdrizzle/errmsg.cc:57
5949
msgid "Invalid use of null pointer"
5952
#: plugin/oldlibdrizzle/errmsg.cc:58
5953
msgid "Statement not prepared"
5956
#: plugin/oldlibdrizzle/errmsg.cc:59
5957
msgid "No data supplied for parameters in prepared statement"
5960
#: plugin/oldlibdrizzle/errmsg.cc:60
5961
msgid "Data truncated"
5964
#: plugin/oldlibdrizzle/errmsg.cc:61
5965
msgid "No parameters exist in the statement"
5968
#: plugin/oldlibdrizzle/errmsg.cc:62
5969
msgid "Invalid parameter number"
5972
#: plugin/oldlibdrizzle/errmsg.cc:63
5975
"Can't send long data for non-string/non-binary data types (parameter: %d)"
5978
#: plugin/oldlibdrizzle/errmsg.cc:65
5980
msgid "Using unsupported buffer type: %d (parameter: %d)"
5983
#: plugin/oldlibdrizzle/errmsg.cc:66
5985
msgid "Shared memory: %-.100s"
5988
#: plugin/oldlibdrizzle/errmsg.cc:76
5989
msgid "Wrong or unknown protocol"
5992
#: plugin/oldlibdrizzle/errmsg.cc:77
5993
msgid "Invalid connection handle"
5996
#: plugin/oldlibdrizzle/errmsg.cc:78
5998
"Connection using old (pre-4.1.1) authentication protocol refused (client "
5999
"option 'secure_auth' enabled)"
6002
#: plugin/oldlibdrizzle/errmsg.cc:80
6003
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
6006
#: plugin/oldlibdrizzle/errmsg.cc:81
6007
msgid "Attempt to read column without prior row fetch"
6010
#: plugin/oldlibdrizzle/errmsg.cc:82
6011
msgid "Prepared statement contains no metadata"
6014
#: plugin/oldlibdrizzle/errmsg.cc:83
6016
"Attempt to read a row while there is no result set associated with the "
6020
#: plugin/oldlibdrizzle/errmsg.cc:85
6021
msgid "This feature is not implemented yet"
6024
#: plugin/oldlibdrizzle/errmsg.cc:86
6027
"Lost connection to Drizzle server while waiting for initial communication "
6028
"packet, system error: %d"
6031
#: plugin/oldlibdrizzle/errmsg.cc:88
6034
"Lost connection to Drizzle server while reading initial communication "
6035
"packet, system error: %d"
6038
#: plugin/oldlibdrizzle/errmsg.cc:90
6041
"Lost connection to Drizzle server while sending authentication information, "
6045
#: plugin/oldlibdrizzle/errmsg.cc:92
6048
"Lost connection to Drizzle server while reading authorization information, "
6052
#: plugin/oldlibdrizzle/errmsg.cc:94
6055
"Lost connection to Drizzle server while setting initial database, system "
6059
#: plugin/oldlibdrizzle/errmsg.cc:96
6061
msgid "Statement closed indirectly because of a preceding %s() call"
6064
#: plugin/pool_of_threads/pool_of_threads.cc:204
6065
msgid "event_add error in libevent_add_session_callback\n"
6068
#: plugin/pool_of_threads/pool_of_threads.cc:346
6069
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
6072
#: plugin/pool_of_threads/pool_of_threads.cc:353
6073
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
6076
#: plugin/pool_of_threads/pool_of_threads.cc:365
6077
msgid "session_add_event event_add error in libevent_init\n"
6080
#: plugin/pool_of_threads/pool_of_threads.cc:378
6082
msgid "Can't create completion port thread (error %d)"
6085
#: plugin/pool_of_threads/pool_of_threads.cc:462
6086
msgid "libevent_thread_proc: my_thread_init() failed\n"
6089
#: plugin/pool_of_threads/pool_of_threads.cc:642
6090
msgid "Size of Pool."
6093
#: plugin/signal_handler/signal_handler.cc:221
6095
msgid "Can't create interrupt-thread (error %d, errno: %d)"
6098
#~ msgid "Directory where character sets are."
6099
#~ msgstr "문자셋이 있는 디렉토리"
6101
#~ msgid "The protocol of connection (tcp,socket,pipe,memory)."
6102
#~ msgstr "연결 프로토콜 (tcp, socket, pipe, memory)"
7080
6105
#~ "Switch to another charset. Might be needed for processing binlog with "