1
# Slovak 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-05-25 10:55-0700\n"
11
"PO-Revision-Date: 2009-07-23 10:03+0000\n"
12
"Last-Translator: milboy <Unknown>\n"
13
"Language-Team: Slovak <sk@li.org>\n"
15
"Content-Type: text/plain; charset=UTF-8\n"
16
"Content-Transfer-Encoding: 8bit\n"
17
"Plural-Forms: nplurals=3; plural=(n==1) ? 1 : (n>=2 && n<=4) ? 2 : 0;\n"
18
"X-Launchpad-Export-Date: 2009-07-28 18:17+0000\n"
19
"X-Generator: Launchpad (build 8323)\n"
21
#: client/drizzle.cc:273
22
msgid "Synonym for `help'."
23
msgstr "Synonymum pre ´pomocníka´."
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."
31
msgstr "Znovu pripojenie k serveru. Voliteľné argumenty sú db a host."
33
#: client/drizzle.cc:278
35
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
37
"Nastaviť oddeľovač príkazov. POZOR: Ako oddeľovač sa použije všetko až po "
40
#: client/drizzle.cc:280
41
msgid "Send command to drizzle server, display result vertically."
42
msgstr "Poslať príkaz na drizzle server a zobraziť výsledok vodorovne."
44
#: client/drizzle.cc:281
45
msgid "Exit drizzle. Same as quit."
46
msgstr "Ukončenie drizzle. Rovnaké ako koniec."
48
#: client/drizzle.cc:282
49
msgid "Send command to drizzle server."
50
msgstr "Poslať príkaz na drizzle server."
52
#: client/drizzle.cc:283
53
msgid "Display this help."
54
msgstr "Zobraziť pomocníka."
56
#: client/drizzle.cc:284
57
msgid "Disable pager, print to stdout."
60
#: client/drizzle.cc:285
61
msgid "Don't write into outfile."
62
msgstr "Nezapisovať do výstupného súboru."
64
#: client/drizzle.cc:287
65
msgid "Set PAGER [to_pager]. Print the query results via PAGER."
66
msgstr "Nastaviť PAGER [to_pager]. Vytlačiť výsledok cez PAGER."
68
#: client/drizzle.cc:288
69
msgid "Print current command."
70
msgstr "Vytlačiť aktuány príkaz."
72
#: client/drizzle.cc:289
73
msgid "Change your drizzle prompt."
74
msgstr "Zmeniť váš drizzle riadok."
76
#: client/drizzle.cc:290
78
msgstr "Ukončiť drizzle."
80
#: client/drizzle.cc:291
81
msgid "Rebuild completion hash."
82
msgstr "Znovu nastaviť dokončenie hash."
84
#: client/drizzle.cc:293
85
msgid "Execute an SQL script file. Takes a file name as an argument."
88
#: client/drizzle.cc:294
89
msgid "Get status information from the server."
90
msgstr "Získať informácie zo servera."
92
#: client/drizzle.cc:296
93
msgid "Set outfile [to_outfile]. Append everything into given outfile."
96
#: client/drizzle.cc:298
97
msgid "Use another database. Takes database name as argument."
98
msgstr "Použiť inú databázu. Databáza má názov ako argument."
100
#: client/drizzle.cc:300 client/drizzle.cc:1581
101
msgid "Show warnings after every statement."
104
#: client/drizzle.cc:302
105
msgid "Don't show warnings after every statement."
108
#: client/drizzle.cc:1167 client/drizzle.cc:1174
111
"Memory allocation error while constructing initial prompt. Aborting.\n"
114
#: client/drizzle.cc:1270
115
msgid "Welcome to the Drizzle client.. Commands end with ; or \\g."
116
msgstr "Vitajte v drizzle klientovi.. Príkazy končiť s ; alebo \\g"
118
#: client/drizzle.cc:1280
121
"Your Drizzle connection id is %u\n"
122
"Server version: %s\n"
124
"Vaše id Drizzle pripojenia je %u\n"
125
"Verzia servera: %s\n"
127
#: client/drizzle.cc:1308
129
msgid "Reading history-file %s\n"
132
#: client/drizzle.cc:1312
134
msgid "Couldn't allocate memory for temp histfile!\n"
137
#: client/drizzle.cc:1319
138
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
140
"Napíšte ´help;´ alebo '\\h' pre pomocníka. Napíšte '\\c' na vymazanie "
143
#: client/drizzle.cc:1338
145
msgid "Writing history-file %s\n"
148
#: client/drizzle.cc:1345
152
#: client/drizzle.cc:1345
156
#: client/drizzle.cc:1400
157
msgid "Query aborted by Ctrl+C\n"
160
#: client/drizzle.cc:1423 drizzled/drizzled.cc:2097
161
msgid "Display this help and exit."
162
msgstr "Zobraziť pomocníka a ukončiť."
164
#: client/drizzle.cc:1425
165
msgid "Synonym for -?"
166
msgstr "Synonymum pre -?"
168
#: client/drizzle.cc:1428
170
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
171
"and field completion, but startup and reconnecting may take a longer time. "
172
"Disable with --disable-auto-rehash."
175
#: client/drizzle.cc:1432
177
"No automatic rehashing. One has to use 'rehash' to get table and field "
178
"completion. This gives a quicker start of drizzle_st and disables rehashing "
179
"on reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
182
#: client/drizzle.cc:1435
184
"Automatically switch to vertical output mode if the result is wider than the "
188
#: client/drizzle.cc:1438
190
"Don't use history file. Disable interactive behavior. (Enables --silent)"
193
#: client/drizzle.cc:1439
194
msgid "Display column type information."
197
#: client/drizzle.cc:1442
199
"Preserve comments. Send comments to the server. The default is --skip-"
200
"comments (discard comments), enable with --comments"
203
#: client/drizzle.cc:1445
204
msgid "Use compression in server/client protocol."
205
msgstr "Použiť kompresiu v protokole server/klient"
207
#: client/drizzle.cc:1448
208
msgid "Check memory and open file usage at exit ."
211
#: client/drizzle.cc:1451
212
msgid "Print some debug info at exit."
213
msgstr "Vytlačiť niektoré informácie o zlyhaní a ukončiť."
215
#: client/drizzle.cc:1453
216
msgid "Database to use."
217
msgstr "Databáza na použitie."
219
#: client/drizzle.cc:1456
221
msgstr "(nepoužívaný)"
223
#: client/drizzle.cc:1458
224
msgid "Delimiter to be used."
225
msgstr "Použitý oddeľovač."
227
#: client/drizzle.cc:1460
228
msgid "Execute command and quit. (Disables --force and history file)"
229
msgstr "Vykonať príkaz a ukončiť. (Deaktivuje --force a históriu súboru)"
231
#: client/drizzle.cc:1462
232
msgid "Print the output of a query (rows) vertically."
235
#: client/drizzle.cc:1465
236
msgid "Continue even if we get an sql error."
239
#: client/drizzle.cc:1469
241
"Enable named commands. Named commands mean this program's internal commands; "
242
"see drizzle> help . When enabled, the named commands can be used from any "
243
"line of the query, otherwise only from the first line, before an enter. "
244
"Disable with --disable-named-commands. This option is disabled by default."
247
#: client/drizzle.cc:1473
249
"Named commands are disabled. Use \\* form only, or use named commands only "
250
"in the beginning of a line ending with a semicolon (;) Since version 10.9 "
251
"the client now starts with this option ENABLED by default! Disable with '-"
252
"G'. Long format commands still work from the first line. WARNING: option "
253
"deprecated; use --disable-named-commands instead."
256
#: client/drizzle.cc:1475
257
msgid "Ignore space after function names."
260
#: client/drizzle.cc:1477
261
msgid "Enable/disable LOAD DATA LOCAL INFILE."
264
#: client/drizzle.cc:1480
265
msgid "Turn off beep on error."
266
msgstr "Vypnúť pípnutie pri chybe."
268
#: client/drizzle.cc:1482
269
msgid "Connect to host."
270
msgstr "Pripojiť na host."
272
#: client/drizzle.cc:1484
273
msgid "Write line numbers for errors."
276
#: client/drizzle.cc:1487
278
"Don't write line number for errors. WARNING: -L is deprecated, use long "
279
"version of this option instead."
282
#: client/drizzle.cc:1489
283
msgid "Flush buffer after each query."
286
#: client/drizzle.cc:1491
287
msgid "Write column names in results."
288
msgstr "Zapísať názvy stĺpcov vo výsledkoch."
290
#: client/drizzle.cc:1495
292
"Don't write column names in results. WARNING: -N is deprecated, use long "
293
"version of this options instead."
296
#: client/drizzle.cc:1498
298
"Change the value of a variable. Please note that this option is deprecated; "
299
"you can set variables directly with --variable-name=value."
302
#: client/drizzle.cc:1500
303
msgid "Ignore SIGINT (CTRL-C)"
304
msgstr "Ignorovať SIGINT (CTRL-C)"
306
#: client/drizzle.cc:1504
308
"Only update the default database. This is useful for skipping updates to "
309
"other database in the update log."
312
#: client/drizzle.cc:1507
314
"Pager to use to display results. If you don't supply an option the default "
315
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
316
"cat [> filename], etc. See interactive help (\\h) also. This option does not "
317
"work in batch mode. Disable with --disable-pager. This option is disabled by "
321
#: client/drizzle.cc:1510
323
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
324
"option deprecated; use --disable-pager instead."
327
#: client/drizzle.cc:1513
329
"Password to use when connecting to server. If password is not given it's "
330
"asked from the tty."
333
#: client/drizzle.cc:1515
335
"Port number to use for connection or 0 for default to, in order of "
336
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
339
#: client/drizzle.cc:1516
340
msgid "built-in default"
341
msgstr "built-in predvolené"
343
#: client/drizzle.cc:1518
344
msgid "Set the drizzle prompt to this value."
347
#: client/drizzle.cc:1522
349
"Don't cache result, print it row by row. This may slow down the server if "
350
"the output is suspended. Doesn't use history file."
353
#: client/drizzle.cc:1524
354
msgid "Write fields without conversion. Used with --batch."
355
msgstr "Zapísať políčka bez konverzie. Použité s --batch."
357
#: client/drizzle.cc:1527
359
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
360
"option is enabled by default."
363
#: client/drizzle.cc:1529
364
msgid "Shutdown the server."
365
msgstr "Odstavenie servera."
367
#: client/drizzle.cc:1531
369
"Be more silent. Print results with a tab as separator, each row on new line."
372
#: client/drizzle.cc:1533
373
msgid "Socket file to use for connection."
374
msgstr "Socket súbor sa má použiť na pripojenie."
376
#: client/drizzle.cc:1536
377
msgid "Output in table format."
380
#: client/drizzle.cc:1539
382
"Append everything into outfile. See interactive help (\\h) also. Does not "
383
"work in batch mode. Disable with --disable-tee. This option is disabled by "
387
#: client/drizzle.cc:1541
389
"Disable outfile. See interactive help (\\h) also. WARNING: option "
390
"deprecated; use --disable-tee instead"
393
#: client/drizzle.cc:1544
394
msgid "User for login if not current user."
397
#: client/drizzle.cc:1547
398
msgid "Only allow UPDATE and DELETE that uses keys."
401
#: client/drizzle.cc:1550
402
msgid "Synonym for option --safe-updates, -U."
405
#: client/drizzle.cc:1553
406
msgid "Write more. (-v -v -v gives the table output format)."
409
#: client/drizzle.cc:1555 drizzled/drizzled.cc:2269
410
msgid "Output version information and exit."
413
#: client/drizzle.cc:1557
414
msgid "Wait and retry if connection is down."
417
#: client/drizzle.cc:1560
418
msgid "Number of seconds before connection timeout."
421
#: client/drizzle.cc:1565
422
msgid "Max length of input line"
425
#: client/drizzle.cc:1570
426
msgid "Automatic limit for SELECT when using --safe-updates"
429
#: client/drizzle.cc:1575
430
msgid "Automatic limit for rows in a join when using --safe-updates"
433
#: client/drizzle.cc:1579
435
"Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
438
#: client/drizzle.cc:1584
439
msgid "Number of lines before each import progress report."
442
#: client/drizzle.cc:1587
443
msgid "Ping the server to check if it's alive."
446
#: client/drizzle.cc:1597
448
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
451
#: client/drizzle.cc:1604
454
"Copyright (C) 2008 Sun Microsystems\n"
455
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
456
"and you are welcome to modify and redistribute it under the GPL license\n"
459
#: client/drizzle.cc:1609
461
msgid "Usage: %s [OPTIONS] [database]\n"
464
#: client/drizzle.cc:1640
465
msgid "DELIMITER cannot contain a backslash character"
468
#: client/drizzle.cc:1658
470
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
473
#: client/drizzle.cc:1681
475
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
478
#: client/drizzle.cc:1685
480
msgid "WARNING: --server-arg option not supported in this configuration.\n"
483
#: client/drizzle.cc:1712
485
"Non-integer value supplied for port. If you are trying to enter a password "
486
"please use --password instead."
489
#: client/drizzle.cc:1720
490
msgid "Value supplied for port is not valid."
493
#: client/drizzle.cc:1866
495
msgid "Processing line: %<PRIu32>\n"
498
#: client/drizzle.cc:2083
500
msgid "Unknown command '\\%c'."
503
#: client/drizzle.cc:2493
505
"Reading table information for completion of table and column names\n"
506
" You can turn off this feature to get a quicker startup with -A\n"
510
#: client/drizzle.cc:2583
511
msgid "No connection. Trying to reconnect..."
514
#: client/drizzle.cc:2589
515
msgid "Can't connect to the server\n"
518
#: client/drizzle.cc:2668
519
msgid "List of all Drizzle commands:"
522
#: client/drizzle.cc:2670
523
msgid "Note that all text commands must be first on line and end with ';'"
526
#: client/drizzle.cc:2725
527
msgid "No query specified\n"
530
#: client/drizzle.cc:2740
531
msgid "Ignoring query to other database"
534
#: client/drizzle.cc:2790
538
#: client/drizzle.cc:2803
540
msgid "%ld row in set"
541
msgid_plural "%ld rows in set"
545
#: client/drizzle.cc:2812
549
#: client/drizzle.cc:2814
551
msgid "Query OK, %ld row affected"
552
msgid_plural "Query OK, %ld rows affected"
556
#: client/drizzlecheck.cc:262 client/drizzledump.cc:605
557
#: client/drizzleimport.cc:195 client/drizzleslap.cc:742
558
#: client/drizzletest.cc:4728
561
"Non-integer value supplied for port. If you are trying to enter a password "
562
"please use --password instead.\n"
565
#: client/drizzlecheck.cc:270 client/drizzledump.cc:613
566
#: client/drizzleimport.cc:203 client/drizzleslap.cc:750
567
#: client/drizzletest.cc:4736
569
msgid "Value supplied for port is not valid.\n"
572
#: client/drizzledump.cc:387
574
"Number of rows before each output progress report (requires --verbose)."
577
#: client/drizzledump.cc:461
579
msgid "Got errno %d on write"
582
#: client/drizzledump.cc:466
584
msgid "%s Ver %s Distrib %s, for %s (%s)\n"
587
#: client/drizzledump.cc:473
589
msgid "Usage: %s [OPTIONS] database [tables]\n"
592
#: client/drizzledump.cc:474
594
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
597
#: client/drizzledump.cc:476
599
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
602
#: client/drizzledump.cc:483
603
msgid "By Igor Romanenko, Monty, Jani & Sinisa"
606
#: client/drizzledump.cc:484
608
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
609
"and you are welcome to modify and redistribute it under the GPL license\n"
612
#: client/drizzledump.cc:485
613
msgid "Dumping definition and data DRIZZLE database or table"
616
#: client/drizzledump.cc:496
618
msgid "For more options, use %s --help\n"
621
#: client/drizzledump.cc:630
623
msgid "Memory allocation error while copying password. Aborting.\n"
626
#: client/drizzledump.cc:669
628
msgid "Input filename too long: %s"
631
#: client/drizzledump.cc:712
633
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
636
#: client/drizzledump.cc:737
638
msgid "Invalid mode to --compatible: %s\n"
641
#: client/drizzledump.cc:791
643
msgid "%s: You must use option --tab with --fields-...\n"
646
#: client/drizzledump.cc:808
649
"%s: You can't use --single-transaction and --lock-all-tables at the same "
653
#: client/drizzledump.cc:821
656
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
660
#: client/drizzledump.cc:827
662
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
665
#: client/drizzledump.cc:853
667
msgid "Got error: %s (%d) %s"
670
#: client/drizzledump.cc:860
672
msgid "Got error: %d %s"
675
#: client/drizzledump.cc:958 client/drizzledump.cc:965
676
#: client/drizzledump.cc:978
678
msgid "Couldn't execute '%s': %s (%d)"
681
#: client/drizzledump.cc:1042
683
msgid "-- Connecting to %s...\n"
686
#: client/drizzledump.cc:1063
688
msgid "-- Disconnecting from %s...\n"
691
#: client/drizzledump.cc:1074
692
msgid "Couldn't allocate memory"
695
#: client/drizzledump.cc:1418
698
"-- Warning: Unable to use delayed inserts for table '%s' because it's of "
702
#: client/drizzledump.cc:1432
704
msgid "-- Retrieving table structure for table %s...\n"
707
#: client/drizzledump.cc:1546
709
msgid "%s: Warning: Can't set SQL_QUOTE_SHOW_CREATE option (%s)\n"
712
#: client/drizzledump.cc:1653
714
msgid "%s: Can't get keys for table %s\n"
717
#: client/drizzledump.cc:1731 client/drizzledump.cc:3085
719
msgid "Error: Couldn't read status information for table %s\n"
722
#: client/drizzledump.cc:1874
724
msgid "Error retrieving table structure for table: \"%s\""
727
#: client/drizzledump.cc:1881
729
msgid "-- Skipping dump data for table '%s', --no-data was used\n"
732
#: client/drizzledump.cc:1892
734
msgid "-- Warning: Skipping data for table '%s' because it's of type %s\n"
737
#: client/drizzledump.cc:1899
739
msgid "-- Skipping dump data for table '%s', it has no fields\n"
742
#: client/drizzledump.cc:1907
743
msgid "-- Sending SELECT query...\n"
746
#: client/drizzledump.cc:1961 client/drizzledump.cc:2446
747
msgid "when executing 'SELECT INTO OUTFILE'"
750
#: client/drizzledump.cc:1971
755
"-- Dumping data for table %s\n"
759
#: client/drizzledump.cc:2012
760
msgid "-- Retrieving rows...\n"
763
#: client/drizzledump.cc:2015
765
msgid "%s: Error in field count for table: %s ! Aborting.\n"
768
#: client/drizzledump.cc:2064
770
msgid "%s: Error reading rows for table: %s (%d:%s) ! Aborting.\n"
773
#: client/drizzledump.cc:2081
775
msgid "-- %<PRIu32> of ~%<PRIu64> rows dumped for table %s\n"
778
#: client/drizzledump.cc:2103
780
msgid "Not enough fields from table %s! Aborting.\n"
783
#: client/drizzledump.cc:2523
784
msgid "when using LOCK TABLES"
787
#: client/drizzledump.cc:2536 client/drizzledump.cc:2679
788
msgid "when doing refresh"
791
#: client/drizzledump.cc:2629
792
msgid "alloc_root failure."
795
#: client/drizzledump.cc:2650
797
msgid "Couldn't find table: \"%s\""
800
#: client/drizzledump.cc:2666
801
msgid "when doing LOCK TABLES"
804
#: client/drizzledump.cc:2737
805
msgid "Error: Binlogging on server not active"
808
#: client/drizzledump.cc:2806
809
msgid "Error: Slave not set up"
812
#: client/drizzledump.cc:2865
813
msgid "Error: Unable to start slave"
816
#: client/drizzledump.cc:3156 client/drizzledump.cc:3163
817
#: client/drizzledump.cc:3173
820
"Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
823
#: client/drizzledump.cc:3203
825
msgid "Error: Not enough memory to store ORDER BY clause\n"
828
#: drizzled/db.cc:236
830
msgid "Error while loading database options: '%s':"
833
#: drizzled/drizzled.cc:527
835
msgid "Got signal %d from thread %<PRIu64>"
838
#: drizzled/drizzled.cc:561
842
#: drizzled/drizzled.cc:681
843
msgid "One can only use the --user switch if running as root\n"
846
#: drizzled/drizzled.cc:689
848
"Fatal error: Please read \"Security\" section of the manual to find out how "
849
"to run drizzled as root!\n"
852
#: drizzled/drizzled.cc:711
855
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
859
#: drizzled/drizzled.cc:885
861
msgid "Retrying bind on TCP/IP port %u"
864
#: drizzled/drizzled.cc:891
865
msgid "Can't start server: Bind on TCP/IP port"
868
#: drizzled/drizzled.cc:892
870
msgid "Do you already have another drizzled server running on port: %d ?"
873
#: drizzled/drizzled.cc:898
874
msgid "Can't start server: listen() on TCP/IP port"
877
#: drizzled/drizzled.cc:899
879
msgid "listen() on TCP/IP failed with error %d"
882
#: drizzled/drizzled.cc:917
883
msgid "Can't open abort pipet"
886
#: drizzled/drizzled.cc:919
888
msgid "pipe() on abort_pipe failed with error %d"
891
#: drizzled/drizzled.cc:1016
896
#: drizzled/drizzled.cc:1041
899
"We will try our best to scrape up some info that will hopefully help "
901
"the problem, but since we have already crashed, something is definitely "
903
"and this may fail.\n"
907
#: drizzled/drizzled.cc:1052
910
"It is possible that drizzled could use up to \n"
911
"key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = "
914
"Hope that's ok; if not, decrease some variables in the equation.\n"
918
#: drizzled/drizzled.cc:1069
921
"Attempting backtrace. You can use the following information to find out\n"
922
"where drizzled died. If you see no messages after this, something went\n"
923
"terribly wrong...\n"
926
#: drizzled/drizzled.cc:1097
929
"Trying to get some variables.\n"
930
"Some pointers may be invalid and cause the dump to abort...\n"
933
#: drizzled/drizzled.cc:1109
937
"This crash occurred while the server was calling initgroups(). This is\n"
938
"often due to the use of a drizzled that is statically linked against glibc\n"
939
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
940
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
941
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
942
"drizzled that is not statically linked.\n"
945
#: drizzled/drizzled.cc:1124
949
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
950
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
951
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
952
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
953
"the documentation for your distribution on how to do that.\n"
956
#: drizzled/drizzled.cc:1137
960
"The '--memlock' argument, which was enabled, uses system calls that are\n"
961
"unreliable and unstable on some operating systems and operating-system\n"
962
"versions (notably, some versions of Linux). This crash could be due to use\n"
963
"of those buggy OS calls. You should consider whether you really need the\n"
964
"'--memlock' parameter and/or consult the OS distributor about 'mlockall'\n"
968
#: drizzled/drizzled.cc:1152
970
msgid "Writing a core file\n"
973
#: drizzled/drizzled.cc:1197
975
"setrlimit could not change the size of core files to 'infinity'; We may not "
976
"be able to generate a core file on signals"
979
#: drizzled/drizzled.cc:1399
981
msgid "gethostname failed, using '%s' as hostname"
984
#: drizzled/drizzled.cc:1491
986
msgid "Unknown locale: '%s'"
989
#: drizzled/drizzled.cc:1522
990
msgid "Can't create thread-keys"
993
#: drizzled/drizzled.cc:1545
994
msgid "Out of memory"
997
#: drizzled/drizzled.cc:1560
998
msgid "Failed to initialize plugins."
1001
#: drizzled/drizzled.cc:1591
1004
"%s: Too many arguments (first extra is '%s').\n"
1005
"Use --verbose --help to get a list of available options\n"
1008
#: drizzled/drizzled.cc:1611
1009
msgid "No scheduler found, cannot continue!\n"
1012
#: drizzled/drizzled.cc:1618
1013
msgid "Can't init databases"
1016
#: drizzled/drizzled.cc:1643
1018
msgid "Unknown/unsupported table type: %s"
1021
#: drizzled/drizzled.cc:1649
1023
msgid "Default storage engine (%s) is not available"
1026
#: drizzled/drizzled.cc:1680
1028
msgid "Failed to lock memory. Errno: %d\n"
1031
#: drizzled/drizzled.cc:1742
1033
msgid "Asked for %<PRIu64> thread stack, but got %<PRIu64>"
1036
#: drizzled/drizzled.cc:1903
1038
msgid "drizzled: Got error %d from select"
1041
#: drizzled/drizzled.cc:2101
1042
msgid "Auto-increment columns are incremented by this"
1045
#: drizzled/drizzled.cc:2106
1047
"Offset added to Auto-increment columns. Used when auto-increment-increment "
1051
#: drizzled/drizzled.cc:2112
1053
"Path to installation directory. All paths are usually resolved relative to "
1057
#: drizzled/drizzled.cc:2116
1058
msgid "IP address to bind to."
1061
#: drizzled/drizzled.cc:2120
1062
msgid "Set the filesystem character set."
1065
#: drizzled/drizzled.cc:2125
1066
msgid "Set the default character set."
1069
#: drizzled/drizzled.cc:2129
1070
msgid "Chroot drizzled daemon during startup."
1073
#: drizzled/drizzled.cc:2133
1074
msgid "Set the default collation."
1077
#: drizzled/drizzled.cc:2137
1078
msgid "Default completion type."
1081
#: drizzled/drizzled.cc:2142
1082
msgid "Write core on errors."
1085
#: drizzled/drizzled.cc:2146
1086
msgid "Path to the database root."
1089
#: drizzled/drizzled.cc:2150
1090
msgid "Set the default storage engine (table type) for tables."
1093
#: drizzled/drizzled.cc:2154
1094
msgid "Set the default time zone."
1097
#: drizzled/drizzled.cc:2158
1098
msgid "Type of DELAY_KEY_WRITE."
1101
#: drizzled/drizzled.cc:2162
1102
msgid "Print a symbolic stack trace on failure."
1105
#: drizzled/drizzled.cc:2168
1106
msgid "Push supported query conditions to the storage engine."
1109
#: drizzled/drizzled.cc:2174
1110
msgid "Used for debugging; Use at your own risk!"
1113
#: drizzled/drizzled.cc:2179
1114
msgid "Set up signals usable for debugging"
1117
#: drizzled/drizzled.cc:2183
1121
#: drizzled/drizzled.cc:2187
1122
msgid "Set the language used for the month names and the days of the week."
1125
#: drizzled/drizzled.cc:2192
1126
msgid "Log connections and queries to file."
1129
#: drizzled/drizzled.cc:2196
1130
msgid "Log all MyISAM changes to file."
1133
#: drizzled/drizzled.cc:2200
1134
msgid "Log some not critical warnings to the log file."
1137
#: drizzled/drizzled.cc:2205
1138
msgid "Lock drizzled in memory."
1141
#: drizzled/drizzled.cc:2209
1143
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1144
"BACKUP, FORCE or QUICK."
1147
#: drizzled/drizzled.cc:2214
1148
msgid "Pid file used by safe_mysqld."
1151
#: drizzled/drizzled.cc:2218
1153
"Port number to use for connection or 0 for default to, in order of "
1154
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
1157
#: drizzled/drizzled.cc:2224
1159
"Maximum time in seconds to wait for the port to become free. (Default: no "
1163
#: drizzled/drizzled.cc:2229
1165
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1166
"specified directory"
1169
#: drizzled/drizzled.cc:2234
1171
"Uniquely identifies the server instance in the community of replication "
1175
#: drizzled/drizzled.cc:2239
1176
msgid "Don't print a stack trace on failure."
1179
#: drizzled/drizzled.cc:2243
1180
msgid "Enable symbolic link support."
1183
#: drizzled/drizzled.cc:2252
1185
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1188
#: drizzled/drizzled.cc:2257
1189
msgid "Path for temporary files."
1192
#: drizzled/drizzled.cc:2261
1193
msgid "Default transaction isolation level."
1196
#: drizzled/drizzled.cc:2265
1197
msgid "Run drizzled daemon as user."
1200
#: drizzled/drizzled.cc:2273
1202
"The number of outstanding connection requests Drizzle can have. This comes "
1203
"into play when the main Drizzle thread gets very many connection requests in "
1204
"a very short time."
1207
#: drizzled/drizzled.cc:2279
1209
"Size of tree cache used in bulk insert optimization. Note that this is a "
1213
#: drizzled/drizzled.cc:2285
1215
"The number of seconds the drizzled server is waiting for a connect packet "
1216
"before responding with 'Bad handshake'."
1219
#: drizzled/drizzled.cc:2290
1221
"Precision of the result of '/' operator will be increased on that value."
1224
#: drizzled/drizzled.cc:2296
1225
msgid "The maximum length of the result of function group_concat."
1228
#: drizzled/drizzled.cc:2301
1229
msgid "The size of the buffer that is used for full joins."
1232
#: drizzled/drizzled.cc:2307
1234
"Don't overwrite stale .MYD and .MYI even if no directory is specified."
1237
#: drizzled/drizzled.cc:2312
1239
"The size of the buffer used for index blocks for MyISAM tables. Increase "
1240
"this to get better index handling (for all reads and multiple writes) to as "
1241
"much as you can afford;"
1244
#: drizzled/drizzled.cc:2321
1246
"This characterizes the number of hits a hot block has to be untouched until "
1247
"it is considered aged enough to be downgraded to a warm block. This "
1248
"specifies the percentage ratio of that number of hits to the total number of "
1249
"blocks in key cache"
1252
#: drizzled/drizzled.cc:2330
1253
msgid "The default size of key cache blocks"
1256
#: drizzled/drizzled.cc:2336
1257
msgid "The minimum percentage of warm blocks in key cache"
1260
#: drizzled/drizzled.cc:2342
1261
msgid "Max packetlength to send/receive from to server."
1264
#: drizzled/drizzled.cc:2347
1266
"If there is more than this number of interrupted connections from a host "
1267
"this host will be blocked from further connections."
1270
#: drizzled/drizzled.cc:2352
1271
msgid "Max number of errors/warnings to store for a statement."
1274
#: drizzled/drizzled.cc:2357
1275
msgid "Don't allow creation of heap tables bigger than this."
1278
#: drizzled/drizzled.cc:2363
1280
"Joins that are probably going to read more than max_join_size records return "
1284
#: drizzled/drizzled.cc:2369
1285
msgid "Max number of bytes in sorted records."
1288
#: drizzled/drizzled.cc:2374
1289
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1292
#: drizzled/drizzled.cc:2379
1294
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1295
"max_sort_length bytes of each value are used; the rest are ignored)."
1298
#: drizzled/drizzled.cc:2386
1299
msgid "Maximum number of temporary tables a client can keep open at a time."
1302
#: drizzled/drizzled.cc:2391
1303
msgid "After this many write locks, allow some read locks to run in between."
1306
#: drizzled/drizzled.cc:2395
1308
"Don't log queries which examine less than min_examined_row_limit rows to "
1312
#: drizzled/drizzled.cc:2401
1314
"Specifies how MyISAM index statistics collection code should threat NULLs. "
1315
"Possible values of name are 'nulls_unequal' (default behavior), "
1316
"'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
1319
#: drizzled/drizzled.cc:2408
1320
msgid "Buffer length for TCP/IP and socket communication."
1323
#: drizzled/drizzled.cc:2413
1325
"Number of seconds to wait for more data from a connection before aborting "
1329
#: drizzled/drizzled.cc:2419
1331
"If a read on a communication port is interrupted, retry this many times "
1335
#: drizzled/drizzled.cc:2425
1337
"Number of seconds to wait for a block to be written to a connection before "
1338
"aborting the write."
1341
#: drizzled/drizzled.cc:2431
1343
"Controls the heuristic(s) applied during query optimization to prune less-"
1344
"promising partial plans from the optimizer search space. Meaning: false - do "
1345
"not apply any heuristic, thus perform exhaustive search; true - prune plans "
1346
"based on number of retrieved rows."
1349
#: drizzled/drizzled.cc:2439
1351
"Maximum depth of search performed by the query optimizer. Values larger than "
1352
"the number of relations in a query result in better query plans, but take "
1353
"longer to compile a query. Smaller values than the number of tables in a "
1354
"relation result in faster optimization, but may produce very bad query "
1355
"plans. If set to 0, the system will automatically pick a reasonable value; "
1356
"if set to MAX_TABLES+2, the optimizer will switch to the original find_best "
1357
"(used for testing/comparison)."
1360
#: drizzled/drizzled.cc:2451
1362
"Should the Optmizer use MRR or not. Valid values are auto, force and disable"
1365
#: drizzled/drizzled.cc:2456
1366
msgid "Directory for plugins."
1369
#: drizzled/drizzled.cc:2460
1371
"Optional comma separated list of plugins to load at starup.[for example: --"
1372
"plugin_load=crc32,logger_gearman]"
1375
#: drizzled/drizzled.cc:2465
1376
msgid "The size of the buffer that is allocated when preloading indexes"
1379
#: drizzled/drizzled.cc:2470
1380
msgid "Select protocol to be used (by default oldlibdrizzle)."
1383
#: drizzled/drizzled.cc:2474
1384
msgid "Allocation block size for query parsing and execution"
1387
#: drizzled/drizzled.cc:2479
1388
msgid "Persistent buffer for query parsing and execution"
1391
#: drizzled/drizzled.cc:2485
1392
msgid "Allocation block size for storing ranges during optimization"
1395
#: drizzled/drizzled.cc:2491
1397
"Each thread that does a sequential scan allocates a buffer of this size for "
1398
"each table it scans. If you do many sequential scans, you may want to "
1399
"increase this value."
1402
#: drizzled/drizzled.cc:2499
1404
"When reading rows in sorted order after a sort, the rows are read through "
1405
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1409
#: drizzled/drizzled.cc:2507
1410
msgid "Select scheduler to be used (by default multi-thread)."
1413
#: drizzled/drizzled.cc:2512
1414
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1417
#: drizzled/drizzled.cc:2518
1418
msgid "The number of cached table definitions."
1421
#: drizzled/drizzled.cc:2522
1422
msgid "The number of cached open tables."
1425
#: drizzled/drizzled.cc:2526
1427
"Timeout in seconds to wait for a table level lock before returning an error. "
1428
"Used only if the connection has active cursors."
1431
#: drizzled/drizzled.cc:2531
1432
msgid "The stack size for each thread."
1435
#: drizzled/drizzled.cc:2537
1437
"If an internal in-memory temporary table exceeds this size, Drizzle will "
1438
"automatically convert it to an on-disk MyISAM table."
1441
#: drizzled/drizzled.cc:2543
1442
msgid "Allocation block size for transactions to be stored in binary log"
1445
#: drizzled/drizzled.cc:2548
1446
msgid "Persistent buffer for transactions to be stored in binary log"
1449
#: drizzled/drizzled.cc:2553
1451
"The number of seconds the server waits for activity on a connection before "
1455
#: drizzled/drizzled.cc:2687
1457
"Copyright (C) 2008 Sun Microsystems\n"
1458
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1459
"and you are welcome to modify and redistribute it under the GPL license\n"
1461
"Starts the Drizzle database server\n"
1464
#: drizzled/drizzled.cc:2694
1466
msgid "Usage: %s [OPTIONS]\n"
1469
#: drizzled/drizzled.cc:2705
1472
"To see what values a running Drizzle server is using, type\n"
1473
"'drizzleadmin variables' instead of 'drizzled --help'."
1476
#: drizzled/drizzled.cc:2848
1479
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
1483
#: drizzled/drizzled.cc:2889
1484
msgid "Can't start server: cannot resolve hostname!"
1487
#: drizzled/drizzled.cc:2895
1488
msgid "Can't start server: bind-address refers to multiple interfaces!"
1491
#: drizzled/drizzled.cc:3214
1493
msgid "No option given to %s\n"
1496
#: drizzled/drizzled.cc:3216
1498
msgid "Wrong option to %s. Option(s) given: %s\n"
1501
#: drizzled/drizzled.cc:3218
1503
msgid "Alternatives are: '%s'"
1506
#: drizzled/errmsg.cc:73
1508
msgid "errmsg plugin '%s' errmsg() failed"
1511
#: drizzled/error.cc:34
1515
#: drizzled/error.cc:36
1519
#: drizzled/error.cc:38
1523
#: drizzled/error.cc:40
1527
#: drizzled/error.cc:42
1529
msgid "Can't create file '%-.200s' (errno: %d)"
1532
#: drizzled/error.cc:44
1534
msgid "Can't create table '%-.200s' (errno: %d)"
1537
#: drizzled/error.cc:46
1539
msgid "Can't create database '%-.192s' (errno: %d)"
1542
#: drizzled/error.cc:48
1544
msgid "Can't create database '%-.192s'; database exists"
1547
#: drizzled/error.cc:50
1549
msgid "Can't drop database '%-.192s'; database doesn't exist"
1552
#: drizzled/error.cc:52
1554
msgid "Error dropping database (can't delete '%-.192s', errno: %d)"
1557
#: drizzled/error.cc:54
1559
msgid "Error dropping database (can't rmdir '%-.192s', errno: %d)"
1562
#: drizzled/error.cc:56
1564
msgid "Error on delete of '%-.192s' (errno: %d)"
1567
#: drizzled/error.cc:58
1568
msgid "Can't read record in system table"
1571
#: drizzled/error.cc:60
1573
msgid "Can't get status of '%-.200s' (errno: %d)"
1576
#: drizzled/error.cc:62
1578
msgid "Can't get working directory (errno: %d)"
1581
#: drizzled/error.cc:64
1583
msgid "Can't lock file (errno: %d)"
1586
#: drizzled/error.cc:66
1588
msgid "Can't open file: '%-.200s' (errno: %d)"
1591
#: drizzled/error.cc:68
1593
msgid "Can't find file: '%-.200s' (errno: %d)"
1596
#: drizzled/error.cc:70
1598
msgid "Can't read dir of '%-.192s' (errno: %d)"
1601
#: drizzled/error.cc:72
1603
msgid "Can't change dir to '%-.192s' (errno: %d)"
1606
#: drizzled/error.cc:74
1608
msgid "Record has changed since last read in table '%-.192s'"
1611
#: drizzled/error.cc:76
1613
msgid "Disk full (%s); waiting for someone to free some space..."
1616
#: drizzled/error.cc:78
1618
msgid "Can't write; duplicate key in table '%-.192s'"
1621
#: drizzled/error.cc:80
1623
msgid "Error on close of '%-.192s' (errno: %d)"
1626
#: drizzled/error.cc:82
1628
msgid "Error reading file '%-.200s' (errno: %d)"
1631
#: drizzled/error.cc:84
1633
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
1636
#: drizzled/error.cc:86
1638
msgid "Error writing file '%-.200s' (errno: %d)"
1641
#: drizzled/error.cc:88
1643
msgid "'%-.192s' is locked against change"
1646
#: drizzled/error.cc:90
1647
msgid "Sort aborted"
1650
#: drizzled/error.cc:92
1652
msgid "View '%-.192s' doesn't exist for '%-.192s'"
1655
#: drizzled/error.cc:94
1657
msgid "Got error %d from storage engine"
1660
#: drizzled/error.cc:96
1662
msgid "Table storage engine for '%-.192s' doesn't have this option"
1665
#: drizzled/error.cc:98
1667
msgid "Can't find record in '%-.192s'"
1670
#: drizzled/error.cc:100
1672
msgid "Incorrect information in file: '%-.200s'"
1675
#: drizzled/error.cc:102
1677
msgid "Incorrect key file for table '%-.200s'; try to repair it"
1680
#: drizzled/error.cc:104
1682
msgid "Old key file for table '%-.192s'; repair it!"
1685
#: drizzled/error.cc:106
1687
msgid "Table '%-.192s' is read only"
1690
#: drizzled/error.cc:108
1692
msgid "Out of memory; restart server and try again (needed %lu bytes)"
1695
#: drizzled/error.cc:110
1696
msgid "Out of sort memory; increase server sort buffer size"
1699
#: drizzled/error.cc:112
1701
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
1704
#: drizzled/error.cc:114
1705
msgid "Too many connections"
1708
#: drizzled/error.cc:116
1710
"Out of memory; check if drizzled or some other process uses all available "
1711
"memory; if not, you may have to use 'ulimit' to allow drizzled to use more "
1712
"memory or you can add more swap space"
1715
#: drizzled/error.cc:118
1716
msgid "Can't get hostname for your address"
1719
#: drizzled/error.cc:120
1720
msgid "Bad handshake"
1723
#: drizzled/error.cc:122
1725
msgid "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
1728
#: drizzled/error.cc:124
1730
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
1733
#: drizzled/error.cc:126
1734
msgid "No database selected"
1737
#: drizzled/error.cc:128
1738
msgid "Unknown command"
1741
#: drizzled/error.cc:130
1743
msgid "Column '%-.192s' cannot be null"
1746
#: drizzled/error.cc:132
1748
msgid "Unknown database '%-.192s'"
1751
#: drizzled/error.cc:134
1753
msgid "Table '%-.192s' already exists"
1756
#: drizzled/error.cc:136
1758
msgid "Unknown table '%-.100s'"
1761
#: drizzled/error.cc:138
1763
msgid "Column '%-.192s' in %-.192s is ambiguous"
1766
#: drizzled/error.cc:140
1767
msgid "Server shutdown in progress"
1770
#: drizzled/error.cc:142
1772
msgid "Unknown column '%-.192s' in '%-.192s'"
1775
#: drizzled/error.cc:144
1777
msgid "'%-.192s' isn't in GROUP BY"
1780
#: drizzled/error.cc:146
1782
msgid "Can't group on '%-.192s'"
1785
#: drizzled/error.cc:148
1786
msgid "Statement has sum functions and columns in same statement"
1789
#: drizzled/error.cc:150
1790
msgid "Column count doesn't match value count"
1793
#: drizzled/error.cc:152
1795
msgid "Identifier name '%-.100s' is too long"
1798
#: drizzled/error.cc:154
1800
msgid "Duplicate column name '%-.192s'"
1803
#: drizzled/error.cc:156
1805
msgid "Duplicate key name '%-.192s'"
1808
#: drizzled/error.cc:158
1810
msgid "Duplicate entry '%-.192s' for key %d"
1813
#: drizzled/error.cc:160
1815
msgid "Incorrect column specifier for column '%-.192s'"
1818
#: drizzled/error.cc:162
1820
msgid "%s near '%-.80s' at line %d"
1823
#: drizzled/error.cc:164
1824
msgid "Query was empty"
1827
#: drizzled/error.cc:166
1829
msgid "Not unique table/alias: '%-.192s'"
1832
#: drizzled/error.cc:168
1834
msgid "Invalid default value for '%-.192s'"
1837
#: drizzled/error.cc:170
1838
msgid "Multiple primary key defined"
1841
#: drizzled/error.cc:172
1843
msgid "Too many keys specified; max %d keys allowed"
1846
#: drizzled/error.cc:174
1848
msgid "Too many key parts specified; max %d parts allowed"
1851
#: drizzled/error.cc:176
1853
msgid "Specified key was too long; max key length is %d bytes"
1856
#: drizzled/error.cc:178
1858
msgid "Key column '%-.192s' doesn't exist in table"
1861
#: drizzled/error.cc:180
1864
"BLOB column '%-.192s' can't be used in key specification with the used table "
1868
#: drizzled/error.cc:182
1871
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
1875
#: drizzled/error.cc:184
1877
"Incorrect table definition; there can be only one auto column and it must be "
1881
#: drizzled/error.cc:186
1884
"%s: ready for connections.\n"
1885
"Version: '%s' socket: '%s' port: %d"
1888
#: drizzled/error.cc:188
1890
msgid "%s: Normal shutdown\n"
1893
#: drizzled/error.cc:190
1895
msgid "%s: Got signal %d. Aborting!\n"
1898
#: drizzled/error.cc:192
1900
msgid "%s: Shutdown complete\n"
1903
#: drizzled/error.cc:194
1905
msgid "%s: Forcing close of thread %ld user: '%-.48s'\n"
1908
#: drizzled/error.cc:196
1909
msgid "Can't create IP socket"
1912
#: drizzled/error.cc:198
1915
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
1919
#: drizzled/error.cc:200
1922
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
1926
#: drizzled/error.cc:202
1928
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
1931
#: drizzled/error.cc:204
1934
"The file '%-.128s' must be in the database directory or be readable by all"
1937
#: drizzled/error.cc:206
1939
msgid "File '%-.200s' already exists"
1942
#: drizzled/error.cc:208
1944
msgid "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
1947
#: drizzled/error.cc:210
1949
msgid "Records: %ld Duplicates: %ld"
1952
#: drizzled/error.cc:212
1954
"Incorrect prefix key; the used key part isn't a string, the used length is "
1955
"longer than the key part, or the storage engine doesn't support unique "
1959
#: drizzled/error.cc:214
1960
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
1963
#: drizzled/error.cc:216
1965
msgid "Can't DROP '%-.192s'; check that column/key exists"
1968
#: drizzled/error.cc:218
1970
msgid "Records: %ld Duplicates: %ld Warnings: %ld"
1973
#: drizzled/error.cc:220
1975
msgid "You can't specify target table '%-.192s' for update in FROM clause"
1978
#: drizzled/error.cc:222
1980
msgid "Unknown thread id: %lu"
1983
#: drizzled/error.cc:224
1985
msgid "You are not owner of thread %lu"
1988
#: drizzled/error.cc:226
1989
msgid "No tables used"
1992
#: drizzled/error.cc:228
1994
msgid "Too many strings for column %-.192s and SET"
1997
#: drizzled/error.cc:230
1999
msgid "Can't generate a unique log-filename %-.200s.(1-999)\n"
2002
#: drizzled/error.cc:232
2004
msgid "Table '%-.192s' was locked with a READ lock and can't be updated"
2007
#: drizzled/error.cc:234
2009
msgid "Table '%-.192s' was not locked with LOCK TABLES"
2012
#: drizzled/error.cc:236
2014
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
2017
#: drizzled/error.cc:238
2019
msgid "Incorrect database name '%-.100s'"
2022
#: drizzled/error.cc:240
2024
msgid "Incorrect table name '%-.100s'"
2027
#: drizzled/error.cc:242
2029
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
2030
"use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay"
2033
#: drizzled/error.cc:244
2034
msgid "Unknown error"
2037
#: drizzled/error.cc:246
2039
msgid "Unknown procedure '%-.192s'"
2042
#: drizzled/error.cc:248
2044
msgid "Incorrect parameter count to procedure '%-.192s'"
2047
#: drizzled/error.cc:250
2049
msgid "Incorrect parameters to procedure '%-.192s'"
2052
#: drizzled/error.cc:252
2054
msgid "Unknown table '%-.192s' in %-.32s"
2057
#: drizzled/error.cc:254
2059
msgid "Column '%-.192s' specified twice"
2062
#: drizzled/error.cc:256
2063
msgid "Invalid use of group function"
2066
#: drizzled/error.cc:258
2069
"Table '%-.192s' uses an extension that doesn't exist in this Drizzle version"
2072
#: drizzled/error.cc:260
2073
msgid "A table must have at least 1 column"
2076
#: drizzled/error.cc:262
2078
msgid "The table '%-.192s' is full"
2081
#: drizzled/error.cc:264
2083
msgid "Unknown character set: '%-.64s'"
2086
#: drizzled/error.cc:266
2088
msgid "Too many tables; Drizzle can only use %d tables in a join"
2091
#: drizzled/error.cc:268
2092
msgid "Too many columns"
2095
#: drizzled/error.cc:270
2098
"Row size too large. The maximum row size for the used table type, not "
2099
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
2102
#: drizzled/error.cc:272
2105
"Thread stack overrun: Used: %ld of a %ld stack. Use 'drizzled -O "
2106
"thread_stack=#' to specify a bigger stack if needed"
2109
#: drizzled/error.cc:274
2110
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
2113
#: drizzled/error.cc:276
2116
"Table handler doesn't support NULL in given index. Please change column '%-"
2117
".192s' to be NOT NULL or use another handler"
2120
#: drizzled/error.cc:278
2122
msgid "Can't load function '%-.192s'"
2125
#: drizzled/error.cc:280
2127
msgid "Can't initialize function '%-.192s'; %-.80s"
2130
#: drizzled/error.cc:282
2131
msgid "No paths allowed for shared library"
2134
#: drizzled/error.cc:284
2136
msgid "Function '%-.192s' already exists"
2139
#: drizzled/error.cc:286
2141
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
2144
#: drizzled/error.cc:288
2146
msgid "Can't find symbol '%-.128s' in library"
2149
#: drizzled/error.cc:290
2151
msgid "Function '%-.192s' is not defined"
2154
#: drizzled/error.cc:292
2157
"Host '%-.64s' is blocked because of many connection errors; unblock with "
2158
"'drizzleadmin flush-hosts'"
2161
#: drizzled/error.cc:294
2163
msgid "Host '%-.64s' is not allowed to connect to this Drizzle server"
2166
#: drizzled/error.cc:296
2168
"You are using Drizzle as an anonymous user and anonymous users are not "
2169
"allowed to change passwords"
2172
#: drizzled/error.cc:298
2174
"You must have privileges to update tables in the drizzle database to be able "
2175
"to change passwords for others"
2178
#: drizzled/error.cc:300
2179
msgid "Can't find any matching row in the user table"
2182
#: drizzled/error.cc:302
2184
msgid "Rows matched: %ld Changed: %ld Warnings: %ld"
2187
#: drizzled/error.cc:304
2190
"Can't create a new thread (errno %d); if you are not out of available "
2191
"memory, you can consult the manual for a possible OS-dependent bug"
2194
#: drizzled/error.cc:306
2196
msgid "Column count doesn't match value count at row %ld"
2199
#: drizzled/error.cc:308
2201
msgid "Can't reopen table: '%-.192s'"
2204
#: drizzled/error.cc:310
2205
msgid "Invalid use of NULL value"
2208
#: drizzled/error.cc:312
2210
msgid "Got error '%-.64s' from regexp"
2213
#: drizzled/error.cc:314
2215
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
2216
"illegal if there is no GROUP BY clause"
2219
#: drizzled/error.cc:316
2221
msgid "There is no such grant defined for user '%-.48s' on host '%-.64s'"
2224
#: drizzled/error.cc:318
2226
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for table '%-.192s'"
2229
#: drizzled/error.cc:320
2232
"%-.16s command denied to user '%-.48s'@'%-.64s' for column '%-.192s' in "
2236
#: drizzled/error.cc:322
2238
"Illegal GRANT/REVOKE command; please consult the manual to see which "
2239
"privileges can be used"
2242
#: drizzled/error.cc:324
2243
msgid "The host or user argument to GRANT is too long"
2246
#: drizzled/error.cc:326
2248
msgid "Table '%-.192s.%-.192s' doesn't exist"
2251
#: drizzled/error.cc:328
2254
"There is no such grant defined for user '%-.48s' on host '%-.64s' on table "
2258
#: drizzled/error.cc:330
2259
msgid "The used command is not allowed with this Drizzle version"
2262
#: drizzled/error.cc:332
2264
"You have an error in your SQL syntax; check the manual that corresponds to "
2265
"your Drizzle server version for the right syntax to use"
2268
#: drizzled/error.cc:334
2270
msgid "Delayed insert thread couldn't get requested lock for table %-.192s"
2273
#: drizzled/error.cc:336
2274
msgid "Too many delayed threads in use"
2277
#: drizzled/error.cc:338
2279
msgid "Aborted connection %ld to db: '%-.192s' user: '%-.48s' (%-.64s)"
2282
#: drizzled/error.cc:340
2283
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
2286
#: drizzled/error.cc:342
2287
msgid "Got a read error from the connection pipe"
2290
#: drizzled/error.cc:344
2291
msgid "Got an error from fcntl()"
2294
#: drizzled/error.cc:346
2295
msgid "Got packets out of order"
2298
#: drizzled/error.cc:348 plugin/oldlibdrizzle/errmsg.cc:98
2299
msgid "Couldn't uncompress communication packet"
2302
#: drizzled/error.cc:350 plugin/oldlibdrizzle/errmsg.cc:100
2303
msgid "Got an error reading communication packets"
2306
#: drizzled/error.cc:352 plugin/oldlibdrizzle/errmsg.cc:102
2307
msgid "Got timeout reading communication packets"
2310
#: drizzled/error.cc:354 plugin/oldlibdrizzle/errmsg.cc:104
2311
msgid "Got an error writing communication packets"
2314
#: drizzled/error.cc:356 plugin/oldlibdrizzle/errmsg.cc:106
2315
msgid "Got timeout writing communication packets"
2318
#: drizzled/error.cc:358
2319
msgid "Result string is longer than 'max_allowed_packet' bytes"
2322
#: drizzled/error.cc:360
2323
msgid "The used table type doesn't support BLOB/TEXT columns"
2326
#: drizzled/error.cc:362
2327
msgid "The used table type doesn't support AUTO_INCREMENT columns"
2330
#: drizzled/error.cc:364
2333
"INSERT DELAYED can't be used with table '%-.192s' because it is locked with "
2337
#: drizzled/error.cc:366
2339
msgid "Incorrect column name '%-.100s'"
2342
#: drizzled/error.cc:368
2344
msgid "The used storage engine can't index column '%-.192s'"
2347
#: drizzled/error.cc:370
2349
"Unable to open underlying table which is differently defined or of non-"
2350
"MyISAM type or doesn't exist"
2353
#: drizzled/error.cc:372
2355
msgid "Can't write, because of unique constraint, to table '%-.192s'"
2358
#: drizzled/error.cc:374
2361
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
2364
#: drizzled/error.cc:376
2366
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
2370
#: drizzled/error.cc:378
2371
msgid "Result consisted of more than one row"
2374
#: drizzled/error.cc:380
2375
msgid "This table type requires a primary key"
2378
#: drizzled/error.cc:382
2379
msgid "This version of Drizzle is not compiled with RAID support"
2382
#: drizzled/error.cc:384
2384
"You are using safe update mode and you tried to update a table without a "
2385
"WHERE that uses a KEY column"
2388
#: drizzled/error.cc:386
2390
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
2393
#: drizzled/error.cc:388
2394
msgid "Can't open table"
2397
#: drizzled/error.cc:390
2399
msgid "The storage engine for the table doesn't support %s"
2402
#: drizzled/error.cc:392
2403
msgid "You are not allowed to execute this command in a transaction"
2406
#: drizzled/error.cc:394
2408
msgid "Got error %d during COMMIT"
2411
#: drizzled/error.cc:396
2413
msgid "Got error %d during ROLLBACK"
2416
#: drizzled/error.cc:398
2418
msgid "Got error %d during FLUSH_LOGS"
2421
#: drizzled/error.cc:400
2423
msgid "Got error %d during CHECKPOINT"
2426
#: drizzled/error.cc:402
2429
"Aborted connection %<PRIi64> to db: '%-.192s' user: '%-.48s' host: '%-.64s' "
2433
#: drizzled/error.cc:404
2434
msgid "The storage engine for the table does not support binary table dump"
2437
#: drizzled/error.cc:406
2438
msgid "Binlog closed, cannot RESET MASTER"
2441
#: drizzled/error.cc:408
2443
msgid "Failed rebuilding the index of dumped table '%-.192s'"
2446
#: drizzled/error.cc:410
2448
msgid "Error from master: '%-.64s'"
2451
#: drizzled/error.cc:412
2452
msgid "Net error reading from master"
2455
#: drizzled/error.cc:414
2456
msgid "Net error writing to master"
2459
#: drizzled/error.cc:416
2460
msgid "Can't find FULLTEXT index matching the column list"
2463
#: drizzled/error.cc:418
2465
"Can't execute the given command because you have active locked tables or an "
2466
"active transaction"
2469
#: drizzled/error.cc:420
2471
msgid "Unknown system variable '%-.64s'"
2474
#: drizzled/error.cc:422
2476
msgid "Table '%-.192s' is marked as crashed and should be repaired"
2479
#: drizzled/error.cc:424
2482
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
2485
#: drizzled/error.cc:426
2486
msgid "Some non-transactional changed tables couldn't be rolled back"
2489
#: drizzled/error.cc:428
2491
"Multi-statement transaction required more than 'max_binlog_cache_size' bytes "
2492
"of storage; increase this drizzled variable and try again"
2495
#: drizzled/error.cc:430
2497
"This operation cannot be performed with a running slave; run STOP SLAVE first"
2500
#: drizzled/error.cc:432
2502
"This operation requires a running slave; configure slave and do START SLAVE"
2505
#: drizzled/error.cc:434
2506
msgid "The server is not configured as slave; fix with CHANGE MASTER TO"
2509
#: drizzled/error.cc:436
2511
"Could not initialize master info structure; more error messages can be found "
2512
"in the Drizzle error log"
2515
#: drizzled/error.cc:438
2516
msgid "Could not create slave thread; check system resources"
2519
#: drizzled/error.cc:440
2522
"User %-.64s already has more than 'max_user_connections' active connections"
2525
#: drizzled/error.cc:442
2526
msgid "You may only use constant expressions with SET"
2529
#: drizzled/error.cc:444
2530
msgid "Lock wait timeout exceeded; try restarting transaction"
2533
#: drizzled/error.cc:446
2534
msgid "The total number of locks exceeds the lock table size"
2537
#: drizzled/error.cc:448
2538
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
2541
#: drizzled/error.cc:450
2542
msgid "DROP DATABASE not allowed while thread is holding global read lock"
2545
#: drizzled/error.cc:452
2546
msgid "CREATE DATABASE not allowed while thread is holding global read lock"
2549
#: drizzled/error.cc:454
2551
msgid "Incorrect arguments to %s"
2554
#: drizzled/error.cc:456
2556
msgid "'%-.48s'@'%-.64s' is not allowed to create new users"
2559
#: drizzled/error.cc:458
2561
"Incorrect table definition; all MERGE tables must be in the same database"
2564
#: drizzled/error.cc:460
2565
msgid "Deadlock found when trying to get lock; try restarting transaction"
2568
#: drizzled/error.cc:462
2569
msgid "The used table type doesn't support FULLTEXT indexes"
2572
#: drizzled/error.cc:464
2573
msgid "Cannot add foreign key constraint"
2576
#: drizzled/error.cc:466
2577
msgid "Cannot add or update a child row: a foreign key constraint fails"
2580
#: drizzled/error.cc:468
2581
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
2584
#: drizzled/error.cc:470
2586
msgid "Error connecting to master: %-.128s"
2589
#: drizzled/error.cc:472
2591
msgid "Error running query on master: %-.128s"
2594
#: drizzled/error.cc:474
2596
msgid "Error when executing command %s: %-.128s"
2599
#: drizzled/error.cc:476
2601
msgid "Incorrect usage of %s and %s"
2604
#: drizzled/error.cc:478
2605
msgid "The used SELECT statements have a different number of columns"
2608
#: drizzled/error.cc:480
2609
msgid "Can't execute the query because you have a conflicting read lock"
2612
#: drizzled/error.cc:482
2613
msgid "Mixing of transactional and non-transactional tables is disabled"
2616
#: drizzled/error.cc:484
2618
msgid "Option '%s' used twice in statement"
2621
#: drizzled/error.cc:486
2623
msgid "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
2626
#: drizzled/error.cc:488
2628
msgid "Access denied; you need the %-.128s privilege for this operation"
2631
#: drizzled/error.cc:490
2634
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
2637
#: drizzled/error.cc:492
2640
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
2643
#: drizzled/error.cc:494
2645
msgid "Variable '%-.64s' doesn't have a default value"
2648
#: drizzled/error.cc:496
2650
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
2653
#: drizzled/error.cc:498
2655
msgid "Incorrect argument type to variable '%-.64s'"
2658
#: drizzled/error.cc:500
2660
msgid "Variable '%-.64s' can only be set, not read"
2663
#: drizzled/error.cc:502
2665
msgid "Incorrect usage/placement of '%s'"
2668
#: drizzled/error.cc:504
2670
msgid "This version of Drizzle doesn't yet support '%s'"
2673
#: drizzled/error.cc:506
2676
"Got fatal error %d: '%-.128s' from master when reading data from binary log"
2679
#: drizzled/error.cc:508
2680
msgid "Slave SQL thread ignored the query because of replicate-*-table rules"
2683
#: drizzled/error.cc:510
2685
msgid "Variable '%-.192s' is a %s variable"
2688
#: drizzled/error.cc:512
2690
msgid "Incorrect foreign key definition for '%-.192s': %s"
2693
#: drizzled/error.cc:514
2694
msgid "Key reference and table reference don't match"
2697
#: drizzled/error.cc:516
2699
msgid "Operand should contain %d column(s)"
2702
#: drizzled/error.cc:518
2703
msgid "Subquery returns more than 1 row"
2706
#: drizzled/error.cc:520
2708
msgid "Unknown prepared statement handler (%.*s) given to %s"
2711
#: drizzled/error.cc:522
2712
msgid "Help database is corrupt or does not exist"
2715
#: drizzled/error.cc:524
2716
msgid "Cyclic reference on subqueries"
2719
#: drizzled/error.cc:526
2721
msgid "Converting column '%s' from %s to %s"
2724
#: drizzled/error.cc:528
2726
msgid "Reference '%-.64s' not supported (%s)"
2729
#: drizzled/error.cc:530
2730
msgid "Every derived table must have its own alias"
2733
#: drizzled/error.cc:532
2735
msgid "Select %u was reduced during optimization"
2738
#: drizzled/error.cc:534
2740
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
2743
#: drizzled/error.cc:536
2745
"Client does not support authentication protocol requested by server; "
2746
"consider upgrading Drizzle client"
2749
#: drizzled/error.cc:538
2750
msgid "All parts of a SPATIAL index must be NOT NULL"
2753
#: drizzled/error.cc:540
2755
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
2758
#: drizzled/error.cc:542
2759
msgid "Slave is already running"
2762
#: drizzled/error.cc:544
2763
msgid "Slave already has been stopped"
2766
#: drizzled/error.cc:546
2769
"Uncompressed data size too large; the maximum size is %d (probably, length "
2770
"of uncompressed data was corrupted)"
2773
#: drizzled/error.cc:548
2774
msgid "ZLIB: Not enough memory"
2777
#: drizzled/error.cc:550
2779
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
2780
"data was corrupted)"
2783
#: drizzled/error.cc:552
2784
msgid "ZLIB: Input data corrupted"
2787
#: drizzled/error.cc:554
2789
msgid "%d line(s) were cut by GROUP_CONCAT()"
2792
#: drizzled/error.cc:556
2794
msgid "Row %ld doesn't contain data for all columns"
2797
#: drizzled/error.cc:558
2800
"Row %ld was truncated; it contained more data than there were input columns"
2803
#: drizzled/error.cc:560
2806
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
2809
#: drizzled/error.cc:562
2811
msgid "Out of range value for column '%s' at row %ld"
2814
#: drizzled/error.cc:564
2816
msgid "Data truncated for column '%s' at row %ld"
2819
#: drizzled/error.cc:566
2821
msgid "Using storage engine %s for table '%s'"
2824
#: drizzled/error.cc:568
2826
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
2829
#: drizzled/error.cc:570
2830
msgid "Cannot drop one or more of the requested users"
2833
#: drizzled/error.cc:572
2834
msgid "Can't revoke all privileges for one or more of the requested users"
2837
#: drizzled/error.cc:574
2840
"Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
2843
#: drizzled/error.cc:576
2845
msgid "Illegal mix of collations for operation '%s'"
2848
#: drizzled/error.cc:578
2851
"Variable '%-.64s' is not a variable component (can't be used as "
2852
"XXXX.variable_name)"
2855
#: drizzled/error.cc:580
2857
msgid "Unknown collation: '%-.64s'"
2860
#: drizzled/error.cc:582
2862
"SSL parameters in CHANGE MASTER are ignored because this Drizzle slave was "
2863
"compiled without SSL support; they can be used later if Drizzle slave with "
2867
#: drizzled/error.cc:584
2870
"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the "
2871
"old format; please change the password to the new format"
2874
#: drizzled/error.cc:586
2877
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
2881
#: drizzled/error.cc:588
2883
"Incorrect parameter or combination of parameters for START SLAVE UNTIL"
2886
#: drizzled/error.cc:590
2888
"It is recommended to use --skip-slave-start when doing step-by-step "
2889
"replication with START SLAVE UNTIL; otherwise, you will get problems if you "
2890
"get an unexpected slave's drizzled restart"
2893
#: drizzled/error.cc:592
2894
msgid "SQL thread is not to be started so UNTIL options are ignored"
2897
#: drizzled/error.cc:594
2899
msgid "Incorrect index name '%-.100s'"
2902
#: drizzled/error.cc:596
2904
msgid "Incorrect catalog name '%-.100s'"
2907
#: drizzled/error.cc:598
2909
msgid "Query cache failed to set size %lu; new query cache size is %lu"
2912
#: drizzled/error.cc:600
2914
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
2917
#: drizzled/error.cc:602
2919
msgid "Unknown key cache '%-.100s'"
2922
#: drizzled/error.cc:604
2924
"Drizzle is started in --skip-name-resolve mode; you must restart it without "
2925
"this switch for this grant to work"
2928
#: drizzled/error.cc:606
2930
msgid "Unknown table engine '%s'"
2933
#: drizzled/error.cc:608
2935
msgid "'%s' is deprecated; use '%s' instead"
2938
#: drizzled/error.cc:610
2940
msgid "The target table %-.100s of the %s is not updatable"
2943
#: drizzled/error.cc:612
2946
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
2950
#: drizzled/error.cc:614
2953
"The Drizzle server is running with the %s option so it cannot execute this "
2957
#: drizzled/error.cc:616
2959
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
2962
#: drizzled/error.cc:618
2964
msgid "Truncated incorrect %-.32s value: '%-.128s'"
2967
#: drizzled/error.cc:620
2969
"Incorrect table definition; there can be only one TIMESTAMP column with "
2970
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
2973
#: drizzled/error.cc:622
2975
msgid "Invalid ON UPDATE clause for '%-.192s' column"
2978
#: drizzled/error.cc:624
2979
msgid "This command is not supported in the prepared statement protocol yet"
2982
#: drizzled/error.cc:626
2984
msgid "Got error %d '%-.100s' from %s"
2987
#: drizzled/error.cc:628
2989
msgid "Got temporary error %d '%-.100s' from %s"
2992
#: drizzled/error.cc:630
2994
msgid "Unknown or incorrect time zone: '%-.64s'"
2997
#: drizzled/error.cc:632
2999
msgid "Invalid TIMESTAMP value in column '%s' at row %ld"
3002
#: drizzled/error.cc:634
3004
msgid "Invalid %s character string: '%.64s'"
3007
#: drizzled/error.cc:636
3009
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
3012
#: drizzled/error.cc:638
3014
msgid "Conflicting declarations: '%s%s' and '%s%s'"
3017
#: drizzled/error.cc:640
3019
msgid "Can't create a %s from within another stored routine"
3022
#: drizzled/error.cc:642
3024
msgid "%s %s already exists"
3027
#: drizzled/error.cc:644
3029
msgid "%s %s does not exist"
3032
#: drizzled/error.cc:646
3034
msgid "Failed to DROP %s %s"
3037
#: drizzled/error.cc:648
3039
msgid "Failed to CREATE %s %s"
3042
#: drizzled/error.cc:650
3044
msgid "%s with no matching label: %s"
3047
#: drizzled/error.cc:652
3049
msgid "Redefining label %s"
3052
#: drizzled/error.cc:654
3054
msgid "End-label %s without match"
3057
#: drizzled/error.cc:656
3059
msgid "Referring to uninitialized variable %s"
3062
#: drizzled/error.cc:658
3064
msgid "PROCEDURE %s can't return a result set in the given context"
3067
#: drizzled/error.cc:660
3068
msgid "RETURN is only allowed in a FUNCTION"
3071
#: drizzled/error.cc:662
3073
msgid "%s is not allowed in stored procedures"
3076
#: drizzled/error.cc:664
3078
"The update log is deprecated and replaced by the binary log; SET "
3079
"SQL_LOG_UPDATE has been ignored"
3082
#: drizzled/error.cc:666
3084
"The update log is deprecated and replaced by the binary log; SET "
3085
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
3088
#: drizzled/error.cc:668
3089
msgid "Query execution was interrupted"
3092
#: drizzled/error.cc:670
3094
msgid "Incorrect number of arguments for %s %s; expected %u, got %u"
3097
#: drizzled/error.cc:672
3099
msgid "Undefined CONDITION: %s"
3102
#: drizzled/error.cc:674
3104
msgid "No RETURN found in FUNCTION %s"
3107
#: drizzled/error.cc:676
3109
msgid "FUNCTION %s ended without RETURN"
3112
#: drizzled/error.cc:678
3113
msgid "Cursor statement must be a SELECT"
3116
#: drizzled/error.cc:680
3117
msgid "Cursor SELECT must not have INTO"
3120
#: drizzled/error.cc:682
3122
msgid "Undefined CURSOR: %s"
3125
#: drizzled/error.cc:684
3126
msgid "Cursor is already open"
3129
#: drizzled/error.cc:686
3130
msgid "Cursor is not open"
3133
#: drizzled/error.cc:688
3135
msgid "Undeclared variable: %s"
3138
#: drizzled/error.cc:690
3139
msgid "Incorrect number of FETCH variables"
3142
#: drizzled/error.cc:692
3143
msgid "No data - zero rows fetched, selected, or processed"
3146
#: drizzled/error.cc:694
3148
msgid "Duplicate parameter: %s"
3151
#: drizzled/error.cc:696
3153
msgid "Duplicate variable: %s"
3156
#: drizzled/error.cc:698
3158
msgid "Duplicate condition: %s"
3161
#: drizzled/error.cc:700
3163
msgid "Duplicate cursor: %s"
3166
#: drizzled/error.cc:702
3168
msgid "Failed to ALTER %s %s"
3171
#: drizzled/error.cc:704
3172
msgid "Subquery value not supported"
3175
#: drizzled/error.cc:706
3177
msgid "%s is not allowed in stored function or trigger"
3180
#: drizzled/error.cc:708
3181
msgid "Variable or condition declaration after cursor or handler declaration"
3184
#: drizzled/error.cc:710
3185
msgid "Cursor declaration after handler declaration"
3188
#: drizzled/error.cc:712
3189
msgid "Case not found for CASE statement"
3192
#: drizzled/error.cc:714
3194
msgid "Configuration file '%-.192s' is too big"
3197
#: drizzled/error.cc:716
3199
msgid "Malformed file type header in file '%-.192s'"
3202
#: drizzled/error.cc:718
3204
msgid "Unexpected end of file while parsing comment '%-.200s'"
3207
#: drizzled/error.cc:720
3209
msgid "Error while parsing parameter '%-.192s' (line: '%-.192s')"
3212
#: drizzled/error.cc:722
3214
msgid "Unexpected end of file while skipping unknown parameter '%-.192s'"
3217
#: drizzled/error.cc:724
3219
"EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
3222
#: drizzled/error.cc:726
3224
msgid "File '%-.192s' has unknown type '%-.64s' in its header"
3227
#: drizzled/error.cc:728
3229
msgid "'%-.192s.%-.192s' is not %s"
3232
#: drizzled/error.cc:730
3234
msgid "Column '%-.192s' is not updatable"
3237
#: drizzled/error.cc:732
3238
msgid "View's SELECT contains a subquery in the FROM clause"
3241
#: drizzled/error.cc:734
3243
msgid "View's SELECT contains a '%s' clause"
3246
#: drizzled/error.cc:736
3247
msgid "View's SELECT contains a variable or parameter"
3250
#: drizzled/error.cc:738
3252
msgid "View's SELECT refers to a temporary table '%-.192s'"
3255
#: drizzled/error.cc:740
3256
msgid "View's SELECT and view's field list have different column counts"
3259
#: drizzled/error.cc:742
3261
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
3264
#: drizzled/error.cc:744
3266
"View being updated does not have complete key of underlying table in it"
3269
#: drizzled/error.cc:746
3272
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or "
3273
"function(s) or definer/invoker of view lack rights to use them"
3276
#: drizzled/error.cc:748
3278
msgid "Can't drop or alter a %s from within another stored routine"
3281
#: drizzled/error.cc:750
3282
msgid "GOTO is not allowed in a stored procedure handler"
3285
#: drizzled/error.cc:752
3286
msgid "Trigger already exists"
3289
#: drizzled/error.cc:754
3290
msgid "Trigger does not exist"
3293
#: drizzled/error.cc:756
3295
msgid "Trigger's '%-.192s' is view or temporary table"
3298
#: drizzled/error.cc:758
3300
msgid "Updating of %s row is not allowed in %strigger"
3303
#: drizzled/error.cc:760
3305
msgid "There is no %s row in %s trigger"
3308
#: drizzled/error.cc:762
3310
msgid "Field '%-.192s' doesn't have a default value"
3313
#: drizzled/error.cc:764
3314
msgid "Division by 0"
3317
#: drizzled/error.cc:766
3319
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
3322
#: drizzled/error.cc:768
3324
msgid "Illegal %s '%-.192s' value found during parsing"
3327
#: drizzled/error.cc:770
3329
msgid "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
3332
#: drizzled/error.cc:772
3334
msgid "CHECK OPTION failed '%-.192s.%-.192s'"
3337
#: drizzled/error.cc:774
3339
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
3342
#: drizzled/error.cc:776
3344
msgid "Failed purging old relay logs: %s"
3347
#: drizzled/error.cc:778
3349
msgid "Password hash should be a %d-digit hexadecimal number"
3352
#: drizzled/error.cc:780
3353
msgid "Target log not found in binlog index"
3356
#: drizzled/error.cc:782
3357
msgid "I/O error reading log index file"
3360
#: drizzled/error.cc:784
3361
msgid "Server configuration does not permit binlog purge"
3364
#: drizzled/error.cc:786
3365
msgid "Failed on fseek()"
3368
#: drizzled/error.cc:788
3369
msgid "Fatal error during log purge"
3372
#: drizzled/error.cc:790
3373
msgid "A purgeable log is in use, will not purge"
3376
#: drizzled/error.cc:792
3377
msgid "Unknown error during log purge"
3380
#: drizzled/error.cc:794
3382
msgid "Failed initializing relay log position: %s"
3385
#: drizzled/error.cc:796
3386
msgid "You are not using binary logging"
3389
#: drizzled/error.cc:798
3392
"The '%-.64s' syntax is reserved for purposes internal to the Drizzle server"
3395
#: drizzled/error.cc:800
3396
msgid "WSAStartup Failed"
3399
#: drizzled/error.cc:802
3400
msgid "Can't handle procedures with different groups yet"
3403
#: drizzled/error.cc:804
3404
msgid "Select must have a group with this procedure"
3407
#: drizzled/error.cc:806
3408
msgid "Can't use ORDER clause with this procedure"
3411
#: drizzled/error.cc:808
3413
msgid "Binary logging and replication forbid changing the global server %s"
3416
#: drizzled/error.cc:810
3418
msgid "Can't map file: %-.200s, errno: %d"
3421
#: drizzled/error.cc:812
3423
msgid "Wrong magic in %-.64s"
3426
#: drizzled/error.cc:814
3427
msgid "Prepared statement contains too many placeholders"
3430
#: drizzled/error.cc:816
3432
msgid "Key part '%-.192s' length cannot be 0"
3435
#: drizzled/error.cc:818
3436
msgid "View text checksum failed"
3439
#: drizzled/error.cc:820
3442
"Can not modify more than one base table through a join view '%-.192s.%-.192s'"
3445
#: drizzled/error.cc:822
3447
msgid "Can not insert into join view '%-.192s.%-.192s' without fields list"
3450
#: drizzled/error.cc:824
3452
msgid "Can not delete from join view '%-.192s.%-.192s'"
3455
#: drizzled/error.cc:826
3457
msgid "Operation %s failed for %.256s"
3460
#: drizzled/error.cc:828
3461
msgid "XAER_NOTA: Unknown XID"
3464
#: drizzled/error.cc:830
3465
msgid "XAER_INVAL: Invalid arguments (or unsupported command)"
3468
#: drizzled/error.cc:832
3471
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
3475
#: drizzled/error.cc:834
3476
msgid "XAER_OUTSIDE: Some work is done outside global transaction"
3479
#: drizzled/error.cc:836
3481
"XAER_RMERR: Fatal error occurred in the transaction branch - check your data "
3485
#: drizzled/error.cc:838
3486
msgid "XA_RBROLLBACK: Transaction branch was rolled back"
3489
#: drizzled/error.cc:840
3492
"There is no such grant defined for user '%-.48s' on host '%-.64s' on routine "
3496
#: drizzled/error.cc:842
3497
msgid "Failed to grant EXECUTE and ALTER ROUTINE privileges"
3500
#: drizzled/error.cc:844
3501
msgid "Failed to revoke all privileges to dropped routine"
3504
#: drizzled/error.cc:846
3506
msgid "Data too long for column '%s' at row %ld"
3509
#: drizzled/error.cc:848
3511
msgid "Bad SQLSTATE: '%s'"
3514
#: drizzled/error.cc:850
3517
"%s: ready for connections.\n"
3518
"Version: '%s' socket: '%s' port: %d %s"
3521
#: drizzled/error.cc:852
3522
msgid "Can't load value from file with fixed size rows to variable"
3525
#: drizzled/error.cc:854
3526
msgid "You are not allowed to create a user with GRANT"
3529
#: drizzled/error.cc:856
3531
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
3534
#: drizzled/error.cc:858
3535
msgid "Table definition has changed, please retry transaction"
3538
#: drizzled/error.cc:860
3539
msgid "Duplicate handler declared in the same block"
3542
#: drizzled/error.cc:862
3545
"OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-"
3546
"variable in BEFORE trigger"
3549
#: drizzled/error.cc:864
3551
msgid "Not allowed to return a result set from a %s"
3554
#: drizzled/error.cc:866
3555
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
3558
#: drizzled/error.cc:868
3560
"A routine failed and has neither NO SQL nor READS SQL DATA in its "
3561
"declaration and binary logging is enabled; if non-transactional tables were "
3562
"updated, the binary log will miss their changes"
3565
#: drizzled/error.cc:870
3567
"This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its "
3568
"declaration and binary logging is enabled (you *might* want to use the less "
3569
"safe log_bin_trust_function_creators variable)"
3572
#: drizzled/error.cc:872
3574
"You do not have the SUPER privilege and binary logging is enabled (you "
3575
"*might* want to use the less safe log_bin_trust_function_creators variable)"
3578
#: drizzled/error.cc:874
3580
"You can't execute a prepared statement which has an open cursor associated "
3581
"with it. Reset the statement to re-execute it."
3584
#: drizzled/error.cc:876
3586
msgid "The statement (%lu) has no open cursor."
3589
#: drizzled/error.cc:878
3591
"Explicit or implicit commit is not allowed in stored function or trigger."
3594
#: drizzled/error.cc:880
3597
"Field of view '%-.192s.%-.192s' underlying table doesn't have a default value"
3600
#: drizzled/error.cc:882
3601
msgid "Recursive stored functions and triggers are not allowed."
3604
#: drizzled/error.cc:884
3606
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
3609
#: drizzled/error.cc:886
3611
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
3614
#: drizzled/error.cc:888
3617
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column '%-"
3621
#: drizzled/error.cc:890
3623
"You can't combine write-locking of system tables with other tables or lock "
3627
#: drizzled/error.cc:892
3629
msgid "Unable to connect to foreign data source: %.64s"
3632
#: drizzled/error.cc:894
3635
"There was a problem processing the query on the foreign data source. Data "
3636
"source error: %-.64s"
3639
#: drizzled/error.cc:896
3642
"The foreign data source you are trying to reference does not exist. Data "
3643
"source error: %-.64s"
3646
#: drizzled/error.cc:898
3649
"Can't create federated table. The data source connection string '%-.64s' is "
3650
"not in the correct format"
3653
#: drizzled/error.cc:900
3656
"The data source connection string '%-.64s' is not in the correct format"
3659
#: drizzled/error.cc:902
3661
msgid "Can't create federated table. Foreign data src error: %-.64s"
3664
#: drizzled/error.cc:904
3665
msgid "Trigger in wrong schema"
3668
#: drizzled/error.cc:906
3671
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
3672
"needed. Use 'drizzled -O thread_stack=#' to specify a bigger stack."
3675
#: drizzled/error.cc:908
3677
msgid "Routine body for '%-.100s' is too long"
3680
#: drizzled/error.cc:910
3681
msgid "Cannot drop default keycache"
3684
#: drizzled/error.cc:912
3686
msgid "Display width out of range for column '%-.192s' (max = %d)"
3689
#: drizzled/error.cc:914
3690
msgid "XAER_DUPID: The XID already exists"
3693
#: drizzled/error.cc:916
3695
msgid "Datetime function: %-.32s field overflow"
3698
#: drizzled/error.cc:918
3701
"Can't update table '%-.192s' in stored function/trigger because it is "
3702
"already used by statement which invoked this stored function/trigger."
3705
#: drizzled/error.cc:920
3708
"The definition of table '%-.192s' prevents operation %.192s on table '%-"
3712
#: drizzled/error.cc:922
3714
"The prepared statement contains a stored routine call that refers to that "
3715
"same statement. It's not allowed to execute a prepared statement in such a "
3719
#: drizzled/error.cc:924
3720
msgid "Not allowed to set autocommit from a stored function or trigger"
3723
#: drizzled/error.cc:926
3724
msgid "Definer is not fully qualified"
3727
#: drizzled/error.cc:928
3730
"View '%-.192s'.'%-.192s' has no definer information (old table format). "
3731
"Current user is used as definer. Please recreate the view!"
3734
#: drizzled/error.cc:930
3737
"You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' "
3741
#: drizzled/error.cc:932
3743
msgid "The user specified as a definer ('%-.64s'@'%-.64s') does not exist"
3746
#: drizzled/error.cc:934
3748
msgid "Changing schema from '%-.192s' to '%-.192s' is not allowed."
3751
#: drizzled/error.cc:936
3754
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
3757
#: drizzled/error.cc:938
3760
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
3763
#: drizzled/error.cc:940
3765
msgid "Variable '%-.64s' must be quoted with `...`, or renamed"
3768
#: drizzled/error.cc:942
3771
"No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be "
3772
"activated under the authorization of the invoker, which may have "
3773
"insufficient privileges. Please recreate the trigger."
3776
#: drizzled/error.cc:944
3778
msgid "'%-.192s' has an old format, you should re-create the '%s' object(s)"
3781
#: drizzled/error.cc:946
3784
"Recursive limit %d (as set by the max_sp_recursion_depth variable) was "
3785
"exceeded for routine %.192s"
3788
#: drizzled/error.cc:948
3791
"Failed to load routine %-.192s. The table drizzle.proc is missing, corrupt, "
3792
"or contains bad data (internal code %d)"
3795
#: drizzled/error.cc:950
3797
msgid "Incorrect routine name '%-.192s'"
3800
#: drizzled/error.cc:952
3803
"Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
3806
#: drizzled/error.cc:954
3807
msgid "AGGREGATE is not supported for stored functions"
3810
#: drizzled/error.cc:956
3813
"Can't create more than max_prepared_stmt_count statements (current value: "
3817
#: drizzled/error.cc:958
3819
msgid "`%-.192s`.`%-.192s` contains view recursion"
3822
#: drizzled/error.cc:960
3824
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
3827
#: drizzled/error.cc:962
3828
msgid "The used table type doesn't support SPATIAL indexes"
3831
#: drizzled/error.cc:964
3832
msgid "Triggers can not be created on system tables"
3835
#: drizzled/error.cc:966
3837
msgid "Leading spaces are removed from name '%s'"
3840
#: drizzled/error.cc:968
3841
msgid "Failed to read auto-increment value from storage engine"
3844
#: drizzled/error.cc:970
3848
#: drizzled/error.cc:972
3852
#: drizzled/error.cc:974
3854
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
3857
#: drizzled/error.cc:976
3859
msgid "The target table %-.100s of the %s is not insertable-into"
3862
#: drizzled/error.cc:978
3865
"Table '%-.64s' is differently defined or of non-MyISAM type or doesn't exist"
3868
#: drizzled/error.cc:980
3869
msgid "Too high level of nesting for select"
3872
#: drizzled/error.cc:982
3874
msgid "Name '%-.64s' has become ''"
3877
#: drizzled/error.cc:984
3879
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
3880
"optional and non-empty FIELDS ENCLOSED BY"
3883
#: drizzled/error.cc:986
3885
msgid "The foreign server, %s, you are trying to create already exists."
3888
#: drizzled/error.cc:988
3891
"The foreign server name you are trying to reference does not exist. Data "
3892
"source error: %-.64s"
3895
#: drizzled/error.cc:990
3898
"Table storage engine '%-.64s' does not support the create option '%.64s'"
3901
#: drizzled/error.cc:992
3904
"Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for "
3908
#: drizzled/error.cc:994
3911
"Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
3914
#: drizzled/error.cc:996
3915
msgid "MAXVALUE can only be used in last partition definition"
3918
#: drizzled/error.cc:998
3919
msgid "Subpartitions can only be hash partitions and by key"
3922
#: drizzled/error.cc:1000
3923
msgid "Must define subpartitions on all partitions if on one partition"
3926
#: drizzled/error.cc:1002
3927
msgid "Wrong number of partitions defined, mismatch with previous setting"
3930
#: drizzled/error.cc:1004
3931
msgid "Wrong number of subpartitions defined, mismatch with previous setting"
3934
#: drizzled/error.cc:1006
3936
"Constant/Random expression in (sub)partitioning function is not allowed"
3939
#: drizzled/error.cc:1008
3940
msgid "Expression in RANGE/LIST VALUES must be constant"
3943
#: drizzled/error.cc:1010
3944
msgid "Field in list of fields for partition function not found in table"
3947
#: drizzled/error.cc:1012
3948
msgid "List of fields is only allowed in KEY partitions"
3951
#: drizzled/error.cc:1014
3953
"The partition info in the frm file is not consistent with what can be "
3954
"written into the frm file"
3957
#: drizzled/error.cc:1016
3959
msgid "The %-.192s function returns the wrong type"
3962
#: drizzled/error.cc:1018
3964
msgid "For %-.64s partitions each partition must be defined"
3967
#: drizzled/error.cc:1020
3968
msgid "VALUES LESS THAN value must be strictly increasing for each partition"
3971
#: drizzled/error.cc:1022
3972
msgid "VALUES value must be of same type as partition function"
3975
#: drizzled/error.cc:1024
3976
msgid "Multiple definition of same constant in list partitioning"
3979
#: drizzled/error.cc:1026
3980
msgid "Partitioning can not be used stand-alone in query"
3983
#: drizzled/error.cc:1028
3985
"The mix of handlers in the partitions is not allowed in this version of "
3989
#: drizzled/error.cc:1030
3991
msgid "For the partitioned engine it is necessary to define all %-.64s"
3994
#: drizzled/error.cc:1032
3995
msgid "Too many partitions (including subpartitions) were defined"
3998
#: drizzled/error.cc:1034
4000
"It is only possible to mix RANGE/LIST partitioning with HASH/KEY "
4001
"partitioning for subpartitioning"
4004
#: drizzled/error.cc:1036
4005
msgid "Failed to create specific handler file"
4008
#: drizzled/error.cc:1038
4009
msgid "A BLOB field is not allowed in partition function"
4012
#: drizzled/error.cc:1040
4015
"A %-.192s must include all columns in the table's partitioning function"
4018
#: drizzled/error.cc:1042
4020
msgid "Number of %-.64s = 0 is not an allowed value"
4023
#: drizzled/error.cc:1044
4024
msgid "Partition management on a not partitioned table is not possible"
4027
#: drizzled/error.cc:1046
4029
"Foreign key condition is not yet supported in conjunction with partitioning"
4032
#: drizzled/error.cc:1048
4034
msgid "Error in list of partitions to %-.64s"
4037
#: drizzled/error.cc:1050
4038
msgid "Cannot remove all partitions, use DROP TABLE instead"
4041
#: drizzled/error.cc:1052
4042
msgid "COALESCE PARTITION can only be used on HASH/KEY partitions"
4045
#: drizzled/error.cc:1054
4047
"REORGANIZE PARTITION can only be used to reorganize partitions not to change "
4051
#: drizzled/error.cc:1056
4053
"REORGANIZE PARTITION without parameters can only be used on auto-partitioned "
4054
"tables using HASH PARTITIONs"
4057
#: drizzled/error.cc:1058
4059
msgid "%-.64s PARTITION can only be used on RANGE/LIST partitions"
4062
#: drizzled/error.cc:1060
4063
msgid "Trying to Add partition(s) with wrong number of subpartitions"
4066
#: drizzled/error.cc:1062
4067
msgid "At least one partition must be added"
4070
#: drizzled/error.cc:1064
4071
msgid "At least one partition must be coalesced"
4074
#: drizzled/error.cc:1066
4075
msgid "More partitions to reorganize than there are partitions"
4078
#: drizzled/error.cc:1068
4080
msgid "Duplicate partition name %-.192s"
4083
#: drizzled/error.cc:1070
4084
msgid "It is not allowed to shut off binlog on this command"
4087
#: drizzled/error.cc:1072
4089
"When reorganizing a set of partitions they must be in consecutive order"
4092
#: drizzled/error.cc:1074
4094
"Reorganize of range partitions cannot change total ranges except for last "
4095
"partition where it can extend the range"
4098
#: drizzled/error.cc:1076
4099
msgid "Partition function not supported in this version for this handler"
4102
#: drizzled/error.cc:1078
4103
msgid "Partition state cannot be defined from CREATE/ALTER TABLE"
4106
#: drizzled/error.cc:1080
4108
msgid "The %-.64s handler only supports 32 bit integers in VALUES"
4111
#: drizzled/error.cc:1082
4113
msgid "Plugin '%-.192s' is not loaded"
4116
#: drizzled/error.cc:1084
4118
msgid "Incorrect %-.32s value: '%-.128s'"
4121
#: drizzled/error.cc:1086
4123
msgid "Table has no partition for value %-.64s"
4126
#: drizzled/error.cc:1088
4128
msgid "It is not allowed to specify %s more than once"
4131
#: drizzled/error.cc:1090 drizzled/error.cc:1226
4133
msgid "Failed to create %s"
4136
#: drizzled/error.cc:1092 drizzled/error.cc:1116
4138
msgid "Failed to drop %s"
4141
#: drizzled/error.cc:1094
4142
msgid "The handler doesn't support autoextend of tablespaces"
4145
#: drizzled/error.cc:1096
4147
"A size parameter was incorrectly specified, either number or on the form 10M"
4150
#: drizzled/error.cc:1098
4152
"The size number was correct but we don't allow the digit part to be more "
4156
#: drizzled/error.cc:1100
4158
msgid "Failed to alter: %s"
4161
#: drizzled/error.cc:1102
4162
msgid "Writing one row to the row-based binary log failed"
4165
#: drizzled/error.cc:1104
4167
msgid "Table definition on master and slave does not match: %s"
4170
#: drizzled/error.cc:1106
4172
"Slave running with --log-slave-updates must use row-based binary logging to "
4173
"be able to replicate row-based binary log events"
4176
#: drizzled/error.cc:1108
4178
msgid "Event '%-.192s' already exists"
4181
#: drizzled/error.cc:1110
4183
msgid "Failed to store event %s. Error code %d from storage engine."
4186
#: drizzled/error.cc:1112
4188
msgid "Unknown event '%-.192s'"
4191
#: drizzled/error.cc:1114
4193
msgid "Failed to alter event '%-.192s'"
4196
#: drizzled/error.cc:1118
4197
msgid "INTERVAL is either not positive or too big"
4200
#: drizzled/error.cc:1120
4201
msgid "ENDS is either invalid or before STARTS"
4204
#: drizzled/error.cc:1122
4205
msgid "Event execution time is in the past. Event has been disabled"
4208
#: drizzled/error.cc:1124
4209
msgid "Failed to open drizzle.event"
4212
#: drizzled/error.cc:1126
4213
msgid "No datetime expression provided"
4216
#: drizzled/error.cc:1128
4219
"Column count of drizzle.%s is wrong. Expected %d, found %d. The table is "
4220
"probably corrupted"
4223
#: drizzled/error.cc:1130
4225
msgid "Cannot load from drizzle.%s. The table is probably corrupted"
4228
#: drizzled/error.cc:1132
4229
msgid "Failed to delete the event from drizzle.event"
4232
#: drizzled/error.cc:1134
4233
msgid "Error during compilation of event's body"
4236
#: drizzled/error.cc:1136
4237
msgid "Same old and new event name"
4240
#: drizzled/error.cc:1138
4242
msgid "Data for column '%s' too long"
4245
#: drizzled/error.cc:1140
4247
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
4250
#: drizzled/error.cc:1142
4253
"The syntax '%s' is deprecated and will be removed in Drizzle %s. Please use "
4257
#: drizzled/error.cc:1144
4258
msgid "You can't write-lock a log table. Only read access is possible"
4261
#: drizzled/error.cc:1146
4262
msgid "You can't use locks with log tables."
4265
#: drizzled/error.cc:1148
4268
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key "
4269
"%d would lead to a duplicate entry"
4272
#: drizzled/error.cc:1150
4275
"Column count of drizzle.%s is wrong. Expected %d, found %d. Created with "
4276
"Drizzle %d, now running %d. Please use drizzle_upgrade to fix this error."
4279
#: drizzled/error.cc:1152
4281
"Cannot switch out of the row-based binary log format when the session has "
4282
"open temporary tables"
4285
#: drizzled/error.cc:1154
4287
"Cannot change the binary logging format inside a stored function or trigger"
4290
#: drizzled/error.cc:1156
4292
"The NDB cluster engine does not support changing the binlog format on the "
4296
#: drizzled/error.cc:1158
4297
msgid "Cannot create temporary table with partitions"
4300
#: drizzled/error.cc:1160
4301
msgid "Partition constant is out of partition function domain"
4304
#: drizzled/error.cc:1162
4305
msgid "This partition function is not allowed"
4308
#: drizzled/error.cc:1164
4309
msgid "Error in DDL log"
4312
#: drizzled/error.cc:1166
4313
msgid "Not allowed to use NULL value in VALUES LESS THAN"
4316
#: drizzled/error.cc:1168
4317
msgid "Incorrect partition name"
4320
#: drizzled/error.cc:1170
4322
"Transaction isolation level can't be changed while a transaction is in "
4326
#: drizzled/error.cc:1172
4329
"ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry "
4330
"'%-.192s' for key '%-.192s'"
4333
#: drizzled/error.cc:1174
4335
msgid "Internal scheduler error %d"
4338
#: drizzled/error.cc:1176
4340
msgid "Error during starting/stopping of the scheduler. Error code %u"
4343
#: drizzled/error.cc:1178
4344
msgid "Engine cannot be used in partitioned tables"
4347
#: drizzled/error.cc:1180
4349
msgid "Cannot activate '%-.64s' log"
4352
#: drizzled/error.cc:1182
4353
msgid "The server was not built with row-based replication"
4356
#: drizzled/error.cc:1184
4357
msgid "Decoding of base64 string failed"
4360
#: drizzled/error.cc:1186
4361
msgid "Recursion of EVENT DDL statements is forbidden when body is present"
4364
#: drizzled/error.cc:1188
4366
"Cannot proceed because system tables used by Event Scheduler were found "
4367
"damaged at server start"
4370
#: drizzled/error.cc:1190
4371
msgid "Only integers allowed as number here"
4374
#: drizzled/error.cc:1192
4375
msgid "This storage engine cannot be used for log tables"
4378
#: drizzled/error.cc:1194
4380
msgid "You cannot '%s' a log table if logging is enabled"
4383
#: drizzled/error.cc:1196
4386
"Cannot rename '%s'. When logging enabled, rename to/from log table must "
4387
"rename two tables: the log table to an archive table and another table back "
4391
#: drizzled/error.cc:1198
4393
msgid "Incorrect parameter count in the call to native function '%-.192s'"
4396
#: drizzled/error.cc:1200
4398
msgid "Incorrect parameters in the call to native function '%-.192s'"
4401
#: drizzled/error.cc:1202
4403
msgid "Incorrect parameters in the call to stored function '%-.192s'"
4406
#: drizzled/error.cc:1204
4408
msgid "This function '%-.192s' has the same name as a native function"
4411
#: drizzled/error.cc:1206
4413
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
4416
#: drizzled/error.cc:1208
4417
msgid "Too many files opened, please execute the command again"
4420
#: drizzled/error.cc:1210 drizzled/error.cc:1212
4422
"Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. "
4423
"The event was dropped immediately after creation."
4426
#: drizzled/error.cc:1214
4428
msgid "The incident %s occurred on the master. Message: %-.64s"
4431
#: drizzled/error.cc:1216
4432
msgid "Table has no partition for some existing values"
4435
#: drizzled/error.cc:1218
4436
msgid "Statement is not safe to log in statement format."
4439
#: drizzled/error.cc:1220
4441
msgid "Fatal error: %s"
4444
#: drizzled/error.cc:1222
4446
msgid "Relay log read failure: %s"
4449
#: drizzled/error.cc:1224
4451
msgid "Relay log write failure: %s"
4454
#: drizzled/error.cc:1228
4456
msgid "Master command %s failed: %s"
4459
#: drizzled/error.cc:1230
4461
msgid "Binary logging not possible. Message: %s"
4464
#: drizzled/error.cc:1232
4466
msgid "View `%-.64s`.`%-.64s` has no creation context"
4469
#: drizzled/error.cc:1234
4471
msgid "Creation context of view `%-.64s`.`%-.64s' is invalid"
4474
#: drizzled/error.cc:1236
4476
msgid "Creation context of stored routine `%-.64s`.`%-.64s` is invalid"
4479
#: drizzled/error.cc:1238
4481
msgid "Corrupted TRG file for table `%-.64s`.`%-.64s`"
4484
#: drizzled/error.cc:1240
4486
msgid "Triggers for table `%-.64s`.`%-.64s` have no creation context"
4489
#: drizzled/error.cc:1242
4491
msgid "Trigger creation context of table `%-.64s`.`%-.64s` is invalid"
4494
#: drizzled/error.cc:1244
4496
msgid "Creation context of event `%-.64s`.`%-.64s` is invalid"
4499
#: drizzled/error.cc:1246
4501
msgid "Cannot open table for trigger `%-.64s`.`%-.64s`"
4504
#: drizzled/error.cc:1248
4506
msgid "Cannot create stored routine `%-.64s`. Check warnings"
4509
#: drizzled/error.cc:1250
4511
msgid "Ambiguous slave modes combination. %s"
4514
#: drizzled/error.cc:1252
4517
"The BINLOG statement of type `%s` was not preceded by a format description "
4521
#: drizzled/error.cc:1254
4522
msgid "Corrupted replication event was detected"
4525
#: drizzled/error.cc:1256
4527
msgid "Invalid column reference (%-.64s) in LOAD DATA"
4530
#: drizzled/error.cc:1258
4532
msgid "Being purged log %s was not found"
4535
#: drizzled/error.cc:1260
4537
msgid "Converted to non-transactional lock on '%-.64s'"
4540
#: drizzled/error.cc:1262
4542
msgid "Cannot convert to non-transactional lock in strict mode on '%-.64s'"
4545
#: drizzled/error.cc:1264
4548
"Cannot convert to non-transactional lock in an active transaction on '%-.64s'"
4551
#: drizzled/error.cc:1266
4553
msgid "Can't access storage engine of table %-.64s"
4556
#: drizzled/error.cc:1268
4557
msgid "Starting backup process"
4560
#: drizzled/error.cc:1270
4561
msgid "Backup completed"
4564
#: drizzled/error.cc:1272
4565
msgid "Starting restore process"
4568
#: drizzled/error.cc:1274
4569
msgid "Restore completed"
4572
#: drizzled/error.cc:1276
4573
msgid "Nothing to backup"
4576
#: drizzled/error.cc:1278
4578
msgid "Database '%-.64s' cannot be included in a backup"
4581
#: drizzled/error.cc:1280
4583
"Error during backup operation - server's error log contains more information "
4587
#: drizzled/error.cc:1282
4589
"Error during restore operation - server's error log contains more "
4590
"information about the error"
4593
#: drizzled/error.cc:1284
4595
"Can't execute this command because another BACKUP/RESTORE operation is in "
4599
#: drizzled/error.cc:1286
4600
msgid "Error when preparing for backup operation"
4603
#: drizzled/error.cc:1288
4604
msgid "Error when preparing for restore operation"
4607
#: drizzled/error.cc:1290
4609
msgid "Invalid backup location '%-.64s'"
4612
#: drizzled/error.cc:1292
4614
msgid "Can't read backup location '%-.64s'"
4617
#: drizzled/error.cc:1294
4619
msgid "Can't write to backup location '%-.64s' (file already exists?)"
4622
#: drizzled/error.cc:1296
4623
msgid "Can't enumerate server databases"
4626
#: drizzled/error.cc:1298
4627
msgid "Can't enumerate server tables"
4630
#: drizzled/error.cc:1300
4632
msgid "Can't enumerate tables in database %-.64s"
4635
#: drizzled/error.cc:1302
4637
msgid "Skipping view %-.64s in database %-.64s"
4640
#: drizzled/error.cc:1304
4642
msgid "Skipping table %-.64s since it has no valid storage engine"
4645
#: drizzled/error.cc:1306
4647
msgid "Can't open table %-.64s"
4650
#: drizzled/error.cc:1308
4651
msgid "Can't read backup archive preamble"
4654
#: drizzled/error.cc:1310
4655
msgid "Can't write backup archive preamble"
4658
#: drizzled/error.cc:1312
4660
msgid "Can't find backup driver for table %-.64s"
4663
#: drizzled/error.cc:1314
4666
"%-.64s backup driver was selected for table %-.64s but it rejects to handle "
4670
#: drizzled/error.cc:1316
4672
msgid "Can't create %-.64s backup driver"
4675
#: drizzled/error.cc:1318
4677
msgid "Can't create %-.64s restore driver"
4680
#: drizzled/error.cc:1320
4682
msgid "Found %d images in backup archive but maximum %d are supported"
4685
#: drizzled/error.cc:1322
4687
msgid "Error when saving meta-data of %-.64s"
4690
#: drizzled/error.cc:1324
4691
msgid "Error when reading meta-data list"
4694
#: drizzled/error.cc:1326
4696
msgid "Can't create %-.64s"
4699
#: drizzled/error.cc:1328
4700
msgid "Can't allocate buffer for image data transfer"
4703
#: drizzled/error.cc:1330
4705
msgid "Error when writing %-.64s backup image data (for table #%d)"
4708
#: drizzled/error.cc:1332
4709
msgid "Error when reading data from backup stream"
4712
#: drizzled/error.cc:1334
4713
msgid "Can't go to the next chunk in backup stream"
4716
#: drizzled/error.cc:1336
4718
msgid "Can't initialize %-.64s backup driver"
4721
#: drizzled/error.cc:1338
4723
msgid "Can't initialize %-.64s restore driver"
4726
#: drizzled/error.cc:1340
4728
msgid "Can't shut down %-.64s backup driver"
4731
#: drizzled/error.cc:1342
4733
msgid "Can't shut down %-.64s backup driver(s)"
4736
#: drizzled/error.cc:1344
4738
msgid "%-.64s backup driver can't prepare for synchronization"
4741
#: drizzled/error.cc:1346
4743
msgid "%-.64s backup driver can't create its image validity point"
4746
#: drizzled/error.cc:1348
4748
msgid "Can't unlock %-.64s backup driver after creating the validity point"
4751
#: drizzled/error.cc:1350
4753
msgid "%-.64s backup driver can't cancel its backup operation"
4756
#: drizzled/error.cc:1352
4758
msgid "%-.64s restore driver can't cancel its restore operation"
4761
#: drizzled/error.cc:1354
4763
msgid "Error when polling %-.64s backup driver for its image data"
4766
#: drizzled/error.cc:1356
4769
"Error when sending image data (for table #%d) to %-.64s restore driver"
4772
#: drizzled/error.cc:1358
4775
"After %d attempts %-.64s restore driver still can't accept next block of data"
4778
#: drizzled/error.cc:1360
4780
msgid "Open and lock tables failed in %-.64s"
4783
#: drizzled/error.cc:1362
4784
msgid "Backup driver's table locking thread can not be initialized."
4787
#: drizzled/error.cc:1364
4789
"Can't open the online backup progress tables. Check 'drizzle.online_backup' "
4790
"and 'drizzle.online_backup_progress'."
4793
#: drizzled/error.cc:1366
4795
msgid "Tablespace '%-.192s' already exists"
4798
#: drizzled/error.cc:1368
4800
msgid "Tablespace '%-.192s' doesn't exist"
4803
#: drizzled/error.cc:1370
4805
msgid "Unexpected master's heartbeat data: %s"
4808
#: drizzled/error.cc:1372
4810
msgid "The requested value for the heartbeat period %s %s"
4813
#: drizzled/error.cc:1374
4815
msgid "Can't write to the online backup progress log %-.64s."
4818
#: drizzled/error.cc:1376
4820
msgid "Tablespace '%-.192s' not empty"
4823
#: drizzled/error.cc:1378
4826
"Tablespace `%-.64s` needed by tables being restored has changed on the "
4827
"server. The original definition of the required tablespace is '%-.256s' "
4828
"while the same tablespace is defined on the server as '%-.256s'"
4831
#: drizzled/error.cc:1380
4832
msgid "A virtual column cannot be based on a virtual column"
4835
#: drizzled/error.cc:1382
4837
msgid "Non-deterministic expression for virtual column '%s'."
4840
#: drizzled/error.cc:1384
4843
"Generated value for virtual column '%s' cannot be converted to type '%s'."
4846
#: drizzled/error.cc:1386
4847
msgid "Primary key cannot be defined upon a virtual column."
4850
#: drizzled/error.cc:1388
4851
msgid "Key/Index cannot be defined on a non-stored virtual column."
4854
#: drizzled/error.cc:1390
4856
msgid "Cannot define foreign key with %s clause on a virtual column."
4859
#: drizzled/error.cc:1392
4861
msgid "The value specified for virtual column '%s' in table '%s' ignored."
4864
#: drizzled/error.cc:1394
4866
msgid "'%s' is not yet supported for virtual columns."
4869
#: drizzled/error.cc:1396
4870
msgid "Constant expression in virtual column function is not allowed."
4873
#: drizzled/error.cc:1398
4874
msgid "Encountered an unknown temporal type."
4877
#: drizzled/error.cc:1400
4879
msgid "Received an invalid string format '%s' for a date value."
4882
#: drizzled/error.cc:1402
4884
msgid "Received an invalid string format '%s' for a time value."
4887
#: drizzled/error.cc:1404
4889
msgid "Received an invalid value '%s' for a UNIX timestamp."
4892
#: drizzled/error.cc:1406
4894
msgid "Received an invalid datetime value '%s'."
4897
#: drizzled/error.cc:1408
4899
msgid "Received a NULL argument for function '%s'."
4902
#: drizzled/error.cc:1410
4904
msgid "Received an invalid negative argument '%s' for function '%s'."
4907
#: drizzled/error.cc:1412
4909
msgid "Received an out-of-range argument '%s' for function '%s'."
4912
#: drizzled/error.cc:1414
4914
msgid "Received an invalid time value '%s'."
4917
#: drizzled/error.cc:1416
4919
msgid "Received an invalid enum value '%s'."
4922
#: drizzled/logging.cc:59
4924
msgid "logging '%s' pre() failed"
4927
#: drizzled/logging.cc:84
4929
msgid "logging '%s' post() failed"
4932
#: drizzled/plugin/storage_engine.cc:295
4934
msgid "Found %d prepared transaction(s) in %s"
4937
#: drizzled/plugin/storage_engine.cc:369
4938
msgid "Starting crash recovery..."
4941
#: drizzled/plugin/storage_engine.cc:378
4943
msgid "Found %d prepared XA transactions"
4946
#: drizzled/plugin/storage_engine.cc:383
4949
"Found %d prepared transactions! It means that drizzled was not shut down "
4950
"properly last time and critical recovery information (last binlog or %s "
4951
"file) was manually deleted after a crash. You have to start drizzled with "
4952
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
4955
#: drizzled/plugin/storage_engine.cc:393
4956
msgid "Crash recovery finished."
4959
#: drizzled/qcache.cc:63
4961
msgid "qcache plugin '%s' try_fetch_and_send() failed"
4964
#: drizzled/qcache.cc:86
4966
msgid "qcache plugin '%s' set() failed"
4969
#: drizzled/qcache.cc:110
4971
msgid "qcache plugin '%s' invalidate_table() failed"
4974
#: drizzled/qcache.cc:137
4976
msgid "qcache plugin '%s' invalidate_db() failed"
4979
#: drizzled/qcache.cc:157
4981
msgid "qcache plugin '%s' flush() failed"
4984
#: drizzled/scheduling.cc:37
4987
"Attempted to register a scheduler %s, but a scheduler has already been "
4988
"registered with that name.\n"
4991
#: drizzled/scheduling.cc:62
4993
msgid "Attempted to configure %s as the scheduler, which did not exist.\n"
4996
#: drizzled/scheduling.cc:77
4997
msgid "Scheduler initialization failed.\n"
5000
#: drizzled/sql_base.cc:2262
5002
msgid "Table %s had a open data handler in reopen_table"
5005
#: drizzled/sql_base.cc:2854
5007
msgid "Couldn't repair table: %s.%s"
5010
#: drizzled/sql_base.cc:2896
5013
"When opening HEAP table, could not allocate memory to write 'DELETE FROM "
5014
"`%s`.`%s`' to replication"
5017
#: drizzled/sql_base.cc:3498
5019
msgid "Could not remove temporary table: '%s', error: %d"
5022
#: drizzled/sql_plugin.cc:528
5024
msgid "Plugin '%s' init function returned error.\n"
5027
#: drizzled/sql_plugin.cc:707
5028
msgid "plugin-load parameter too long"
5031
#: drizzled/sql_plugin.cc:767
5033
msgid "Couldn't load plugin named '%s' with soname '%s'."
5036
#: drizzled/sql_plugin.cc:1107
5037
msgid "Out of memory."
5040
#: drizzled/sql_plugin.cc:1946 drizzled/sql_plugin.cc:2009
5042
msgid "Unknown variable type code 0x%x in plugin '%s'."
5045
#: drizzled/sql_plugin.cc:1989
5048
"Server variable %s of plugin %s was forced to be read-only: string variable "
5049
"without update_func and PLUGIN_VAR_MEMALLOC flag"
5052
#: drizzled/sql_plugin.cc:2020
5054
msgid "Missing variable name in plugin '%s'."
5057
#: drizzled/sql_plugin.cc:2037
5059
msgid "Thread local variable '%s' not allocated in plugin '%s'."
5062
#: drizzled/sql_plugin.cc:2155
5064
msgid "Out of memory for plugin '%s'."
5067
#: drizzled/sql_plugin.cc:2162
5069
msgid "Bad options for plugin '%s'."
5072
#: drizzled/sql_plugin.cc:2171
5074
msgid "Parsing options for plugin '%s' failed."
5077
#: drizzled/sql_plugin.cc:2214
5079
msgid "Plugin '%s' has conflicting system variables"
5082
#: drizzled/sql_table.cc:124
5084
msgid "Invalid (old?) table or database name '%s'"
5087
#: drizzled/sql_table.cc:2655
5089
msgid "Unknown - internal error %d during operation"
5092
#: drizzled/sql_table.cc:4227
5094
msgid "Could not open table %s.%s after rename\n"
5097
#: drizzled/sql_table.cc:4407
5100
"order_st BY ignored because there is a user-defined clustered index in the "
5104
#: drizzled/table.cc:354
5107
"'%s' had no or invalid character set, and default character set is multi-"
5108
"byte, so character column sizes may have changed"
5111
#: drizzled/table.cc:1782
5113
msgid "Unknown collation '%s' in table '%-.64s' definition"
5116
#: drizzled/table.cc:1789
5119
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
5123
#: drizzled/table.cc:2251
5126
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
5130
#: drizzled/table.cc:2278
5133
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
5134
"have type %s, found type %s."
5137
#: drizzled/table.cc:2289
5140
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
5141
"position %d to have character set '%s' but the type has no character set."
5144
#: drizzled/table.cc:2301
5147
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
5148
"position %d to have character set '%s' but found character set '%s'."
5151
#: drizzled/table.cc:2314
5154
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
5155
"have type %s but the column is not found."
5158
#: drizzled/table.cc:4400
5160
msgid "Got error %d when reading table '%s'"
5163
#: drizzled/tztime.cc:1061
5165
msgid "Fatal error: Illegal or unknown default time zone '%s'"
5168
#: gnulib/getopt.c:529 gnulib/getopt.c:545
5170
msgid "%s: option `%s' is ambiguous\n"
5173
#: gnulib/getopt.c:578 gnulib/getopt.c:582
5175
msgid "%s: option `--%s' doesn't allow an argument\n"
5178
#: gnulib/getopt.c:591 gnulib/getopt.c:596
5180
msgid "%s: option `%c%s' doesn't allow an argument\n"
5183
#: gnulib/getopt.c:639 gnulib/getopt.c:658 gnulib/getopt.c:974
5184
#: gnulib/getopt.c:993
5186
msgid "%s: option `%s' requires an argument\n"
5189
#: gnulib/getopt.c:696 gnulib/getopt.c:699
5191
msgid "%s: unrecognized option `--%s'\n"
5194
#: gnulib/getopt.c:707 gnulib/getopt.c:710
5196
msgid "%s: unrecognized option `%c%s'\n"
5199
#: gnulib/getopt.c:762 gnulib/getopt.c:765
5201
msgid "%s: illegal option -- %c\n"
5204
#: gnulib/getopt.c:771 gnulib/getopt.c:774
5206
msgid "%s: invalid option -- %c\n"
5209
#: gnulib/getopt.c:826 gnulib/getopt.c:842 gnulib/getopt.c:1046
5210
#: gnulib/getopt.c:1064
5212
msgid "%s: option requires an argument -- %c\n"
5215
#: gnulib/getopt.c:895 gnulib/getopt.c:911
5217
msgid "%s: option `-W %s' is ambiguous\n"
5220
#: gnulib/getopt.c:935 gnulib/getopt.c:953
5222
msgid "%s: option `-W %s' doesn't allow an argument\n"
5225
#: mysys/errors.cc:25
5227
msgid "Can't create/write to file '%s' (Errcode: %d)"
5230
#: mysys/errors.cc:26
5232
msgid "Error reading file '%s' (Errcode: %d)"
5235
#: mysys/errors.cc:27
5237
msgid "Error writing file '%s' (Errcode: %d)"
5240
#: mysys/errors.cc:28
5242
msgid "Error on close of '%s' (Errcode: %d)"
5245
#: mysys/errors.cc:29
5247
msgid "Out of memory (Needed %u bytes)"
5250
#: mysys/errors.cc:30
5252
msgid "Error on delete of '%s' (Errcode: %d)"
5255
#: mysys/errors.cc:31
5257
msgid "Error on rename of '%s' to '%s' (Errcode: %d)"
5260
#: mysys/errors.cc:32
5262
msgid "Unexpected eof found when reading file '%s' (Errcode: %d)"
5265
#: mysys/errors.cc:33
5267
msgid "Can't lock file (Errcode: %d)"
5270
#: mysys/errors.cc:34
5272
msgid "Can't unlock file (Errcode: %d)"
5275
#: mysys/errors.cc:35
5277
msgid "Can't read dir of '%s' (Errcode: %d)"
5280
#: mysys/errors.cc:36
5282
msgid "Can't get stat of '%s' (Errcode: %d)"
5285
#: mysys/errors.cc:37
5287
msgid "Can't change size of file (Errcode: %d)"
5290
#: mysys/errors.cc:38
5292
msgid "Can't open stream from handle (Errcode: %d)"
5295
#: mysys/errors.cc:39
5297
msgid "Can't get working dirctory (Errcode: %d)"
5300
#: mysys/errors.cc:40
5302
msgid "Can't change dir to '%s' (Errcode: %d)"
5305
#: mysys/errors.cc:41
5307
msgid "Warning: '%s' had %d links"
5310
#: mysys/errors.cc:42
5312
msgid "Warning: %d files and %d streams is left open\n"
5315
#: mysys/errors.cc:43
5317
msgid "Disk is full writing '%s'. Waiting for someone to free space..."
5320
#: mysys/errors.cc:44
5322
msgid "Can't create directory '%s' (Errcode: %d)"
5325
#: mysys/errors.cc:45
5328
"Character set '%s' is not a compiled character set and is not specified in "
5332
#: mysys/errors.cc:46
5334
msgid "Out of resources when opening file '%s' (Errcode: %d)"
5337
#: mysys/errors.cc:47
5339
msgid "Can't read value for symlink '%s' (Error %d)"
5342
#: mysys/errors.cc:48
5344
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
5347
#: mysys/errors.cc:49
5349
msgid "Error on realpath() on '%s' (Error %d)"
5352
#: mysys/errors.cc:50
5354
msgid "Can't sync file '%s' to disk (Errcode: %d)"
5357
#: mysys/errors.cc:51
5360
"Collation '%s' is not a compiled collation and is not specified in the %s "
5364
#: mysys/errors.cc:52
5366
msgid "File '%s' not found (Errcode: %d)"
5369
#: mysys/errors.cc:53
5371
msgid "File '%s' (fileno: %d) was not closed"
5374
#: mysys/my_error.cc:85
5376
msgid "Unknown error %d"
5379
#: mysys/my_getopt.cc:89
5383
#: mysys/my_getopt.cc:91
5387
#: mysys/my_getopt.cc:355
5389
msgid "%s: %s: Option '%s' used, but is disabled\n"
5392
#: mysys/my_getopt.cc:356
5396
#: mysys/my_getopt.cc:356
5400
#: mysys/my_getopt.cc:459
5402
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
5405
#: mysys/my_getopt.cc:774
5407
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
5410
#: mysys/my_getopt.cc:967
5412
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
5415
#: mysys/my_getopt.cc:1199
5417
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
5420
#: mysys/my_getopt.cc:1219
5424
"Variables (--variable-name=value)\n"
5425
"and boolean options {false|true} Value (after reading options)\n"
5426
"--------------------------------- -----------------------------\n"
5429
#: mysys/my_getopt.cc:1235 mysys/my_getopt.cc:1251
5430
msgid "(No default value)"
5433
#: mysys/my_getopt.cc:1254
5437
#: mysys/my_getopt.cc:1254
5441
#: mysys/my_getopt.cc:1287
5443
msgid "(Disabled)\n"
5446
#: plugin/auth_http/auth_http.cc:128
5447
msgid "Enable HTTP Auth check"
5450
#: plugin/auth_http/auth_http.cc:138
5451
msgid "URL for HTTP Auth check"
5454
#: plugin/errmsg_stderr/errmsg_stderr.cc:78
5455
msgid "Error Messages to stderr"
5458
#: plugin/logging_gearman/logging_gearman.cc:263
5460
msgid "fail gearman_client_create(): %s"
5463
#: plugin/logging_gearman/logging_gearman.cc:273
5465
msgid "fail gearman_client_add_server(): %s"
5468
#: plugin/logging_gearman/logging_gearman.cc:299
5469
msgid "Enable logging to a gearman server"
5472
#: plugin/logging_gearman/logging_gearman.cc:308
5473
msgid "Hostname for logging to a Gearman server"
5476
#: plugin/logging_gearman/logging_gearman.cc:317
5477
msgid "Gearman Function to send logging to"
5480
#: plugin/logging_gearman/logging_gearman.cc:334
5481
msgid "Log queries to a Gearman server"
5484
#: plugin/logging_query/logging_query.cc:278
5486
msgid "fail open() fn=%s er=%s\n"
5489
#: plugin/logging_query/logging_query.cc:317
5490
msgid "Enable logging to CSV file"
5493
#: plugin/logging_query/logging_query.cc:326
5494
msgid "File to log to"
5497
#: plugin/logging_query/logging_query.cc:335
5498
#: plugin/logging_syslog/logging_syslog.cc:248
5499
msgid "Threshold for logging slow queries, in microseconds"
5502
#: plugin/logging_query/logging_query.cc:347
5503
#: plugin/logging_syslog/logging_syslog.cc:260
5504
msgid "Threshold for logging big queries, for rows returned"
5507
#: plugin/logging_query/logging_query.cc:359
5508
#: plugin/logging_syslog/logging_syslog.cc:272
5509
msgid "Threshold for logging big queries, for rows examined"
5512
#: plugin/logging_query/logging_query.cc:381
5513
msgid "Log queries to a CSV file"
5516
#: plugin/logging_syslog/logging_syslog.cc:169
5518
msgid "syslog facility \"%s\" not known, using \"local0\""
5521
#: plugin/logging_syslog/logging_syslog.cc:186
5523
msgid "syslog priority \"%s\" not known, using \"info\""
5526
#: plugin/logging_syslog/logging_syslog.cc:212
5527
msgid "Enable logging"
5530
#: plugin/logging_syslog/logging_syslog.cc:221
5531
msgid "Syslog Ident"
5534
#: plugin/logging_syslog/logging_syslog.cc:230
5535
msgid "Syslog Facility"
5538
#: plugin/logging_syslog/logging_syslog.cc:239
5539
msgid "Syslog Priority"
5542
#: plugin/logging_syslog/logging_syslog.cc:296
5543
msgid "Log to syslog"
5546
#: plugin/multi_thread/multi_thread.cc:137
5547
msgid "Maximum number of user threads available."
5550
#: plugin/myisam/ha_myisam.cc:468
5552
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
5555
#: plugin/myisam/ha_myisam.cc:472
5557
msgid "Got an error from unknown thread, %s:%d"
5560
#: plugin/myisam/ha_myisam.cc:478
5561
msgid "Unknown thread accessing table"
5564
#: plugin/myisam/ha_myisam.cc:1861
5565
msgid "Block size to be used for MyISAM index pages."
5568
#: plugin/myisam/ha_myisam.cc:1867
5570
"Number of threads to use when repairing MyISAM tables. The value of 1 "
5571
"disables parallel repair."
5574
#: plugin/myisam/ha_myisam.cc:1873
5576
"Don't use the fast sort index method to created index if the temporary file "
5577
"would get bigger than this."
5580
#: plugin/myisam/ha_myisam.cc:1878
5582
"The buffer that is allocated when sorting the index when doing a REPAIR or "
5583
"when creating indexes with CREATE INDEX or ALTER TABLE."
5586
#: plugin/myisam/ha_myisam.cc:1884
5587
msgid "Default pointer size to be used for MyISAM tables."
5590
#: plugin/myisam/my_handler_errors.cc:34
5591
msgid "Didn't find key on read or update"
5594
#: plugin/myisam/my_handler_errors.cc:36
5595
msgid "Duplicate key on write or update"
5598
#: plugin/myisam/my_handler_errors.cc:38
5599
msgid "Internal (unspecified) error in handler"
5602
#: plugin/myisam/my_handler_errors.cc:40
5604
"Someone has changed the row since it was read (while the table was locked to "
5608
#: plugin/myisam/my_handler_errors.cc:43
5609
msgid "Wrong index given to function"
5612
#: plugin/myisam/my_handler_errors.cc:45
5613
msgid "Undefined handler error 125"
5616
#: plugin/myisam/my_handler_errors.cc:47
5617
msgid "Index file is crashed"
5620
#: plugin/myisam/my_handler_errors.cc:49
5621
msgid "Record file is crashed"
5624
#: plugin/myisam/my_handler_errors.cc:51
5625
msgid "Out of memory in engine"
5628
#: plugin/myisam/my_handler_errors.cc:53
5629
msgid "Undefined handler error 129"
5632
#: plugin/myisam/my_handler_errors.cc:55
5633
msgid "Incorrect file format"
5636
#: plugin/myisam/my_handler_errors.cc:57
5637
msgid "Command not supported by database"
5640
#: plugin/myisam/my_handler_errors.cc:59
5641
msgid "Old database file"
5644
#: plugin/myisam/my_handler_errors.cc:61
5645
msgid "No record read before update"
5648
#: plugin/myisam/my_handler_errors.cc:63
5649
msgid "Record was already deleted (or record file crashed)"
5652
#: plugin/myisam/my_handler_errors.cc:65
5653
msgid "No more room in record file"
5656
#: plugin/myisam/my_handler_errors.cc:67
5657
msgid "No more room in index file"
5660
#: plugin/myisam/my_handler_errors.cc:69
5661
msgid "No more records (read after end of file)"
5664
#: plugin/myisam/my_handler_errors.cc:71
5665
msgid "Unsupported extension used for table"
5668
#: plugin/myisam/my_handler_errors.cc:73
5672
#: plugin/myisam/my_handler_errors.cc:75
5673
msgid "Wrong create options"
5676
#: plugin/myisam/my_handler_errors.cc:77
5677
msgid "Duplicate unique key or constraint on write or update"
5680
#: plugin/myisam/my_handler_errors.cc:79
5681
msgid "Unknown character set used in table"
5684
#: plugin/myisam/my_handler_errors.cc:81
5685
msgid "Conflicting table definitions in sub-tables of MERGE table"
5688
#: plugin/myisam/my_handler_errors.cc:83
5689
msgid "Table is crashed and last repair failed"
5692
#: plugin/myisam/my_handler_errors.cc:85
5693
msgid "Table was marked as crashed and should be repaired"
5696
#: plugin/myisam/my_handler_errors.cc:87
5697
msgid "Lock timed out; Retry transaction"
5700
#: plugin/myisam/my_handler_errors.cc:89
5701
msgid "Lock table is full; Restart program with a larger locktable"
5704
#: plugin/myisam/my_handler_errors.cc:91
5705
msgid "Updates are not allowed under a read only transactions"
5708
#: plugin/myisam/my_handler_errors.cc:93
5709
msgid "Lock deadlock; Retry transaction"
5712
#: plugin/myisam/my_handler_errors.cc:95
5713
msgid "Foreign key constraint is incorrectly formed"
5716
#: plugin/myisam/my_handler_errors.cc:97
5717
msgid "Cannot add a child row"
5720
#: plugin/myisam/my_handler_errors.cc:99
5721
msgid "Cannot delete a parent row"
5724
#: plugin/myisam/my_handler_errors.cc:101
5725
msgid "No savepoint with that name"
5728
#: plugin/myisam/my_handler_errors.cc:103
5729
msgid "Non unique key block size"
5732
#: plugin/myisam/my_handler_errors.cc:105
5733
msgid "The table does not exist in engine"
5736
#: plugin/myisam/my_handler_errors.cc:107
5737
msgid "The table already existed in storage engine"
5740
#: plugin/myisam/my_handler_errors.cc:109
5741
msgid "Could not connect to storage engine"
5744
#: plugin/myisam/my_handler_errors.cc:111
5745
msgid "Unexpected null pointer found when using spatial index"
5748
#: plugin/myisam/my_handler_errors.cc:113
5749
msgid "The table changed in storage engine"
5752
#: plugin/myisam/my_handler_errors.cc:115
5753
msgid "There's no partition in table for the given value"
5756
#: plugin/myisam/my_handler_errors.cc:117
5757
msgid "Row-based binlogging of row failed"
5760
#: plugin/myisam/my_handler_errors.cc:119
5761
msgid "Index needed in foreign key constraint"
5764
#: plugin/myisam/my_handler_errors.cc:121
5765
msgid "Upholding foreign key constraints would lead to a duplicate key error"
5768
#: plugin/myisam/my_handler_errors.cc:123
5769
msgid "Table needs to be upgraded before it can be used"
5772
#: plugin/myisam/my_handler_errors.cc:125
5773
msgid "Table is read only"
5776
#: plugin/myisam/my_handler_errors.cc:127
5777
msgid "Failed to get next auto increment value"
5780
#: plugin/myisam/my_handler_errors.cc:129
5781
msgid "Failed to set row auto increment value"
5784
#: plugin/myisam/my_handler_errors.cc:131
5785
msgid "Unknown (generic) error from engine"
5788
#: plugin/myisam/my_handler_errors.cc:133
5789
msgid "Record is the same"
5792
#: plugin/myisam/my_handler_errors.cc:135
5793
msgid "It is not possible to log this statement"
5796
#: plugin/myisam/my_handler_errors.cc:137
5797
msgid "Tablespace exists"
5800
#: plugin/myisam/my_handler_errors.cc:139
5801
msgid "The event was corrupt, leading to illegal data being read"
5804
#: plugin/myisam/my_handler_errors.cc:141
5805
msgid "The table is of a new format not supported by this version"
5808
#: plugin/myisam/my_handler_errors.cc:143
5809
msgid "The event could not be processed no other handler error happened"
5812
#: plugin/myisam/my_handler_errors.cc:145
5813
msgid "Got a fatal error during initialzation of handler"
5816
#: plugin/myisam/my_handler_errors.cc:147
5817
msgid "File to short; Expected more data in file"
5820
#: plugin/myisam/my_handler_errors.cc:149
5821
msgid "Read page with wrong checksum"
5824
#: plugin/myisam/my_handler_errors.cc:151
5825
msgid "Lock or active transaction"
5828
#: plugin/myisam/my_handler_errors.cc:153
5829
msgid "No such table space"
5832
#: plugin/myisam/my_handler_errors.cc:155
5833
msgid "Tablespace not empty"
5836
#: plugin/oldlibdrizzle/errmsg.cc:28
5837
msgid "Unknown Drizzle error"
5840
#: plugin/oldlibdrizzle/errmsg.cc:29
5842
msgid "Can't create UNIX socket (%d)"
5845
#: plugin/oldlibdrizzle/errmsg.cc:30
5847
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
5850
#: plugin/oldlibdrizzle/errmsg.cc:31
5852
msgid "Can't connect to Drizzle server on '%-.100s:%lu' (%d)"
5855
#: plugin/oldlibdrizzle/errmsg.cc:32
5857
msgid "Can't create TCP/IP socket (%d)"
5860
#: plugin/oldlibdrizzle/errmsg.cc:33
5862
msgid "Unknown Drizzle server host '%-.100s' (%d)"
5865
#: plugin/oldlibdrizzle/errmsg.cc:34
5866
msgid "Drizzle server has gone away"
5869
#: plugin/oldlibdrizzle/errmsg.cc:35
5871
msgid "Protocol mismatch; server version = %d, client version = %d"
5874
#: plugin/oldlibdrizzle/errmsg.cc:36
5875
msgid "Drizzle client ran out of memory"
5878
#: plugin/oldlibdrizzle/errmsg.cc:37
5879
msgid "Wrong host info"
5882
#: plugin/oldlibdrizzle/errmsg.cc:38
5883
msgid "Localhost via UNIX socket"
5886
#: plugin/oldlibdrizzle/errmsg.cc:39
5888
msgid "%-.100s via TCP/IP"
5891
#: plugin/oldlibdrizzle/errmsg.cc:40
5892
msgid "Error in server handshake"
5895
#: plugin/oldlibdrizzle/errmsg.cc:41
5896
msgid "Lost connection to Drizzle server during query"
5899
#: plugin/oldlibdrizzle/errmsg.cc:42
5900
msgid "Commands out of sync; you can't run this command now"
5903
#: plugin/oldlibdrizzle/errmsg.cc:43
5905
msgid "Named pipe: %-.32s"
5908
#: plugin/oldlibdrizzle/errmsg.cc:44
5910
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
5913
#: plugin/oldlibdrizzle/errmsg.cc:45
5915
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
5918
#: plugin/oldlibdrizzle/errmsg.cc:46
5920
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
5923
#: plugin/oldlibdrizzle/errmsg.cc:47
5925
msgid "Can't initialize character set %-.32s (path: %-.100s)"
5928
#: plugin/oldlibdrizzle/errmsg.cc:48
5929
msgid "Got packet bigger than 'max_allowed_packet' bytes"
5932
#: plugin/oldlibdrizzle/errmsg.cc:49
5933
msgid "Embedded server"
5936
#: plugin/oldlibdrizzle/errmsg.cc:50
5937
msgid "Error on SHOW SLAVE STATUS:"
5940
#: plugin/oldlibdrizzle/errmsg.cc:51
5941
msgid "Error on SHOW SLAVE HOSTS:"
5944
#: plugin/oldlibdrizzle/errmsg.cc:52
5945
msgid "Error connecting to slave:"
5948
#: plugin/oldlibdrizzle/errmsg.cc:53
5949
msgid "Error connecting to master:"
5952
#: plugin/oldlibdrizzle/errmsg.cc:54
5953
msgid "SSL connection error"
5956
#: plugin/oldlibdrizzle/errmsg.cc:55
5957
msgid "Malformed packet"
5960
#: plugin/oldlibdrizzle/errmsg.cc:56 plugin/oldlibdrizzle/errmsg.cc:67
5961
#: plugin/oldlibdrizzle/errmsg.cc:68 plugin/oldlibdrizzle/errmsg.cc:69
5962
#: plugin/oldlibdrizzle/errmsg.cc:70 plugin/oldlibdrizzle/errmsg.cc:71
5963
#: plugin/oldlibdrizzle/errmsg.cc:72 plugin/oldlibdrizzle/errmsg.cc:73
5964
#: plugin/oldlibdrizzle/errmsg.cc:74 plugin/oldlibdrizzle/errmsg.cc:75
5965
msgid "(unused error message)"
5968
#: plugin/oldlibdrizzle/errmsg.cc:57
5969
msgid "Invalid use of null pointer"
5972
#: plugin/oldlibdrizzle/errmsg.cc:58
5973
msgid "Statement not prepared"
5976
#: plugin/oldlibdrizzle/errmsg.cc:59
5977
msgid "No data supplied for parameters in prepared statement"
5980
#: plugin/oldlibdrizzle/errmsg.cc:60
5981
msgid "Data truncated"
5984
#: plugin/oldlibdrizzle/errmsg.cc:61
5985
msgid "No parameters exist in the statement"
5988
#: plugin/oldlibdrizzle/errmsg.cc:62
5989
msgid "Invalid parameter number"
5992
#: plugin/oldlibdrizzle/errmsg.cc:63
5995
"Can't send long data for non-string/non-binary data types (parameter: %d)"
5998
#: plugin/oldlibdrizzle/errmsg.cc:65
6000
msgid "Using unsupported buffer type: %d (parameter: %d)"
6003
#: plugin/oldlibdrizzle/errmsg.cc:66
6005
msgid "Shared memory: %-.100s"
6008
#: plugin/oldlibdrizzle/errmsg.cc:76
6009
msgid "Wrong or unknown protocol"
6012
#: plugin/oldlibdrizzle/errmsg.cc:77
6013
msgid "Invalid connection handle"
6016
#: plugin/oldlibdrizzle/errmsg.cc:78
6018
"Connection using old (pre-4.1.1) authentication protocol refused (client "
6019
"option 'secure_auth' enabled)"
6022
#: plugin/oldlibdrizzle/errmsg.cc:80
6023
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
6026
#: plugin/oldlibdrizzle/errmsg.cc:81
6027
msgid "Attempt to read column without prior row fetch"
6030
#: plugin/oldlibdrizzle/errmsg.cc:82
6031
msgid "Prepared statement contains no metadata"
6034
#: plugin/oldlibdrizzle/errmsg.cc:83
6036
"Attempt to read a row while there is no result set associated with the "
6040
#: plugin/oldlibdrizzle/errmsg.cc:85
6041
msgid "This feature is not implemented yet"
6044
#: plugin/oldlibdrizzle/errmsg.cc:86
6047
"Lost connection to Drizzle server while waiting for initial communication "
6048
"packet, system error: %d"
6051
#: plugin/oldlibdrizzle/errmsg.cc:88
6054
"Lost connection to Drizzle server while reading initial communication "
6055
"packet, system error: %d"
6058
#: plugin/oldlibdrizzle/errmsg.cc:90
6061
"Lost connection to Drizzle server while sending authentication information, "
6065
#: plugin/oldlibdrizzle/errmsg.cc:92
6068
"Lost connection to Drizzle server while reading authorization information, "
6072
#: plugin/oldlibdrizzle/errmsg.cc:94
6075
"Lost connection to Drizzle server while setting initial database, system "
6079
#: plugin/oldlibdrizzle/errmsg.cc:96
6081
msgid "Statement closed indirectly because of a preceding %s() call"
6084
#: plugin/pool_of_threads/pool_of_threads.cc:204
6085
msgid "event_add error in libevent_add_session_callback\n"
6088
#: plugin/pool_of_threads/pool_of_threads.cc:346
6089
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
6092
#: plugin/pool_of_threads/pool_of_threads.cc:353
6093
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
6096
#: plugin/pool_of_threads/pool_of_threads.cc:365
6097
msgid "session_add_event event_add error in libevent_init\n"
6100
#: plugin/pool_of_threads/pool_of_threads.cc:378
6102
msgid "Can't create completion port thread (error %d)"
6105
#: plugin/pool_of_threads/pool_of_threads.cc:462
6106
msgid "libevent_thread_proc: my_thread_init() failed\n"
6109
#: plugin/pool_of_threads/pool_of_threads.cc:642
6110
msgid "Size of Pool."
6113
#: plugin/signal_handler/signal_handler.cc:212
6115
msgid "Can't create interrupt-thread (error %d, errno: %d)"