1
# Telugu translation for drizzle
2
# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
3
# This file is distributed under the same license as the drizzle package.
4
# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
8
"Project-Id-Version: drizzle\n"
9
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10
"POT-Creation-Date: 2009-09-29 17:09-0700\n"
11
"PO-Revision-Date: 2009-10-13 03:37+0000\n"
12
"Last-Translator: వీవెన్ (Veeven) <Unknown>\n"
13
"Language-Team: Telugu <te@li.org>\n"
15
"Content-Type: text/plain; charset=UTF-8\n"
16
"Content-Transfer-Encoding: 8bit\n"
17
"Plural-Forms: nplurals=2; plural=n != 1;\n"
18
"X-Launchpad-Export-Date: 2009-10-13 06:59+0000\n"
19
"X-Generator: Launchpad (build Unknown)\n"
21
#: client/drizzle.cc:273
22
msgid "Synonym for `help'."
25
#: client/drizzle.cc:274
26
msgid "Clear command."
29
#: client/drizzle.cc:276
30
msgid "Reconnect to the server. Optional arguments are db and host."
33
#: client/drizzle.cc:278
35
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
38
#: client/drizzle.cc:280
39
msgid "Send command to drizzle server, display result vertically."
42
#: client/drizzle.cc:281
43
msgid "Exit drizzle. Same as quit."
46
#: client/drizzle.cc:282
47
msgid "Send command to drizzle server."
50
#: client/drizzle.cc:283
51
msgid "Display this help."
52
msgstr "ఈ సహాయాన్ని చూపిస్తుంది."
54
#: client/drizzle.cc:284
55
msgid "Disable pager, print to stdout."
58
#: client/drizzle.cc:285
59
msgid "Don't write into outfile."
62
#: client/drizzle.cc:287
63
msgid "Set PAGER [to_pager]. Print the query results via PAGER."
66
#: client/drizzle.cc:288
67
msgid "Print current command."
70
#: client/drizzle.cc:289
71
msgid "Change your drizzle prompt."
74
#: client/drizzle.cc:290
78
#: client/drizzle.cc:291
79
msgid "Rebuild completion hash."
82
#: client/drizzle.cc:293
83
msgid "Execute an SQL script file. Takes a file name as an argument."
86
#: client/drizzle.cc:294
87
msgid "Get status information from the server."
90
#: client/drizzle.cc:296
91
msgid "Set outfile [to_outfile]. Append everything into given outfile."
94
#: client/drizzle.cc:298
95
msgid "Use another database. Takes database name as argument."
98
#: client/drizzle.cc:300 client/drizzle.cc:1579
99
msgid "Show warnings after every statement."
102
#: client/drizzle.cc:302
103
msgid "Don't show warnings after every statement."
106
#: client/drizzle.cc:1163 client/drizzle.cc:1170
109
"Memory allocation error while constructing initial prompt. Aborting.\n"
112
#: client/drizzle.cc:1266
113
msgid "Welcome to the Drizzle client.. Commands end with ; or \\g."
116
#: client/drizzle.cc:1276
119
"Your Drizzle connection id is %u\n"
120
"Server version: %s\n"
123
#: client/drizzle.cc:1308
125
msgid "Reading history-file %s\n"
128
#: client/drizzle.cc:1312
130
msgid "Couldn't allocate memory for temp histfile!\n"
133
#: client/drizzle.cc:1319
134
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
137
#: client/drizzle.cc:1337
139
msgid "Writing history-file %s\n"
142
#: client/drizzle.cc:1345
146
#: client/drizzle.cc:1345
150
#: client/drizzle.cc:1400
151
msgid "Query aborted by Ctrl+C\n"
154
#: client/drizzle.cc:1423 drizzled/drizzled.cc:1677
155
msgid "Display this help and exit."
158
#: client/drizzle.cc:1425
159
msgid "Synonym for -?"
162
#: client/drizzle.cc:1428
164
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
165
"and field completion, but startup and reconnecting may take a longer time. "
166
"Disable with --disable-auto-rehash."
169
#: client/drizzle.cc:1432
171
"No automatic rehashing. One has to use 'rehash' to get table and field "
172
"completion. This gives a quicker start of drizzle_st and disables rehashing "
173
"on reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
176
#: client/drizzle.cc:1435
178
"Automatically switch to vertical output mode if the result is wider than the "
182
#: client/drizzle.cc:1438
184
"Don't use history file. Disable interactive behavior. (Enables --silent)"
187
#: client/drizzle.cc:1439
188
msgid "Display column type information."
191
#: client/drizzle.cc:1442
193
"Preserve comments. Send comments to the server. The default is --skip-"
194
"comments (discard comments), enable with --comments"
197
#: client/drizzle.cc:1445
198
msgid "Use compression in server/client protocol."
201
#: client/drizzle.cc:1448
202
msgid "Check memory and open file usage at exit ."
205
#: client/drizzle.cc:1451
206
msgid "Print some debug info at exit."
209
#: client/drizzle.cc:1453
210
msgid "Database to use."
213
#: client/drizzle.cc:1456
217
#: client/drizzle.cc:1458
218
msgid "Delimiter to be used."
221
#: client/drizzle.cc:1460
222
msgid "Execute command and quit. (Disables --force and history file)"
225
#: client/drizzle.cc:1462
226
msgid "Print the output of a query (rows) vertically."
229
#: client/drizzle.cc:1465
230
msgid "Continue even if we get an sql error."
233
#: client/drizzle.cc:1469
235
"Enable named commands. Named commands mean this program's internal commands; "
236
"see drizzle> help . When enabled, the named commands can be used from any "
237
"line of the query, otherwise only from the first line, before an enter. "
238
"Disable with --disable-named-commands. This option is disabled by default."
241
#: client/drizzle.cc:1473
243
"Named commands are disabled. Use \\* form only, or use named commands only "
244
"in the beginning of a line ending with a semicolon (;) Since version 10.9 "
245
"the client now starts with this option ENABLED by default! Disable with '-"
246
"G'. Long format commands still work from the first line. WARNING: option "
247
"deprecated; use --disable-named-commands instead."
250
#: client/drizzle.cc:1475
251
msgid "Ignore space after function names."
254
#: client/drizzle.cc:1477
255
msgid "Enable/disable LOAD DATA LOCAL INFILE."
258
#: client/drizzle.cc:1480
259
msgid "Turn off beep on error."
262
#: client/drizzle.cc:1482
263
msgid "Connect to host."
266
#: client/drizzle.cc:1484
267
msgid "Write line numbers for errors."
270
#: client/drizzle.cc:1487
272
"Don't write line number for errors. WARNING: -L is deprecated, use long "
273
"version of this option instead."
276
#: client/drizzle.cc:1489
277
msgid "Flush buffer after each query."
280
#: client/drizzle.cc:1491
281
msgid "Write column names in results."
284
#: client/drizzle.cc:1495
286
"Don't write column names in results. WARNING: -N is deprecated, use long "
287
"version of this options instead."
290
#: client/drizzle.cc:1498
292
"Change the value of a variable. Please note that this option is deprecated; "
293
"you can set variables directly with --variable-name=value."
296
#: client/drizzle.cc:1500
297
msgid "Ignore SIGINT (CTRL-C)"
300
#: client/drizzle.cc:1504
302
"Only update the default database. This is useful for skipping updates to "
303
"other database in the update log."
306
#: client/drizzle.cc:1507
308
"Pager to use to display results. If you don't supply an option the default "
309
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
310
"cat [> filename], etc. See interactive help (\\h) also. This option does not "
311
"work in batch mode. Disable with --disable-pager. This option is disabled by "
315
#: client/drizzle.cc:1510
317
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
318
"option deprecated; use --disable-pager instead."
321
#: client/drizzle.cc:1513
323
"Password to use when connecting to server. If password is not given it's "
324
"asked from the tty."
327
#: client/drizzle.cc:1515
329
"Port number to use for connection or 0 for default to, in order of "
330
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
333
#: client/drizzle.cc:1516
334
msgid "built-in default"
337
#: client/drizzle.cc:1518
338
msgid "Set the drizzle prompt to this value."
341
#: client/drizzle.cc:1522
343
"Don't cache result, print it row by row. This may slow down the server if "
344
"the output is suspended. Doesn't use history file."
347
#: client/drizzle.cc:1524
348
msgid "Write fields without conversion. Used with --batch."
351
#: client/drizzle.cc:1527
353
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
354
"option is enabled by default."
357
#: client/drizzle.cc:1529
358
msgid "Shutdown the server."
361
#: client/drizzle.cc:1531
363
"Be more silent. Print results with a tab as separator, each row on new line."
366
#: client/drizzle.cc:1533
367
msgid "Socket file to use for connection."
370
#: client/drizzle.cc:1536
371
msgid "Output in table format."
374
#: client/drizzle.cc:1539
376
"Append everything into outfile. See interactive help (\\h) also. Does not "
377
"work in batch mode. Disable with --disable-tee. This option is disabled by "
381
#: client/drizzle.cc:1541
383
"Disable outfile. See interactive help (\\h) also. WARNING: option "
384
"deprecated; use --disable-tee instead"
387
#: client/drizzle.cc:1543
388
msgid "User for login if not current user."
391
#: client/drizzle.cc:1545
392
msgid "Only allow UPDATE and DELETE that uses keys."
395
#: client/drizzle.cc:1548
396
msgid "Synonym for option --safe-updates, -U."
399
#: client/drizzle.cc:1551
400
msgid "Write more. (-v -v -v gives the table output format)."
403
#: client/drizzle.cc:1553 drizzled/drizzled.cc:1822
404
msgid "Output version information and exit."
407
#: client/drizzle.cc:1555
408
msgid "Wait and retry if connection is down."
411
#: client/drizzle.cc:1558
412
msgid "Number of seconds before connection timeout."
415
#: client/drizzle.cc:1563
416
msgid "Max length of input line"
419
#: client/drizzle.cc:1568
420
msgid "Automatic limit for SELECT when using --safe-updates"
423
#: client/drizzle.cc:1573
424
msgid "Automatic limit for rows in a join when using --safe-updates"
427
#: client/drizzle.cc:1577
429
"Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
432
#: client/drizzle.cc:1582
433
msgid "Number of lines before each import progress report."
436
#: client/drizzle.cc:1585
437
msgid "Ping the server to check if it's alive."
440
#: client/drizzle.cc:1595
442
msgid "%s Ver %s Distrib %s, for %s-%s (%s) using %s %s\n"
445
#: client/drizzle.cc:1602
448
"Copyright (C) 2008 Sun Microsystems\n"
449
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
450
"and you are welcome to modify and redistribute it under the GPL license\n"
453
#: client/drizzle.cc:1607
455
msgid "Usage: %s [OPTIONS] [database]\n"
458
#: client/drizzle.cc:1638
459
msgid "DELIMITER cannot contain a backslash character"
462
#: client/drizzle.cc:1656
464
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
467
#: client/drizzle.cc:1679
469
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
472
#: client/drizzle.cc:1683
474
msgid "WARNING: --server-arg option not supported in this configuration.\n"
477
#: client/drizzle.cc:1714
479
"Non-integer value supplied for port. If you are trying to enter a password "
480
"please use --password instead."
483
#: client/drizzle.cc:1722
484
msgid "Value supplied for port is not valid."
487
#: client/drizzle.cc:1861
489
msgid "Processing line: %<PRIu32>\n"
492
#: client/drizzle.cc:2076
493
msgid "Unknown command: "
496
#: client/drizzle.cc:2490
498
"Reading table information for completion of table and column names\n"
499
" You can turn off this feature to get a quicker startup with -A\n"
503
#: client/drizzle.cc:2579
504
msgid "No connection. Trying to reconnect..."
507
#: client/drizzle.cc:2585
508
msgid "Can't connect to the server\n"
511
#: client/drizzle.cc:2663
512
msgid "List of all Drizzle commands:"
515
#: client/drizzle.cc:2665
516
msgid "Note that all text commands must be first on line and end with ';'"
519
#: client/drizzle.cc:2720
520
msgid "No query specified\n"
523
#: client/drizzle.cc:2735
524
msgid "Ignoring query to other database"
527
#: client/drizzle.cc:2785
531
#: client/drizzle.cc:2798
533
msgid "%ld row in set"
534
msgid_plural "%ld rows in set"
538
#: client/drizzle.cc:2807
542
#: client/drizzle.cc:2809
544
msgid "Query OK, %ld row affected"
545
msgid_plural "Query OK, %ld rows affected"
549
#: client/drizzledump.cc:345
551
"Number of rows before each output progress report (requires --verbose)."
554
#: client/drizzledump.cc:415
556
msgid "Got errno %d on write"
559
#: client/drizzledump.cc:420
561
msgid "%s Drizzle %s libdrizzle %s, for %s-%s (%s)\n"
564
#: client/drizzledump.cc:427
566
msgid "Usage: %s [OPTIONS] database [tables]\n"
569
#: client/drizzledump.cc:428
571
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
574
#: client/drizzledump.cc:430
576
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
579
#: client/drizzledump.cc:438
581
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
582
"and you are welcome to modify and redistribute it under the GPL license\n"
585
#: client/drizzledump.cc:439
586
msgid "Dumps definitions and data from a Drizzle database server"
589
#: client/drizzledump.cc:450
591
msgid "For more options, use %s --help\n"
594
#: client/drizzledump.cc:557 client/drizzleimport.cc:195
595
#: client/drizzleslap.cc:747 client/drizzletest.cc:4729
598
"Non-integer value supplied for port. If you are trying to enter a password "
599
"please use --password instead.\n"
602
#: client/drizzledump.cc:565 client/drizzleimport.cc:203
603
#: client/drizzleslap.cc:755 client/drizzletest.cc:4737
605
msgid "Value supplied for port is not valid.\n"
608
#: client/drizzledump.cc:582
610
msgid "Memory allocation error while copying password. Aborting.\n"
613
#: client/drizzledump.cc:621
615
msgid "Input filename too long: %s"
618
#: client/drizzledump.cc:656
620
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
623
#: client/drizzledump.cc:681
625
msgid "Invalid mode to --compatible: %s\n"
628
#: client/drizzledump.cc:726
630
msgid "%s: You must use option --tab with --fields-...\n"
633
#: client/drizzledump.cc:732
636
"%s: You can't use --single-transaction and --lock-all-tables at the same "
640
#: client/drizzledump.cc:738
643
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
647
#: client/drizzledump.cc:744
649
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
652
#: client/drizzledump.cc:767
654
msgid "Got error: %s (%d) %s"
657
#: client/drizzledump.cc:774
659
msgid "Got error: %d %s"
662
#: client/drizzledump.cc:872 client/drizzledump.cc:879
663
#: client/drizzledump.cc:892
665
msgid "Couldn't execute '%s': %s (%d)"
668
#: client/drizzledump.cc:956
670
msgid "-- Connecting to %s...\n"
673
#: client/drizzledump.cc:977
675
msgid "-- Disconnecting from %s...\n"
678
#: client/drizzledump.cc:988
679
msgid "Couldn't allocate memory"
682
#: client/drizzledump.cc:1332
685
"-- Warning: Unable to use delayed inserts for table '%s' because it's of "
689
#: client/drizzledump.cc:1346
691
msgid "-- Retrieving table structure for table %s...\n"
694
#: client/drizzledump.cc:1460
696
msgid "%s: Warning: Can't set SQL_QUOTE_SHOW_CREATE option (%s)\n"
699
#: client/drizzledump.cc:1567
701
msgid "%s: Can't get keys for table %s\n"
704
#: client/drizzledump.cc:1645 client/drizzledump.cc:2719
706
msgid "Error: Couldn't read status information for table %s\n"
709
#: client/drizzledump.cc:1788
711
msgid "Error retrieving table structure for table: \"%s\""
714
#: client/drizzledump.cc:1795
716
msgid "-- Skipping dump data for table '%s', --no-data was used\n"
719
#: client/drizzledump.cc:1806
721
msgid "-- Warning: Skipping data for table '%s' because it's of type %s\n"
724
#: client/drizzledump.cc:1813
726
msgid "-- Skipping dump data for table '%s', it has no fields\n"
729
#: client/drizzledump.cc:1821
730
msgid "-- Sending SELECT query...\n"
733
#: client/drizzledump.cc:1875 client/drizzledump.cc:2350
734
msgid "when executing 'SELECT INTO OUTFILE'"
737
#: client/drizzledump.cc:1885
742
"-- Dumping data for table %s\n"
746
#: client/drizzledump.cc:1926
747
msgid "-- Retrieving rows...\n"
750
#: client/drizzledump.cc:1929
752
msgid "%s: Error in field count for table: %s ! Aborting.\n"
755
#: client/drizzledump.cc:1973
757
msgid "%s: Error reading rows for table: %s (%d:%s) ! Aborting.\n"
760
#: client/drizzledump.cc:1990
762
msgid "-- %<PRIu32> of ~%<PRIu64> rows dumped for table %s\n"
765
#: client/drizzledump.cc:2012
767
msgid "Not enough fields from table %s! Aborting.\n"
770
#: client/drizzledump.cc:2411 client/drizzledump.cc:2525
771
msgid "when doing refresh"
774
#: client/drizzledump.cc:2497
775
msgid "alloc_root failure."
778
#: client/drizzledump.cc:2512
780
msgid "Couldn't find table: \"%s\""
783
#: client/drizzledump.cc:2790 client/drizzledump.cc:2797
784
#: client/drizzledump.cc:2807
787
"Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
790
#: client/drizzledump.cc:2837
792
msgid "Error: Not enough memory to store ORDER BY clause\n"
797
msgid "Error while loading database options: '%s':"
800
#: drizzled/drizzled.cc:503
802
msgid "Got signal %d from thread %<PRIu64>"
805
#: drizzled/drizzled.cc:537
809
#: drizzled/drizzled.cc:658
810
msgid "One can only use the --user switch if running as root\n"
813
#: drizzled/drizzled.cc:665
815
"Fatal error: Please read \"Security\" section of the manual to find out how "
816
"to run drizzled as root!\n"
819
#: drizzled/drizzled.cc:685
822
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
826
#: drizzled/drizzled.cc:841
828
msgid "Fatal signal %d while backtracing\n"
831
#: drizzled/drizzled.cc:864
834
"We will try our best to scrape up some info that will hopefully help "
836
"the problem, but since we have already crashed, something is definitely "
838
"and this may fail.\n"
842
#: drizzled/drizzled.cc:873
845
"It is possible that drizzled could use up to \n"
846
"key_buffer_size + (read_buffer_size + sort_buffer_size)*thread_count\n"
848
"Hope that's ok; if not, decrease some variables in the equation.\n"
852
#: drizzled/drizzled.cc:886
855
"Attempting backtrace. You can use the following information to find out\n"
856
"where drizzled died. If you see no messages after this, something went\n"
857
"terribly wrong...\n"
860
#: drizzled/drizzled.cc:914
863
"Trying to get some variables.\n"
864
"Some pointers may be invalid and cause the dump to abort...\n"
867
#: drizzled/drizzled.cc:926
871
"This crash occurred while the server was calling initgroups(). This is\n"
872
"often due to the use of a drizzled that is statically linked against glibc\n"
873
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
874
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
875
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
876
"drizzled that is not statically linked.\n"
879
#: drizzled/drizzled.cc:941
883
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
884
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
885
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
886
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
887
"the documentation for your distribution on how to do that.\n"
890
#: drizzled/drizzled.cc:954
894
"The '--memlock' argument, which was enabled, uses system calls that are\n"
895
"unreliable and unstable on some operating systems and operating-system\n"
896
"versions (notably, some versions of Linux). This crash could be due to use\n"
897
"of those buggy OS calls. You should consider whether you really need the\n"
898
"'--memlock' parameter and/or consult the OS distributor about 'mlockall'\n"
902
#: drizzled/drizzled.cc:969
904
msgid "Writing a core file\n"
907
#: drizzled/drizzled.cc:1015
909
"setrlimit could not change the size of core files to 'infinity'; We may not "
910
"be able to generate a core file on signals"
913
#: drizzled/drizzled.cc:1210
915
msgid "gethostname failed, using '%s' as hostname"
918
#: drizzled/drizzled.cc:1281
920
msgid "Unknown locale: '%s'"
923
#: drizzled/drizzled.cc:1310
924
msgid "Can't create thread-keys"
927
#: drizzled/drizzled.cc:1335
928
msgid "Out of memory"
931
#: drizzled/drizzled.cc:1346
932
msgid "Failed to initialize plugins."
935
#: drizzled/drizzled.cc:1377
938
"%s: Too many arguments (first extra is '%s').\n"
939
"Use --verbose --help to get a list of available options\n"
942
#: drizzled/drizzled.cc:1397
943
msgid "No scheduler found, cannot continue!\n"
946
#: drizzled/drizzled.cc:1404
947
msgid "Can't init databases"
950
#: drizzled/drizzled.cc:1428
952
msgid "Unknown/unsupported table type: %s"
955
#: drizzled/drizzled.cc:1434
957
msgid "Default storage engine (%s) is not available"
960
#: drizzled/drizzled.cc:1465
962
msgid "Failed to lock memory. Errno: %d\n"
965
#: drizzled/drizzled.cc:1681
966
msgid "Display this help and exit after initializing plugins."
969
#: drizzled/drizzled.cc:1685
970
msgid "Auto-increment columns are incremented by this"
973
#: drizzled/drizzled.cc:1690
975
"Offset added to Auto-increment columns. Used when auto-increment-increment "
979
#: drizzled/drizzled.cc:1696
981
"Path to installation directory. All paths are usually resolved relative to "
985
#: drizzled/drizzled.cc:1700
986
msgid "IP address to bind to."
989
#: drizzled/drizzled.cc:1704
990
msgid "Chroot drizzled daemon during startup."
993
#: drizzled/drizzled.cc:1708
994
msgid "Set the default collation."
997
#: drizzled/drizzled.cc:1712
998
msgid "Default completion type."
1001
#: drizzled/drizzled.cc:1717
1002
msgid "Write core on errors."
1005
#: drizzled/drizzled.cc:1721
1006
msgid "Path to the database root."
1009
#: drizzled/drizzled.cc:1725
1010
msgid "Set the default storage engine (table type) for tables."
1013
#: drizzled/drizzled.cc:1729
1014
msgid "Set the default time zone."
1017
#: drizzled/drizzled.cc:1734
1018
msgid "Print a symbolic stack trace on failure."
1021
#: drizzled/drizzled.cc:1740
1022
msgid "Used for debugging; Use at your own risk!"
1025
#: drizzled/drizzled.cc:1745
1026
msgid "Set up signals usable for debugging"
1029
#: drizzled/drizzled.cc:1749
1033
#: drizzled/drizzled.cc:1753
1034
msgid "Set the language used for the month names and the days of the week."
1037
#: drizzled/drizzled.cc:1758
1038
msgid "Log some not critical warnings to the log file."
1041
#: drizzled/drizzled.cc:1763
1042
msgid "Lock drizzled in memory."
1045
#: drizzled/drizzled.cc:1767
1046
msgid "Pid file used by safe_mysqld."
1049
#: drizzled/drizzled.cc:1771
1051
"Port number to use for connection or 0 for default to, in order of "
1052
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
1055
#: drizzled/drizzled.cc:1777
1057
"Maximum time in seconds to wait for the port to become free. (Default: no "
1061
#: drizzled/drizzled.cc:1782
1063
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1064
"specified directory"
1067
#: drizzled/drizzled.cc:1787
1069
"Uniquely identifies the server instance in the community of replication "
1073
#: drizzled/drizzled.cc:1792
1074
msgid "Don't print a stack trace on failure."
1077
#: drizzled/drizzled.cc:1796
1078
msgid "Enable symbolic link support."
1081
#: drizzled/drizzled.cc:1805
1083
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1086
#: drizzled/drizzled.cc:1810
1087
msgid "Path for temporary files."
1090
#: drizzled/drizzled.cc:1814
1091
msgid "Default transaction isolation level."
1094
#: drizzled/drizzled.cc:1818
1095
msgid "Run drizzled daemon as user."
1098
#: drizzled/drizzled.cc:1826
1100
"The number of outstanding connection requests Drizzle can have. This comes "
1101
"into play when the main Drizzle thread gets very many connection requests in "
1102
"a very short time."
1105
#: drizzled/drizzled.cc:1832
1107
"Size of tree cache used in bulk insert optimization. Note that this is a "
1111
#: drizzled/drizzled.cc:1838
1113
"Precision of the result of '/' operator will be increased on that value."
1116
#: drizzled/drizzled.cc:1844
1117
msgid "The maximum length of the result of function group_concat."
1120
#: drizzled/drizzled.cc:1849
1121
msgid "The size of the buffer that is used for full joins."
1124
#: drizzled/drizzled.cc:1855
1126
"The size of the buffer used for index blocks for MyISAM tables. Increase "
1127
"this to get better index handling (for all reads and multiple writes) to as "
1128
"much as you can afford;"
1131
#: drizzled/drizzled.cc:1864
1133
"This characterizes the number of hits a hot block has to be untouched until "
1134
"it is considered aged enough to be downgraded to a warm block. This "
1135
"specifies the percentage ratio of that number of hits to the total number of "
1136
"blocks in key cache"
1139
#: drizzled/drizzled.cc:1873
1140
msgid "The default size of key cache blocks"
1143
#: drizzled/drizzled.cc:1879
1144
msgid "The minimum percentage of warm blocks in key cache"
1147
#: drizzled/drizzled.cc:1885
1148
msgid "Max packetlength to send/receive from to server."
1151
#: drizzled/drizzled.cc:1890
1153
"If there is more than this number of interrupted connections from a host "
1154
"this host will be blocked from further connections."
1157
#: drizzled/drizzled.cc:1895
1158
msgid "Max number of errors/warnings to store for a statement."
1161
#: drizzled/drizzled.cc:1900
1162
msgid "Don't allow creation of heap tables bigger than this."
1165
#: drizzled/drizzled.cc:1906
1167
"Joins that are probably going to read more than max_join_size records return "
1171
#: drizzled/drizzled.cc:1912
1172
msgid "Max number of bytes in sorted records."
1175
#: drizzled/drizzled.cc:1917
1176
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1179
#: drizzled/drizzled.cc:1922
1181
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1182
"max_sort_length bytes of each value are used; the rest are ignored)."
1185
#: drizzled/drizzled.cc:1929
1186
msgid "After this many write locks, allow some read locks to run in between."
1189
#: drizzled/drizzled.cc:1933
1191
"Don't log queries which examine less than min_examined_row_limit rows to "
1195
#: drizzled/drizzled.cc:1939
1196
msgid "Buffer length for TCP/IP and socket communication."
1199
#: drizzled/drizzled.cc:1944
1201
"Controls the heuristic(s) applied during query optimization to prune less-"
1202
"promising partial plans from the optimizer search space. Meaning: false - do "
1203
"not apply any heuristic, thus perform exhaustive search; true - prune plans "
1204
"based on number of retrieved rows."
1207
#: drizzled/drizzled.cc:1952
1209
"Maximum depth of search performed by the query optimizer. Values larger than "
1210
"the number of relations in a query result in better query plans, but take "
1211
"longer to compile a query. Smaller values than the number of tables in a "
1212
"relation result in faster optimization, but may produce very bad query "
1213
"plans. If set to 0, the system will automatically pick a reasonable value; "
1214
"if set to MAX_TABLES+2, the optimizer will switch to the original find_best "
1215
"(used for testing/comparison)."
1218
#: drizzled/drizzled.cc:1964
1219
msgid "Directory for plugins."
1222
#: drizzled/drizzled.cc:1968
1224
"Optional comma separated list of plugins to load at starup.[for example: --"
1225
"plugin_load=crc32,logger_gearman]"
1228
#: drizzled/drizzled.cc:1973
1229
msgid "The size of the buffer that is allocated when preloading indexes"
1232
#: drizzled/drizzled.cc:1978
1233
msgid "Allocation block size for query parsing and execution"
1236
#: drizzled/drizzled.cc:1983
1237
msgid "Persistent buffer for query parsing and execution"
1240
#: drizzled/drizzled.cc:1989
1241
msgid "Allocation block size for storing ranges during optimization"
1244
#: drizzled/drizzled.cc:1995
1246
"Each thread that does a sequential scan allocates a buffer of this size for "
1247
"each table it scans. If you do many sequential scans, you may want to "
1248
"increase this value."
1251
#: drizzled/drizzled.cc:2003
1253
"When reading rows in sorted order after a sort, the rows are read through "
1254
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1258
#: drizzled/drizzled.cc:2011
1259
msgid "Select scheduler to be used (by default multi-thread)."
1262
#: drizzled/drizzled.cc:2016
1263
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1266
#: drizzled/drizzled.cc:2022
1267
msgid "The number of cached table definitions."
1270
#: drizzled/drizzled.cc:2026
1271
msgid "The number of cached open tables."
1274
#: drizzled/drizzled.cc:2030
1276
"Timeout in seconds to wait for a table level lock before returning an error. "
1277
"Used only if the connection has active cursors."
1280
#: drizzled/drizzled.cc:2035
1281
msgid "The stack size for each thread."
1284
#: drizzled/drizzled.cc:2041
1286
"If an internal in-memory temporary table exceeds this size, Drizzle will "
1287
"automatically convert it to an on-disk MyISAM table."
1290
#: drizzled/drizzled.cc:2047
1291
msgid "Allocation block size for transactions to be stored in binary log"
1294
#: drizzled/drizzled.cc:2052
1295
msgid "Persistent buffer for transactions to be stored in binary log"
1298
#: drizzled/drizzled.cc:2183
1300
"Copyright (C) 2008 Sun Microsystems\n"
1301
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1302
"and you are welcome to modify and redistribute it under the GPL license\n"
1304
"Starts the Drizzle database server\n"
1307
#: drizzled/drizzled.cc:2190
1309
msgid "Usage: %s [OPTIONS]\n"
1312
#: drizzled/drizzled.cc:2322
1315
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
1319
#: drizzled/drizzled.cc:2366
1320
msgid "Can't start server: cannot resolve hostname!"
1323
#: drizzled/drizzled.cc:2372
1324
msgid "Can't start server: bind-address refers to multiple interfaces!"
1327
#: drizzled/errmsg.cc:73
1329
msgid "errmsg plugin '%s' errmsg() failed"
1332
#: drizzled/error.cc:34 drizzled/error.cc:36
1336
#: drizzled/error.cc:38
1340
#: drizzled/error.cc:40
1344
#: drizzled/error.cc:42
1346
msgid "Can't create file '%-.200s' (errno: %d)"
1349
#: drizzled/error.cc:44
1351
msgid "Can't create table '%-.200s' (errno: %d)"
1354
#: drizzled/error.cc:46
1356
msgid "Can't create database '%-.192s' (errno: %d)"
1359
#: drizzled/error.cc:48
1361
msgid "Can't create database '%-.192s'; database exists"
1364
#: drizzled/error.cc:50
1366
msgid "Can't drop database '%-.192s'; database doesn't exist"
1369
#: drizzled/error.cc:52
1371
msgid "Error dropping database (can't delete '%-.192s', errno: %d)"
1374
#: drizzled/error.cc:54
1376
msgid "Error dropping database (can't rmdir '%-.192s', errno: %d)"
1379
#: drizzled/error.cc:56
1381
msgid "Error on delete of '%-.192s' (errno: %d)"
1384
#: drizzled/error.cc:58
1385
msgid "Can't read record in system table"
1388
#: drizzled/error.cc:60
1390
msgid "Can't get status of '%-.200s' (errno: %d)"
1393
#: drizzled/error.cc:62
1395
msgid "Can't get working directory (errno: %d)"
1398
#: drizzled/error.cc:64
1400
msgid "Can't lock file (errno: %d)"
1403
#: drizzled/error.cc:66
1405
msgid "Can't open file: '%-.200s' (errno: %d)"
1408
#: drizzled/error.cc:68
1410
msgid "Can't find file: '%-.200s' (errno: %d)"
1413
#: drizzled/error.cc:70
1415
msgid "Can't read dir of '%-.192s' (errno: %d)"
1418
#: drizzled/error.cc:72
1420
msgid "Can't change dir to '%-.192s' (errno: %d)"
1423
#: drizzled/error.cc:74
1425
msgid "Record has changed since last read in table '%-.192s'"
1428
#: drizzled/error.cc:76
1430
msgid "Disk full (%s); waiting for someone to free some space..."
1433
#: drizzled/error.cc:78
1435
msgid "Can't write; duplicate key in table '%-.192s'"
1438
#: drizzled/error.cc:80
1440
msgid "Error on close of '%-.192s' (errno: %d)"
1443
#: drizzled/error.cc:82
1445
msgid "Error reading file '%-.200s' (errno: %d)"
1448
#: drizzled/error.cc:84
1450
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
1453
#: drizzled/error.cc:86
1455
msgid "Error writing file '%-.200s' (errno: %d)"
1458
#: drizzled/error.cc:88
1460
msgid "'%-.192s' is locked against change"
1463
#: drizzled/error.cc:90
1464
msgid "Sort aborted"
1467
#: drizzled/error.cc:92
1469
msgid "View '%-.192s' doesn't exist for '%-.192s'"
1472
#: drizzled/error.cc:94
1474
msgid "Got error %d from storage engine"
1477
#: drizzled/error.cc:96
1479
msgid "Table storage engine for '%-.192s' doesn't have this option"
1482
#: drizzled/error.cc:98
1484
msgid "Can't find record in '%-.192s'"
1487
#: drizzled/error.cc:100
1489
msgid "Incorrect information in file: '%-.200s'"
1492
#: drizzled/error.cc:102
1494
msgid "Incorrect key file for table '%-.200s'; try to repair it"
1497
#: drizzled/error.cc:104
1499
msgid "Old key file for table '%-.192s'; repair it!"
1502
#: drizzled/error.cc:106
1504
msgid "Table '%-.192s' is read only"
1507
#: drizzled/error.cc:108
1509
msgid "Out of memory; restart server and try again (needed %lu bytes)"
1512
#: drizzled/error.cc:110
1513
msgid "Out of sort memory; increase server sort buffer size"
1516
#: drizzled/error.cc:112
1518
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
1521
#: drizzled/error.cc:114
1522
msgid "Too many connections"
1525
#: drizzled/error.cc:116
1527
"Out of memory; check if drizzled or some other process uses all available "
1528
"memory; if not, you may have to use 'ulimit' to allow drizzled to use more "
1529
"memory or you can add more swap space"
1532
#: drizzled/error.cc:118
1533
msgid "Can't get hostname for your address"
1536
#: drizzled/error.cc:120
1537
msgid "Bad handshake"
1540
#: drizzled/error.cc:122
1542
msgid "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
1545
#: drizzled/error.cc:124
1547
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
1550
#: drizzled/error.cc:126
1551
msgid "No database selected"
1554
#: drizzled/error.cc:128
1555
msgid "Unknown command"
1558
#: drizzled/error.cc:130
1560
msgid "Column '%-.192s' cannot be null"
1563
#: drizzled/error.cc:132
1565
msgid "Unknown database '%-.192s'"
1568
#: drizzled/error.cc:134
1570
msgid "Table '%-.192s' already exists"
1573
#: drizzled/error.cc:136
1575
msgid "Unknown table '%-.100s'"
1578
#: drizzled/error.cc:138
1580
msgid "Column '%-.192s' in %-.192s is ambiguous"
1583
#: drizzled/error.cc:140
1584
msgid "Server shutdown in progress"
1587
#: drizzled/error.cc:142
1589
msgid "Unknown column '%-.192s' in '%-.192s'"
1592
#: drizzled/error.cc:144
1594
msgid "'%-.192s' isn't in GROUP BY"
1597
#: drizzled/error.cc:146
1599
msgid "Can't group on '%-.192s'"
1602
#: drizzled/error.cc:148
1603
msgid "Statement has sum functions and columns in same statement"
1606
#: drizzled/error.cc:150
1607
msgid "Column count doesn't match value count"
1610
#: drizzled/error.cc:152
1612
msgid "Identifier name '%-.100s' is too long"
1615
#: drizzled/error.cc:154
1617
msgid "Duplicate column name '%-.192s'"
1620
#: drizzled/error.cc:156
1622
msgid "Duplicate key name '%-.192s'"
1625
#: drizzled/error.cc:158
1627
msgid "Duplicate entry '%-.192s' for key %d"
1630
#: drizzled/error.cc:160
1632
msgid "Incorrect column specifier for column '%-.192s'"
1635
#: drizzled/error.cc:162
1637
msgid "%s near '%-.80s' at line %d"
1640
#: drizzled/error.cc:164
1641
msgid "Query was empty"
1644
#: drizzled/error.cc:166
1646
msgid "Not unique table/alias: '%-.192s'"
1649
#: drizzled/error.cc:168
1651
msgid "Invalid default value for '%-.192s'"
1654
#: drizzled/error.cc:170
1655
msgid "Multiple primary key defined"
1658
#: drizzled/error.cc:172
1660
msgid "Too many keys specified; max %d keys allowed"
1663
#: drizzled/error.cc:174
1665
msgid "Too many key parts specified; max %d parts allowed"
1668
#: drizzled/error.cc:176
1670
msgid "Specified key was too long; max key length is %d bytes"
1673
#: drizzled/error.cc:178
1675
msgid "Key column '%-.192s' doesn't exist in table"
1678
#: drizzled/error.cc:180
1681
"BLOB column '%-.192s' can't be used in key specification with the used table "
1685
#: drizzled/error.cc:182
1688
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
1692
#: drizzled/error.cc:184
1694
"Incorrect table definition; there can be only one auto column and it must be "
1698
#: drizzled/error.cc:186
1701
"%s: ready for connections.\n"
1702
"Version: '%s' socket: '%s' port: %u\n"
1705
#: drizzled/error.cc:188
1707
msgid "%s: Normal shutdown\n"
1710
#: drizzled/error.cc:190
1712
msgid "%s: Got signal %d. Aborting!\n"
1715
#: drizzled/error.cc:192
1717
msgid "%s: Shutdown complete\n"
1720
#: drizzled/error.cc:194
1722
msgid "%s: Forcing close of thread %ld user: '%-.48s'\n"
1725
#: drizzled/error.cc:196
1726
msgid "Can't create IP socket"
1729
#: drizzled/error.cc:198
1732
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
1736
#: drizzled/error.cc:200
1739
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
1743
#: drizzled/error.cc:202
1745
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
1748
#: drizzled/error.cc:204
1751
"The file '%-.128s' must be in the database directory or be readable by all"
1754
#: drizzled/error.cc:206
1756
msgid "File '%-.200s' already exists"
1759
#: drizzled/error.cc:208
1761
msgid "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
1764
#: drizzled/error.cc:210
1766
msgid "Records: %ld Duplicates: %ld"
1769
#: drizzled/error.cc:212
1771
"Incorrect prefix key; the used key part isn't a string, the used length is "
1772
"longer than the key part, or the storage engine doesn't support unique "
1776
#: drizzled/error.cc:214
1777
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
1780
#: drizzled/error.cc:216
1782
msgid "Can't DROP '%-.192s'; check that column/key exists"
1785
#: drizzled/error.cc:218
1787
msgid "Records: %ld Duplicates: %ld Warnings: %ld"
1790
#: drizzled/error.cc:220
1792
msgid "You can't specify target table '%-.192s' for update in FROM clause"
1795
#: drizzled/error.cc:222
1797
msgid "Unknown thread id: %lu"
1800
#: drizzled/error.cc:224
1802
msgid "You are not owner of thread %lu"
1805
#: drizzled/error.cc:226
1806
msgid "No tables used"
1809
#: drizzled/error.cc:228
1811
msgid "Too many strings for column %-.192s and SET"
1814
#: drizzled/error.cc:230
1816
msgid "Can't generate a unique log-filename %-.200s.(1-999)\n"
1819
#: drizzled/error.cc:232
1821
msgid "Table '%-.192s' was locked with a READ lock and can't be updated"
1824
#: drizzled/error.cc:234
1826
msgid "Table '%-.192s' was not locked with LOCK TABLES"
1829
#: drizzled/error.cc:236
1831
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
1834
#: drizzled/error.cc:238
1836
msgid "Incorrect database name '%-.100s'"
1839
#: drizzled/error.cc:240
1841
msgid "Incorrect table name '%-.100s'"
1844
#: drizzled/error.cc:242
1846
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
1847
"use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay"
1850
#: drizzled/error.cc:244
1851
msgid "Unknown error"
1854
#: drizzled/error.cc:246
1856
msgid "Unknown procedure '%-.192s'"
1859
#: drizzled/error.cc:248
1861
msgid "Incorrect parameter count to procedure '%-.192s'"
1864
#: drizzled/error.cc:250
1866
msgid "Incorrect parameters to procedure '%-.192s'"
1869
#: drizzled/error.cc:252
1871
msgid "Unknown table '%-.192s' in %-.32s"
1874
#: drizzled/error.cc:254
1876
msgid "Column '%-.192s' specified twice"
1879
#: drizzled/error.cc:256
1880
msgid "Invalid use of group function"
1883
#: drizzled/error.cc:258
1886
"Table '%-.192s' uses an extension that doesn't exist in this Drizzle version"
1889
#: drizzled/error.cc:260
1890
msgid "A table must have at least 1 column"
1893
#: drizzled/error.cc:262
1895
msgid "The table '%-.192s' is full"
1898
#: drizzled/error.cc:264
1900
msgid "Unknown character set: '%-.64s'"
1903
#: drizzled/error.cc:266
1905
msgid "Too many tables; Drizzle can only use %d tables in a join"
1908
#: drizzled/error.cc:268
1909
msgid "Too many columns"
1912
#: drizzled/error.cc:270
1915
"Row size too large. The maximum row size for the used table type, not "
1916
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
1919
#: drizzled/error.cc:272
1922
"Thread stack overrun: Used: %ld of a %ld stack. Use 'drizzled -O "
1923
"thread_stack=#' to specify a bigger stack if needed"
1926
#: drizzled/error.cc:274
1927
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
1930
#: drizzled/error.cc:276
1933
"Table handler doesn't support NULL in given index. Please change column '%-"
1934
".192s' to be NOT NULL or use another handler"
1937
#: drizzled/error.cc:278
1939
msgid "Can't load function '%-.192s'"
1942
#: drizzled/error.cc:280
1944
msgid "Can't initialize function '%-.192s'; %-.80s"
1947
#: drizzled/error.cc:282
1948
msgid "No paths allowed for shared library"
1951
#: drizzled/error.cc:284
1953
msgid "Function '%-.192s' already exists"
1956
#: drizzled/error.cc:286
1958
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
1961
#: drizzled/error.cc:288
1963
msgid "Can't find symbol '%-.128s' in library"
1966
#: drizzled/error.cc:290
1968
msgid "Function '%-.192s' is not defined"
1971
#: drizzled/error.cc:292
1974
"Host '%-.64s' is blocked because of many connection errors; unblock with "
1975
"'drizzleadmin flush-hosts'"
1978
#: drizzled/error.cc:294
1980
msgid "Host '%-.64s' is not allowed to connect to this Drizzle server"
1983
#: drizzled/error.cc:296
1985
"You are using Drizzle as an anonymous user and anonymous users are not "
1986
"allowed to change passwords"
1989
#: drizzled/error.cc:298
1991
"You must have privileges to update tables in the drizzle database to be able "
1992
"to change passwords for others"
1995
#: drizzled/error.cc:300
1996
msgid "Can't find any matching row in the user table"
1999
#: drizzled/error.cc:302
2001
msgid "Rows matched: %ld Changed: %ld Warnings: %ld"
2004
#: drizzled/error.cc:304
2007
"Can't create a new thread (errno %d); if you are not out of available "
2008
"memory, you can consult the manual for a possible OS-dependent bug"
2011
#: drizzled/error.cc:306
2013
msgid "Column count doesn't match value count at row %ld"
2016
#: drizzled/error.cc:308
2018
msgid "Can't reopen table: '%-.192s'"
2021
#: drizzled/error.cc:310
2022
msgid "Invalid use of NULL value"
2025
#: drizzled/error.cc:312
2027
msgid "Got error '%-.64s' from regexp"
2030
#: drizzled/error.cc:314
2032
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
2033
"illegal if there is no GROUP BY clause"
2036
#: drizzled/error.cc:316
2038
msgid "There is no such grant defined for user '%-.48s' on host '%-.64s'"
2041
#: drizzled/error.cc:318
2043
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for table '%-.192s'"
2046
#: drizzled/error.cc:320
2049
"%-.16s command denied to user '%-.48s'@'%-.64s' for column '%-.192s' in "
2053
#: drizzled/error.cc:322
2055
"Illegal GRANT/REVOKE command; please consult the manual to see which "
2056
"privileges can be used"
2059
#: drizzled/error.cc:324
2060
msgid "The host or user argument to GRANT is too long"
2063
#: drizzled/error.cc:326
2065
msgid "Table '%-.192s.%-.192s' doesn't exist"
2068
#: drizzled/error.cc:328
2071
"There is no such grant defined for user '%-.48s' on host '%-.64s' on table "
2075
#: drizzled/error.cc:330
2076
msgid "The used command is not allowed with this Drizzle version"
2079
#: drizzled/error.cc:332
2081
"You have an error in your SQL syntax; check the manual that corresponds to "
2082
"your Drizzle server version for the right syntax to use"
2085
#: drizzled/error.cc:334
2087
msgid "Delayed insert thread couldn't get requested lock for table %-.192s"
2090
#: drizzled/error.cc:336
2091
msgid "Too many delayed threads in use"
2094
#: drizzled/error.cc:338
2096
msgid "Aborted connection %ld to db: '%-.192s' user: '%-.48s' (%-.64s)"
2099
#: drizzled/error.cc:340
2100
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
2103
#: drizzled/error.cc:342
2104
msgid "Got a read error from the connection pipe"
2107
#: drizzled/error.cc:344
2108
msgid "Got an error from fcntl()"
2111
#: drizzled/error.cc:346
2112
msgid "Got packets out of order"
2115
#: drizzled/error.cc:348 plugin/oldlibdrizzle/errmsg.cc:98
2116
msgid "Couldn't uncompress communication packet"
2119
#: drizzled/error.cc:350 plugin/oldlibdrizzle/errmsg.cc:100
2120
msgid "Got an error reading communication packets"
2123
#: drizzled/error.cc:352 plugin/oldlibdrizzle/errmsg.cc:102
2124
msgid "Got timeout reading communication packets"
2127
#: drizzled/error.cc:354 plugin/oldlibdrizzle/errmsg.cc:104
2128
msgid "Got an error writing communication packets"
2131
#: drizzled/error.cc:356 plugin/oldlibdrizzle/errmsg.cc:106
2132
msgid "Got timeout writing communication packets"
2135
#: drizzled/error.cc:358
2136
msgid "Result string is longer than 'max_allowed_packet' bytes"
2139
#: drizzled/error.cc:360
2140
msgid "The used table type doesn't support BLOB/TEXT columns"
2143
#: drizzled/error.cc:362
2144
msgid "The used table type doesn't support AUTO_INCREMENT columns"
2147
#: drizzled/error.cc:364
2150
"INSERT DELAYED can't be used with table '%-.192s' because it is locked with "
2154
#: drizzled/error.cc:366
2156
msgid "Incorrect column name '%-.100s'"
2159
#: drizzled/error.cc:368
2161
msgid "The used storage engine can't index column '%-.192s'"
2164
#: drizzled/error.cc:370
2166
"Unable to open underlying table which is differently defined or of non-"
2167
"MyISAM type or doesn't exist"
2170
#: drizzled/error.cc:372
2172
msgid "Can't write, because of unique constraint, to table '%-.192s'"
2175
#: drizzled/error.cc:374
2178
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
2181
#: drizzled/error.cc:376
2183
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
2187
#: drizzled/error.cc:378
2188
msgid "Result consisted of more than one row"
2191
#: drizzled/error.cc:380
2192
msgid "This table type requires a primary key"
2195
#: drizzled/error.cc:382
2196
msgid "This version of Drizzle is not compiled with RAID support"
2199
#: drizzled/error.cc:384
2201
"You are using safe update mode and you tried to update a table without a "
2202
"WHERE that uses a KEY column"
2205
#: drizzled/error.cc:386
2207
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
2210
#: drizzled/error.cc:388
2211
msgid "Can't open table"
2214
#: drizzled/error.cc:390
2216
msgid "The storage engine for the table doesn't support %s"
2219
#: drizzled/error.cc:392
2220
msgid "You are not allowed to execute this command in a transaction"
2223
#: drizzled/error.cc:394
2225
msgid "Got error %d during COMMIT"
2228
#: drizzled/error.cc:396
2230
msgid "Got error %d during ROLLBACK"
2233
#: drizzled/error.cc:398
2235
msgid "Got error %d during FLUSH_LOGS"
2238
#: drizzled/error.cc:400
2240
msgid "Got error %d during CHECKPOINT"
2243
#: drizzled/error.cc:402
2246
"Aborted connection %<PRIi64> to db: '%-.192s' user: '%-.48s' host: '%-.64s' "
2250
#: drizzled/error.cc:404
2251
msgid "The storage engine for the table does not support binary table dump"
2254
#: drizzled/error.cc:406
2255
msgid "Binlog closed, cannot RESET MASTER"
2258
#: drizzled/error.cc:408
2260
msgid "Failed rebuilding the index of dumped table '%-.192s'"
2263
#: drizzled/error.cc:410
2265
msgid "Error from master: '%-.64s'"
2268
#: drizzled/error.cc:412
2269
msgid "Net error reading from master"
2272
#: drizzled/error.cc:414
2273
msgid "Net error writing to master"
2276
#: drizzled/error.cc:416
2277
msgid "Can't find FULLTEXT index matching the column list"
2280
#: drizzled/error.cc:418
2282
"Can't execute the given command because you have active locked tables or an "
2283
"active transaction"
2286
#: drizzled/error.cc:420
2288
msgid "Unknown system variable '%-.64s'"
2291
#: drizzled/error.cc:422
2293
msgid "Table '%-.192s' is marked as crashed and should be repaired"
2296
#: drizzled/error.cc:424
2299
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
2302
#: drizzled/error.cc:426
2303
msgid "Some non-transactional changed tables couldn't be rolled back"
2306
#: drizzled/error.cc:428
2308
"Multi-statement transaction required more than 'max_binlog_cache_size' bytes "
2309
"of storage; increase this drizzled variable and try again"
2312
#: drizzled/error.cc:430
2314
"This operation cannot be performed with a running slave; run STOP SLAVE first"
2317
#: drizzled/error.cc:432
2319
"This operation requires a running slave; configure slave and do START SLAVE"
2322
#: drizzled/error.cc:434
2323
msgid "The server is not configured as slave; fix with CHANGE MASTER TO"
2326
#: drizzled/error.cc:436
2328
"Could not initialize master info structure; more error messages can be found "
2329
"in the Drizzle error log"
2332
#: drizzled/error.cc:438
2333
msgid "Could not create slave thread; check system resources"
2336
#: drizzled/error.cc:440
2339
"User %-.64s already has more than 'max_user_connections' active connections"
2342
#: drizzled/error.cc:442
2343
msgid "You may only use constant expressions with SET"
2346
#: drizzled/error.cc:444
2347
msgid "Lock wait timeout exceeded; try restarting transaction"
2350
#: drizzled/error.cc:446
2351
msgid "The total number of locks exceeds the lock table size"
2354
#: drizzled/error.cc:448
2355
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
2358
#: drizzled/error.cc:450
2359
msgid "DROP DATABASE not allowed while thread is holding global read lock"
2362
#: drizzled/error.cc:452
2363
msgid "CREATE DATABASE not allowed while thread is holding global read lock"
2366
#: drizzled/error.cc:454
2368
msgid "Incorrect arguments to %s"
2371
#: drizzled/error.cc:456
2373
msgid "'%-.48s'@'%-.64s' is not allowed to create new users"
2376
#: drizzled/error.cc:458
2378
"Incorrect table definition; all MERGE tables must be in the same database"
2381
#: drizzled/error.cc:460
2382
msgid "Deadlock found when trying to get lock; try restarting transaction"
2385
#: drizzled/error.cc:462
2386
msgid "The used table type doesn't support FULLTEXT indexes"
2389
#: drizzled/error.cc:464
2390
msgid "Cannot add foreign key constraint"
2393
#: drizzled/error.cc:466
2394
msgid "Cannot add or update a child row: a foreign key constraint fails"
2397
#: drizzled/error.cc:468
2398
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
2401
#: drizzled/error.cc:470
2403
msgid "Error connecting to master: %-.128s"
2406
#: drizzled/error.cc:472
2408
msgid "Error running query on master: %-.128s"
2411
#: drizzled/error.cc:474
2413
msgid "Error when executing command %s: %-.128s"
2416
#: drizzled/error.cc:476
2418
msgid "Incorrect usage of %s and %s"
2421
#: drizzled/error.cc:478
2422
msgid "The used SELECT statements have a different number of columns"
2425
#: drizzled/error.cc:480
2426
msgid "Can't execute the query because you have a conflicting read lock"
2429
#: drizzled/error.cc:482
2430
msgid "Mixing of transactional and non-transactional tables is disabled"
2433
#: drizzled/error.cc:484
2435
msgid "Option '%s' used twice in statement"
2438
#: drizzled/error.cc:486
2440
msgid "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
2443
#: drizzled/error.cc:488
2445
msgid "Access denied; you need the %-.128s privilege for this operation"
2448
#: drizzled/error.cc:490
2451
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
2454
#: drizzled/error.cc:492
2457
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
2460
#: drizzled/error.cc:494
2462
msgid "Variable '%-.64s' doesn't have a default value"
2465
#: drizzled/error.cc:496
2467
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
2470
#: drizzled/error.cc:498
2472
msgid "Incorrect argument type to variable '%-.64s'"
2475
#: drizzled/error.cc:500
2477
msgid "Variable '%-.64s' can only be set, not read"
2480
#: drizzled/error.cc:502
2482
msgid "Incorrect usage/placement of '%s'"
2485
#: drizzled/error.cc:504
2487
msgid "This version of Drizzle doesn't yet support '%s'"
2490
#: drizzled/error.cc:506
2493
"Got fatal error %d: '%-.128s' from master when reading data from binary log"
2496
#: drizzled/error.cc:508
2497
msgid "Slave SQL thread ignored the query because of replicate-*-table rules"
2500
#: drizzled/error.cc:510
2502
msgid "Variable '%-.192s' is a %s variable"
2505
#: drizzled/error.cc:512
2507
msgid "Incorrect foreign key definition for '%-.192s': %s"
2510
#: drizzled/error.cc:514
2511
msgid "Key reference and table reference don't match"
2514
#: drizzled/error.cc:516
2516
msgid "Operand should contain %d column(s)"
2519
#: drizzled/error.cc:518
2520
msgid "Subquery returns more than 1 row"
2523
#: drizzled/error.cc:520
2525
msgid "Unknown prepared statement handler (%.*s) given to %s"
2528
#: drizzled/error.cc:522
2529
msgid "Help database is corrupt or does not exist"
2532
#: drizzled/error.cc:524
2533
msgid "Cyclic reference on subqueries"
2536
#: drizzled/error.cc:526
2538
msgid "Converting column '%s' from %s to %s"
2541
#: drizzled/error.cc:528
2543
msgid "Reference '%-.64s' not supported (%s)"
2546
#: drizzled/error.cc:530
2547
msgid "Every derived table must have its own alias"
2550
#: drizzled/error.cc:532
2552
msgid "Select %u was reduced during optimization"
2555
#: drizzled/error.cc:534
2557
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
2560
#: drizzled/error.cc:536
2562
"Client does not support authentication protocol requested by server; "
2563
"consider upgrading Drizzle client"
2566
#: drizzled/error.cc:538
2567
msgid "All parts of a SPATIAL index must be NOT NULL"
2570
#: drizzled/error.cc:540
2572
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
2575
#: drizzled/error.cc:542
2576
msgid "Slave is already running"
2579
#: drizzled/error.cc:544
2580
msgid "Slave already has been stopped"
2583
#: drizzled/error.cc:546
2586
"Uncompressed data size too large; the maximum size is %d (probably, length "
2587
"of uncompressed data was corrupted)"
2590
#: drizzled/error.cc:548
2591
msgid "ZLIB: Not enough memory"
2594
#: drizzled/error.cc:550
2596
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
2597
"data was corrupted)"
2600
#: drizzled/error.cc:552
2601
msgid "ZLIB: Input data corrupted"
2604
#: drizzled/error.cc:554
2606
msgid "%d line(s) were cut by GROUP_CONCAT()"
2609
#: drizzled/error.cc:556
2611
msgid "Row %ld doesn't contain data for all columns"
2614
#: drizzled/error.cc:558
2617
"Row %ld was truncated; it contained more data than there were input columns"
2620
#: drizzled/error.cc:560
2623
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
2626
#: drizzled/error.cc:562
2628
msgid "Out of range value for column '%s' at row %ld"
2631
#: drizzled/error.cc:564
2633
msgid "Data truncated for column '%s' at row %ld"
2636
#: drizzled/error.cc:566
2638
msgid "Using storage engine %s for table '%s'"
2641
#: drizzled/error.cc:568
2643
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
2646
#: drizzled/error.cc:570
2647
msgid "Cannot drop one or more of the requested users"
2650
#: drizzled/error.cc:572
2651
msgid "Can't revoke all privileges for one or more of the requested users"
2654
#: drizzled/error.cc:574
2657
"Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
2660
#: drizzled/error.cc:576
2662
msgid "Illegal mix of collations for operation '%s'"
2665
#: drizzled/error.cc:578
2668
"Variable '%-.64s' is not a variable component (can't be used as "
2669
"XXXX.variable_name)"
2672
#: drizzled/error.cc:580
2674
msgid "Unknown collation: '%-.64s'"
2677
#: drizzled/error.cc:582
2679
"SSL parameters in CHANGE MASTER are ignored because this Drizzle slave was "
2680
"compiled without SSL support; they can be used later if Drizzle slave with "
2684
#: drizzled/error.cc:584
2687
"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the "
2688
"old format; please change the password to the new format"
2691
#: drizzled/error.cc:586
2694
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
2698
#: drizzled/error.cc:588
2700
"Incorrect parameter or combination of parameters for START SLAVE UNTIL"
2703
#: drizzled/error.cc:590
2705
"It is recommended to use --skip-slave-start when doing step-by-step "
2706
"replication with START SLAVE UNTIL; otherwise, you will get problems if you "
2707
"get an unexpected slave's drizzled restart"
2710
#: drizzled/error.cc:592
2711
msgid "SQL thread is not to be started so UNTIL options are ignored"
2714
#: drizzled/error.cc:594
2716
msgid "Incorrect index name '%-.100s'"
2719
#: drizzled/error.cc:596
2721
msgid "Incorrect catalog name '%-.100s'"
2724
#: drizzled/error.cc:598
2726
msgid "Query cache failed to set size %lu; new query cache size is %lu"
2729
#: drizzled/error.cc:600
2731
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
2734
#: drizzled/error.cc:602
2736
msgid "Unknown key cache '%-.100s'"
2739
#: drizzled/error.cc:604
2741
"Drizzle is started in --skip-name-resolve mode; you must restart it without "
2742
"this switch for this grant to work"
2745
#: drizzled/error.cc:606
2747
msgid "Unknown table engine '%s'"
2750
#: drizzled/error.cc:608
2752
msgid "'%s' is deprecated; use '%s' instead"
2755
#: drizzled/error.cc:610
2757
msgid "The target table %-.100s of the %s is not updatable"
2760
#: drizzled/error.cc:612
2763
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
2767
#: drizzled/error.cc:614
2770
"The Drizzle server is running with the %s option so it cannot execute this "
2774
#: drizzled/error.cc:616
2776
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
2779
#: drizzled/error.cc:618
2781
msgid "Truncated incorrect %-.32s value: '%-.128s'"
2784
#: drizzled/error.cc:620
2786
"Incorrect table definition; there can be only one TIMESTAMP column with "
2787
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
2790
#: drizzled/error.cc:622
2792
msgid "Invalid ON UPDATE clause for '%-.192s' column"
2795
#: drizzled/error.cc:624
2796
msgid "This command is not supported in the prepared statement protocol yet"
2799
#: drizzled/error.cc:626
2801
msgid "Got error %d '%-.100s' from %s"
2804
#: drizzled/error.cc:628
2806
msgid "Got temporary error %d '%-.100s' from %s"
2809
#: drizzled/error.cc:630
2811
msgid "Unknown or incorrect time zone: '%-.64s'"
2814
#: drizzled/error.cc:632
2816
msgid "Invalid TIMESTAMP value in column '%s' at row %ld"
2819
#: drizzled/error.cc:634
2821
msgid "Invalid %s character string: '%.64s'"
2824
#: drizzled/error.cc:636
2826
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
2829
#: drizzled/error.cc:638
2831
msgid "Conflicting declarations: '%s%s' and '%s%s'"
2834
#: drizzled/error.cc:640
2836
msgid "Can't create a %s from within another stored routine"
2839
#: drizzled/error.cc:642
2841
msgid "%s %s already exists"
2844
#: drizzled/error.cc:644
2846
msgid "%s %s does not exist"
2849
#: drizzled/error.cc:646
2851
msgid "Failed to DROP %s %s"
2854
#: drizzled/error.cc:648
2856
msgid "Failed to CREATE %s %s"
2859
#: drizzled/error.cc:650
2861
msgid "%s with no matching label: %s"
2864
#: drizzled/error.cc:652
2866
msgid "Redefining label %s"
2869
#: drizzled/error.cc:654
2871
msgid "End-label %s without match"
2874
#: drizzled/error.cc:656
2876
msgid "Referring to uninitialized variable %s"
2879
#: drizzled/error.cc:658
2881
msgid "PROCEDURE %s can't return a result set in the given context"
2884
#: drizzled/error.cc:660
2885
msgid "RETURN is only allowed in a FUNCTION"
2888
#: drizzled/error.cc:662
2890
msgid "%s is not allowed in stored procedures"
2893
#: drizzled/error.cc:664
2895
"The update log is deprecated and replaced by the binary log; SET "
2896
"SQL_LOG_UPDATE has been ignored"
2899
#: drizzled/error.cc:666
2901
"The update log is deprecated and replaced by the binary log; SET "
2902
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
2905
#: drizzled/error.cc:668
2906
msgid "Query execution was interrupted"
2909
#: drizzled/error.cc:670
2911
msgid "Incorrect number of arguments for %s %s; expected %u, got %u"
2914
#: drizzled/error.cc:672
2916
msgid "Undefined CONDITION: %s"
2919
#: drizzled/error.cc:674
2921
msgid "No RETURN found in FUNCTION %s"
2924
#: drizzled/error.cc:676
2926
msgid "FUNCTION %s ended without RETURN"
2929
#: drizzled/error.cc:678
2930
msgid "Cursor statement must be a SELECT"
2933
#: drizzled/error.cc:680
2934
msgid "Cursor SELECT must not have INTO"
2937
#: drizzled/error.cc:682
2939
msgid "Undefined CURSOR: %s"
2942
#: drizzled/error.cc:684
2943
msgid "Cursor is already open"
2946
#: drizzled/error.cc:686
2947
msgid "Cursor is not open"
2950
#: drizzled/error.cc:688
2952
msgid "Undeclared variable: %s"
2955
#: drizzled/error.cc:690
2956
msgid "Incorrect number of FETCH variables"
2959
#: drizzled/error.cc:692
2960
msgid "No data - zero rows fetched, selected, or processed"
2963
#: drizzled/error.cc:694
2965
msgid "Duplicate parameter: %s"
2968
#: drizzled/error.cc:696
2970
msgid "Duplicate variable: %s"
2973
#: drizzled/error.cc:698
2975
msgid "Duplicate condition: %s"
2978
#: drizzled/error.cc:700
2980
msgid "Duplicate cursor: %s"
2983
#: drizzled/error.cc:702
2985
msgid "Failed to ALTER %s %s"
2988
#: drizzled/error.cc:704
2989
msgid "Subquery value not supported"
2992
#: drizzled/error.cc:706
2994
msgid "%s is not allowed in stored function or trigger"
2997
#: drizzled/error.cc:708
2998
msgid "Variable or condition declaration after cursor or handler declaration"
3001
#: drizzled/error.cc:710
3002
msgid "Cursor declaration after handler declaration"
3005
#: drizzled/error.cc:712
3006
msgid "Case not found for CASE statement"
3009
#: drizzled/error.cc:714
3011
msgid "Configuration file '%-.192s' is too big"
3014
#: drizzled/error.cc:716
3016
msgid "Malformed file type header in file '%-.192s'"
3019
#: drizzled/error.cc:718
3021
msgid "Unexpected end of file while parsing comment '%-.200s'"
3024
#: drizzled/error.cc:720
3026
msgid "Error while parsing parameter '%-.192s' (line: '%-.192s')"
3029
#: drizzled/error.cc:722
3031
msgid "Unexpected end of file while skipping unknown parameter '%-.192s'"
3034
#: drizzled/error.cc:724
3036
"EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
3039
#: drizzled/error.cc:726
3041
msgid "File '%-.192s' has unknown type '%-.64s' in its header"
3044
#: drizzled/error.cc:728
3046
msgid "'%-.192s.%-.192s' is not %s"
3049
#: drizzled/error.cc:730
3051
msgid "Column '%-.192s' is not updatable"
3054
#: drizzled/error.cc:732
3055
msgid "View's SELECT contains a subquery in the FROM clause"
3058
#: drizzled/error.cc:734
3060
msgid "View's SELECT contains a '%s' clause"
3063
#: drizzled/error.cc:736
3064
msgid "View's SELECT contains a variable or parameter"
3067
#: drizzled/error.cc:738
3069
msgid "View's SELECT refers to a temporary table '%-.192s'"
3072
#: drizzled/error.cc:740
3073
msgid "View's SELECT and view's field list have different column counts"
3076
#: drizzled/error.cc:742
3078
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
3081
#: drizzled/error.cc:744
3083
"View being updated does not have complete key of underlying table in it"
3086
#: drizzled/error.cc:746
3089
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or "
3090
"function(s) or definer/invoker of view lack rights to use them"
3093
#: drizzled/error.cc:748
3095
msgid "Can't drop or alter a %s from within another stored routine"
3098
#: drizzled/error.cc:750
3099
msgid "GOTO is not allowed in a stored procedure handler"
3102
#: drizzled/error.cc:752
3103
msgid "Trigger already exists"
3106
#: drizzled/error.cc:754
3107
msgid "Trigger does not exist"
3110
#: drizzled/error.cc:756
3112
msgid "Trigger's '%-.192s' is view or temporary table"
3115
#: drizzled/error.cc:758
3117
msgid "Updating of %s row is not allowed in %strigger"
3120
#: drizzled/error.cc:760
3122
msgid "There is no %s row in %s trigger"
3125
#: drizzled/error.cc:762
3127
msgid "Field '%-.192s' doesn't have a default value"
3130
#: drizzled/error.cc:764
3131
msgid "Division by 0"
3134
#: drizzled/error.cc:766
3136
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
3139
#: drizzled/error.cc:768
3141
msgid "Illegal %s '%-.192s' value found during parsing"
3144
#: drizzled/error.cc:770
3146
msgid "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
3149
#: drizzled/error.cc:772
3151
msgid "CHECK OPTION failed '%-.192s.%-.192s'"
3154
#: drizzled/error.cc:774
3156
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
3159
#: drizzled/error.cc:776
3161
msgid "Failed purging old relay logs: %s"
3164
#: drizzled/error.cc:778
3166
msgid "Password hash should be a %d-digit hexadecimal number"
3169
#: drizzled/error.cc:780
3170
msgid "Target log not found in binlog index"
3173
#: drizzled/error.cc:782
3174
msgid "I/O error reading log index file"
3177
#: drizzled/error.cc:784
3178
msgid "Server configuration does not permit binlog purge"
3181
#: drizzled/error.cc:786
3182
msgid "Failed on fseek()"
3185
#: drizzled/error.cc:788
3186
msgid "Fatal error during log purge"
3189
#: drizzled/error.cc:790
3190
msgid "A purgeable log is in use, will not purge"
3193
#: drizzled/error.cc:792
3194
msgid "Unknown error during log purge"
3197
#: drizzled/error.cc:794
3199
msgid "Failed initializing relay log position: %s"
3202
#: drizzled/error.cc:796
3203
msgid "You are not using binary logging"
3206
#: drizzled/error.cc:798
3209
"The '%-.64s' syntax is reserved for purposes internal to the Drizzle server"
3212
#: drizzled/error.cc:800
3213
msgid "WSAStartup Failed"
3216
#: drizzled/error.cc:802
3217
msgid "Can't handle procedures with different groups yet"
3220
#: drizzled/error.cc:804
3221
msgid "Select must have a group with this procedure"
3224
#: drizzled/error.cc:806
3225
msgid "Can't use ORDER clause with this procedure"
3228
#: drizzled/error.cc:808
3230
msgid "Binary logging and replication forbid changing the global server %s"
3233
#: drizzled/error.cc:810
3235
msgid "Can't map file: %-.200s, errno: %d"
3238
#: drizzled/error.cc:812
3240
msgid "Wrong magic in %-.64s"
3243
#: drizzled/error.cc:814
3244
msgid "Prepared statement contains too many placeholders"
3247
#: drizzled/error.cc:816
3249
msgid "Key part '%-.192s' length cannot be 0"
3252
#: drizzled/error.cc:818
3253
msgid "View text checksum failed"
3256
#: drizzled/error.cc:820
3259
"Can not modify more than one base table through a join view '%-.192s.%-.192s'"
3262
#: drizzled/error.cc:822
3264
msgid "Can not insert into join view '%-.192s.%-.192s' without fields list"
3267
#: drizzled/error.cc:824
3269
msgid "Can not delete from join view '%-.192s.%-.192s'"
3272
#: drizzled/error.cc:826
3274
msgid "Operation %s failed for %.256s"
3277
#: drizzled/error.cc:828
3278
msgid "XAER_NOTA: Unknown XID"
3281
#: drizzled/error.cc:830
3282
msgid "XAER_INVAL: Invalid arguments (or unsupported command)"
3285
#: drizzled/error.cc:832
3288
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
3292
#: drizzled/error.cc:834
3293
msgid "XAER_OUTSIDE: Some work is done outside global transaction"
3296
#: drizzled/error.cc:836
3298
"XAER_RMERR: Fatal error occurred in the transaction branch - check your data "
3302
#: drizzled/error.cc:838
3303
msgid "XA_RBROLLBACK: Transaction branch was rolled back"
3306
#: drizzled/error.cc:840
3309
"There is no such grant defined for user '%-.48s' on host '%-.64s' on routine "
3313
#: drizzled/error.cc:842
3314
msgid "Failed to grant EXECUTE and ALTER ROUTINE privileges"
3317
#: drizzled/error.cc:844
3318
msgid "Failed to revoke all privileges to dropped routine"
3321
#: drizzled/error.cc:846
3323
msgid "Data too long for column '%s' at row %ld"
3326
#: drizzled/error.cc:848
3328
msgid "Bad SQLSTATE: '%s'"
3331
#: drizzled/error.cc:850
3334
"%s: ready for connections.\n"
3335
"Version: '%s' %s\n"
3338
#: drizzled/error.cc:852
3339
msgid "Can't load value from file with fixed size rows to variable"
3342
#: drizzled/error.cc:854
3343
msgid "You are not allowed to create a user with GRANT"
3346
#: drizzled/error.cc:856
3348
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
3351
#: drizzled/error.cc:858
3352
msgid "Table definition has changed, please retry transaction"
3355
#: drizzled/error.cc:860
3356
msgid "Duplicate handler declared in the same block"
3359
#: drizzled/error.cc:862
3362
"OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-"
3363
"variable in BEFORE trigger"
3366
#: drizzled/error.cc:864
3368
msgid "Not allowed to return a result set from a %s"
3371
#: drizzled/error.cc:866
3372
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
3375
#: drizzled/error.cc:868
3377
"A routine failed and has neither NO SQL nor READS SQL DATA in its "
3378
"declaration and binary logging is enabled; if non-transactional tables were "
3379
"updated, the binary log will miss their changes"
3382
#: drizzled/error.cc:870
3384
"This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its "
3385
"declaration and binary logging is enabled (you *might* want to use the less "
3386
"safe log_bin_trust_function_creators variable)"
3389
#: drizzled/error.cc:872
3391
"You do not have the SUPER privilege and binary logging is enabled (you "
3392
"*might* want to use the less safe log_bin_trust_function_creators variable)"
3395
#: drizzled/error.cc:874
3397
"You can't execute a prepared statement which has an open cursor associated "
3398
"with it. Reset the statement to re-execute it."
3401
#: drizzled/error.cc:876
3403
msgid "The statement (%lu) has no open cursor."
3406
#: drizzled/error.cc:878
3408
"Explicit or implicit commit is not allowed in stored function or trigger."
3411
#: drizzled/error.cc:880
3414
"Field of view '%-.192s.%-.192s' underlying table doesn't have a default value"
3417
#: drizzled/error.cc:882
3418
msgid "Recursive stored functions and triggers are not allowed."
3421
#: drizzled/error.cc:884
3423
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
3426
#: drizzled/error.cc:886
3428
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
3431
#: drizzled/error.cc:888
3434
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column '%-"
3438
#: drizzled/error.cc:890
3440
"You can't combine write-locking of system tables with other tables or lock "
3444
#: drizzled/error.cc:892
3446
msgid "Unable to connect to foreign data source: %.64s"
3449
#: drizzled/error.cc:894
3452
"There was a problem processing the query on the foreign data source. Data "
3453
"source error: %-.64s"
3456
#: drizzled/error.cc:896
3459
"The foreign data source you are trying to reference does not exist. Data "
3460
"source error: %-.64s"
3463
#: drizzled/error.cc:898
3466
"Can't create federated table. The data source connection string '%-.64s' is "
3467
"not in the correct format"
3470
#: drizzled/error.cc:900
3473
"The data source connection string '%-.64s' is not in the correct format"
3476
#: drizzled/error.cc:902
3478
msgid "Can't create federated table. Foreign data src error: %-.64s"
3481
#: drizzled/error.cc:904
3482
msgid "Trigger in wrong schema"
3485
#: drizzled/error.cc:906
3488
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
3489
"needed. Use 'drizzled -O thread_stack=#' to specify a bigger stack."
3492
#: drizzled/error.cc:908
3494
msgid "Routine body for '%-.100s' is too long"
3497
#: drizzled/error.cc:910
3498
msgid "Cannot drop default keycache"
3501
#: drizzled/error.cc:912
3503
msgid "Display width out of range for column '%-.192s' (max = %d)"
3506
#: drizzled/error.cc:914
3507
msgid "XAER_DUPID: The XID already exists"
3510
#: drizzled/error.cc:916
3512
msgid "Datetime function: %-.32s field overflow"
3515
#: drizzled/error.cc:918
3518
"Can't update table '%-.192s' in stored function/trigger because it is "
3519
"already used by statement which invoked this stored function/trigger."
3522
#: drizzled/error.cc:920
3525
"The definition of table '%-.192s' prevents operation %.192s on table '%-"
3529
#: drizzled/error.cc:922
3531
"The prepared statement contains a stored routine call that refers to that "
3532
"same statement. It's not allowed to execute a prepared statement in such a "
3536
#: drizzled/error.cc:924
3537
msgid "Not allowed to set autocommit from a stored function or trigger"
3540
#: drizzled/error.cc:926
3541
msgid "Definer is not fully qualified"
3544
#: drizzled/error.cc:928
3547
"View '%-.192s'.'%-.192s' has no definer information (old table format). "
3548
"Current user is used as definer. Please recreate the view!"
3551
#: drizzled/error.cc:930
3554
"You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' "
3558
#: drizzled/error.cc:932
3560
msgid "The user specified as a definer ('%-.64s'@'%-.64s') does not exist"
3563
#: drizzled/error.cc:934
3565
msgid "Changing schema from '%-.192s' to '%-.192s' is not allowed."
3568
#: drizzled/error.cc:936
3571
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
3574
#: drizzled/error.cc:938
3577
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
3580
#: drizzled/error.cc:940
3582
msgid "Variable '%-.64s' must be quoted with `...`, or renamed"
3585
#: drizzled/error.cc:942
3588
"No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be "
3589
"activated under the authorization of the invoker, which may have "
3590
"insufficient privileges. Please recreate the trigger."
3593
#: drizzled/error.cc:944
3595
msgid "'%-.192s' has an old format, you should re-create the '%s' object(s)"
3598
#: drizzled/error.cc:946
3601
"Recursive limit %d (as set by the max_sp_recursion_depth variable) was "
3602
"exceeded for routine %.192s"
3605
#: drizzled/error.cc:948
3608
"Failed to load routine %-.192s. The table drizzle.proc is missing, corrupt, "
3609
"or contains bad data (internal code %d)"
3612
#: drizzled/error.cc:950
3614
msgid "Incorrect routine name '%-.192s'"
3617
#: drizzled/error.cc:952
3620
"Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
3623
#: drizzled/error.cc:954
3624
msgid "AGGREGATE is not supported for stored functions"
3627
#: drizzled/error.cc:956
3630
"Can't create more than max_prepared_stmt_count statements (current value: "
3634
#: drizzled/error.cc:958
3636
msgid "`%-.192s`.`%-.192s` contains view recursion"
3639
#: drizzled/error.cc:960
3641
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
3644
#: drizzled/error.cc:962
3645
msgid "The used table type doesn't support SPATIAL indexes"
3648
#: drizzled/error.cc:964
3649
msgid "Triggers can not be created on system tables"
3652
#: drizzled/error.cc:966
3654
msgid "Leading spaces are removed from name '%s'"
3657
#: drizzled/error.cc:968
3658
msgid "Failed to read auto-increment value from storage engine"
3661
#: drizzled/error.cc:970
3665
#: drizzled/error.cc:972
3669
#: drizzled/error.cc:974
3671
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
3674
#: drizzled/error.cc:976
3676
msgid "The target table %-.100s of the %s is not insertable-into"
3679
#: drizzled/error.cc:978
3682
"Table '%-.64s' is differently defined or of non-MyISAM type or doesn't exist"
3685
#: drizzled/error.cc:980
3686
msgid "Too high level of nesting for select"
3689
#: drizzled/error.cc:982
3691
msgid "Name '%-.64s' has become ''"
3694
#: drizzled/error.cc:984
3696
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
3697
"optional and non-empty FIELDS ENCLOSED BY"
3700
#: drizzled/error.cc:986
3702
msgid "The foreign server, %s, you are trying to create already exists."
3705
#: drizzled/error.cc:988
3708
"The foreign server name you are trying to reference does not exist. Data "
3709
"source error: %-.64s"
3712
#: drizzled/error.cc:990
3715
"Table storage engine '%-.64s' does not support the create option '%.64s'"
3718
#: drizzled/error.cc:992
3721
"Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for "
3725
#: drizzled/error.cc:994
3728
"Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
3731
#: drizzled/error.cc:996
3732
msgid "MAXVALUE can only be used in last partition definition"
3735
#: drizzled/error.cc:998
3736
msgid "Subpartitions can only be hash partitions and by key"
3739
#: drizzled/error.cc:1000
3740
msgid "Must define subpartitions on all partitions if on one partition"
3743
#: drizzled/error.cc:1002
3744
msgid "Wrong number of partitions defined, mismatch with previous setting"
3747
#: drizzled/error.cc:1004
3748
msgid "Wrong number of subpartitions defined, mismatch with previous setting"
3751
#: drizzled/error.cc:1006
3753
"Constant/Random expression in (sub)partitioning function is not allowed"
3756
#: drizzled/error.cc:1008
3757
msgid "Expression in RANGE/LIST VALUES must be constant"
3760
#: drizzled/error.cc:1010
3761
msgid "Field in list of fields for partition function not found in table"
3764
#: drizzled/error.cc:1012
3765
msgid "List of fields is only allowed in KEY partitions"
3768
#: drizzled/error.cc:1014
3770
"The partition info in the frm file is not consistent with what can be "
3771
"written into the frm file"
3774
#: drizzled/error.cc:1016
3776
msgid "The %-.192s function returns the wrong type"
3779
#: drizzled/error.cc:1018
3781
msgid "For %-.64s partitions each partition must be defined"
3784
#: drizzled/error.cc:1020
3785
msgid "VALUES LESS THAN value must be strictly increasing for each partition"
3788
#: drizzled/error.cc:1022
3789
msgid "VALUES value must be of same type as partition function"
3792
#: drizzled/error.cc:1024
3793
msgid "Multiple definition of same constant in list partitioning"
3796
#: drizzled/error.cc:1026
3797
msgid "Partitioning can not be used stand-alone in query"
3800
#: drizzled/error.cc:1028
3802
"The mix of handlers in the partitions is not allowed in this version of "
3806
#: drizzled/error.cc:1030
3808
msgid "For the partitioned engine it is necessary to define all %-.64s"
3811
#: drizzled/error.cc:1032
3812
msgid "Too many partitions (including subpartitions) were defined"
3815
#: drizzled/error.cc:1034
3817
"It is only possible to mix RANGE/LIST partitioning with HASH/KEY "
3818
"partitioning for subpartitioning"
3821
#: drizzled/error.cc:1036
3822
msgid "Failed to create specific handler file"
3825
#: drizzled/error.cc:1038
3826
msgid "A BLOB field is not allowed in partition function"
3829
#: drizzled/error.cc:1040
3832
"A %-.192s must include all columns in the table's partitioning function"
3835
#: drizzled/error.cc:1042
3837
msgid "Number of %-.64s = 0 is not an allowed value"
3840
#: drizzled/error.cc:1044
3841
msgid "Partition management on a not partitioned table is not possible"
3844
#: drizzled/error.cc:1046
3846
"Foreign key condition is not yet supported in conjunction with partitioning"
3849
#: drizzled/error.cc:1048
3851
msgid "Error in list of partitions to %-.64s"
3854
#: drizzled/error.cc:1050
3855
msgid "Cannot remove all partitions, use DROP TABLE instead"
3858
#: drizzled/error.cc:1052
3859
msgid "COALESCE PARTITION can only be used on HASH/KEY partitions"
3862
#: drizzled/error.cc:1054
3864
"REORGANIZE PARTITION can only be used to reorganize partitions not to change "
3868
#: drizzled/error.cc:1056
3870
"REORGANIZE PARTITION without parameters can only be used on auto-partitioned "
3871
"tables using HASH PARTITIONs"
3874
#: drizzled/error.cc:1058
3876
msgid "%-.64s PARTITION can only be used on RANGE/LIST partitions"
3879
#: drizzled/error.cc:1060
3880
msgid "Trying to Add partition(s) with wrong number of subpartitions"
3883
#: drizzled/error.cc:1062
3884
msgid "At least one partition must be added"
3887
#: drizzled/error.cc:1064
3888
msgid "At least one partition must be coalesced"
3891
#: drizzled/error.cc:1066
3892
msgid "More partitions to reorganize than there are partitions"
3895
#: drizzled/error.cc:1068
3897
msgid "Duplicate partition name %-.192s"
3900
#: drizzled/error.cc:1070
3901
msgid "It is not allowed to shut off binlog on this command"
3904
#: drizzled/error.cc:1072
3906
"When reorganizing a set of partitions they must be in consecutive order"
3909
#: drizzled/error.cc:1074
3911
"Reorganize of range partitions cannot change total ranges except for last "
3912
"partition where it can extend the range"
3915
#: drizzled/error.cc:1076
3916
msgid "Partition function not supported in this version for this handler"
3919
#: drizzled/error.cc:1078
3920
msgid "Partition state cannot be defined from CREATE/ALTER TABLE"
3923
#: drizzled/error.cc:1080
3925
msgid "The %-.64s handler only supports 32 bit integers in VALUES"
3928
#: drizzled/error.cc:1082
3930
msgid "Plugin '%-.192s' is not loaded"
3933
#: drizzled/error.cc:1084
3935
msgid "Incorrect %-.32s value: '%-.128s'"
3938
#: drizzled/error.cc:1086
3940
msgid "Table has no partition for value %-.64s"
3943
#: drizzled/error.cc:1088
3945
msgid "It is not allowed to specify %s more than once"
3948
#: drizzled/error.cc:1090 drizzled/error.cc:1226
3950
msgid "Failed to create %s"
3953
#: drizzled/error.cc:1092 drizzled/error.cc:1116
3955
msgid "Failed to drop %s"
3958
#: drizzled/error.cc:1094
3959
msgid "The handler doesn't support autoextend of tablespaces"
3962
#: drizzled/error.cc:1096
3964
"A size parameter was incorrectly specified, either number or on the form 10M"
3967
#: drizzled/error.cc:1098
3969
"The size number was correct but we don't allow the digit part to be more "
3973
#: drizzled/error.cc:1100
3975
msgid "Failed to alter: %s"
3978
#: drizzled/error.cc:1102
3979
msgid "Writing one row to the row-based binary log failed"
3982
#: drizzled/error.cc:1104
3984
msgid "Table definition on master and slave does not match: %s"
3987
#: drizzled/error.cc:1106
3989
"Slave running with --log-slave-updates must use row-based binary logging to "
3990
"be able to replicate row-based binary log events"
3993
#: drizzled/error.cc:1108
3995
msgid "Event '%-.192s' already exists"
3998
#: drizzled/error.cc:1110
4000
msgid "Failed to store event %s. Error code %d from storage engine."
4003
#: drizzled/error.cc:1112
4005
msgid "Unknown event '%-.192s'"
4008
#: drizzled/error.cc:1114
4010
msgid "Failed to alter event '%-.192s'"
4013
#: drizzled/error.cc:1118
4014
msgid "INTERVAL is either not positive or too big"
4017
#: drizzled/error.cc:1120
4018
msgid "ENDS is either invalid or before STARTS"
4021
#: drizzled/error.cc:1122
4022
msgid "Event execution time is in the past. Event has been disabled"
4025
#: drizzled/error.cc:1124
4026
msgid "Failed to open drizzle.event"
4029
#: drizzled/error.cc:1126
4030
msgid "No datetime expression provided"
4033
#: drizzled/error.cc:1128
4036
"Column count of drizzle.%s is wrong. Expected %d, found %d. The table is "
4037
"probably corrupted"
4040
#: drizzled/error.cc:1130
4042
msgid "Cannot load from drizzle.%s. The table is probably corrupted"
4045
#: drizzled/error.cc:1132
4046
msgid "Failed to delete the event from drizzle.event"
4049
#: drizzled/error.cc:1134
4050
msgid "Error during compilation of event's body"
4053
#: drizzled/error.cc:1136
4054
msgid "Same old and new event name"
4057
#: drizzled/error.cc:1138
4059
msgid "Data for column '%s' too long"
4062
#: drizzled/error.cc:1140
4064
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
4067
#: drizzled/error.cc:1142
4070
"The syntax '%s' is deprecated and will be removed in Drizzle %s. Please use "
4074
#: drizzled/error.cc:1144
4075
msgid "You can't write-lock a log table. Only read access is possible"
4078
#: drizzled/error.cc:1146
4079
msgid "You can't use locks with log tables."
4082
#: drizzled/error.cc:1148
4085
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key "
4086
"%d would lead to a duplicate entry"
4089
#: drizzled/error.cc:1150
4092
"Column count of drizzle.%s is wrong. Expected %d, found %d. Created with "
4093
"Drizzle %d, now running %d. Please use drizzle_upgrade to fix this error."
4096
#: drizzled/error.cc:1152
4098
"Cannot switch out of the row-based binary log format when the session has "
4099
"open temporary tables"
4102
#: drizzled/error.cc:1154
4104
"Cannot change the binary logging format inside a stored function or trigger"
4107
#: drizzled/error.cc:1156
4109
"The NDB cluster engine does not support changing the binlog format on the "
4113
#: drizzled/error.cc:1158
4114
msgid "Cannot create temporary table with partitions"
4117
#: drizzled/error.cc:1160
4118
msgid "Partition constant is out of partition function domain"
4121
#: drizzled/error.cc:1162
4122
msgid "This partition function is not allowed"
4125
#: drizzled/error.cc:1164
4126
msgid "Error in DDL log"
4129
#: drizzled/error.cc:1166
4130
msgid "Not allowed to use NULL value in VALUES LESS THAN"
4133
#: drizzled/error.cc:1168
4134
msgid "Incorrect partition name"
4137
#: drizzled/error.cc:1170
4139
"Transaction isolation level can't be changed while a transaction is in "
4143
#: drizzled/error.cc:1172
4146
"ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry "
4147
"'%-.192s' for key '%-.192s'"
4150
#: drizzled/error.cc:1174
4152
msgid "Internal scheduler error %d"
4155
#: drizzled/error.cc:1176
4157
msgid "Error during starting/stopping of the scheduler. Error code %u"
4160
#: drizzled/error.cc:1178
4161
msgid "Engine cannot be used in partitioned tables"
4164
#: drizzled/error.cc:1180
4166
msgid "Cannot activate '%-.64s' log"
4169
#: drizzled/error.cc:1182
4170
msgid "The server was not built with row-based replication"
4173
#: drizzled/error.cc:1184
4174
msgid "Decoding of base64 string failed"
4177
#: drizzled/error.cc:1186
4178
msgid "Recursion of EVENT DDL statements is forbidden when body is present"
4181
#: drizzled/error.cc:1188
4183
"Cannot proceed because system tables used by Event Scheduler were found "
4184
"damaged at server start"
4187
#: drizzled/error.cc:1190
4188
msgid "Only integers allowed as number here"
4191
#: drizzled/error.cc:1192
4192
msgid "This storage engine cannot be used for log tables"
4195
#: drizzled/error.cc:1194
4197
msgid "You cannot '%s' a log table if logging is enabled"
4200
#: drizzled/error.cc:1196
4203
"Cannot rename '%s'. When logging enabled, rename to/from log table must "
4204
"rename two tables: the log table to an archive table and another table back "
4208
#: drizzled/error.cc:1198
4210
msgid "Incorrect parameter count in the call to native function '%-.192s'"
4213
#: drizzled/error.cc:1200
4215
msgid "Incorrect parameters in the call to native function '%-.192s'"
4218
#: drizzled/error.cc:1202
4220
msgid "Incorrect parameters in the call to stored function '%-.192s'"
4223
#: drizzled/error.cc:1204
4225
msgid "This function '%-.192s' has the same name as a native function"
4228
#: drizzled/error.cc:1206
4230
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
4233
#: drizzled/error.cc:1208
4234
msgid "Too many files opened, please execute the command again"
4237
#: drizzled/error.cc:1210 drizzled/error.cc:1212
4239
"Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. "
4240
"The event was dropped immediately after creation."
4243
#: drizzled/error.cc:1214
4245
msgid "The incident %s occurred on the master. Message: %-.64s"
4248
#: drizzled/error.cc:1216
4249
msgid "Table has no partition for some existing values"
4252
#: drizzled/error.cc:1218
4253
msgid "Statement is not safe to log in statement format."
4256
#: drizzled/error.cc:1220
4258
msgid "Fatal error: %s"
4261
#: drizzled/error.cc:1222
4263
msgid "Relay log read failure: %s"
4266
#: drizzled/error.cc:1224
4268
msgid "Relay log write failure: %s"
4271
#: drizzled/error.cc:1228
4273
msgid "Master command %s failed: %s"
4276
#: drizzled/error.cc:1230
4278
msgid "Binary logging not possible. Message: %s"
4281
#: drizzled/error.cc:1232
4283
msgid "View `%-.64s`.`%-.64s` has no creation context"
4286
#: drizzled/error.cc:1234
4288
msgid "Creation context of view `%-.64s`.`%-.64s' is invalid"
4291
#: drizzled/error.cc:1236
4293
msgid "Creation context of stored routine `%-.64s`.`%-.64s` is invalid"
4296
#: drizzled/error.cc:1238
4298
msgid "Corrupted TRG file for table `%-.64s`.`%-.64s`"
4301
#: drizzled/error.cc:1240
4303
msgid "Triggers for table `%-.64s`.`%-.64s` have no creation context"
4306
#: drizzled/error.cc:1242
4308
msgid "Trigger creation context of table `%-.64s`.`%-.64s` is invalid"
4311
#: drizzled/error.cc:1244
4313
msgid "Creation context of event `%-.64s`.`%-.64s` is invalid"
4316
#: drizzled/error.cc:1246
4318
msgid "Cannot open table for trigger `%-.64s`.`%-.64s`"
4321
#: drizzled/error.cc:1248
4323
msgid "Cannot create stored routine `%-.64s`. Check warnings"
4326
#: drizzled/error.cc:1250
4328
msgid "Ambiguous slave modes combination. %s"
4331
#: drizzled/error.cc:1252
4334
"The BINLOG statement of type `%s` was not preceded by a format description "
4338
#: drizzled/error.cc:1254
4339
msgid "Corrupted replication event was detected"
4342
#: drizzled/error.cc:1256
4344
msgid "Invalid column reference (%-.64s) in LOAD DATA"
4347
#: drizzled/error.cc:1258
4349
msgid "Being purged log %s was not found"
4352
#: drizzled/error.cc:1260
4354
msgid "Converted to non-transactional lock on '%-.64s'"
4357
#: drizzled/error.cc:1262
4359
msgid "Cannot convert to non-transactional lock in strict mode on '%-.64s'"
4362
#: drizzled/error.cc:1264
4365
"Cannot convert to non-transactional lock in an active transaction on '%-.64s'"
4368
#: drizzled/error.cc:1266
4370
msgid "Can't access storage engine of table %-.64s"
4373
#: drizzled/error.cc:1268
4374
msgid "Starting backup process"
4377
#: drizzled/error.cc:1270
4378
msgid "Backup completed"
4381
#: drizzled/error.cc:1272
4382
msgid "Starting restore process"
4385
#: drizzled/error.cc:1274
4386
msgid "Restore completed"
4389
#: drizzled/error.cc:1276
4390
msgid "Nothing to backup"
4393
#: drizzled/error.cc:1278
4395
msgid "Database '%-.64s' cannot be included in a backup"
4398
#: drizzled/error.cc:1280
4400
"Error during backup operation - server's error log contains more information "
4404
#: drizzled/error.cc:1282
4406
"Error during restore operation - server's error log contains more "
4407
"information about the error"
4410
#: drizzled/error.cc:1284
4412
"Can't execute this command because another BACKUP/RESTORE operation is in "
4416
#: drizzled/error.cc:1286
4417
msgid "Error when preparing for backup operation"
4420
#: drizzled/error.cc:1288
4421
msgid "Error when preparing for restore operation"
4424
#: drizzled/error.cc:1290
4426
msgid "Invalid backup location '%-.64s'"
4429
#: drizzled/error.cc:1292
4431
msgid "Can't read backup location '%-.64s'"
4434
#: drizzled/error.cc:1294
4436
msgid "Can't write to backup location '%-.64s' (file already exists?)"
4439
#: drizzled/error.cc:1296
4440
msgid "Can't enumerate server databases"
4443
#: drizzled/error.cc:1298
4444
msgid "Can't enumerate server tables"
4447
#: drizzled/error.cc:1300
4449
msgid "Can't enumerate tables in database %-.64s"
4452
#: drizzled/error.cc:1302
4454
msgid "Skipping view %-.64s in database %-.64s"
4457
#: drizzled/error.cc:1304
4459
msgid "Skipping table %-.64s since it has no valid storage engine"
4462
#: drizzled/error.cc:1306
4464
msgid "Can't open table %-.64s"
4467
#: drizzled/error.cc:1308
4468
msgid "Can't read backup archive preamble"
4471
#: drizzled/error.cc:1310
4472
msgid "Can't write backup archive preamble"
4475
#: drizzled/error.cc:1312
4477
msgid "Can't find backup driver for table %-.64s"
4480
#: drizzled/error.cc:1314
4483
"%-.64s backup driver was selected for table %-.64s but it rejects to handle "
4487
#: drizzled/error.cc:1316
4489
msgid "Can't create %-.64s backup driver"
4492
#: drizzled/error.cc:1318
4494
msgid "Can't create %-.64s restore driver"
4497
#: drizzled/error.cc:1320
4499
msgid "Found %d images in backup archive but maximum %d are supported"
4502
#: drizzled/error.cc:1322
4504
msgid "Error when saving meta-data of %-.64s"
4507
#: drizzled/error.cc:1324
4508
msgid "Error when reading meta-data list"
4511
#: drizzled/error.cc:1326
4513
msgid "Can't create %-.64s"
4516
#: drizzled/error.cc:1328
4517
msgid "Can't allocate buffer for image data transfer"
4520
#: drizzled/error.cc:1330
4522
msgid "Error when writing %-.64s backup image data (for table #%d)"
4525
#: drizzled/error.cc:1332
4526
msgid "Error when reading data from backup stream"
4529
#: drizzled/error.cc:1334
4530
msgid "Can't go to the next chunk in backup stream"
4533
#: drizzled/error.cc:1336
4535
msgid "Can't initialize %-.64s backup driver"
4538
#: drizzled/error.cc:1338
4540
msgid "Can't initialize %-.64s restore driver"
4543
#: drizzled/error.cc:1340
4545
msgid "Can't shut down %-.64s backup driver"
4548
#: drizzled/error.cc:1342
4550
msgid "Can't shut down %-.64s backup driver(s)"
4553
#: drizzled/error.cc:1344
4555
msgid "%-.64s backup driver can't prepare for synchronization"
4558
#: drizzled/error.cc:1346
4560
msgid "%-.64s backup driver can't create its image validity point"
4563
#: drizzled/error.cc:1348
4565
msgid "Can't unlock %-.64s backup driver after creating the validity point"
4568
#: drizzled/error.cc:1350
4570
msgid "%-.64s backup driver can't cancel its backup operation"
4573
#: drizzled/error.cc:1352
4575
msgid "%-.64s restore driver can't cancel its restore operation"
4578
#: drizzled/error.cc:1354
4580
msgid "Error when polling %-.64s backup driver for its image data"
4583
#: drizzled/error.cc:1356
4586
"Error when sending image data (for table #%d) to %-.64s restore driver"
4589
#: drizzled/error.cc:1358
4592
"After %d attempts %-.64s restore driver still can't accept next block of data"
4595
#: drizzled/error.cc:1360
4597
msgid "Open and lock tables failed in %-.64s"
4600
#: drizzled/error.cc:1362
4601
msgid "Backup driver's table locking thread can not be initialized."
4604
#: drizzled/error.cc:1364
4606
"Can't open the online backup progress tables. Check 'drizzle.online_backup' "
4607
"and 'drizzle.online_backup_progress'."
4610
#: drizzled/error.cc:1366
4612
msgid "Tablespace '%-.192s' already exists"
4615
#: drizzled/error.cc:1368
4617
msgid "Tablespace '%-.192s' doesn't exist"
4620
#: drizzled/error.cc:1370
4622
msgid "Unexpected master's heartbeat data: %s"
4625
#: drizzled/error.cc:1372
4627
msgid "The requested value for the heartbeat period %s %s"
4630
#: drizzled/error.cc:1374
4632
msgid "Can't write to the online backup progress log %-.64s."
4635
#: drizzled/error.cc:1376
4637
msgid "Tablespace '%-.192s' not empty"
4640
#: drizzled/error.cc:1378
4643
"Tablespace `%-.64s` needed by tables being restored has changed on the "
4644
"server. The original definition of the required tablespace is '%-.256s' "
4645
"while the same tablespace is defined on the server as '%-.256s'"
4648
#: drizzled/error.cc:1380
4649
msgid "A virtual column cannot be based on a virtual column"
4652
#: drizzled/error.cc:1382
4654
msgid "Non-deterministic expression for virtual column '%s'."
4657
#: drizzled/error.cc:1384
4660
"Generated value for virtual column '%s' cannot be converted to type '%s'."
4663
#: drizzled/error.cc:1386
4664
msgid "Primary key cannot be defined upon a virtual column."
4667
#: drizzled/error.cc:1388
4668
msgid "Key/Index cannot be defined on a non-stored virtual column."
4671
#: drizzled/error.cc:1390
4673
msgid "Cannot define foreign key with %s clause on a virtual column."
4676
#: drizzled/error.cc:1392
4678
msgid "The value specified for virtual column '%s' in table '%s' ignored."
4681
#: drizzled/error.cc:1394
4683
msgid "'%s' is not yet supported for virtual columns."
4686
#: drizzled/error.cc:1396
4687
msgid "Constant expression in virtual column function is not allowed."
4690
#: drizzled/error.cc:1398
4691
msgid "Encountered an unknown temporal type."
4694
#: drizzled/error.cc:1400
4696
msgid "Received an invalid string format '%s' for a date value."
4699
#: drizzled/error.cc:1402
4701
msgid "Received an invalid string format '%s' for a time value."
4704
#: drizzled/error.cc:1404
4706
msgid "Received an invalid value '%s' for a UNIX timestamp."
4709
#: drizzled/error.cc:1406
4711
msgid "Received an invalid datetime value '%s'."
4714
#: drizzled/error.cc:1408
4716
msgid "Received a NULL argument for function '%s'."
4719
#: drizzled/error.cc:1410
4721
msgid "Received an invalid negative argument '%s' for function '%s'."
4724
#: drizzled/error.cc:1412
4726
msgid "Received an out-of-range argument '%s' for function '%s'."
4729
#: drizzled/error.cc:1414
4731
msgid "Received an invalid time value '%s'."
4734
#: drizzled/error.cc:1416
4736
msgid "Received an invalid enum value '%s'."
4739
#: drizzled/logging.cc:59
4741
msgid "logging '%s' pre() failed"
4744
#: drizzled/logging.cc:84
4746
msgid "logging '%s' post() failed"
4749
#: drizzled/message/command_reader.cc:55
4751
msgid "Usage: %s COMMAND_LOG\n"
4754
#: drizzled/message/command_reader.cc:64
4756
msgid "Cannot open file: %s\n"
4759
#: drizzled/message/command_reader.cc:83
4761
msgid "Failed to read initial length header\n"
4764
#: drizzled/message/command_reader.cc:90
4766
msgid "Attempted to read record bigger than SIZE_MAX\n"
4769
#: drizzled/message/command_reader.cc:110
4771
msgid "Memory allocation failure trying to allocate %<PRIu64> bytes.\n"
4774
#: drizzled/message/command_reader.cc:120
4777
"Could not read entire transaction. Read %<PRIu64> bytes instead of %<PRIu64> "
4781
#: drizzled/message/command_reader.cc:126
4783
msgid "Unable to parse command. Got error: %s.\n"
4786
#: drizzled/message/command_reader.cc:128
4788
msgid "BUFFER: %s\n"
4791
#: drizzled/message/command_reader.cc:136
4794
"Could not read entire checksum. Read %<PRIu64> bytes instead of 4 bytes.\n"
4797
#: drizzled/plugin/listen_tcp.cc:47
4799
msgid "accept() failed with errno %d"
4802
#: drizzled/plugin/listen_tcp.cc:83
4804
msgid "getaddrinfo() failed with error %s"
4807
#: drizzled/plugin/listen_tcp.cc:115
4809
msgid "setsockopt(IPV6_V6ONLY) failed with errno %d"
4812
#: drizzled/plugin/listen_tcp.cc:126
4814
msgid "fcntl(FD_CLOEXEC) failed with errno %d"
4817
#: drizzled/plugin/listen_tcp.cc:135
4819
msgid "setsockopt(SO_REUSEADDR) failed with errno %d"
4822
#: drizzled/plugin/listen_tcp.cc:144
4824
msgid "setsockopt(SO_KEEPALIVE) failed with errno %d"
4827
#: drizzled/plugin/listen_tcp.cc:153
4829
msgid "setsockopt(SO_LINGER) failed with errno %d"
4832
#: drizzled/plugin/listen_tcp.cc:162
4834
msgid "setsockopt(TCP_NODELAY) failed with errno %d"
4837
#: drizzled/plugin/listen_tcp.cc:183
4839
msgid "Retrying bind() on %u"
4842
#: drizzled/plugin/listen_tcp.cc:190
4844
msgid "bind() failed with errno: %d"
4847
#: drizzled/plugin/listen_tcp.cc:193
4848
msgid "Do you already have another drizzled running?"
4851
#: drizzled/plugin/listen_tcp.cc:200
4853
msgid "listen() failed with errno %d"
4856
#: drizzled/plugin/listen_tcp.cc:206
4858
msgid "Listening on %s:%s\n"
4861
#: drizzled/plugin/storage_engine.cc:315
4863
msgid "Found %d prepared transaction(s) in %s"
4866
#: drizzled/plugin/storage_engine.cc:389
4867
msgid "Starting crash recovery..."
4870
#: drizzled/plugin/storage_engine.cc:398
4872
msgid "Found %d prepared XA transactions"
4875
#: drizzled/plugin/storage_engine.cc:403
4878
"Found %d prepared transactions! It means that drizzled was not shut down "
4879
"properly last time and critical recovery information (last binlog or %s "
4880
"file) was manually deleted after a crash. You have to start drizzled with "
4881
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
4884
#: drizzled/plugin/storage_engine.cc:413
4885
msgid "Crash recovery finished."
4888
#: drizzled/qcache.cc:63
4890
msgid "qcache plugin '%s' try_fetch_and_send() failed"
4893
#: drizzled/qcache.cc:86
4895
msgid "qcache plugin '%s' set() failed"
4898
#: drizzled/qcache.cc:110
4900
msgid "qcache plugin '%s' invalidate_table() failed"
4903
#: drizzled/qcache.cc:137
4905
msgid "qcache plugin '%s' invalidate_db() failed"
4908
#: drizzled/qcache.cc:157
4910
msgid "qcache plugin '%s' flush() failed"
4913
#: drizzled/scheduling.cc:37
4916
"Attempted to register a scheduler %s, but a scheduler has already been "
4917
"registered with that name.\n"
4920
#: drizzled/scheduling.cc:62
4922
msgid "Attempted to configure %s as the scheduler, which did not exist.\n"
4925
#: drizzled/scheduling.cc:77
4926
msgid "Scheduler initialization failed.\n"
4929
#: drizzled/session.cc:2166
4931
msgid "Could not remove temporary table: '%s', error: %d"
4934
#: drizzled/slot/listen.cc:75 drizzled/slot/listen.cc:112
4936
msgid "realloc() failed with errno %d"
4939
#: drizzled/slot/listen.cc:94
4940
msgid "No sockets could be bound for listening"
4943
#: drizzled/slot/listen.cc:104 plugin/console/console.cc:314
4945
msgid "pipe() failed with errno %d"
4948
#: drizzled/slot/listen.cc:137
4950
msgid "poll() failed with errno %d"
4953
#: drizzled/sql_base.cc:1445
4955
msgid "Table %s had a open data handler in reopen_table"
4958
#: drizzled/sql_base.cc:2026
4960
msgid "Couldn't repair table: %s.%s"
4963
#: drizzled/sql_base.cc:2068
4966
"When opening HEAP table, could not allocate memory to write 'DELETE FROM "
4967
"`%s`.`%s`' to replication"
4970
#: drizzled/sql_plugin.cc:553
4972
msgid "Plugin '%s' init function returned error.\n"
4975
#: drizzled/sql_plugin.cc:713
4976
msgid "plugin-load parameter too long"
4979
#: drizzled/sql_plugin.cc:775
4981
msgid "Couldn't load plugin named '%s' with soname '%s'."
4984
#: drizzled/sql_plugin.cc:1115
4985
msgid "Out of memory."
4988
#: drizzled/sql_plugin.cc:1967 drizzled/sql_plugin.cc:2030
4990
msgid "Unknown variable type code 0x%x in plugin '%s'."
4993
#: drizzled/sql_plugin.cc:2010
4996
"Server variable %s of plugin %s was forced to be read-only: string variable "
4997
"without update_func and PLUGIN_VAR_MEMALLOC flag"
5000
#: drizzled/sql_plugin.cc:2041
5002
msgid "Missing variable name in plugin '%s'."
5005
#: drizzled/sql_plugin.cc:2058
5007
msgid "Thread local variable '%s' not allocated in plugin '%s'."
5010
#: drizzled/sql_plugin.cc:2186
5012
msgid "Out of memory for plugin '%s'."
5015
#: drizzled/sql_plugin.cc:2193
5017
msgid "Bad options for plugin '%s'."
5020
#: drizzled/sql_plugin.cc:2202
5022
msgid "Parsing options for plugin '%s' failed."
5025
#: drizzled/sql_plugin.cc:2251
5027
msgid "Plugin '%s' has conflicting system variables"
5030
#: drizzled/sql_table.cc:231
5032
"Table name cannot be encoded and fit within filesystem name length "
5036
#: drizzled/sql_table.cc:241
5038
"Schema name cannot be encoded and fit within filesystem name length "
5042
#: drizzled/sql_table.cc:2360
5044
msgid "Unknown - internal error %d during operation"
5047
#: drizzled/statement/alter_table.cc:1136
5049
msgid "Could not open table %s.%s after rename\n"
5052
#: drizzled/statement/alter_table.cc:1299
5055
"order_st BY ignored because there is a user-defined clustered index in the "
5059
#: drizzled/table.cc:329
5062
"'%s' had no or invalid character set, and default character set is multi-"
5063
"byte, so character column sizes may have changed"
5066
#: drizzled/table.cc:1608
5068
msgid "Unknown collation '%s' in table '%-.64s' definition"
5071
#: drizzled/table.cc:1615
5074
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
5078
#: drizzled/table.cc:3515
5080
msgid "Got error %d when reading table '%s'"
5083
#: drizzled/tztime.cc:1061
5085
msgid "Fatal error: Illegal or unknown default time zone '%s'"
5088
#: gnulib/getopt.c:529 gnulib/getopt.c:545
5090
msgid "%s: option `%s' is ambiguous\n"
5093
#: gnulib/getopt.c:578 gnulib/getopt.c:582
5095
msgid "%s: option `--%s' doesn't allow an argument\n"
5098
#: gnulib/getopt.c:591 gnulib/getopt.c:596
5100
msgid "%s: option `%c%s' doesn't allow an argument\n"
5103
#: gnulib/getopt.c:639 gnulib/getopt.c:658 gnulib/getopt.c:974
5104
#: gnulib/getopt.c:993
5106
msgid "%s: option `%s' requires an argument\n"
5109
#: gnulib/getopt.c:696 gnulib/getopt.c:699
5111
msgid "%s: unrecognized option `--%s'\n"
5114
#: gnulib/getopt.c:707 gnulib/getopt.c:710
5116
msgid "%s: unrecognized option `%c%s'\n"
5119
#: gnulib/getopt.c:762 gnulib/getopt.c:765
5121
msgid "%s: illegal option -- %c\n"
5124
#: gnulib/getopt.c:771 gnulib/getopt.c:774
5126
msgid "%s: invalid option -- %c\n"
5129
#: gnulib/getopt.c:826 gnulib/getopt.c:842 gnulib/getopt.c:1046
5130
#: gnulib/getopt.c:1064
5132
msgid "%s: option requires an argument -- %c\n"
5135
#: gnulib/getopt.c:895 gnulib/getopt.c:911
5137
msgid "%s: option `-W %s' is ambiguous\n"
5140
#: gnulib/getopt.c:935 gnulib/getopt.c:953
5142
msgid "%s: option `-W %s' doesn't allow an argument\n"
5145
#: mysys/default.cc:684
5147
msgid "error: could not open directory: %s\n"
5150
#: mysys/errors.cc:25
5152
msgid "Can't create/write to file '%s' (Errcode: %d)"
5155
#: mysys/errors.cc:26
5157
msgid "Error reading file '%s' (Errcode: %d)"
5160
#: mysys/errors.cc:27
5162
msgid "Error writing file '%s' (Errcode: %d)"
5165
#: mysys/errors.cc:28
5167
msgid "Error on close of '%s' (Errcode: %d)"
5170
#: mysys/errors.cc:29
5172
msgid "Out of memory (Needed %u bytes)"
5175
#: mysys/errors.cc:30
5177
msgid "Error on delete of '%s' (Errcode: %d)"
5180
#: mysys/errors.cc:31
5182
msgid "Error on rename of '%s' to '%s' (Errcode: %d)"
5185
#: mysys/errors.cc:32
5187
msgid "Unexpected eof found when reading file '%s' (Errcode: %d)"
5190
#: mysys/errors.cc:33
5192
msgid "Can't lock file (Errcode: %d)"
5195
#: mysys/errors.cc:34
5197
msgid "Can't unlock file (Errcode: %d)"
5200
#: mysys/errors.cc:35
5202
msgid "Can't read dir of '%s' (Errcode: %d)"
5205
#: mysys/errors.cc:36
5207
msgid "Can't get stat of '%s' (Errcode: %d)"
5210
#: mysys/errors.cc:37
5212
msgid "Can't change size of file (Errcode: %d)"
5215
#: mysys/errors.cc:38
5217
msgid "Can't open stream from handle (Errcode: %d)"
5220
#: mysys/errors.cc:39
5222
msgid "Can't get working dirctory (Errcode: %d)"
5225
#: mysys/errors.cc:40
5227
msgid "Can't change dir to '%s' (Errcode: %d)"
5230
#: mysys/errors.cc:41
5232
msgid "Warning: '%s' had %d links"
5235
#: mysys/errors.cc:42
5237
msgid "Warning: %d files and %d streams is left open\n"
5240
#: mysys/errors.cc:43
5242
msgid "Disk is full writing '%s'. Waiting for someone to free space..."
5245
#: mysys/errors.cc:44
5247
msgid "Can't create directory '%s' (Errcode: %d)"
5250
#: mysys/errors.cc:45
5253
"Character set '%s' is not a compiled character set and is not specified in "
5257
#: mysys/errors.cc:46
5259
msgid "Out of resources when opening file '%s' (Errcode: %d)"
5262
#: mysys/errors.cc:47
5264
msgid "Can't read value for symlink '%s' (Error %d)"
5267
#: mysys/errors.cc:48
5269
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
5272
#: mysys/errors.cc:49
5274
msgid "Error on realpath() on '%s' (Error %d)"
5277
#: mysys/errors.cc:50
5279
msgid "Can't sync file '%s' to disk (Errcode: %d)"
5282
#: mysys/errors.cc:51
5285
"Collation '%s' is not a compiled collation and is not specified in the %s "
5289
#: mysys/errors.cc:52
5291
msgid "File '%s' not found (Errcode: %d)"
5294
#: mysys/errors.cc:53
5296
msgid "File '%s' (fileno: %d) was not closed"
5299
#: mysys/my_error.cc:85
5301
msgid "Unknown error %d"
5304
#: mysys/my_getopt.cc:90
5308
#: mysys/my_getopt.cc:92
5312
#: mysys/my_getopt.cc:356
5314
msgid "%s: %s: Option '%s' used, but is disabled\n"
5317
#: mysys/my_getopt.cc:357
5321
#: mysys/my_getopt.cc:357
5325
#: mysys/my_getopt.cc:460
5327
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
5330
#: mysys/my_getopt.cc:775
5332
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
5335
#: mysys/my_getopt.cc:968
5337
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
5340
#: mysys/my_getopt.cc:1200
5342
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
5345
#: mysys/my_getopt.cc:1220
5349
"Variables (--variable-name=value)\n"
5350
"and boolean options {false|true} Value (after reading options)\n"
5351
"--------------------------------- -----------------------------\n"
5354
#: mysys/my_getopt.cc:1236 mysys/my_getopt.cc:1252
5355
msgid "(No default value)"
5358
#: mysys/my_getopt.cc:1255
5362
#: mysys/my_getopt.cc:1255
5366
#: mysys/my_getopt.cc:1288
5368
msgid "(Disabled)\n"
5371
#: plugin/auth_http/auth_http.cc:138
5372
msgid "Enable HTTP Auth check"
5375
#: plugin/auth_http/auth_http.cc:148
5376
msgid "URL for HTTP Auth check"
5379
#: plugin/command_log/command_log.cc:116
5380
#: plugin/command_log/command_log_reader.cc:94
5382
msgid "Failed to open command log file %s. Got error: %s\n"
5385
#: plugin/command_log/command_log.cc:200
5388
"Failed to write full size of command. Tried to write %<PRId64> bytes at "
5389
"offset %<PRId64>, but only wrote %<PRId64> bytes. Error: %s\n"
5392
#: plugin/command_log/command_log.cc:242
5395
"Failed to write full serialized command. Tried to write %<PRId64> bytes at "
5396
"offset %<PRId64>, but only wrote %<PRId64> bytes. Error: %s\n"
5399
#: plugin/command_log/command_log.cc:294
5402
"Failed to write full checksum of command. Tried to write %<PRId64> bytes at "
5403
"offset %<PRId64>, but only wrote %<PRId64> bytes. Error: %s\n"
5406
#: plugin/command_log/command_log.cc:390
5407
msgid "Enable command log"
5410
#: plugin/command_log/command_log.cc:398
5411
msgid "DEBUGGING - Truncate command log"
5414
#: plugin/command_log/command_log.cc:406
5415
msgid "Path to the file to use for command log."
5418
#: plugin/command_log/command_log.cc:414
5419
msgid "Enable CRC32 Checksumming"
5422
#: plugin/command_log/command_log.cc:432
5423
msgid "Command Message Log"
5426
#: plugin/command_log/command_log_reader.cc:114
5428
msgid "Failed to read length header at offset %<PRId64>. Got error: %s\n"
5431
#: plugin/command_log/command_log_reader.cc:137
5433
msgid "Failed to parse command message at offset %<PRId64>. Got error: %s\n"
5436
#: plugin/command_log/command_log_reader.cc:171
5438
msgid "Failed to read checksum trailer at offset %<PRId64>. Got error: %s\n"
5441
#: plugin/command_log/command_log_reader.cc:186
5442
msgid "Checksum FAILED!\n"
5445
#: plugin/console/console.cc:346
5446
msgid "Enable the console."
5449
#: plugin/console/console.cc:349
5450
msgid "Turn on extra debugging."
5453
#: plugin/default_replicator/default_replicator.cc:97
5454
msgid "Enable default replicator"
5457
#: plugin/default_replicator/default_replicator.cc:112
5458
msgid "Default Replicator"
5461
#: plugin/errmsg_stderr/errmsg_stderr.cc:78
5462
msgid "Error Messages to stderr"
5465
#: plugin/filtered_replicator/filtered_replicator.cc:486
5466
msgid "Enable filtered replicator"
5469
#: plugin/filtered_replicator/filtered_replicator.cc:493
5470
msgid "List of schemas to filter"
5473
#: plugin/filtered_replicator/filtered_replicator.cc:500
5474
msgid "List of tables to filter"
5477
#: plugin/filtered_replicator/filtered_replicator.cc:507
5478
msgid "Regular expression to apply to schemas to filter"
5481
#: plugin/filtered_replicator/filtered_replicator.cc:514
5482
msgid "Regular expression to apply to tables to filter"
5485
#: plugin/filtered_replicator/filtered_replicator.cc:533
5486
msgid "Filtered Replicator"
5489
#: plugin/logging_gearman/logging_gearman.cc:186
5491
msgid "fail gearman_client_create(): %s"
5494
#: plugin/logging_gearman/logging_gearman.cc:197
5496
msgid "fail gearman_client_add_server(): %s"
5499
#: plugin/logging_gearman/logging_gearman.cc:310
5500
msgid "Enable logging to a gearman server"
5503
#: plugin/logging_gearman/logging_gearman.cc:319
5504
msgid "Hostname for logging to a Gearman server"
5507
#: plugin/logging_gearman/logging_gearman.cc:328
5508
msgid "Gearman Function to send logging to"
5511
#: plugin/logging_gearman/logging_gearman.cc:345
5512
msgid "Log queries to a Gearman server"
5515
#: plugin/logging_query/logging_query.cc:188
5517
msgid "fail open() fn=%s er=%s\n"
5520
#: plugin/logging_query/logging_query.cc:344
5521
msgid "Enable logging to CSV file"
5524
#: plugin/logging_query/logging_query.cc:353
5525
msgid "File to log to"
5528
#: plugin/logging_query/logging_query.cc:362
5529
msgid "PCRE to match the query against"
5532
#: plugin/logging_query/logging_query.cc:371
5533
#: plugin/logging_syslog/logging_syslog.cc:231
5534
msgid "Threshold for logging slow queries, in microseconds"
5537
#: plugin/logging_query/logging_query.cc:383
5538
#: plugin/logging_syslog/logging_syslog.cc:243
5539
msgid "Threshold for logging big queries, for rows returned"
5542
#: plugin/logging_query/logging_query.cc:395
5543
#: plugin/logging_syslog/logging_syslog.cc:255
5544
msgid "Threshold for logging big queries, for rows examined"
5547
#: plugin/logging_query/logging_query.cc:418
5548
msgid "Log queries to a CSV file"
5551
#: plugin/logging_syslog/logging_syslog.cc:84
5553
msgid "syslog facility \"%s\" not known, using \"local0\""
5556
#: plugin/logging_syslog/logging_syslog.cc:100
5558
msgid "syslog priority \"%s\" not known, using \"info\""
5561
#: plugin/logging_syslog/logging_syslog.cc:195
5562
msgid "Enable logging to syslog"
5565
#: plugin/logging_syslog/logging_syslog.cc:204
5566
msgid "Syslog Ident"
5569
#: plugin/logging_syslog/logging_syslog.cc:213
5570
msgid "Syslog Facility"
5573
#: plugin/logging_syslog/logging_syslog.cc:222
5574
msgid "Syslog Priority"
5577
#: plugin/logging_syslog/logging_syslog.cc:279
5578
msgid "Log to syslog"
5581
#: plugin/multi_thread/multi_thread.cc:171
5582
msgid "Maximum number of user threads available."
5585
#: plugin/myisam/ha_myisam.cc:447
5587
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
5590
#: plugin/myisam/ha_myisam.cc:451
5592
msgid "Got an error from unknown thread, %s:%d"
5595
#: plugin/myisam/ha_myisam.cc:457
5596
msgid "Unknown thread accessing table"
5599
#: plugin/myisam/ha_myisam.cc:1488
5600
msgid "Block size to be used for MyISAM index pages."
5603
#: plugin/myisam/ha_myisam.cc:1494
5605
"Number of threads to use when repairing MyISAM tables. The value of 1 "
5606
"disables parallel repair."
5609
#: plugin/myisam/ha_myisam.cc:1500
5611
"Don't use the fast sort index method to created index if the temporary file "
5612
"would get bigger than this."
5615
#: plugin/myisam/ha_myisam.cc:1505
5617
"The buffer that is allocated when sorting the index when doing a REPAIR or "
5618
"when creating indexes with CREATE INDEX or ALTER TABLE."
5621
#: plugin/myisam/ha_myisam.cc:1511
5622
msgid "Default pointer size to be used for MyISAM tables."
5625
#: plugin/myisam/my_handler_errors.cc:34
5626
msgid "Didn't find key on read or update"
5629
#: plugin/myisam/my_handler_errors.cc:36
5630
msgid "Duplicate key on write or update"
5633
#: plugin/myisam/my_handler_errors.cc:38
5634
msgid "Internal (unspecified) error in handler"
5637
#: plugin/myisam/my_handler_errors.cc:40
5639
"Someone has changed the row since it was read (while the table was locked to "
5643
#: plugin/myisam/my_handler_errors.cc:43
5644
msgid "Wrong index given to function"
5647
#: plugin/myisam/my_handler_errors.cc:45
5648
msgid "Undefined handler error 125"
5651
#: plugin/myisam/my_handler_errors.cc:47
5652
msgid "Index file is crashed"
5655
#: plugin/myisam/my_handler_errors.cc:49
5656
msgid "Record file is crashed"
5659
#: plugin/myisam/my_handler_errors.cc:51
5660
msgid "Out of memory in engine"
5663
#: plugin/myisam/my_handler_errors.cc:53
5664
msgid "Undefined handler error 129"
5667
#: plugin/myisam/my_handler_errors.cc:55
5668
msgid "Incorrect file format"
5671
#: plugin/myisam/my_handler_errors.cc:57
5672
msgid "Command not supported by database"
5675
#: plugin/myisam/my_handler_errors.cc:59
5676
msgid "Old database file"
5679
#: plugin/myisam/my_handler_errors.cc:61
5680
msgid "No record read before update"
5683
#: plugin/myisam/my_handler_errors.cc:63
5684
msgid "Record was already deleted (or record file crashed)"
5687
#: plugin/myisam/my_handler_errors.cc:65
5688
msgid "No more room in record file"
5691
#: plugin/myisam/my_handler_errors.cc:67
5692
msgid "No more room in index file"
5695
#: plugin/myisam/my_handler_errors.cc:69
5696
msgid "No more records (read after end of file)"
5699
#: plugin/myisam/my_handler_errors.cc:71
5700
msgid "Unsupported extension used for table"
5703
#: plugin/myisam/my_handler_errors.cc:73
5707
#: plugin/myisam/my_handler_errors.cc:75
5708
msgid "Wrong create options"
5711
#: plugin/myisam/my_handler_errors.cc:77
5712
msgid "Duplicate unique key or constraint on write or update"
5715
#: plugin/myisam/my_handler_errors.cc:79
5716
msgid "Unknown character set used in table"
5719
#: plugin/myisam/my_handler_errors.cc:81
5720
msgid "Conflicting table definitions in sub-tables of MERGE table"
5723
#: plugin/myisam/my_handler_errors.cc:83
5724
msgid "Table is crashed and last repair failed"
5727
#: plugin/myisam/my_handler_errors.cc:85
5728
msgid "Table was marked as crashed and should be repaired"
5731
#: plugin/myisam/my_handler_errors.cc:87
5732
msgid "Lock timed out; Retry transaction"
5735
#: plugin/myisam/my_handler_errors.cc:89
5736
msgid "Lock table is full; Restart program with a larger locktable"
5739
#: plugin/myisam/my_handler_errors.cc:91
5740
msgid "Updates are not allowed under a read only transactions"
5743
#: plugin/myisam/my_handler_errors.cc:93
5744
msgid "Lock deadlock; Retry transaction"
5747
#: plugin/myisam/my_handler_errors.cc:95
5748
msgid "Foreign key constraint is incorrectly formed"
5751
#: plugin/myisam/my_handler_errors.cc:97
5752
msgid "Cannot add a child row"
5755
#: plugin/myisam/my_handler_errors.cc:99
5756
msgid "Cannot delete a parent row"
5759
#: plugin/myisam/my_handler_errors.cc:101
5760
msgid "No savepoint with that name"
5763
#: plugin/myisam/my_handler_errors.cc:103
5764
msgid "Non unique key block size"
5767
#: plugin/myisam/my_handler_errors.cc:105
5768
msgid "The table does not exist in engine"
5771
#: plugin/myisam/my_handler_errors.cc:107
5772
msgid "The table already existed in storage engine"
5775
#: plugin/myisam/my_handler_errors.cc:109
5776
msgid "Could not connect to storage engine"
5779
#: plugin/myisam/my_handler_errors.cc:111
5780
msgid "Unexpected null pointer found when using spatial index"
5783
#: plugin/myisam/my_handler_errors.cc:113
5784
msgid "The table changed in storage engine"
5787
#: plugin/myisam/my_handler_errors.cc:115
5788
msgid "There's no partition in table for the given value"
5791
#: plugin/myisam/my_handler_errors.cc:117
5792
msgid "Row-based binlogging of row failed"
5795
#: plugin/myisam/my_handler_errors.cc:119
5796
msgid "Index needed in foreign key constraint"
5799
#: plugin/myisam/my_handler_errors.cc:121
5800
msgid "Upholding foreign key constraints would lead to a duplicate key error"
5803
#: plugin/myisam/my_handler_errors.cc:123
5804
msgid "Table needs to be upgraded before it can be used"
5807
#: plugin/myisam/my_handler_errors.cc:125
5808
msgid "Table is read only"
5811
#: plugin/myisam/my_handler_errors.cc:127
5812
msgid "Failed to get next auto increment value"
5815
#: plugin/myisam/my_handler_errors.cc:129
5816
msgid "Failed to set row auto increment value"
5819
#: plugin/myisam/my_handler_errors.cc:131
5820
msgid "Unknown (generic) error from engine"
5823
#: plugin/myisam/my_handler_errors.cc:133
5824
msgid "Record is the same"
5827
#: plugin/myisam/my_handler_errors.cc:135
5828
msgid "It is not possible to log this statement"
5831
#: plugin/myisam/my_handler_errors.cc:137
5832
msgid "Tablespace exists"
5835
#: plugin/myisam/my_handler_errors.cc:139
5836
msgid "The event was corrupt, leading to illegal data being read"
5839
#: plugin/myisam/my_handler_errors.cc:141
5840
msgid "The table is of a new format not supported by this version"
5843
#: plugin/myisam/my_handler_errors.cc:143
5844
msgid "The event could not be processed no other handler error happened"
5847
#: plugin/myisam/my_handler_errors.cc:145
5848
msgid "Got a fatal error during initialzation of handler"
5851
#: plugin/myisam/my_handler_errors.cc:147
5852
msgid "File to short; Expected more data in file"
5855
#: plugin/myisam/my_handler_errors.cc:149
5856
msgid "Read page with wrong checksum"
5859
#: plugin/myisam/my_handler_errors.cc:151
5860
msgid "Lock or active transaction"
5863
#: plugin/myisam/my_handler_errors.cc:153
5864
msgid "No such table space"
5867
#: plugin/myisam/my_handler_errors.cc:155
5868
msgid "Tablespace not empty"
5871
#: plugin/oldlibdrizzle/drizzle.cc:257 plugin/oldlibdrizzle/errmsg.cc:39
5873
msgid "%-.100s via TCP/IP"
5876
#: plugin/oldlibdrizzle/errmsg.cc:28
5877
msgid "Unknown Drizzle error"
5880
#: plugin/oldlibdrizzle/errmsg.cc:29
5882
msgid "Can't create UNIX socket (%d)"
5885
#: plugin/oldlibdrizzle/errmsg.cc:30
5887
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
5890
#: plugin/oldlibdrizzle/errmsg.cc:31
5892
msgid "Can't connect to Drizzle server on '%-.100s:%lu' (%d)"
5895
#: plugin/oldlibdrizzle/errmsg.cc:32
5897
msgid "Can't create TCP/IP socket (%d)"
5900
#: plugin/oldlibdrizzle/errmsg.cc:33
5902
msgid "Unknown Drizzle server host '%-.100s' (%d)"
5905
#: plugin/oldlibdrizzle/errmsg.cc:34
5906
msgid "Drizzle server has gone away"
5909
#: plugin/oldlibdrizzle/errmsg.cc:35
5911
msgid "Protocol mismatch; server version = %d, client version = %d"
5914
#: plugin/oldlibdrizzle/errmsg.cc:36
5915
msgid "Drizzle client ran out of memory"
5918
#: plugin/oldlibdrizzle/errmsg.cc:37
5919
msgid "Wrong host info"
5922
#: plugin/oldlibdrizzle/errmsg.cc:38
5923
msgid "Localhost via UNIX socket"
5926
#: plugin/oldlibdrizzle/errmsg.cc:40
5927
msgid "Error in server handshake"
5930
#: plugin/oldlibdrizzle/errmsg.cc:41
5931
msgid "Lost connection to Drizzle server during query"
5934
#: plugin/oldlibdrizzle/errmsg.cc:42
5935
msgid "Commands out of sync; you can't run this command now"
5938
#: plugin/oldlibdrizzle/errmsg.cc:43
5940
msgid "Named pipe: %-.32s"
5943
#: plugin/oldlibdrizzle/errmsg.cc:44
5945
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
5948
#: plugin/oldlibdrizzle/errmsg.cc:45
5950
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
5953
#: plugin/oldlibdrizzle/errmsg.cc:46
5955
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
5958
#: plugin/oldlibdrizzle/errmsg.cc:47
5960
msgid "Can't initialize character set %-.32s (path: %-.100s)"
5963
#: plugin/oldlibdrizzle/errmsg.cc:48
5964
msgid "Got packet bigger than 'max_allowed_packet' bytes"
5967
#: plugin/oldlibdrizzle/errmsg.cc:49
5968
msgid "Embedded server"
5971
#: plugin/oldlibdrizzle/errmsg.cc:50
5972
msgid "Error on SHOW SLAVE STATUS:"
5975
#: plugin/oldlibdrizzle/errmsg.cc:51
5976
msgid "Error on SHOW SLAVE HOSTS:"
5979
#: plugin/oldlibdrizzle/errmsg.cc:52
5980
msgid "Error connecting to slave:"
5983
#: plugin/oldlibdrizzle/errmsg.cc:53
5984
msgid "Error connecting to master:"
5987
#: plugin/oldlibdrizzle/errmsg.cc:54
5988
msgid "SSL connection error"
5991
#: plugin/oldlibdrizzle/errmsg.cc:55
5992
msgid "Malformed packet"
5995
#: plugin/oldlibdrizzle/errmsg.cc:56 plugin/oldlibdrizzle/errmsg.cc:67
5996
#: plugin/oldlibdrizzle/errmsg.cc:68 plugin/oldlibdrizzle/errmsg.cc:69
5997
#: plugin/oldlibdrizzle/errmsg.cc:70 plugin/oldlibdrizzle/errmsg.cc:71
5998
#: plugin/oldlibdrizzle/errmsg.cc:72 plugin/oldlibdrizzle/errmsg.cc:73
5999
#: plugin/oldlibdrizzle/errmsg.cc:74 plugin/oldlibdrizzle/errmsg.cc:75
6000
msgid "(unused error message)"
6003
#: plugin/oldlibdrizzle/errmsg.cc:57
6004
msgid "Invalid use of null pointer"
6007
#: plugin/oldlibdrizzle/errmsg.cc:58
6008
msgid "Statement not prepared"
6011
#: plugin/oldlibdrizzle/errmsg.cc:59
6012
msgid "No data supplied for parameters in prepared statement"
6015
#: plugin/oldlibdrizzle/errmsg.cc:60
6016
msgid "Data truncated"
6019
#: plugin/oldlibdrizzle/errmsg.cc:61
6020
msgid "No parameters exist in the statement"
6023
#: plugin/oldlibdrizzle/errmsg.cc:62
6024
msgid "Invalid parameter number"
6027
#: plugin/oldlibdrizzle/errmsg.cc:63
6030
"Can't send long data for non-string/non-binary data types (parameter: %d)"
6033
#: plugin/oldlibdrizzle/errmsg.cc:65
6035
msgid "Using unsupported buffer type: %d (parameter: %d)"
6038
#: plugin/oldlibdrizzle/errmsg.cc:66
6040
msgid "Shared memory: %-.100s"
6043
#: plugin/oldlibdrizzle/errmsg.cc:76
6044
msgid "Wrong or unknown protocol"
6047
#: plugin/oldlibdrizzle/errmsg.cc:77
6048
msgid "Invalid connection handle"
6051
#: plugin/oldlibdrizzle/errmsg.cc:78
6053
"Connection using old (pre-4.1.1) authentication protocol refused (client "
6054
"option 'secure_auth' enabled)"
6057
#: plugin/oldlibdrizzle/errmsg.cc:80
6058
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
6061
#: plugin/oldlibdrizzle/errmsg.cc:81
6062
msgid "Attempt to read column without prior row fetch"
6065
#: plugin/oldlibdrizzle/errmsg.cc:82
6066
msgid "Prepared statement contains no metadata"
6069
#: plugin/oldlibdrizzle/errmsg.cc:83
6071
"Attempt to read a row while there is no result set associated with the "
6075
#: plugin/oldlibdrizzle/errmsg.cc:85
6076
msgid "This feature is not implemented yet"
6079
#: plugin/oldlibdrizzle/errmsg.cc:86
6082
"Lost connection to Drizzle server while waiting for initial communication "
6083
"packet, system error: %d"
6086
#: plugin/oldlibdrizzle/errmsg.cc:88
6089
"Lost connection to Drizzle server while reading initial communication "
6090
"packet, system error: %d"
6093
#: plugin/oldlibdrizzle/errmsg.cc:90
6096
"Lost connection to Drizzle server while sending authentication information, "
6100
#: plugin/oldlibdrizzle/errmsg.cc:92
6103
"Lost connection to Drizzle server while reading authorization information, "
6107
#: plugin/oldlibdrizzle/errmsg.cc:94
6110
"Lost connection to Drizzle server while setting initial database, system "
6114
#: plugin/oldlibdrizzle/errmsg.cc:96
6116
msgid "Statement closed indirectly because of a preceding %s() call"
6119
#: plugin/oldlibdrizzle/oldlibdrizzle.cc:829
6120
msgid "Connect Timeout."
6123
#: plugin/oldlibdrizzle/oldlibdrizzle.cc:832
6124
msgid "Read Timeout."
6127
#: plugin/oldlibdrizzle/oldlibdrizzle.cc:834
6128
msgid "Write Timeout."
6131
#: plugin/oldlibdrizzle/oldlibdrizzle.cc:836
6132
msgid "Retry Count."
6135
#: plugin/pool_of_threads/pool_of_threads.cc:237
6136
msgid "event_add error in libevent_add_session_callback\n"
6139
#: plugin/pool_of_threads/pool_of_threads.cc:403
6140
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
6143
#: plugin/pool_of_threads/pool_of_threads.cc:410
6144
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
6147
#: plugin/pool_of_threads/pool_of_threads.cc:422
6148
msgid "session_add_event event_add error in libevent_init\n"
6151
#: plugin/pool_of_threads/pool_of_threads.cc:435
6153
msgid "Can't create completion port thread (error %d)"
6156
#: plugin/pool_of_threads/pool_of_threads.cc:527
6157
msgid "libevent_thread_proc: my_thread_init() failed\n"
6160
#: plugin/pool_of_threads/pool_of_threads.cc:725
6161
msgid "Size of Pool."
6164
#: plugin/signal_handler/signal_handler.cc:214
6166
msgid "Can't create interrupt-thread (error %d, errno: %d)"