1
# Welsh translation for drizzle
2
# Copyright (c) 2008 Rosetta Contributors and Canonical Ltd 2008
3
# This file is distributed under the same license as the drizzle package.
4
# FIRST AUTHOR <EMAIL@ADDRESS>, 2008.
8
"Project-Id-Version: drizzle\n"
9
"Report-Msgid-Bugs-To: http://translations.launchpad.net/drizzle\n"
10
"POT-Creation-Date: 2009-04-01 11:03-0700\n"
11
"PO-Revision-Date: 2008-11-26 23:36+0000\n"
12
"Last-Translator: nhutchings <natalie@nuttycrafts.co.uk>\n"
13
"Language-Team: Welsh <cy@li.org>\n"
15
"Content-Type: text/plain; charset=UTF-8\n"
16
"Content-Transfer-Encoding: 8bit\n"
17
"Plural-Forms: nplurals=4; plural=n==1 ? 0 : n==2 ? 1 : (n != 8 || n != 11) ? "
19
"X-Launchpad-Export-Date: 2009-03-05 20:48+0000\n"
20
"X-Generator: Launchpad (build Unknown)\n"
22
#: client/drizzle.cc:274
23
msgid "Synonym for `help'."
26
#: client/drizzle.cc:275
27
msgid "Clear command."
30
#: client/drizzle.cc:277
31
msgid "Reconnect to the server. Optional arguments are db and host."
34
#: client/drizzle.cc:279
36
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
39
#: client/drizzle.cc:281
40
msgid "Send command to drizzle server, display result vertically."
43
#: client/drizzle.cc:282
44
msgid "Exit drizzle. Same as quit."
47
#: client/drizzle.cc:283
48
msgid "Send command to drizzle server."
51
#: client/drizzle.cc:284
52
msgid "Display this help."
55
#: client/drizzle.cc:285
56
msgid "Disable pager, print to stdout."
59
#: client/drizzle.cc:286
60
msgid "Don't write into outfile."
63
#: client/drizzle.cc:288
64
msgid "Set PAGER [to_pager]. Print the query results via PAGER."
67
#: client/drizzle.cc:289
68
msgid "Print current command."
71
#: client/drizzle.cc:290
72
msgid "Change your drizzle prompt."
75
#: client/drizzle.cc:291
79
#: client/drizzle.cc:292
80
msgid "Rebuild completion hash."
83
#: client/drizzle.cc:294
84
msgid "Execute an SQL script file. Takes a file name as an argument."
87
#: client/drizzle.cc:295
88
msgid "Get status information from the server."
91
#: client/drizzle.cc:297
92
msgid "Set outfile [to_outfile]. Append everything into given outfile."
95
#: client/drizzle.cc:299
96
msgid "Use another database. Takes database name as argument."
99
#: client/drizzle.cc:301 client/drizzle.cc:1440
100
msgid "Show warnings after every statement."
103
#: client/drizzle.cc:303
104
msgid "Don't show warnings after every statement."
107
#: client/drizzle.cc:1043 client/drizzle.cc:1050
109
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
112
#: client/drizzle.cc:1131
113
msgid "Welcome to the Drizzle client.. Commands end with ; or \\g."
116
#: client/drizzle.cc:1141
119
"Your Drizzle connection id is %u\n"
120
"Server version: %s\n"
123
#: client/drizzle.cc:1169
125
msgid "Reading history-file %s\n"
128
#: client/drizzle.cc:1173
130
msgid "Couldn't allocate memory for temp histfile!\n"
133
#: client/drizzle.cc:1180
134
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
137
#: client/drizzle.cc:1199
139
msgid "Writing history-file %s\n"
142
#: client/drizzle.cc:1206
146
#: client/drizzle.cc:1206
150
#: client/drizzle.cc:1261
151
msgid "Query aborted by Ctrl+C\n"
154
#: client/drizzle.cc:1284 client/drizzleadmin.cc:77 drizzled/drizzled.cc:2068
155
msgid "Display this help and exit."
158
#: client/drizzle.cc:1286
159
msgid "Synonym for -?"
160
msgstr "Cyfystyr am -?"
162
#: client/drizzle.cc:1289
164
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
165
"and field completion, but startup and reconnecting may take a longer time. "
166
"Disable with --disable-auto-rehash."
169
#: client/drizzle.cc:1293
171
"No automatic rehashing. One has to use 'rehash' to get table and field "
172
"completion. This gives a quicker start of drizzle_st and disables rehashing "
173
"on reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
176
#: client/drizzle.cc:1296
178
"Automatically switch to vertical output mode if the result is wider than the "
182
#: client/drizzle.cc:1299
184
"Don't use history file. Disable interactive behavior. (Enables --silent)"
187
#: client/drizzle.cc:1300
188
msgid "Display column type information."
191
#: client/drizzle.cc:1303
193
"Preserve comments. Send comments to the server. The default is --skip-"
194
"comments (discard comments), enable with --comments"
197
#: client/drizzle.cc:1306
198
msgid "Use compression in server/client protocol."
201
#: client/drizzle.cc:1309
202
msgid "Check memory and open file usage at exit ."
205
#: client/drizzle.cc:1312
206
msgid "Print some debug info at exit."
209
#: client/drizzle.cc:1314
210
msgid "Database to use."
213
#: client/drizzle.cc:1317
217
#: client/drizzle.cc:1319
218
msgid "Delimiter to be used."
221
#: client/drizzle.cc:1321
222
msgid "Execute command and quit. (Disables --force and history file)"
225
#: client/drizzle.cc:1323
226
msgid "Print the output of a query (rows) vertically."
229
#: client/drizzle.cc:1326
230
msgid "Continue even if we get an sql error."
233
#: client/drizzle.cc:1330
235
"Enable named commands. Named commands mean this program's internal commands; "
236
"see drizzle> help . When enabled, the named commands can be used from any "
237
"line of the query, otherwise only from the first line, before an enter. "
238
"Disable with --disable-named-commands. This option is disabled by default."
241
#: client/drizzle.cc:1334
243
"Named commands are disabled. Use \\* form only, or use named commands only "
244
"in the beginning of a line ending with a semicolon (;) Since version 10.9 "
245
"the client now starts with this option ENABLED by default! Disable with '-"
246
"G'. Long format commands still work from the first line. WARNING: option "
247
"deprecated; use --disable-named-commands instead."
250
#: client/drizzle.cc:1336
251
msgid "Ignore space after function names."
254
#: client/drizzle.cc:1338
255
msgid "Enable/disable LOAD DATA LOCAL INFILE."
256
msgstr "Galluogi / analluogi LOAD DATA LOCAL INFILE"
258
#: client/drizzle.cc:1341
259
msgid "Turn off beep on error."
262
#: client/drizzle.cc:1343 client/drizzleadmin.cc:79
263
msgid "Connect to host."
266
#: client/drizzle.cc:1345
267
msgid "Write line numbers for errors."
270
#: client/drizzle.cc:1348
272
"Don't write line number for errors. WARNING: -L is deprecated, use long "
273
"version of this option instead."
276
#: client/drizzle.cc:1350
277
msgid "Flush buffer after each query."
280
#: client/drizzle.cc:1352
281
msgid "Write column names in results."
284
#: client/drizzle.cc:1356
286
"Don't write column names in results. WARNING: -N is deprecated, use long "
287
"version of this options instead."
290
#: client/drizzle.cc:1359
292
"Change the value of a variable. Please note that this option is deprecated; "
293
"you can set variables directly with --variable-name=value."
296
#: client/drizzle.cc:1361
297
msgid "Ignore SIGINT (CTRL-C)"
298
msgstr "Anwybyddu SIGINT (CTRL-C)"
300
#: client/drizzle.cc:1365
302
"Only update the default database. This is useful for skipping updates to "
303
"other database in the update log."
306
#: client/drizzle.cc:1368
308
"Pager to use to display results. If you don't supply an option the default "
309
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
310
"cat [> filename], etc. See interactive help (\\h) also. This option does not "
311
"work in batch mode. Disable with --disable-pager. This option is disabled by "
315
#: client/drizzle.cc:1371
317
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
318
"option deprecated; use --disable-pager instead."
321
#: client/drizzle.cc:1374 client/drizzleadmin.cc:82
323
"Password to use when connecting to server. If password is not given it's "
324
"asked from the tty."
327
#: client/drizzle.cc:1376
329
"Port number to use for connection or 0 for default to, in order of "
330
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
333
#: client/drizzle.cc:1377
334
msgid "built-in default"
337
#: client/drizzle.cc:1379
338
msgid "Set the drizzle prompt to this value."
341
#: client/drizzle.cc:1383
343
"Don't cache result, print it row by row. This may slow down the server if "
344
"the output is suspended. Doesn't use history file."
347
#: client/drizzle.cc:1385
348
msgid "Write fields without conversion. Used with --batch."
351
#: client/drizzle.cc:1388
353
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
354
"option is enabled by default."
357
#: client/drizzle.cc:1390
359
"Be more silent. Print results with a tab as separator, each row on new line."
361
"Tawelwch. Argraffu'r canlyniadau efo tafod fel gwahanwr, a bob rhes ar "
364
#: client/drizzle.cc:1392
365
msgid "Socket file to use for connection."
368
#: client/drizzle.cc:1395
369
msgid "Output in table format."
372
#: client/drizzle.cc:1398
374
"Append everything into outfile. See interactive help (\\h) also. Does not "
375
"work in batch mode. Disable with --disable-tee. This option is disabled by "
379
#: client/drizzle.cc:1400
381
"Disable outfile. See interactive help (\\h) also. WARNING: option "
382
"deprecated; use --disable-tee instead"
385
#: client/drizzle.cc:1403 client/drizzleadmin.cc:91
386
msgid "User for login if not current user."
389
#: client/drizzle.cc:1406
390
msgid "Only allow UPDATE and DELETE that uses keys."
393
#: client/drizzle.cc:1409
394
msgid "Synonym for option --safe-updates, -U."
397
#: client/drizzle.cc:1412
398
msgid "Write more. (-v -v -v gives the table output format)."
401
#: client/drizzle.cc:1414 client/drizzleadmin.cc:96 drizzled/drizzled.cc:2258
402
msgid "Output version information and exit."
405
#: client/drizzle.cc:1416 client/drizzleadmin.cc:98
406
msgid "Wait and retry if connection is down."
407
msgstr "Aros a trio eto os nad ysy'r cysylltiad yn gweithio"
409
#: client/drizzle.cc:1419
410
msgid "Number of seconds before connection timeout."
413
#: client/drizzle.cc:1424
414
msgid "Max length of input line"
417
#: client/drizzle.cc:1429
418
msgid "Automatic limit for SELECT when using --safe-updates"
421
#: client/drizzle.cc:1434
422
msgid "Automatic limit for rows in a join when using --safe-updates"
425
#: client/drizzle.cc:1438
426
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
429
#: client/drizzle.cc:1443
430
msgid "Number of lines before each import progress report."
433
#: client/drizzle.cc:1454
435
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
438
#: client/drizzle.cc:1461
441
"Copyright (C) 2008 Sun Microsystems\n"
442
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
443
"and you are welcome to modify and redistribute it under the GPL license\n"
446
#: client/drizzle.cc:1466
448
msgid "Usage: %s [OPTIONS] [database]\n"
451
#: client/drizzle.cc:1497
452
msgid "DELIMITER cannot contain a backslash character"
455
#: client/drizzle.cc:1515
457
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
460
#: client/drizzle.cc:1538
462
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
465
#: client/drizzle.cc:1542
467
msgid "WARNING: --server-arg option not supported in this configuration.\n"
470
#: client/drizzle.cc:1569
472
"Non-integer value supplied for port. If you are trying to enter a password "
473
"please use --password instead."
476
#: client/drizzle.cc:1577
477
msgid "Value supplied for port is not valid."
480
#: client/drizzle.cc:1723
482
msgid "Processing line: %<PRIu32>\n"
485
#: client/drizzle.cc:1939
487
msgid "Unknown command '\\%c'."
490
#: client/drizzle.cc:2348
492
"Reading table information for completion of table and column names\n"
493
" You can turn off this feature to get a quicker startup with -A\n"
497
#: client/drizzle.cc:2438
498
msgid "No connection. Trying to reconnect..."
501
#: client/drizzle.cc:2444
502
msgid "Can't connect to the server\n"
505
#: client/drizzle.cc:2523
506
msgid "List of all Drizzle commands:"
509
#: client/drizzle.cc:2525
510
msgid "Note that all text commands must be first on line and end with ';'"
513
#: client/drizzle.cc:2580
514
msgid "No query specified\n"
517
#: client/drizzle.cc:2595
518
msgid "Ignoring query to other database"
521
#: client/drizzle.cc:2645
525
#: client/drizzle.cc:2658
527
msgid "%ld row in set"
528
msgid_plural "%ld rows in set"
532
#: client/drizzle.cc:2667
536
#: client/drizzle.cc:2669
538
msgid "Query OK, %ld row affected"
539
msgid_plural "Query OK, %ld rows affected"
543
#: client/drizzleadmin.cc:84 drizzled/drizzled.cc:2202
545
"Port number to use for connection or 0 for default to, in order of "
546
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
549
#: client/drizzleadmin.cc:88
550
msgid "Silently exit if one can't connect to server."
553
#: client/drizzleadmin.cc:94
554
msgid "Write more information."
557
#: client/drizzleadmin.cc:158 client/drizzlecheck.cc:262
558
#: client/drizzledump.cc:605 client/drizzleimport.cc:195
559
#: client/drizzleslap.cc:742 client/drizzletest.cc:4718
562
"Non-integer value supplied for port. If you are trying to enter a password "
563
"please use --password instead.\n"
566
#: client/drizzleadmin.cc:166 client/drizzlecheck.cc:270
567
#: client/drizzledump.cc:613 client/drizzleimport.cc:203
568
#: client/drizzleslap.cc:750 client/drizzletest.cc:4726
570
msgid "Value supplied for port is not valid.\n"
573
#: client/drizzleadmin.cc:184 client/drizzledump.cc:630
575
msgid "Memory allocation error while copying password. Aborting.\n"
578
#: client/drizzleadmin.cc:330
581
"connect to server at '%s' failed\n"
585
#: client/drizzleadmin.cc:336
587
msgid "Check that drizzled is running on %s"
590
#: client/drizzleadmin.cc:337
592
msgid " and that the port is %d.\n"
595
#: client/drizzleadmin.cc:339
597
msgid "You can check this by doing 'telnet %s %d'\n"
600
#: client/drizzleadmin.cc:350
602
msgid "Got error: %s\n"
605
#: client/drizzleadmin.cc:357
606
msgid "Waiting for Drizzle server to answer"
609
#: client/drizzleadmin.cc:393
611
msgid "shutting down drizzled...\n"
614
#: client/drizzleadmin.cc:401 client/drizzleadmin.cc:407
615
#: client/drizzleadmin.cc:440
617
msgid "shutdown failed; error: '%s'"
620
#: client/drizzleadmin.cc:415
625
#: client/drizzleadmin.cc:424
626
msgid "drizzled is alive"
629
#: client/drizzleadmin.cc:433
630
msgid "connection was down, but drizzled is now alive"
633
#: client/drizzleadmin.cc:446
635
msgid "drizzled doesn't answer to ping, error: '%s'"
638
#: client/drizzleadmin.cc:456
640
msgid "Unknown command: '%-.60s'"
643
#: client/drizzleadmin.cc:465
645
msgid "%s Ver %s Distrib %s, for %s on %s\n"
648
#: client/drizzleadmin.cc:472
649
msgid "Copyright (C) 2000-2008 MySQL AB"
652
#: client/drizzleadmin.cc:473 client/drizzledump.cc:484
654
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
655
"and you are welcome to modify and redistribute it under the GPL license\n"
658
#: client/drizzleadmin.cc:474
659
msgid "Administration program for the drizzled daemon."
662
#: client/drizzleadmin.cc:475
664
msgid "Usage: %s [OPTIONS] command command....\n"
667
#: client/drizzleadmin.cc:477
669
" ping Check if server is down\n"
670
" shutdown Take server down\n"
673
#: client/drizzledump.cc:387
674
msgid "Number of rows before each output progress report (requires --verbose)."
677
#: client/drizzledump.cc:461
679
msgid "Got errno %d on write"
682
#: client/drizzledump.cc:466
684
msgid "%s Ver %s Distrib %s, for %s (%s)\n"
687
#: client/drizzledump.cc:473
689
msgid "Usage: %s [OPTIONS] database [tables]\n"
692
#: client/drizzledump.cc:474
694
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
697
#: client/drizzledump.cc:476
699
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
702
#: client/drizzledump.cc:483
703
msgid "By Igor Romanenko, Monty, Jani & Sinisa"
706
#: client/drizzledump.cc:485
707
msgid "Dumping definition and data DRIZZLE database or table"
710
#: client/drizzledump.cc:496
712
msgid "For more options, use %s --help\n"
715
#: client/drizzledump.cc:669
717
msgid "Input filename too long: %s"
720
#: client/drizzledump.cc:712
722
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
725
#: client/drizzledump.cc:737
727
msgid "Invalid mode to --compatible: %s\n"
730
#: client/drizzledump.cc:791
732
msgid "%s: You must use option --tab with --fields-...\n"
735
#: client/drizzledump.cc:808
738
"%s: You can't use --single-transaction and --lock-all-tables at the same "
742
#: client/drizzledump.cc:821
745
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
749
#: client/drizzledump.cc:827
751
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
754
#: client/drizzledump.cc:853 client/drizzledump.cc:858
756
msgid "Got error: %s %s"
759
#: client/drizzledump.cc:956 client/drizzledump.cc:963
760
#: client/drizzledump.cc:976
762
msgid "Couldn't execute '%s': %s (%d)"
765
#: client/drizzledump.cc:1040
767
msgid "-- Connecting to %s...\n"
770
#: client/drizzledump.cc:1061
772
msgid "-- Disconnecting from %s...\n"
775
#: client/drizzledump.cc:1072
776
msgid "Couldn't allocate memory"
779
#: client/drizzledump.cc:1416
782
"-- Warning: Unable to use delayed inserts for table '%s' because it's of "
786
#: client/drizzledump.cc:1430
788
msgid "-- Retrieving table structure for table %s...\n"
791
#: client/drizzledump.cc:1544
793
msgid "%s: Warning: Can't set SQL_QUOTE_SHOW_CREATE option (%s)\n"
796
#: client/drizzledump.cc:1651
798
msgid "%s: Can't get keys for table %s\n"
801
#: client/drizzledump.cc:1729 client/drizzledump.cc:3083
803
msgid "Error: Couldn't read status information for table %s\n"
806
#: client/drizzledump.cc:1872
808
msgid "Error retrieving table structure for table: \"%s\""
811
#: client/drizzledump.cc:1879
813
msgid "-- Skipping dump data for table '%s', --no-data was used\n"
816
#: client/drizzledump.cc:1890
818
msgid "-- Warning: Skipping data for table '%s' because it's of type %s\n"
821
#: client/drizzledump.cc:1897
823
msgid "-- Skipping dump data for table '%s', it has no fields\n"
826
#: client/drizzledump.cc:1905
827
msgid "-- Sending SELECT query...\n"
830
#: client/drizzledump.cc:1959 client/drizzledump.cc:2444
831
msgid "when executing 'SELECT INTO OUTFILE'"
834
#: client/drizzledump.cc:1969
839
"-- Dumping data for table %s\n"
843
#: client/drizzledump.cc:2010
844
msgid "-- Retrieving rows...\n"
847
#: client/drizzledump.cc:2013
849
msgid "%s: Error in field count for table: %s ! Aborting.\n"
852
#: client/drizzledump.cc:2062
854
msgid "%s: Error reading rows for table: %s (%d:%s) ! Aborting.\n"
857
#: client/drizzledump.cc:2079
859
msgid "-- %<PRIu32> of ~%<PRIu64> rows dumped for table %s\n"
862
#: client/drizzledump.cc:2101
864
msgid "Not enough fields from table %s! Aborting.\n"
867
#: client/drizzledump.cc:2521
868
msgid "when using LOCK TABLES"
871
#: client/drizzledump.cc:2534 client/drizzledump.cc:2677
872
msgid "when doing refresh"
875
#: client/drizzledump.cc:2627
876
msgid "alloc_root failure."
879
#: client/drizzledump.cc:2648
881
msgid "Couldn't find table: \"%s\""
884
#: client/drizzledump.cc:2664
885
msgid "when doing LOCK TABLES"
888
#: client/drizzledump.cc:2735
889
msgid "Error: Binlogging on server not active"
892
#: client/drizzledump.cc:2804
893
msgid "Error: Slave not set up"
896
#: client/drizzledump.cc:2863
897
msgid "Error: Unable to start slave"
900
#: client/drizzledump.cc:3154 client/drizzledump.cc:3161
901
#: client/drizzledump.cc:3171
904
"Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
907
#: client/drizzledump.cc:3201
909
msgid "Error: Not enough memory to store ORDER BY clause\n"
912
#: drizzled/authentication.cc:64 drizzled/plugin/storage_engine.cc:204
913
#: drizzled/show.cc:4495 drizzled/sql_plugin.cc:697
915
msgid "Plugin '%s' init function returned error."
918
#. TRANSLATORS: The leading word "configvar" is the name
919
#. of the plugin api, and so should not be translated.
920
#: drizzled/configvar.cc:41
922
msgid "configvar plugin '%s' init() failed"
925
#. TRANSLATORS: The leading word "configvar" is the name
926
#. of the plugin api, and so should not be translated.
927
#: drizzled/configvar.cc:64
929
msgid "configvar plugin '%s' deinit() failed"
932
#. TRANSLATORS: The leading word "configvar" is the name
933
#. of the plugin api, and so should not be translated.
934
#: drizzled/configvar.cc:100
936
msgid "configvar plugin '%s' configvar_func1() failed"
939
#. TRANSLATORS: The leading word "configvar" is the name
940
#. of the plugin api, and so should not be translated.
941
#: drizzled/configvar.cc:154
943
msgid "configvar plugin '%s' configvar_func2() failed"
946
#: drizzled/db.cc:245
948
msgid "Error while loading database options: '%s':"
951
#: drizzled/drizzled.cc:547
953
msgid "Got signal %d from thread %<PRIu64>"
956
#: drizzled/drizzled.cc:581
960
#: drizzled/drizzled.cc:704
961
msgid "One can only use the --user switch if running as root\n"
964
#: drizzled/drizzled.cc:712
966
"Fatal error: Please read \"Security\" section of the manual to find out how "
967
"to run drizzled as root!\n"
970
#: drizzled/drizzled.cc:734
973
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
977
#: drizzled/drizzled.cc:908
979
msgid "Retrying bind on TCP/IP port %u"
982
#: drizzled/drizzled.cc:914
983
msgid "Can't start server: Bind on TCP/IP port"
986
#: drizzled/drizzled.cc:915
988
msgid "Do you already have another drizzled server running on port: %d ?"
991
#: drizzled/drizzled.cc:921
992
msgid "Can't start server: listen() on TCP/IP port"
995
#: drizzled/drizzled.cc:922
997
msgid "listen() on TCP/IP failed with error %d"
1000
#: drizzled/drizzled.cc:1013
1005
#: drizzled/drizzled.cc:1038
1008
"We will try our best to scrape up some info that will hopefully help "
1010
"the problem, but since we have already crashed, something is definitely "
1012
"and this may fail.\n"
1016
#: drizzled/drizzled.cc:1049
1019
"It is possible that drizzled could use up to \n"
1020
"key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = %"
1023
"Hope that's ok; if not, decrease some variables in the equation.\n"
1027
#: drizzled/drizzled.cc:1066
1030
"Attempting backtrace. You can use the following information to find out\n"
1031
"where drizzled died. If you see no messages after this, something went\n"
1032
"terribly wrong...\n"
1035
#: drizzled/drizzled.cc:1094
1038
"Trying to get some variables.\n"
1039
"Some pointers may be invalid and cause the dump to abort...\n"
1042
#: drizzled/drizzled.cc:1106
1046
"This crash occurred while the server was calling initgroups(). This is\n"
1047
"often due to the use of a drizzled that is statically linked against glibc\n"
1048
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
1049
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
1050
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
1051
"drizzled that is not statically linked.\n"
1054
#: drizzled/drizzled.cc:1121
1058
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
1059
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
1060
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
1061
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
1062
"the documentation for your distribution on how to do that.\n"
1065
#: drizzled/drizzled.cc:1134
1069
"The '--memlock' argument, which was enabled, uses system calls that are\n"
1070
"unreliable and unstable on some operating systems and operating-system\n"
1071
"versions (notably, some versions of Linux). This crash could be due to use\n"
1072
"of those buggy OS calls. You should consider whether you really need the\n"
1073
"'--memlock' parameter and/or consult the OS distributor about 'mlockall'\n"
1077
#: drizzled/drizzled.cc:1149
1079
msgid "Writing a core file\n"
1082
#: drizzled/drizzled.cc:1194
1084
"setrlimit could not change the size of core files to 'infinity'; We may not "
1085
"be able to generate a core file on signals"
1088
#: drizzled/drizzled.cc:1396
1090
msgid "gethostname failed, using '%s' as hostname"
1093
#: drizzled/drizzled.cc:1493
1095
msgid "Unknown locale: '%s'"
1098
#: drizzled/drizzled.cc:1535
1099
msgid "Can't create thread-keys"
1102
#: drizzled/drizzled.cc:1561
1103
msgid "Out of memory"
1106
#: drizzled/drizzled.cc:1576
1107
msgid "Failed to initialize plugins."
1110
#: drizzled/drizzled.cc:1607
1113
"%s: Too many arguments (first extra is '%s').\n"
1114
"Use --verbose --help to get a list of available options\n"
1117
#: drizzled/drizzled.cc:1617
1118
msgid "Can't init databases"
1121
#: drizzled/drizzled.cc:1637
1123
msgid "Unknown/unsupported table type: %s"
1126
#: drizzled/drizzled.cc:1643
1128
msgid "Default storage engine (%s) is not available"
1131
#: drizzled/drizzled.cc:1674
1133
msgid "Failed to lock memory. Errno: %d\n"
1136
#: drizzled/drizzled.cc:1736
1138
msgid "Asked for %<PRIu64> thread stack, but got %<PRIu64>"
1141
#: drizzled/drizzled.cc:1898
1143
msgid "drizzled: Got error %d from select"
1146
#: drizzled/drizzled.cc:2072
1147
msgid "Auto-increment columns are incremented by this"
1150
#: drizzled/drizzled.cc:2077
1152
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1156
#: drizzled/drizzled.cc:2083
1158
"Path to installation directory. All paths are usually resolved relative to "
1162
#: drizzled/drizzled.cc:2087
1163
msgid "IP address to bind to."
1166
#: drizzled/drizzled.cc:2091
1167
msgid "Set the filesystem character set."
1170
#: drizzled/drizzled.cc:2096
1171
msgid "Set the default character set."
1174
#: drizzled/drizzled.cc:2100
1175
msgid "Chroot drizzled daemon during startup."
1178
#: drizzled/drizzled.cc:2104
1179
msgid "Set the default collation."
1182
#: drizzled/drizzled.cc:2108
1183
msgid "Default completion type."
1186
#: drizzled/drizzled.cc:2113
1187
msgid "Write core on errors."
1190
#: drizzled/drizzled.cc:2117
1191
msgid "Path to the database root."
1194
#: drizzled/drizzled.cc:2121
1195
msgid "Set the default storage engine (table type) for tables."
1198
#: drizzled/drizzled.cc:2125
1199
msgid "Set the default time zone."
1202
#: drizzled/drizzled.cc:2129
1203
msgid "Type of DELAY_KEY_WRITE."
1206
#: drizzled/drizzled.cc:2133
1207
msgid "Print a symbolic stack trace on failure."
1210
#: drizzled/drizzled.cc:2139
1211
msgid "Push supported query conditions to the storage engine."
1214
#: drizzled/drizzled.cc:2145
1215
msgid "Used for debugging; Use at your own risk!"
1218
#: drizzled/drizzled.cc:2150
1219
msgid "Set up signals usable for debugging"
1222
#: drizzled/drizzled.cc:2154
1223
msgid "Command(s) that are executed for each new connection"
1226
#: drizzled/drizzled.cc:2158
1227
msgid "Read SQL commands from this file at startup."
1230
#: drizzled/drizzled.cc:2162
1234
#: drizzled/drizzled.cc:2166
1235
msgid "Set the language used for the month names and the days of the week."
1238
#: drizzled/drizzled.cc:2171
1239
msgid "Log connections and queries to file."
1242
#: drizzled/drizzled.cc:2175
1243
msgid "Log all MyISAM changes to file."
1246
#: drizzled/drizzled.cc:2179
1247
msgid "Log some not critical warnings to the log file."
1250
#: drizzled/drizzled.cc:2184
1251
msgid "Lock drizzled in memory."
1254
#: drizzled/drizzled.cc:2188
1256
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1257
"BACKUP, FORCE or QUICK."
1260
#: drizzled/drizzled.cc:2193
1261
msgid "Use old, non-optimized alter table."
1264
#: drizzled/drizzled.cc:2198
1265
msgid "Pid file used by safe_mysqld."
1268
#: drizzled/drizzled.cc:2208
1270
"Maximum time in seconds to wait for the port to become free. (Default: no "
1274
#: drizzled/drizzled.cc:2213
1276
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1277
"specified directory"
1280
#: drizzled/drizzled.cc:2218
1282
"Uniquely identifies the server instance in the community of replication "
1286
#: drizzled/drizzled.cc:2223
1287
msgid "Don't print a stack trace on failure."
1290
#: drizzled/drizzled.cc:2227
1291
msgid "Enable symbolic link support."
1294
#: drizzled/drizzled.cc:2236
1296
"Using this option will cause most temporary files created to use a small set "
1297
"of names, rather than a unique name for each new file."
1300
#: drizzled/drizzled.cc:2241
1302
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1305
#: drizzled/drizzled.cc:2246
1306
msgid "Path for temporary files."
1309
#: drizzled/drizzled.cc:2250
1310
msgid "Default transaction isolation level."
1313
#: drizzled/drizzled.cc:2254
1314
msgid "Run drizzled daemon as user."
1317
#: drizzled/drizzled.cc:2262
1319
"The number of outstanding connection requests Drizzle can have. This comes "
1320
"into play when the main Drizzle thread gets very many connection requests in "
1321
"a very short time."
1324
#: drizzled/drizzled.cc:2268
1326
"Size of tree cache used in bulk insert optimization. Note that this is a "
1330
#: drizzled/drizzled.cc:2274
1332
"The number of seconds the drizzled server is waiting for a connect packet "
1333
"before responding with 'Bad handshake'."
1336
#: drizzled/drizzled.cc:2279
1338
"Precision of the result of '/' operator will be increased on that value."
1341
#: drizzled/drizzled.cc:2285
1342
msgid "The maximum length of the result of function group_concat."
1345
#: drizzled/drizzled.cc:2290
1346
msgid "The size of the buffer that is used for full joins."
1349
#: drizzled/drizzled.cc:2296
1350
msgid "Don't overwrite stale .MYD and .MYI even if no directory is specified."
1353
#: drizzled/drizzled.cc:2301
1355
"The size of the buffer used for index blocks for MyISAM tables. Increase "
1356
"this to get better index handling (for all reads and multiple writes) to as "
1357
"much as you can afford;"
1360
#: drizzled/drizzled.cc:2310
1362
"This characterizes the number of hits a hot block has to be untouched until "
1363
"it is considered aged enough to be downgraded to a warm block. This "
1364
"specifies the percentage ratio of that number of hits to the total number of "
1365
"blocks in key cache"
1368
#: drizzled/drizzled.cc:2319
1369
msgid "The default size of key cache blocks"
1372
#: drizzled/drizzled.cc:2325
1373
msgid "The minimum percentage of warm blocks in key cache"
1376
#: drizzled/drizzled.cc:2331
1377
msgid "Max packetlength to send/receive from to server."
1380
#: drizzled/drizzled.cc:2336
1382
"If there is more than this number of interrupted connections from a host "
1383
"this host will be blocked from further connections."
1386
#: drizzled/drizzled.cc:2341
1387
msgid "Max number of errors/warnings to store for a statement."
1390
#: drizzled/drizzled.cc:2346
1391
msgid "Don't allow creation of heap tables bigger than this."
1394
#: drizzled/drizzled.cc:2352
1396
"Joins that are probably going to read more than max_join_size records return "
1400
#: drizzled/drizzled.cc:2358
1401
msgid "Max number of bytes in sorted records."
1404
#: drizzled/drizzled.cc:2363
1405
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1408
#: drizzled/drizzled.cc:2368
1410
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1411
"max_sort_length bytes of each value are used; the rest are ignored)."
1414
#: drizzled/drizzled.cc:2375
1415
msgid "Maximum number of temporary tables a client can keep open at a time."
1418
#: drizzled/drizzled.cc:2380
1419
msgid "After this many write locks, allow some read locks to run in between."
1422
#: drizzled/drizzled.cc:2384
1424
"Don't log queries which examine less than min_examined_row_limit rows to "
1428
#: drizzled/drizzled.cc:2390
1430
"Specifies how MyISAM index statistics collection code should threat NULLs. "
1431
"Possible values of name are 'nulls_unequal' (default behavior), "
1432
"'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
1435
#: drizzled/drizzled.cc:2397
1436
msgid "Buffer length for TCP/IP and socket communication."
1439
#: drizzled/drizzled.cc:2402
1441
"Number of seconds to wait for more data from a connection before aborting "
1445
#: drizzled/drizzled.cc:2408
1447
"If a read on a communication port is interrupted, retry this many times "
1451
#: drizzled/drizzled.cc:2414
1453
"Number of seconds to wait for a block to be written to a connection before "
1454
"aborting the write."
1457
#: drizzled/drizzled.cc:2420
1459
"Controls the heuristic(s) applied during query optimization to prune less-"
1460
"promising partial plans from the optimizer search space. Meaning: false - do "
1461
"not apply any heuristic, thus perform exhaustive search; true - prune plans "
1462
"based on number of retrieved rows."
1465
#: drizzled/drizzled.cc:2428
1467
"Maximum depth of search performed by the query optimizer. Values larger than "
1468
"the number of relations in a query result in better query plans, but take "
1469
"longer to compile a query. Smaller values than the number of tables in a "
1470
"relation result in faster optimization, but may produce very bad query "
1471
"plans. If set to 0, the system will automatically pick a reasonable value; "
1472
"if set to MAX_TABLES+2, the optimizer will switch to the original find_best "
1473
"(used for testing/comparison)."
1476
#: drizzled/drizzled.cc:2440
1477
msgid "Directory for plugins."
1480
#: drizzled/drizzled.cc:2444
1482
"Optional colon (or semicolon) separated list of plugins to load,where each "
1483
"plugin is identified by the name of the shared library. [for example: --"
1484
"plugin_load=libmd5udf.so:libauth_pam.so]"
1487
#: drizzled/drizzled.cc:2450
1488
msgid "The size of the buffer that is allocated when preloading indexes"
1491
#: drizzled/drizzled.cc:2455
1492
msgid "Allocation block size for query parsing and execution"
1495
#: drizzled/drizzled.cc:2460
1496
msgid "Persistent buffer for query parsing and execution"
1499
#: drizzled/drizzled.cc:2466
1500
msgid "Allocation block size for storing ranges during optimization"
1503
#: drizzled/drizzled.cc:2472
1505
"Each thread that does a sequential scan allocates a buffer of this size for "
1506
"each table it scans. If you do many sequential scans, you may want to "
1507
"increase this value."
1510
#: drizzled/drizzled.cc:2480
1512
"When reading rows in sorted order after a sort, the rows are read through "
1513
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1517
#: drizzled/drizzled.cc:2488
1518
msgid "Select scheduler to be used (by default pool-of-threads)."
1521
#: drizzled/drizzled.cc:2492
1522
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1525
#: drizzled/drizzled.cc:2498
1526
msgid "The number of cached table definitions."
1529
#: drizzled/drizzled.cc:2502
1530
msgid "The number of cached open tables."
1533
#: drizzled/drizzled.cc:2506
1535
"Timeout in seconds to wait for a table level lock before returning an error. "
1536
"Used only if the connection has active cursors."
1539
#: drizzled/drizzled.cc:2511
1540
msgid "The stack size for each thread."
1543
#: drizzled/drizzled.cc:2517
1545
"If an internal in-memory temporary table exceeds this size, Drizzle will "
1546
"automatically convert it to an on-disk MyISAM table."
1549
#: drizzled/drizzled.cc:2523
1550
msgid "Allocation block size for transactions to be stored in binary log"
1553
#: drizzled/drizzled.cc:2528
1554
msgid "Persistent buffer for transactions to be stored in binary log"
1557
#: drizzled/drizzled.cc:2533
1559
"The number of seconds the server waits for activity on a connection before "
1563
#: drizzled/drizzled.cc:2682
1565
"Copyright (C) 2008 Sun Microsystems\n"
1566
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1567
"and you are welcome to modify and redistribute it under the GPL license\n"
1569
"Starts the Drizzle database server\n"
1572
#: drizzled/drizzled.cc:2689
1574
msgid "Usage: %s [OPTIONS]\n"
1577
#: drizzled/drizzled.cc:2700
1580
"To see what values a running Drizzle server is using, type\n"
1581
"'drizzleadmin variables' instead of 'drizzled --help'."
1584
#: drizzled/drizzled.cc:2845
1587
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
1591
#: drizzled/drizzled.cc:2886
1592
msgid "Can't start server: cannot resolve hostname!"
1595
#: drizzled/drizzled.cc:2892
1596
msgid "Can't start server: bind-address refers to multiple interfaces!"
1599
#: drizzled/drizzled.cc:3204
1601
msgid "No option given to %s\n"
1604
#: drizzled/drizzled.cc:3206
1606
msgid "Wrong option to %s. Option(s) given: %s\n"
1609
#: drizzled/drizzled.cc:3208
1611
msgid "Alternatives are: '%s'"
1614
#: drizzled/errmsg.cc:40
1616
msgid "errmsg plugin '%s' init() failed."
1619
#: drizzled/errmsg.cc:67
1621
msgid "errmsg plugin '%s' deinit() failed."
1624
#: drizzled/errmsg.cc:106
1626
msgid "errmsg plugin '%s' errmsg() failed"
1629
#: drizzled/error.cc:34
1633
#: drizzled/error.cc:36
1637
#: drizzled/error.cc:38
1641
#: drizzled/error.cc:40
1645
#: drizzled/error.cc:42
1647
msgid "Can't create file '%-.200s' (errno: %d)"
1650
#: drizzled/error.cc:44
1652
msgid "Can't create table '%-.200s' (errno: %d)"
1655
#: drizzled/error.cc:46
1657
msgid "Can't create database '%-.192s' (errno: %d)"
1660
#: drizzled/error.cc:48
1662
msgid "Can't create database '%-.192s'; database exists"
1665
#: drizzled/error.cc:50
1667
msgid "Can't drop database '%-.192s'; database doesn't exist"
1670
#: drizzled/error.cc:52
1672
msgid "Error dropping database (can't delete '%-.192s', errno: %d)"
1675
#: drizzled/error.cc:54
1677
msgid "Error dropping database (can't rmdir '%-.192s', errno: %d)"
1680
#: drizzled/error.cc:56
1682
msgid "Error on delete of '%-.192s' (errno: %d)"
1685
#: drizzled/error.cc:58
1686
msgid "Can't read record in system table"
1689
#: drizzled/error.cc:60
1691
msgid "Can't get status of '%-.200s' (errno: %d)"
1694
#: drizzled/error.cc:62
1696
msgid "Can't get working directory (errno: %d)"
1699
#: drizzled/error.cc:64
1701
msgid "Can't lock file (errno: %d)"
1704
#: drizzled/error.cc:66
1706
msgid "Can't open file: '%-.200s' (errno: %d)"
1709
#: drizzled/error.cc:68
1711
msgid "Can't find file: '%-.200s' (errno: %d)"
1714
#: drizzled/error.cc:70
1716
msgid "Can't read dir of '%-.192s' (errno: %d)"
1719
#: drizzled/error.cc:72
1721
msgid "Can't change dir to '%-.192s' (errno: %d)"
1724
#: drizzled/error.cc:74
1726
msgid "Record has changed since last read in table '%-.192s'"
1729
#: drizzled/error.cc:76
1731
msgid "Disk full (%s); waiting for someone to free some space..."
1734
#: drizzled/error.cc:78
1736
msgid "Can't write; duplicate key in table '%-.192s'"
1739
#: drizzled/error.cc:80
1741
msgid "Error on close of '%-.192s' (errno: %d)"
1744
#: drizzled/error.cc:82
1746
msgid "Error reading file '%-.200s' (errno: %d)"
1749
#: drizzled/error.cc:84
1751
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
1754
#: drizzled/error.cc:86
1756
msgid "Error writing file '%-.200s' (errno: %d)"
1759
#: drizzled/error.cc:88
1761
msgid "'%-.192s' is locked against change"
1764
#: drizzled/error.cc:90
1765
msgid "Sort aborted"
1768
#: drizzled/error.cc:92
1770
msgid "View '%-.192s' doesn't exist for '%-.192s'"
1773
#: drizzled/error.cc:94
1775
msgid "Got error %d from storage engine"
1778
#: drizzled/error.cc:96
1780
msgid "Table storage engine for '%-.192s' doesn't have this option"
1783
#: drizzled/error.cc:98
1785
msgid "Can't find record in '%-.192s'"
1788
#: drizzled/error.cc:100
1790
msgid "Incorrect information in file: '%-.200s'"
1793
#: drizzled/error.cc:102
1795
msgid "Incorrect key file for table '%-.200s'; try to repair it"
1798
#: drizzled/error.cc:104
1800
msgid "Old key file for table '%-.192s'; repair it!"
1803
#: drizzled/error.cc:106
1805
msgid "Table '%-.192s' is read only"
1808
#: drizzled/error.cc:108
1810
msgid "Out of memory; restart server and try again (needed %lu bytes)"
1813
#: drizzled/error.cc:110
1814
msgid "Out of sort memory; increase server sort buffer size"
1817
#: drizzled/error.cc:112
1819
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
1822
#: drizzled/error.cc:114
1823
msgid "Too many connections"
1826
#: drizzled/error.cc:116
1828
"Out of memory; check if drizzled or some other process uses all available "
1829
"memory; if not, you may have to use 'ulimit' to allow drizzled to use more "
1830
"memory or you can add more swap space"
1833
#: drizzled/error.cc:118
1834
msgid "Can't get hostname for your address"
1837
#: drizzled/error.cc:120
1838
msgid "Bad handshake"
1841
#: drizzled/error.cc:122
1843
msgid "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
1846
#: drizzled/error.cc:124
1848
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
1851
#: drizzled/error.cc:126
1852
msgid "No database selected"
1855
#: drizzled/error.cc:128
1856
msgid "Unknown command"
1859
#: drizzled/error.cc:130
1861
msgid "Column '%-.192s' cannot be null"
1864
#: drizzled/error.cc:132
1866
msgid "Unknown database '%-.192s'"
1869
#: drizzled/error.cc:134
1871
msgid "Table '%-.192s' already exists"
1874
#: drizzled/error.cc:136
1876
msgid "Unknown table '%-.100s'"
1879
#: drizzled/error.cc:138
1881
msgid "Column '%-.192s' in %-.192s is ambiguous"
1884
#: drizzled/error.cc:140
1885
msgid "Server shutdown in progress"
1888
#: drizzled/error.cc:142
1890
msgid "Unknown column '%-.192s' in '%-.192s'"
1893
#: drizzled/error.cc:144
1895
msgid "'%-.192s' isn't in GROUP BY"
1898
#: drizzled/error.cc:146
1900
msgid "Can't group on '%-.192s'"
1903
#: drizzled/error.cc:148
1904
msgid "Statement has sum functions and columns in same statement"
1907
#: drizzled/error.cc:150
1908
msgid "Column count doesn't match value count"
1911
#: drizzled/error.cc:152
1913
msgid "Identifier name '%-.100s' is too long"
1916
#: drizzled/error.cc:154
1918
msgid "Duplicate column name '%-.192s'"
1921
#: drizzled/error.cc:156
1923
msgid "Duplicate key name '%-.192s'"
1926
#: drizzled/error.cc:158
1928
msgid "Duplicate entry '%-.192s' for key %d"
1931
#: drizzled/error.cc:160
1933
msgid "Incorrect column specifier for column '%-.192s'"
1936
#: drizzled/error.cc:162
1938
msgid "%s near '%-.80s' at line %d"
1941
#: drizzled/error.cc:164
1942
msgid "Query was empty"
1945
#: drizzled/error.cc:166
1947
msgid "Not unique table/alias: '%-.192s'"
1950
#: drizzled/error.cc:168
1952
msgid "Invalid default value for '%-.192s'"
1955
#: drizzled/error.cc:170
1956
msgid "Multiple primary key defined"
1959
#: drizzled/error.cc:172
1961
msgid "Too many keys specified; max %d keys allowed"
1964
#: drizzled/error.cc:174
1966
msgid "Too many key parts specified; max %d parts allowed"
1969
#: drizzled/error.cc:176
1971
msgid "Specified key was too long; max key length is %d bytes"
1974
#: drizzled/error.cc:178
1976
msgid "Key column '%-.192s' doesn't exist in table"
1979
#: drizzled/error.cc:180
1982
"BLOB column '%-.192s' can't be used in key specification with the used table "
1986
#: drizzled/error.cc:182
1989
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
1993
#: drizzled/error.cc:184
1995
"Incorrect table definition; there can be only one auto column and it must be "
1999
#: drizzled/error.cc:186
2002
"%s: ready for connections.\n"
2003
"Version: '%s' socket: '%s' port: %d"
2006
#: drizzled/error.cc:188
2008
msgid "%s: Normal shutdown\n"
2011
#: drizzled/error.cc:190
2013
msgid "%s: Got signal %d. Aborting!\n"
2016
#: drizzled/error.cc:192
2018
msgid "%s: Shutdown complete\n"
2021
#: drizzled/error.cc:194
2023
msgid "%s: Forcing close of thread %ld user: '%-.48s'\n"
2026
#: drizzled/error.cc:196
2027
msgid "Can't create IP socket"
2030
#: drizzled/error.cc:198
2033
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
2037
#: drizzled/error.cc:200
2040
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
2044
#: drizzled/error.cc:202
2046
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
2049
#: drizzled/error.cc:204
2052
"The file '%-.128s' must be in the database directory or be readable by all"
2055
#: drizzled/error.cc:206
2057
msgid "File '%-.200s' already exists"
2060
#: drizzled/error.cc:208
2062
msgid "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
2065
#: drizzled/error.cc:210
2067
msgid "Records: %ld Duplicates: %ld"
2070
#: drizzled/error.cc:212
2072
"Incorrect prefix key; the used key part isn't a string, the used length is "
2073
"longer than the key part, or the storage engine doesn't support unique "
2077
#: drizzled/error.cc:214
2078
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
2081
#: drizzled/error.cc:216
2083
msgid "Can't DROP '%-.192s'; check that column/key exists"
2086
#: drizzled/error.cc:218
2088
msgid "Records: %ld Duplicates: %ld Warnings: %ld"
2091
#: drizzled/error.cc:220
2093
msgid "You can't specify target table '%-.192s' for update in FROM clause"
2096
#: drizzled/error.cc:222
2098
msgid "Unknown thread id: %lu"
2101
#: drizzled/error.cc:224
2103
msgid "You are not owner of thread %lu"
2106
#: drizzled/error.cc:226
2107
msgid "No tables used"
2110
#: drizzled/error.cc:228
2112
msgid "Too many strings for column %-.192s and SET"
2115
#: drizzled/error.cc:230
2117
msgid "Can't generate a unique log-filename %-.200s.(1-999)\n"
2120
#: drizzled/error.cc:232
2122
msgid "Table '%-.192s' was locked with a READ lock and can't be updated"
2125
#: drizzled/error.cc:234
2127
msgid "Table '%-.192s' was not locked with LOCK TABLES"
2130
#: drizzled/error.cc:236
2132
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
2135
#: drizzled/error.cc:238
2137
msgid "Incorrect database name '%-.100s'"
2140
#: drizzled/error.cc:240
2142
msgid "Incorrect table name '%-.100s'"
2145
#: drizzled/error.cc:242
2147
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
2148
"use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay"
2151
#: drizzled/error.cc:244
2152
msgid "Unknown error"
2155
#: drizzled/error.cc:246
2157
msgid "Unknown procedure '%-.192s'"
2160
#: drizzled/error.cc:248
2162
msgid "Incorrect parameter count to procedure '%-.192s'"
2165
#: drizzled/error.cc:250
2167
msgid "Incorrect parameters to procedure '%-.192s'"
2170
#: drizzled/error.cc:252
2172
msgid "Unknown table '%-.192s' in %-.32s"
2175
#: drizzled/error.cc:254
2177
msgid "Column '%-.192s' specified twice"
2180
#: drizzled/error.cc:256
2181
msgid "Invalid use of group function"
2184
#: drizzled/error.cc:258
2187
"Table '%-.192s' uses an extension that doesn't exist in this Drizzle version"
2190
#: drizzled/error.cc:260
2191
msgid "A table must have at least 1 column"
2194
#: drizzled/error.cc:262
2196
msgid "The table '%-.192s' is full"
2199
#: drizzled/error.cc:264
2201
msgid "Unknown character set: '%-.64s'"
2204
#: drizzled/error.cc:266
2206
msgid "Too many tables; Drizzle can only use %d tables in a join"
2209
#: drizzled/error.cc:268
2210
msgid "Too many columns"
2213
#: drizzled/error.cc:270
2216
"Row size too large. The maximum row size for the used table type, not "
2217
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
2220
#: drizzled/error.cc:272
2223
"Thread stack overrun: Used: %ld of a %ld stack. Use 'drizzled -O "
2224
"thread_stack=#' to specify a bigger stack if needed"
2227
#: drizzled/error.cc:274
2228
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
2231
#: drizzled/error.cc:276
2234
"Table handler doesn't support NULL in given index. Please change column "
2235
"'%-.192s' to be NOT NULL or use another handler"
2238
#: drizzled/error.cc:278
2240
msgid "Can't load function '%-.192s'"
2243
#: drizzled/error.cc:280
2245
msgid "Can't initialize function '%-.192s'; %-.80s"
2248
#: drizzled/error.cc:282
2249
msgid "No paths allowed for shared library"
2252
#: drizzled/error.cc:284
2254
msgid "Function '%-.192s' already exists"
2257
#: drizzled/error.cc:286
2259
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
2262
#: drizzled/error.cc:288
2264
msgid "Can't find symbol '%-.128s' in library"
2267
#: drizzled/error.cc:290
2269
msgid "Function '%-.192s' is not defined"
2272
#: drizzled/error.cc:292
2275
"Host '%-.64s' is blocked because of many connection errors; unblock with "
2276
"'drizzleadmin flush-hosts'"
2279
#: drizzled/error.cc:294
2281
msgid "Host '%-.64s' is not allowed to connect to this Drizzle server"
2284
#: drizzled/error.cc:296
2286
"You are using Drizzle as an anonymous user and anonymous users are not "
2287
"allowed to change passwords"
2290
#: drizzled/error.cc:298
2292
"You must have privileges to update tables in the drizzle database to be able "
2293
"to change passwords for others"
2296
#: drizzled/error.cc:300
2297
msgid "Can't find any matching row in the user table"
2300
#: drizzled/error.cc:302
2302
msgid "Rows matched: %ld Changed: %ld Warnings: %ld"
2305
#: drizzled/error.cc:304
2308
"Can't create a new thread (errno %d); if you are not out of available "
2309
"memory, you can consult the manual for a possible OS-dependent bug"
2312
#: drizzled/error.cc:306
2314
msgid "Column count doesn't match value count at row %ld"
2317
#: drizzled/error.cc:308
2319
msgid "Can't reopen table: '%-.192s'"
2322
#: drizzled/error.cc:310
2323
msgid "Invalid use of NULL value"
2326
#: drizzled/error.cc:312
2328
msgid "Got error '%-.64s' from regexp"
2331
#: drizzled/error.cc:314
2333
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
2334
"illegal if there is no GROUP BY clause"
2337
#: drizzled/error.cc:316
2339
msgid "There is no such grant defined for user '%-.48s' on host '%-.64s'"
2342
#: drizzled/error.cc:318
2344
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for table '%-.192s'"
2347
#: drizzled/error.cc:320
2350
"%-.16s command denied to user '%-.48s'@'%-.64s' for column '%-.192s' in "
2354
#: drizzled/error.cc:322
2356
"Illegal GRANT/REVOKE command; please consult the manual to see which "
2357
"privileges can be used"
2360
#: drizzled/error.cc:324
2361
msgid "The host or user argument to GRANT is too long"
2364
#: drizzled/error.cc:326
2366
msgid "Table '%-.192s.%-.192s' doesn't exist"
2369
#: drizzled/error.cc:328
2372
"There is no such grant defined for user '%-.48s' on host '%-.64s' on table "
2376
#: drizzled/error.cc:330
2377
msgid "The used command is not allowed with this Drizzle version"
2380
#: drizzled/error.cc:332
2382
"You have an error in your SQL syntax; check the manual that corresponds to "
2383
"your Drizzle server version for the right syntax to use"
2386
#: drizzled/error.cc:334
2388
msgid "Delayed insert thread couldn't get requested lock for table %-.192s"
2391
#: drizzled/error.cc:336
2392
msgid "Too many delayed threads in use"
2395
#: drizzled/error.cc:338
2397
msgid "Aborted connection %ld to db: '%-.192s' user: '%-.48s' (%-.64s)"
2400
#: drizzled/error.cc:340
2401
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
2404
#: drizzled/error.cc:342
2405
msgid "Got a read error from the connection pipe"
2408
#: drizzled/error.cc:344
2409
msgid "Got an error from fcntl()"
2412
#: drizzled/error.cc:346
2413
msgid "Got packets out of order"
2416
#: drizzled/error.cc:348 libdrizzleclient/errmsg.cc:98
2417
msgid "Couldn't uncompress communication packet"
2420
#: drizzled/error.cc:350 libdrizzleclient/errmsg.cc:100
2421
msgid "Got an error reading communication packets"
2424
#: drizzled/error.cc:352 libdrizzleclient/errmsg.cc:102
2425
msgid "Got timeout reading communication packets"
2428
#: drizzled/error.cc:354 libdrizzleclient/errmsg.cc:104
2429
msgid "Got an error writing communication packets"
2432
#: drizzled/error.cc:356 libdrizzleclient/errmsg.cc:106
2433
msgid "Got timeout writing communication packets"
2436
#: drizzled/error.cc:358
2437
msgid "Result string is longer than 'max_allowed_packet' bytes"
2440
#: drizzled/error.cc:360
2441
msgid "The used table type doesn't support BLOB/TEXT columns"
2444
#: drizzled/error.cc:362
2445
msgid "The used table type doesn't support AUTO_INCREMENT columns"
2448
#: drizzled/error.cc:364
2451
"INSERT DELAYED can't be used with table '%-.192s' because it is locked with "
2455
#: drizzled/error.cc:366
2457
msgid "Incorrect column name '%-.100s'"
2460
#: drizzled/error.cc:368
2462
msgid "The used storage engine can't index column '%-.192s'"
2465
#: drizzled/error.cc:370
2467
"Unable to open underlying table which is differently defined or of non-"
2468
"MyISAM type or doesn't exist"
2471
#: drizzled/error.cc:372
2473
msgid "Can't write, because of unique constraint, to table '%-.192s'"
2476
#: drizzled/error.cc:374
2479
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
2482
#: drizzled/error.cc:376
2484
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
2488
#: drizzled/error.cc:378
2489
msgid "Result consisted of more than one row"
2492
#: drizzled/error.cc:380
2493
msgid "This table type requires a primary key"
2496
#: drizzled/error.cc:382
2497
msgid "This version of Drizzle is not compiled with RAID support"
2500
#: drizzled/error.cc:384
2502
"You are using safe update mode and you tried to update a table without a "
2503
"WHERE that uses a KEY column"
2506
#: drizzled/error.cc:386
2508
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
2511
#: drizzled/error.cc:388
2512
msgid "Can't open table"
2515
#: drizzled/error.cc:390
2517
msgid "The storage engine for the table doesn't support %s"
2520
#: drizzled/error.cc:392
2521
msgid "You are not allowed to execute this command in a transaction"
2524
#: drizzled/error.cc:394
2526
msgid "Got error %d during COMMIT"
2529
#: drizzled/error.cc:396
2531
msgid "Got error %d during ROLLBACK"
2534
#: drizzled/error.cc:398
2536
msgid "Got error %d during FLUSH_LOGS"
2539
#: drizzled/error.cc:400
2541
msgid "Got error %d during CHECKPOINT"
2544
#: drizzled/error.cc:402
2547
"Aborted connection %<PRIi64> to db: '%-.192s' user: '%-.48s' host: "
2551
#: drizzled/error.cc:404
2552
msgid "The storage engine for the table does not support binary table dump"
2555
#: drizzled/error.cc:406
2556
msgid "Binlog closed, cannot RESET MASTER"
2559
#: drizzled/error.cc:408
2561
msgid "Failed rebuilding the index of dumped table '%-.192s'"
2564
#: drizzled/error.cc:410
2566
msgid "Error from master: '%-.64s'"
2569
#: drizzled/error.cc:412
2570
msgid "Net error reading from master"
2573
#: drizzled/error.cc:414
2574
msgid "Net error writing to master"
2577
#: drizzled/error.cc:416
2578
msgid "Can't find FULLTEXT index matching the column list"
2581
#: drizzled/error.cc:418
2583
"Can't execute the given command because you have active locked tables or an "
2584
"active transaction"
2587
#: drizzled/error.cc:420
2589
msgid "Unknown system variable '%-.64s'"
2592
#: drizzled/error.cc:422
2594
msgid "Table '%-.192s' is marked as crashed and should be repaired"
2597
#: drizzled/error.cc:424
2600
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
2603
#: drizzled/error.cc:426
2604
msgid "Some non-transactional changed tables couldn't be rolled back"
2607
#: drizzled/error.cc:428
2609
"Multi-statement transaction required more than 'max_binlog_cache_size' bytes "
2610
"of storage; increase this drizzled variable and try again"
2613
#: drizzled/error.cc:430
2615
"This operation cannot be performed with a running slave; run STOP SLAVE first"
2618
#: drizzled/error.cc:432
2620
"This operation requires a running slave; configure slave and do START SLAVE"
2623
#: drizzled/error.cc:434
2624
msgid "The server is not configured as slave; fix with CHANGE MASTER TO"
2627
#: drizzled/error.cc:436
2629
"Could not initialize master info structure; more error messages can be found "
2630
"in the Drizzle error log"
2633
#: drizzled/error.cc:438
2634
msgid "Could not create slave thread; check system resources"
2637
#: drizzled/error.cc:440
2640
"User %-.64s already has more than 'max_user_connections' active connections"
2643
#: drizzled/error.cc:442
2644
msgid "You may only use constant expressions with SET"
2647
#: drizzled/error.cc:444
2648
msgid "Lock wait timeout exceeded; try restarting transaction"
2651
#: drizzled/error.cc:446
2652
msgid "The total number of locks exceeds the lock table size"
2655
#: drizzled/error.cc:448
2656
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
2659
#: drizzled/error.cc:450
2660
msgid "DROP DATABASE not allowed while thread is holding global read lock"
2663
#: drizzled/error.cc:452
2664
msgid "CREATE DATABASE not allowed while thread is holding global read lock"
2667
#: drizzled/error.cc:454
2669
msgid "Incorrect arguments to %s"
2672
#: drizzled/error.cc:456
2674
msgid "'%-.48s'@'%-.64s' is not allowed to create new users"
2677
#: drizzled/error.cc:458
2679
"Incorrect table definition; all MERGE tables must be in the same database"
2682
#: drizzled/error.cc:460
2683
msgid "Deadlock found when trying to get lock; try restarting transaction"
2686
#: drizzled/error.cc:462
2687
msgid "The used table type doesn't support FULLTEXT indexes"
2690
#: drizzled/error.cc:464
2691
msgid "Cannot add foreign key constraint"
2694
#: drizzled/error.cc:466
2695
msgid "Cannot add or update a child row: a foreign key constraint fails"
2698
#: drizzled/error.cc:468
2699
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
2702
#: drizzled/error.cc:470
2704
msgid "Error connecting to master: %-.128s"
2707
#: drizzled/error.cc:472
2709
msgid "Error running query on master: %-.128s"
2712
#: drizzled/error.cc:474
2714
msgid "Error when executing command %s: %-.128s"
2717
#: drizzled/error.cc:476
2719
msgid "Incorrect usage of %s and %s"
2722
#: drizzled/error.cc:478
2723
msgid "The used SELECT statements have a different number of columns"
2726
#: drizzled/error.cc:480
2727
msgid "Can't execute the query because you have a conflicting read lock"
2730
#: drizzled/error.cc:482
2731
msgid "Mixing of transactional and non-transactional tables is disabled"
2734
#: drizzled/error.cc:484
2736
msgid "Option '%s' used twice in statement"
2739
#: drizzled/error.cc:486
2741
msgid "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
2744
#: drizzled/error.cc:488
2746
msgid "Access denied; you need the %-.128s privilege for this operation"
2749
#: drizzled/error.cc:490
2752
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
2755
#: drizzled/error.cc:492
2758
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
2761
#: drizzled/error.cc:494
2763
msgid "Variable '%-.64s' doesn't have a default value"
2766
#: drizzled/error.cc:496
2768
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
2771
#: drizzled/error.cc:498
2773
msgid "Incorrect argument type to variable '%-.64s'"
2776
#: drizzled/error.cc:500
2778
msgid "Variable '%-.64s' can only be set, not read"
2781
#: drizzled/error.cc:502
2783
msgid "Incorrect usage/placement of '%s'"
2786
#: drizzled/error.cc:504
2788
msgid "This version of Drizzle doesn't yet support '%s'"
2791
#: drizzled/error.cc:506
2794
"Got fatal error %d: '%-.128s' from master when reading data from binary log"
2797
#: drizzled/error.cc:508
2798
msgid "Slave SQL thread ignored the query because of replicate-*-table rules"
2801
#: drizzled/error.cc:510
2803
msgid "Variable '%-.192s' is a %s variable"
2806
#: drizzled/error.cc:512
2808
msgid "Incorrect foreign key definition for '%-.192s': %s"
2811
#: drizzled/error.cc:514
2812
msgid "Key reference and table reference don't match"
2815
#: drizzled/error.cc:516
2817
msgid "Operand should contain %d column(s)"
2820
#: drizzled/error.cc:518
2821
msgid "Subquery returns more than 1 row"
2824
#: drizzled/error.cc:520
2826
msgid "Unknown prepared statement handler (%.*s) given to %s"
2829
#: drizzled/error.cc:522
2830
msgid "Help database is corrupt or does not exist"
2833
#: drizzled/error.cc:524
2834
msgid "Cyclic reference on subqueries"
2837
#: drizzled/error.cc:526
2839
msgid "Converting column '%s' from %s to %s"
2842
#: drizzled/error.cc:528
2844
msgid "Reference '%-.64s' not supported (%s)"
2847
#: drizzled/error.cc:530
2848
msgid "Every derived table must have its own alias"
2851
#: drizzled/error.cc:532
2853
msgid "Select %u was reduced during optimization"
2856
#: drizzled/error.cc:534
2858
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
2861
#: drizzled/error.cc:536
2863
"Client does not support authentication protocol requested by server; "
2864
"consider upgrading Drizzle client"
2867
#: drizzled/error.cc:538
2868
msgid "All parts of a SPATIAL index must be NOT NULL"
2871
#: drizzled/error.cc:540
2873
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
2876
#: drizzled/error.cc:542
2877
msgid "Slave is already running"
2880
#: drizzled/error.cc:544
2881
msgid "Slave already has been stopped"
2884
#: drizzled/error.cc:546
2887
"Uncompressed data size too large; the maximum size is %d (probably, length "
2888
"of uncompressed data was corrupted)"
2891
#: drizzled/error.cc:548
2892
msgid "ZLIB: Not enough memory"
2895
#: drizzled/error.cc:550
2897
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
2898
"data was corrupted)"
2901
#: drizzled/error.cc:552
2902
msgid "ZLIB: Input data corrupted"
2905
#: drizzled/error.cc:554
2907
msgid "%d line(s) were cut by GROUP_CONCAT()"
2910
#: drizzled/error.cc:556
2912
msgid "Row %ld doesn't contain data for all columns"
2915
#: drizzled/error.cc:558
2918
"Row %ld was truncated; it contained more data than there were input columns"
2921
#: drizzled/error.cc:560
2924
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
2927
#: drizzled/error.cc:562
2929
msgid "Out of range value for column '%s' at row %ld"
2932
#: drizzled/error.cc:564
2934
msgid "Data truncated for column '%s' at row %ld"
2937
#: drizzled/error.cc:566
2939
msgid "Using storage engine %s for table '%s'"
2942
#: drizzled/error.cc:568
2944
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
2947
#: drizzled/error.cc:570
2948
msgid "Cannot drop one or more of the requested users"
2951
#: drizzled/error.cc:572
2952
msgid "Can't revoke all privileges for one or more of the requested users"
2955
#: drizzled/error.cc:574
2957
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
2960
#: drizzled/error.cc:576
2962
msgid "Illegal mix of collations for operation '%s'"
2965
#: drizzled/error.cc:578
2968
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
2972
#: drizzled/error.cc:580
2974
msgid "Unknown collation: '%-.64s'"
2977
#: drizzled/error.cc:582
2979
"SSL parameters in CHANGE MASTER are ignored because this Drizzle slave was "
2980
"compiled without SSL support; they can be used later if Drizzle slave with "
2984
#: drizzled/error.cc:584
2987
"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the "
2988
"old format; please change the password to the new format"
2991
#: drizzled/error.cc:586
2994
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
2998
#: drizzled/error.cc:588
2999
msgid "Incorrect parameter or combination of parameters for START SLAVE UNTIL"
3002
#: drizzled/error.cc:590
3004
"It is recommended to use --skip-slave-start when doing step-by-step "
3005
"replication with START SLAVE UNTIL; otherwise, you will get problems if you "
3006
"get an unexpected slave's drizzled restart"
3009
#: drizzled/error.cc:592
3010
msgid "SQL thread is not to be started so UNTIL options are ignored"
3013
#: drizzled/error.cc:594
3015
msgid "Incorrect index name '%-.100s'"
3018
#: drizzled/error.cc:596
3020
msgid "Incorrect catalog name '%-.100s'"
3023
#: drizzled/error.cc:598
3025
msgid "Query cache failed to set size %lu; new query cache size is %lu"
3028
#: drizzled/error.cc:600
3030
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
3033
#: drizzled/error.cc:602
3035
msgid "Unknown key cache '%-.100s'"
3038
#: drizzled/error.cc:604
3040
"Drizzle is started in --skip-name-resolve mode; you must restart it without "
3041
"this switch for this grant to work"
3044
#: drizzled/error.cc:606
3046
msgid "Unknown table engine '%s'"
3049
#: drizzled/error.cc:608
3051
msgid "'%s' is deprecated; use '%s' instead"
3054
#: drizzled/error.cc:610
3056
msgid "The target table %-.100s of the %s is not updatable"
3059
#: drizzled/error.cc:612
3062
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
3066
#: drizzled/error.cc:614
3069
"The Drizzle server is running with the %s option so it cannot execute this "
3073
#: drizzled/error.cc:616
3075
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
3078
#: drizzled/error.cc:618
3080
msgid "Truncated incorrect %-.32s value: '%-.128s'"
3083
#: drizzled/error.cc:620
3085
"Incorrect table definition; there can be only one TIMESTAMP column with "
3086
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
3089
#: drizzled/error.cc:622
3091
msgid "Invalid ON UPDATE clause for '%-.192s' column"
3094
#: drizzled/error.cc:624
3095
msgid "This command is not supported in the prepared statement protocol yet"
3098
#: drizzled/error.cc:626
3100
msgid "Got error %d '%-.100s' from %s"
3103
#: drizzled/error.cc:628
3105
msgid "Got temporary error %d '%-.100s' from %s"
3108
#: drizzled/error.cc:630
3110
msgid "Unknown or incorrect time zone: '%-.64s'"
3113
#: drizzled/error.cc:632
3115
msgid "Invalid TIMESTAMP value in column '%s' at row %ld"
3118
#: drizzled/error.cc:634
3120
msgid "Invalid %s character string: '%.64s'"
3123
#: drizzled/error.cc:636
3125
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
3128
#: drizzled/error.cc:638
3130
msgid "Conflicting declarations: '%s%s' and '%s%s'"
3133
#: drizzled/error.cc:640
3135
msgid "Can't create a %s from within another stored routine"
3138
#: drizzled/error.cc:642
3140
msgid "%s %s already exists"
3143
#: drizzled/error.cc:644
3145
msgid "%s %s does not exist"
3148
#: drizzled/error.cc:646
3150
msgid "Failed to DROP %s %s"
3153
#: drizzled/error.cc:648
3155
msgid "Failed to CREATE %s %s"
3158
#: drizzled/error.cc:650
3160
msgid "%s with no matching label: %s"
3163
#: drizzled/error.cc:652
3165
msgid "Redefining label %s"
3168
#: drizzled/error.cc:654
3170
msgid "End-label %s without match"
3173
#: drizzled/error.cc:656
3175
msgid "Referring to uninitialized variable %s"
3178
#: drizzled/error.cc:658
3180
msgid "PROCEDURE %s can't return a result set in the given context"
3183
#: drizzled/error.cc:660
3184
msgid "RETURN is only allowed in a FUNCTION"
3187
#: drizzled/error.cc:662
3189
msgid "%s is not allowed in stored procedures"
3192
#: drizzled/error.cc:664
3194
"The update log is deprecated and replaced by the binary log; SET "
3195
"SQL_LOG_UPDATE has been ignored"
3198
#: drizzled/error.cc:666
3200
"The update log is deprecated and replaced by the binary log; SET "
3201
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
3204
#: drizzled/error.cc:668
3205
msgid "Query execution was interrupted"
3208
#: drizzled/error.cc:670
3210
msgid "Incorrect number of arguments for %s %s; expected %u, got %u"
3213
#: drizzled/error.cc:672
3215
msgid "Undefined CONDITION: %s"
3218
#: drizzled/error.cc:674
3220
msgid "No RETURN found in FUNCTION %s"
3223
#: drizzled/error.cc:676
3225
msgid "FUNCTION %s ended without RETURN"
3228
#: drizzled/error.cc:678
3229
msgid "Cursor statement must be a SELECT"
3232
#: drizzled/error.cc:680
3233
msgid "Cursor SELECT must not have INTO"
3236
#: drizzled/error.cc:682
3238
msgid "Undefined CURSOR: %s"
3241
#: drizzled/error.cc:684
3242
msgid "Cursor is already open"
3245
#: drizzled/error.cc:686
3246
msgid "Cursor is not open"
3249
#: drizzled/error.cc:688
3251
msgid "Undeclared variable: %s"
3254
#: drizzled/error.cc:690
3255
msgid "Incorrect number of FETCH variables"
3258
#: drizzled/error.cc:692
3259
msgid "No data - zero rows fetched, selected, or processed"
3262
#: drizzled/error.cc:694
3264
msgid "Duplicate parameter: %s"
3267
#: drizzled/error.cc:696
3269
msgid "Duplicate variable: %s"
3272
#: drizzled/error.cc:698
3274
msgid "Duplicate condition: %s"
3277
#: drizzled/error.cc:700
3279
msgid "Duplicate cursor: %s"
3282
#: drizzled/error.cc:702
3284
msgid "Failed to ALTER %s %s"
3287
#: drizzled/error.cc:704
3288
msgid "Subquery value not supported"
3291
#: drizzled/error.cc:706
3293
msgid "%s is not allowed in stored function or trigger"
3296
#: drizzled/error.cc:708
3297
msgid "Variable or condition declaration after cursor or handler declaration"
3300
#: drizzled/error.cc:710
3301
msgid "Cursor declaration after handler declaration"
3304
#: drizzled/error.cc:712
3305
msgid "Case not found for CASE statement"
3308
#: drizzled/error.cc:714
3310
msgid "Configuration file '%-.192s' is too big"
3313
#: drizzled/error.cc:716
3315
msgid "Malformed file type header in file '%-.192s'"
3318
#: drizzled/error.cc:718
3320
msgid "Unexpected end of file while parsing comment '%-.200s'"
3323
#: drizzled/error.cc:720
3325
msgid "Error while parsing parameter '%-.192s' (line: '%-.192s')"
3328
#: drizzled/error.cc:722
3330
msgid "Unexpected end of file while skipping unknown parameter '%-.192s'"
3333
#: drizzled/error.cc:724
3334
msgid "EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
3337
#: drizzled/error.cc:726
3339
msgid "File '%-.192s' has unknown type '%-.64s' in its header"
3342
#: drizzled/error.cc:728
3344
msgid "'%-.192s.%-.192s' is not %s"
3347
#: drizzled/error.cc:730
3349
msgid "Column '%-.192s' is not updatable"
3352
#: drizzled/error.cc:732
3353
msgid "View's SELECT contains a subquery in the FROM clause"
3356
#: drizzled/error.cc:734
3358
msgid "View's SELECT contains a '%s' clause"
3361
#: drizzled/error.cc:736
3362
msgid "View's SELECT contains a variable or parameter"
3365
#: drizzled/error.cc:738
3367
msgid "View's SELECT refers to a temporary table '%-.192s'"
3370
#: drizzled/error.cc:740
3371
msgid "View's SELECT and view's field list have different column counts"
3374
#: drizzled/error.cc:742
3376
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
3379
#: drizzled/error.cc:744
3380
msgid "View being updated does not have complete key of underlying table in it"
3383
#: drizzled/error.cc:746
3386
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
3387
"(s) or definer/invoker of view lack rights to use them"
3390
#: drizzled/error.cc:748
3392
msgid "Can't drop or alter a %s from within another stored routine"
3395
#: drizzled/error.cc:750
3396
msgid "GOTO is not allowed in a stored procedure handler"
3399
#: drizzled/error.cc:752
3400
msgid "Trigger already exists"
3403
#: drizzled/error.cc:754
3404
msgid "Trigger does not exist"
3407
#: drizzled/error.cc:756
3409
msgid "Trigger's '%-.192s' is view or temporary table"
3412
#: drizzled/error.cc:758
3414
msgid "Updating of %s row is not allowed in %strigger"
3417
#: drizzled/error.cc:760
3419
msgid "There is no %s row in %s trigger"
3422
#: drizzled/error.cc:762
3424
msgid "Field '%-.192s' doesn't have a default value"
3427
#: drizzled/error.cc:764
3428
msgid "Division by 0"
3431
#: drizzled/error.cc:766
3433
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
3436
#: drizzled/error.cc:768
3438
msgid "Illegal %s '%-.192s' value found during parsing"
3441
#: drizzled/error.cc:770
3443
msgid "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
3446
#: drizzled/error.cc:772
3448
msgid "CHECK OPTION failed '%-.192s.%-.192s'"
3451
#: drizzled/error.cc:774
3453
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
3456
#: drizzled/error.cc:776
3458
msgid "Failed purging old relay logs: %s"
3461
#: drizzled/error.cc:778
3463
msgid "Password hash should be a %d-digit hexadecimal number"
3466
#: drizzled/error.cc:780
3467
msgid "Target log not found in binlog index"
3470
#: drizzled/error.cc:782
3471
msgid "I/O error reading log index file"
3474
#: drizzled/error.cc:784
3475
msgid "Server configuration does not permit binlog purge"
3478
#: drizzled/error.cc:786
3479
msgid "Failed on fseek()"
3482
#: drizzled/error.cc:788
3483
msgid "Fatal error during log purge"
3486
#: drizzled/error.cc:790
3487
msgid "A purgeable log is in use, will not purge"
3490
#: drizzled/error.cc:792
3491
msgid "Unknown error during log purge"
3494
#: drizzled/error.cc:794
3496
msgid "Failed initializing relay log position: %s"
3499
#: drizzled/error.cc:796
3500
msgid "You are not using binary logging"
3503
#: drizzled/error.cc:798
3506
"The '%-.64s' syntax is reserved for purposes internal to the Drizzle server"
3509
#: drizzled/error.cc:800
3510
msgid "WSAStartup Failed"
3513
#: drizzled/error.cc:802
3514
msgid "Can't handle procedures with different groups yet"
3517
#: drizzled/error.cc:804
3518
msgid "Select must have a group with this procedure"
3521
#: drizzled/error.cc:806
3522
msgid "Can't use ORDER clause with this procedure"
3525
#: drizzled/error.cc:808
3527
msgid "Binary logging and replication forbid changing the global server %s"
3530
#: drizzled/error.cc:810
3532
msgid "Can't map file: %-.200s, errno: %d"
3535
#: drizzled/error.cc:812
3537
msgid "Wrong magic in %-.64s"
3540
#: drizzled/error.cc:814
3541
msgid "Prepared statement contains too many placeholders"
3544
#: drizzled/error.cc:816
3546
msgid "Key part '%-.192s' length cannot be 0"
3549
#: drizzled/error.cc:818
3550
msgid "View text checksum failed"
3553
#: drizzled/error.cc:820
3556
"Can not modify more than one base table through a join view '%-.192s.%-.192s'"
3559
#: drizzled/error.cc:822
3561
msgid "Can not insert into join view '%-.192s.%-.192s' without fields list"
3564
#: drizzled/error.cc:824
3566
msgid "Can not delete from join view '%-.192s.%-.192s'"
3569
#: drizzled/error.cc:826
3571
msgid "Operation %s failed for %.256s"
3574
#: drizzled/error.cc:828
3575
msgid "XAER_NOTA: Unknown XID"
3578
#: drizzled/error.cc:830
3579
msgid "XAER_INVAL: Invalid arguments (or unsupported command)"
3582
#: drizzled/error.cc:832
3585
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
3589
#: drizzled/error.cc:834
3590
msgid "XAER_OUTSIDE: Some work is done outside global transaction"
3593
#: drizzled/error.cc:836
3595
"XAER_RMERR: Fatal error occurred in the transaction branch - check your data "
3599
#: drizzled/error.cc:838
3600
msgid "XA_RBROLLBACK: Transaction branch was rolled back"
3603
#: drizzled/error.cc:840
3606
"There is no such grant defined for user '%-.48s' on host '%-.64s' on routine "
3610
#: drizzled/error.cc:842
3611
msgid "Failed to grant EXECUTE and ALTER ROUTINE privileges"
3614
#: drizzled/error.cc:844
3615
msgid "Failed to revoke all privileges to dropped routine"
3618
#: drizzled/error.cc:846
3620
msgid "Data too long for column '%s' at row %ld"
3623
#: drizzled/error.cc:848
3625
msgid "Bad SQLSTATE: '%s'"
3628
#: drizzled/error.cc:850
3631
"%s: ready for connections.\n"
3632
"Version: '%s' socket: '%s' port: %d %s"
3635
#: drizzled/error.cc:852
3636
msgid "Can't load value from file with fixed size rows to variable"
3639
#: drizzled/error.cc:854
3640
msgid "You are not allowed to create a user with GRANT"
3643
#: drizzled/error.cc:856
3645
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
3648
#: drizzled/error.cc:858
3649
msgid "Table definition has changed, please retry transaction"
3652
#: drizzled/error.cc:860
3653
msgid "Duplicate handler declared in the same block"
3656
#: drizzled/error.cc:862
3659
"OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-"
3660
"variable in BEFORE trigger"
3663
#: drizzled/error.cc:864
3665
msgid "Not allowed to return a result set from a %s"
3668
#: drizzled/error.cc:866
3669
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
3672
#: drizzled/error.cc:868
3674
"A routine failed and has neither NO SQL nor READS SQL DATA in its "
3675
"declaration and binary logging is enabled; if non-transactional tables were "
3676
"updated, the binary log will miss their changes"
3679
#: drizzled/error.cc:870
3681
"This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its "
3682
"declaration and binary logging is enabled (you *might* want to use the less "
3683
"safe log_bin_trust_function_creators variable)"
3686
#: drizzled/error.cc:872
3688
"You do not have the SUPER privilege and binary logging is enabled (you "
3689
"*might* want to use the less safe log_bin_trust_function_creators variable)"
3692
#: drizzled/error.cc:874
3694
"You can't execute a prepared statement which has an open cursor associated "
3695
"with it. Reset the statement to re-execute it."
3698
#: drizzled/error.cc:876
3700
msgid "The statement (%lu) has no open cursor."
3703
#: drizzled/error.cc:878
3705
"Explicit or implicit commit is not allowed in stored function or trigger."
3708
#: drizzled/error.cc:880
3711
"Field of view '%-.192s.%-.192s' underlying table doesn't have a default value"
3714
#: drizzled/error.cc:882
3715
msgid "Recursive stored functions and triggers are not allowed."
3718
#: drizzled/error.cc:884
3720
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
3723
#: drizzled/error.cc:886
3725
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
3728
#: drizzled/error.cc:888
3731
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
3735
#: drizzled/error.cc:890
3737
"You can't combine write-locking of system tables with other tables or lock "
3741
#: drizzled/error.cc:892
3743
msgid "Unable to connect to foreign data source: %.64s"
3746
#: drizzled/error.cc:894
3749
"There was a problem processing the query on the foreign data source. Data "
3750
"source error: %-.64s"
3753
#: drizzled/error.cc:896
3756
"The foreign data source you are trying to reference does not exist. Data "
3757
"source error: %-.64s"
3760
#: drizzled/error.cc:898
3763
"Can't create federated table. The data source connection string '%-.64s' is "
3764
"not in the correct format"
3767
#: drizzled/error.cc:900
3769
msgid "The data source connection string '%-.64s' is not in the correct format"
3772
#: drizzled/error.cc:902
3774
msgid "Can't create federated table. Foreign data src error: %-.64s"
3777
#: drizzled/error.cc:904
3778
msgid "Trigger in wrong schema"
3781
#: drizzled/error.cc:906
3784
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
3785
"needed. Use 'drizzled -O thread_stack=#' to specify a bigger stack."
3788
#: drizzled/error.cc:908
3790
msgid "Routine body for '%-.100s' is too long"
3793
#: drizzled/error.cc:910
3794
msgid "Cannot drop default keycache"
3797
#: drizzled/error.cc:912
3799
msgid "Display width out of range for column '%-.192s' (max = %d)"
3802
#: drizzled/error.cc:914
3803
msgid "XAER_DUPID: The XID already exists"
3806
#: drizzled/error.cc:916
3808
msgid "Datetime function: %-.32s field overflow"
3811
#: drizzled/error.cc:918
3814
"Can't update table '%-.192s' in stored function/trigger because it is "
3815
"already used by statement which invoked this stored function/trigger."
3818
#: drizzled/error.cc:920
3821
"The definition of table '%-.192s' prevents operation %.192s on table "
3825
#: drizzled/error.cc:922
3827
"The prepared statement contains a stored routine call that refers to that "
3828
"same statement. It's not allowed to execute a prepared statement in such a "
3832
#: drizzled/error.cc:924
3833
msgid "Not allowed to set autocommit from a stored function or trigger"
3836
#: drizzled/error.cc:926
3837
msgid "Definer is not fully qualified"
3840
#: drizzled/error.cc:928
3843
"View '%-.192s'.'%-.192s' has no definer information (old table format). "
3844
"Current user is used as definer. Please recreate the view!"
3847
#: drizzled/error.cc:930
3850
"You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' "
3854
#: drizzled/error.cc:932
3856
msgid "The user specified as a definer ('%-.64s'@'%-.64s') does not exist"
3859
#: drizzled/error.cc:934
3861
msgid "Changing schema from '%-.192s' to '%-.192s' is not allowed."
3864
#: drizzled/error.cc:936
3867
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
3870
#: drizzled/error.cc:938
3873
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
3876
#: drizzled/error.cc:940
3878
msgid "Variable '%-.64s' must be quoted with `...`, or renamed"
3881
#: drizzled/error.cc:942
3884
"No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be "
3885
"activated under the authorization of the invoker, which may have "
3886
"insufficient privileges. Please recreate the trigger."
3889
#: drizzled/error.cc:944
3891
msgid "'%-.192s' has an old format, you should re-create the '%s' object(s)"
3894
#: drizzled/error.cc:946
3897
"Recursive limit %d (as set by the max_sp_recursion_depth variable) was "
3898
"exceeded for routine %.192s"
3901
#: drizzled/error.cc:948
3904
"Failed to load routine %-.192s. The table drizzle.proc is missing, corrupt, "
3905
"or contains bad data (internal code %d)"
3908
#: drizzled/error.cc:950
3910
msgid "Incorrect routine name '%-.192s'"
3913
#: drizzled/error.cc:952
3915
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
3918
#: drizzled/error.cc:954
3919
msgid "AGGREGATE is not supported for stored functions"
3922
#: drizzled/error.cc:956
3925
"Can't create more than max_prepared_stmt_count statements (current value: %"
3929
#: drizzled/error.cc:958
3931
msgid "`%-.192s`.`%-.192s` contains view recursion"
3934
#: drizzled/error.cc:960
3936
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
3939
#: drizzled/error.cc:962
3940
msgid "The used table type doesn't support SPATIAL indexes"
3943
#: drizzled/error.cc:964
3944
msgid "Triggers can not be created on system tables"
3947
#: drizzled/error.cc:966
3949
msgid "Leading spaces are removed from name '%s'"
3952
#: drizzled/error.cc:968
3953
msgid "Failed to read auto-increment value from storage engine"
3956
#: drizzled/error.cc:970
3960
#: drizzled/error.cc:972
3964
#: drizzled/error.cc:974
3966
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
3969
#: drizzled/error.cc:976
3971
msgid "The target table %-.100s of the %s is not insertable-into"
3974
#: drizzled/error.cc:978
3977
"Table '%-.64s' is differently defined or of non-MyISAM type or doesn't exist"
3980
#: drizzled/error.cc:980
3981
msgid "Too high level of nesting for select"
3984
#: drizzled/error.cc:982
3986
msgid "Name '%-.64s' has become ''"
3989
#: drizzled/error.cc:984
3991
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
3992
"optional and non-empty FIELDS ENCLOSED BY"
3995
#: drizzled/error.cc:986
3997
msgid "The foreign server, %s, you are trying to create already exists."
4000
#: drizzled/error.cc:988
4003
"The foreign server name you are trying to reference does not exist. Data "
4004
"source error: %-.64s"
4007
#: drizzled/error.cc:990
4010
"Table storage engine '%-.64s' does not support the create option '%.64s'"
4013
#: drizzled/error.cc:992
4016
"Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for "
4020
#: drizzled/error.cc:994
4022
msgid "Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
4025
#: drizzled/error.cc:996
4026
msgid "MAXVALUE can only be used in last partition definition"
4029
#: drizzled/error.cc:998
4030
msgid "Subpartitions can only be hash partitions and by key"
4033
#: drizzled/error.cc:1000
4034
msgid "Must define subpartitions on all partitions if on one partition"
4037
#: drizzled/error.cc:1002
4038
msgid "Wrong number of partitions defined, mismatch with previous setting"
4041
#: drizzled/error.cc:1004
4042
msgid "Wrong number of subpartitions defined, mismatch with previous setting"
4045
#: drizzled/error.cc:1006
4046
msgid "Constant/Random expression in (sub)partitioning function is not allowed"
4049
#: drizzled/error.cc:1008
4050
msgid "Expression in RANGE/LIST VALUES must be constant"
4053
#: drizzled/error.cc:1010
4054
msgid "Field in list of fields for partition function not found in table"
4057
#: drizzled/error.cc:1012
4058
msgid "List of fields is only allowed in KEY partitions"
4061
#: drizzled/error.cc:1014
4063
"The partition info in the frm file is not consistent with what can be "
4064
"written into the frm file"
4067
#: drizzled/error.cc:1016
4069
msgid "The %-.192s function returns the wrong type"
4072
#: drizzled/error.cc:1018
4074
msgid "For %-.64s partitions each partition must be defined"
4077
#: drizzled/error.cc:1020
4078
msgid "VALUES LESS THAN value must be strictly increasing for each partition"
4081
#: drizzled/error.cc:1022
4082
msgid "VALUES value must be of same type as partition function"
4085
#: drizzled/error.cc:1024
4086
msgid "Multiple definition of same constant in list partitioning"
4089
#: drizzled/error.cc:1026
4090
msgid "Partitioning can not be used stand-alone in query"
4093
#: drizzled/error.cc:1028
4095
"The mix of handlers in the partitions is not allowed in this version of "
4099
#: drizzled/error.cc:1030
4101
msgid "For the partitioned engine it is necessary to define all %-.64s"
4104
#: drizzled/error.cc:1032
4105
msgid "Too many partitions (including subpartitions) were defined"
4108
#: drizzled/error.cc:1034
4110
"It is only possible to mix RANGE/LIST partitioning with HASH/KEY "
4111
"partitioning for subpartitioning"
4114
#: drizzled/error.cc:1036
4115
msgid "Failed to create specific handler file"
4118
#: drizzled/error.cc:1038
4119
msgid "A BLOB field is not allowed in partition function"
4122
#: drizzled/error.cc:1040
4124
msgid "A %-.192s must include all columns in the table's partitioning function"
4127
#: drizzled/error.cc:1042
4129
msgid "Number of %-.64s = 0 is not an allowed value"
4132
#: drizzled/error.cc:1044
4133
msgid "Partition management on a not partitioned table is not possible"
4136
#: drizzled/error.cc:1046
4138
"Foreign key condition is not yet supported in conjunction with partitioning"
4141
#: drizzled/error.cc:1048
4143
msgid "Error in list of partitions to %-.64s"
4146
#: drizzled/error.cc:1050
4147
msgid "Cannot remove all partitions, use DROP TABLE instead"
4150
#: drizzled/error.cc:1052
4151
msgid "COALESCE PARTITION can only be used on HASH/KEY partitions"
4154
#: drizzled/error.cc:1054
4156
"REORGANIZE PARTITION can only be used to reorganize partitions not to change "
4160
#: drizzled/error.cc:1056
4162
"REORGANIZE PARTITION without parameters can only be used on auto-partitioned "
4163
"tables using HASH PARTITIONs"
4166
#: drizzled/error.cc:1058
4168
msgid "%-.64s PARTITION can only be used on RANGE/LIST partitions"
4171
#: drizzled/error.cc:1060
4172
msgid "Trying to Add partition(s) with wrong number of subpartitions"
4175
#: drizzled/error.cc:1062
4176
msgid "At least one partition must be added"
4179
#: drizzled/error.cc:1064
4180
msgid "At least one partition must be coalesced"
4183
#: drizzled/error.cc:1066
4184
msgid "More partitions to reorganize than there are partitions"
4187
#: drizzled/error.cc:1068
4189
msgid "Duplicate partition name %-.192s"
4192
#: drizzled/error.cc:1070
4193
msgid "It is not allowed to shut off binlog on this command"
4196
#: drizzled/error.cc:1072
4197
msgid "When reorganizing a set of partitions they must be in consecutive order"
4200
#: drizzled/error.cc:1074
4202
"Reorganize of range partitions cannot change total ranges except for last "
4203
"partition where it can extend the range"
4206
#: drizzled/error.cc:1076
4207
msgid "Partition function not supported in this version for this handler"
4210
#: drizzled/error.cc:1078
4211
msgid "Partition state cannot be defined from CREATE/ALTER TABLE"
4214
#: drizzled/error.cc:1080
4216
msgid "The %-.64s handler only supports 32 bit integers in VALUES"
4219
#: drizzled/error.cc:1082
4221
msgid "Plugin '%-.192s' is not loaded"
4224
#: drizzled/error.cc:1084
4226
msgid "Incorrect %-.32s value: '%-.128s'"
4229
#: drizzled/error.cc:1086
4231
msgid "Table has no partition for value %-.64s"
4234
#: drizzled/error.cc:1088
4236
msgid "It is not allowed to specify %s more than once"
4239
#: drizzled/error.cc:1090 drizzled/error.cc:1226
4241
msgid "Failed to create %s"
4244
#: drizzled/error.cc:1092 drizzled/error.cc:1116
4246
msgid "Failed to drop %s"
4249
#: drizzled/error.cc:1094
4250
msgid "The handler doesn't support autoextend of tablespaces"
4253
#: drizzled/error.cc:1096
4255
"A size parameter was incorrectly specified, either number or on the form 10M"
4258
#: drizzled/error.cc:1098
4260
"The size number was correct but we don't allow the digit part to be more "
4264
#: drizzled/error.cc:1100
4266
msgid "Failed to alter: %s"
4269
#: drizzled/error.cc:1102
4270
msgid "Writing one row to the row-based binary log failed"
4273
#: drizzled/error.cc:1104
4275
msgid "Table definition on master and slave does not match: %s"
4278
#: drizzled/error.cc:1106
4280
"Slave running with --log-slave-updates must use row-based binary logging to "
4281
"be able to replicate row-based binary log events"
4284
#: drizzled/error.cc:1108
4286
msgid "Event '%-.192s' already exists"
4289
#: drizzled/error.cc:1110
4291
msgid "Failed to store event %s. Error code %d from storage engine."
4294
#: drizzled/error.cc:1112
4296
msgid "Unknown event '%-.192s'"
4299
#: drizzled/error.cc:1114
4301
msgid "Failed to alter event '%-.192s'"
4304
#: drizzled/error.cc:1118
4305
msgid "INTERVAL is either not positive or too big"
4308
#: drizzled/error.cc:1120
4309
msgid "ENDS is either invalid or before STARTS"
4312
#: drizzled/error.cc:1122
4313
msgid "Event execution time is in the past. Event has been disabled"
4316
#: drizzled/error.cc:1124
4317
msgid "Failed to open drizzle.event"
4320
#: drizzled/error.cc:1126
4321
msgid "No datetime expression provided"
4324
#: drizzled/error.cc:1128
4327
"Column count of drizzle.%s is wrong. Expected %d, found %d. The table is "
4328
"probably corrupted"
4331
#: drizzled/error.cc:1130
4333
msgid "Cannot load from drizzle.%s. The table is probably corrupted"
4336
#: drizzled/error.cc:1132
4337
msgid "Failed to delete the event from drizzle.event"
4340
#: drizzled/error.cc:1134
4341
msgid "Error during compilation of event's body"
4344
#: drizzled/error.cc:1136
4345
msgid "Same old and new event name"
4348
#: drizzled/error.cc:1138
4350
msgid "Data for column '%s' too long"
4353
#: drizzled/error.cc:1140
4355
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
4358
#: drizzled/error.cc:1142
4361
"The syntax '%s' is deprecated and will be removed in Drizzle %s. Please use %"
4365
#: drizzled/error.cc:1144
4366
msgid "You can't write-lock a log table. Only read access is possible"
4369
#: drizzled/error.cc:1146
4370
msgid "You can't use locks with log tables."
4373
#: drizzled/error.cc:1148
4376
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
4377
"d would lead to a duplicate entry"
4380
#: drizzled/error.cc:1150
4383
"Column count of drizzle.%s is wrong. Expected %d, found %d. Created with "
4384
"Drizzle %d, now running %d. Please use drizzle_upgrade to fix this error."
4387
#: drizzled/error.cc:1152
4389
"Cannot switch out of the row-based binary log format when the session has "
4390
"open temporary tables"
4393
#: drizzled/error.cc:1154
4395
"Cannot change the binary logging format inside a stored function or trigger"
4398
#: drizzled/error.cc:1156
4400
"The NDB cluster engine does not support changing the binlog format on the "
4404
#: drizzled/error.cc:1158
4405
msgid "Cannot create temporary table with partitions"
4408
#: drizzled/error.cc:1160
4409
msgid "Partition constant is out of partition function domain"
4412
#: drizzled/error.cc:1162
4413
msgid "This partition function is not allowed"
4416
#: drizzled/error.cc:1164
4417
msgid "Error in DDL log"
4420
#: drizzled/error.cc:1166
4421
msgid "Not allowed to use NULL value in VALUES LESS THAN"
4424
#: drizzled/error.cc:1168
4425
msgid "Incorrect partition name"
4428
#: drizzled/error.cc:1170
4430
"Transaction isolation level can't be changed while a transaction is in "
4434
#: drizzled/error.cc:1172
4437
"ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry "
4438
"'%-.192s' for key '%-.192s'"
4441
#: drizzled/error.cc:1174
4443
msgid "Internal scheduler error %d"
4446
#: drizzled/error.cc:1176
4448
msgid "Error during starting/stopping of the scheduler. Error code %u"
4451
#: drizzled/error.cc:1178
4452
msgid "Engine cannot be used in partitioned tables"
4455
#: drizzled/error.cc:1180
4457
msgid "Cannot activate '%-.64s' log"
4460
#: drizzled/error.cc:1182
4461
msgid "The server was not built with row-based replication"
4464
#: drizzled/error.cc:1184
4465
msgid "Decoding of base64 string failed"
4468
#: drizzled/error.cc:1186
4469
msgid "Recursion of EVENT DDL statements is forbidden when body is present"
4472
#: drizzled/error.cc:1188
4474
"Cannot proceed because system tables used by Event Scheduler were found "
4475
"damaged at server start"
4478
#: drizzled/error.cc:1190
4479
msgid "Only integers allowed as number here"
4482
#: drizzled/error.cc:1192
4483
msgid "This storage engine cannot be used for log tables"
4486
#: drizzled/error.cc:1194
4488
msgid "You cannot '%s' a log table if logging is enabled"
4491
#: drizzled/error.cc:1196
4494
"Cannot rename '%s'. When logging enabled, rename to/from log table must "
4495
"rename two tables: the log table to an archive table and another table back "
4499
#: drizzled/error.cc:1198
4501
msgid "Incorrect parameter count in the call to native function '%-.192s'"
4504
#: drizzled/error.cc:1200
4506
msgid "Incorrect parameters in the call to native function '%-.192s'"
4509
#: drizzled/error.cc:1202
4511
msgid "Incorrect parameters in the call to stored function '%-.192s'"
4514
#: drizzled/error.cc:1204
4516
msgid "This function '%-.192s' has the same name as a native function"
4519
#: drizzled/error.cc:1206
4521
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
4524
#: drizzled/error.cc:1208
4525
msgid "Too many files opened, please execute the command again"
4528
#: drizzled/error.cc:1210 drizzled/error.cc:1212
4530
"Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. "
4531
"The event was dropped immediately after creation."
4534
#: drizzled/error.cc:1214
4536
msgid "The incident %s occurred on the master. Message: %-.64s"
4539
#: drizzled/error.cc:1216
4540
msgid "Table has no partition for some existing values"
4543
#: drizzled/error.cc:1218
4544
msgid "Statement is not safe to log in statement format."
4547
#: drizzled/error.cc:1220
4549
msgid "Fatal error: %s"
4552
#: drizzled/error.cc:1222
4554
msgid "Relay log read failure: %s"
4557
#: drizzled/error.cc:1224
4559
msgid "Relay log write failure: %s"
4562
#: drizzled/error.cc:1228
4564
msgid "Master command %s failed: %s"
4567
#: drizzled/error.cc:1230
4569
msgid "Binary logging not possible. Message: %s"
4572
#: drizzled/error.cc:1232
4574
msgid "View `%-.64s`.`%-.64s` has no creation context"
4577
#: drizzled/error.cc:1234
4579
msgid "Creation context of view `%-.64s`.`%-.64s' is invalid"
4582
#: drizzled/error.cc:1236
4584
msgid "Creation context of stored routine `%-.64s`.`%-.64s` is invalid"
4587
#: drizzled/error.cc:1238
4589
msgid "Corrupted TRG file for table `%-.64s`.`%-.64s`"
4592
#: drizzled/error.cc:1240
4594
msgid "Triggers for table `%-.64s`.`%-.64s` have no creation context"
4597
#: drizzled/error.cc:1242
4599
msgid "Trigger creation context of table `%-.64s`.`%-.64s` is invalid"
4602
#: drizzled/error.cc:1244
4604
msgid "Creation context of event `%-.64s`.`%-.64s` is invalid"
4607
#: drizzled/error.cc:1246
4609
msgid "Cannot open table for trigger `%-.64s`.`%-.64s`"
4612
#: drizzled/error.cc:1248
4614
msgid "Cannot create stored routine `%-.64s`. Check warnings"
4617
#: drizzled/error.cc:1250
4619
msgid "Ambiguous slave modes combination. %s"
4622
#: drizzled/error.cc:1252
4625
"The BINLOG statement of type `%s` was not preceded by a format description "
4629
#: drizzled/error.cc:1254
4630
msgid "Corrupted replication event was detected"
4633
#: drizzled/error.cc:1256
4635
msgid "Invalid column reference (%-.64s) in LOAD DATA"
4638
#: drizzled/error.cc:1258
4640
msgid "Being purged log %s was not found"
4643
#: drizzled/error.cc:1260
4645
msgid "Converted to non-transactional lock on '%-.64s'"
4648
#: drizzled/error.cc:1262
4650
msgid "Cannot convert to non-transactional lock in strict mode on '%-.64s'"
4653
#: drizzled/error.cc:1264
4656
"Cannot convert to non-transactional lock in an active transaction on '%-.64s'"
4659
#: drizzled/error.cc:1266
4661
msgid "Can't access storage engine of table %-.64s"
4664
#: drizzled/error.cc:1268
4665
msgid "Starting backup process"
4668
#: drizzled/error.cc:1270
4669
msgid "Backup completed"
4672
#: drizzled/error.cc:1272
4673
msgid "Starting restore process"
4676
#: drizzled/error.cc:1274
4677
msgid "Restore completed"
4680
#: drizzled/error.cc:1276
4681
msgid "Nothing to backup"
4684
#: drizzled/error.cc:1278
4686
msgid "Database '%-.64s' cannot be included in a backup"
4689
#: drizzled/error.cc:1280
4691
"Error during backup operation - server's error log contains more information "
4695
#: drizzled/error.cc:1282
4697
"Error during restore operation - server's error log contains more "
4698
"information about the error"
4701
#: drizzled/error.cc:1284
4703
"Can't execute this command because another BACKUP/RESTORE operation is in "
4707
#: drizzled/error.cc:1286
4708
msgid "Error when preparing for backup operation"
4711
#: drizzled/error.cc:1288
4712
msgid "Error when preparing for restore operation"
4715
#: drizzled/error.cc:1290
4717
msgid "Invalid backup location '%-.64s'"
4720
#: drizzled/error.cc:1292
4722
msgid "Can't read backup location '%-.64s'"
4725
#: drizzled/error.cc:1294
4727
msgid "Can't write to backup location '%-.64s' (file already exists?)"
4730
#: drizzled/error.cc:1296
4731
msgid "Can't enumerate server databases"
4734
#: drizzled/error.cc:1298
4735
msgid "Can't enumerate server tables"
4738
#: drizzled/error.cc:1300
4740
msgid "Can't enumerate tables in database %-.64s"
4743
#: drizzled/error.cc:1302
4745
msgid "Skipping view %-.64s in database %-.64s"
4748
#: drizzled/error.cc:1304
4750
msgid "Skipping table %-.64s since it has no valid storage engine"
4753
#: drizzled/error.cc:1306
4755
msgid "Can't open table %-.64s"
4758
#: drizzled/error.cc:1308
4759
msgid "Can't read backup archive preamble"
4762
#: drizzled/error.cc:1310
4763
msgid "Can't write backup archive preamble"
4766
#: drizzled/error.cc:1312
4768
msgid "Can't find backup driver for table %-.64s"
4771
#: drizzled/error.cc:1314
4774
"%-.64s backup driver was selected for table %-.64s but it rejects to handle "
4778
#: drizzled/error.cc:1316
4780
msgid "Can't create %-.64s backup driver"
4783
#: drizzled/error.cc:1318
4785
msgid "Can't create %-.64s restore driver"
4788
#: drizzled/error.cc:1320
4790
msgid "Found %d images in backup archive but maximum %d are supported"
4793
#: drizzled/error.cc:1322
4795
msgid "Error when saving meta-data of %-.64s"
4798
#: drizzled/error.cc:1324
4799
msgid "Error when reading meta-data list"
4802
#: drizzled/error.cc:1326
4804
msgid "Can't create %-.64s"
4807
#: drizzled/error.cc:1328
4808
msgid "Can't allocate buffer for image data transfer"
4811
#: drizzled/error.cc:1330
4813
msgid "Error when writing %-.64s backup image data (for table #%d)"
4816
#: drizzled/error.cc:1332
4817
msgid "Error when reading data from backup stream"
4820
#: drizzled/error.cc:1334
4821
msgid "Can't go to the next chunk in backup stream"
4824
#: drizzled/error.cc:1336
4826
msgid "Can't initialize %-.64s backup driver"
4829
#: drizzled/error.cc:1338
4831
msgid "Can't initialize %-.64s restore driver"
4834
#: drizzled/error.cc:1340
4836
msgid "Can't shut down %-.64s backup driver"
4839
#: drizzled/error.cc:1342
4841
msgid "Can't shut down %-.64s backup driver(s)"
4844
#: drizzled/error.cc:1344
4846
msgid "%-.64s backup driver can't prepare for synchronization"
4849
#: drizzled/error.cc:1346
4851
msgid "%-.64s backup driver can't create its image validity point"
4854
#: drizzled/error.cc:1348
4856
msgid "Can't unlock %-.64s backup driver after creating the validity point"
4859
#: drizzled/error.cc:1350
4861
msgid "%-.64s backup driver can't cancel its backup operation"
4864
#: drizzled/error.cc:1352
4866
msgid "%-.64s restore driver can't cancel its restore operation"
4869
#: drizzled/error.cc:1354
4871
msgid "Error when polling %-.64s backup driver for its image data"
4874
#: drizzled/error.cc:1356
4876
msgid "Error when sending image data (for table #%d) to %-.64s restore driver"
4879
#: drizzled/error.cc:1358
4882
"After %d attempts %-.64s restore driver still can't accept next block of data"
4885
#: drizzled/error.cc:1360
4887
msgid "Open and lock tables failed in %-.64s"
4890
#: drizzled/error.cc:1362
4891
msgid "Backup driver's table locking thread can not be initialized."
4894
#: drizzled/error.cc:1364
4896
"Can't open the online backup progress tables. Check 'drizzle.online_backup' "
4897
"and 'drizzle.online_backup_progress'."
4900
#: drizzled/error.cc:1366
4902
msgid "Tablespace '%-.192s' already exists"
4905
#: drizzled/error.cc:1368
4907
msgid "Tablespace '%-.192s' doesn't exist"
4910
#: drizzled/error.cc:1370
4912
msgid "Unexpected master's heartbeat data: %s"
4915
#: drizzled/error.cc:1372
4917
msgid "The requested value for the heartbeat period %s %s"
4920
#: drizzled/error.cc:1374
4922
msgid "Can't write to the online backup progress log %-.64s."
4925
#: drizzled/error.cc:1376
4927
msgid "Tablespace '%-.192s' not empty"
4930
#: drizzled/error.cc:1378
4933
"Tablespace `%-.64s` needed by tables being restored has changed on the "
4934
"server. The original definition of the required tablespace is '%-.256s' "
4935
"while the same tablespace is defined on the server as '%-.256s'"
4938
#: drizzled/error.cc:1380
4939
msgid "A virtual column cannot be based on a virtual column"
4942
#: drizzled/error.cc:1382
4944
msgid "Non-deterministic expression for virtual column '%s'."
4947
#: drizzled/error.cc:1384
4950
"Generated value for virtual column '%s' cannot be converted to type '%s'."
4953
#: drizzled/error.cc:1386
4954
msgid "Primary key cannot be defined upon a virtual column."
4957
#: drizzled/error.cc:1388
4958
msgid "Key/Index cannot be defined on a non-stored virtual column."
4961
#: drizzled/error.cc:1390
4963
msgid "Cannot define foreign key with %s clause on a virtual column."
4966
#: drizzled/error.cc:1392
4968
msgid "The value specified for virtual column '%s' in table '%s' ignored."
4971
#: drizzled/error.cc:1394
4973
msgid "'%s' is not yet supported for virtual columns."
4976
#: drizzled/error.cc:1396
4977
msgid "Constant expression in virtual column function is not allowed."
4980
#: drizzled/error.cc:1398
4981
msgid "Encountered an unknown temporal type."
4984
#: drizzled/error.cc:1400
4986
msgid "Received an invalid string format '%s' for a date value."
4989
#: drizzled/error.cc:1402
4991
msgid "Received an invalid string format '%s' for a time value."
4994
#: drizzled/error.cc:1404
4996
msgid "Received an invalid value '%s' for a UNIX timestamp."
4999
#: drizzled/error.cc:1406
5001
msgid "Received an invalid datetime value '%s'."
5004
#: drizzled/error.cc:1408
5006
msgid "Received a NULL argument for function '%s'."
5009
#: drizzled/error.cc:1410
5011
msgid "Received an invalid negative argument '%s' for function '%s'."
5014
#: drizzled/error.cc:1412
5016
msgid "Received an out-of-range argument '%s' for function '%s'."
5019
#: drizzled/error.cc:1414
5021
msgid "Received an invalid time value '%s'."
5024
#: drizzled/error.cc:1416
5026
msgid "Received an invalid enum value '%s'."
5029
#: drizzled/handler.cc:948
5031
msgid "Found %d prepared transaction(s) in %s"
5034
#: drizzled/handler.cc:1000
5035
msgid "Starting crash recovery..."
5038
#: drizzled/handler.cc:1032
5040
msgid "Found %d prepared XA transactions"
5043
#: drizzled/handler.cc:1037
5046
"Found %d prepared transactions! It means that drizzled was not shut down "
5047
"properly last time and critical recovery information (last binlog or %s "
5048
"file) was manually deleted after a crash. You have to start drizzled with "
5049
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
5052
#: drizzled/handler.cc:1047
5053
msgid "Crash recovery finished."
5056
#. TRANSLATORS: The leading word "logging" is the name
5057
#. of the plugin api, and so should not be translated.
5058
#: drizzled/logging.cc:56
5060
msgid "logging plugin '%s' deinit() failed"
5063
#: drizzled/logging.cc:77
5065
msgid "logging plugin '%s' pre() failed"
5068
#: drizzled/logging.cc:108
5070
msgid "logging plugin '%s' post() failed"
5073
#. TRANSLATORS: The leading word "parser" is the name
5074
#. of the plugin api, and so should not be translated.
5075
#: drizzled/parser.cc:42
5077
msgid "parser plugin '%s' init() failed"
5080
#. TRANSLATORS: The leading word "parser" is the name
5081
#. of the plugin api, and so should not be translated.
5082
#: drizzled/parser.cc:66
5084
msgid "parser plugin '%s' deinit() failed"
5087
#. TRANSLATORS: The leading word "parser" is the name
5088
#. of the plugin api, and so should not be translated.
5089
#: drizzled/parser.cc:103
5091
msgid "parser plugin '%s' parser_func1() failed"
5094
#. TRANSLATORS: The leading word "parser" is the name
5095
#. of the plugin api, and so should not be translated.
5096
#: drizzled/parser.cc:157
5098
msgid "parser plugin '%s' parser_func2() failed"
5101
#: drizzled/qcache.cc:38
5103
msgid "qcache plugin '%s' init() failed"
5106
#: drizzled/qcache.cc:59
5108
msgid "qcache plugin '%s' deinit() failed"
5111
#: drizzled/qcache.cc:104
5113
msgid "qcache plugin '%s' try_fetch_and_send() failed"
5116
#: drizzled/qcache.cc:121
5118
msgid "qcache plugin '%s' set() failed"
5121
#: drizzled/qcache.cc:140
5123
msgid "qcache plugin '%s' invalidate_table() failed"
5126
#: drizzled/qcache.cc:159
5128
msgid "qcache plugin '%s' invalidate_db() failed"
5131
#: drizzled/qcache.cc:177
5133
msgid "qcache plugin '%s' flush() failed"
5136
#: drizzled/replicator.cc:36
5138
msgid "replicator plugin '%s' init() failed"
5141
#: drizzled/replicator.cc:58
5143
msgid "replicator plugin '%s' deinit() failed"
5146
#: drizzled/replicator.cc:81
5148
msgid "replicator plugin '%s' session_init() failed"
5151
#: drizzled/replicator.cc:152
5153
msgid "replicator plugin '%s' row_insert() failed"
5156
#: drizzled/replicator.cc:168
5158
msgid "replicator plugin '%s' row_update() failed"
5161
#: drizzled/replicator.cc:183
5163
msgid "replicator plugin '%s' row_delete() failed"
5166
#: drizzled/replicator.cc:270
5168
msgid "replicator plugin '%s' end_transaction() failed"
5171
#: drizzled/replicator.cc:328
5173
msgid "replicator plugin '%s' statement() failed"
5176
#: drizzled/scheduling.cc:57
5178
msgid "scheduling plugin '%s' init() failed"
5181
#: drizzled/scheduling.cc:80
5183
msgid "scheduling plugin '%s' deinit() failed"
5186
#: drizzled/sql_base.cc:2295
5188
msgid "Table %s had a open data handler in reopen_table"
5191
#: drizzled/sql_base.cc:2943
5193
msgid "Couldn't repair table: %s.%s"
5196
#: drizzled/sql_base.cc:2985
5199
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
5200
"s`.`%s`' to replication"
5203
#: drizzled/sql_base.cc:3588
5205
msgid "Could not remove temporary table: '%s', error: %d"
5208
#: drizzled/sql_plugin.cc:645
5210
msgid "Plugin '%s' of type %s failed deinitialization"
5213
#: drizzled/sql_plugin.cc:688
5215
msgid "Plugin '%s' registration as a %s failed."
5218
#: drizzled/sql_plugin.cc:889
5219
msgid "plugin-load parameter too long"
5222
#: drizzled/sql_plugin.cc:949
5224
msgid "Couldn't load plugin named '%s' with soname '%s'."
5227
#: drizzled/sql_plugin.cc:1347
5228
msgid "Out of memory."
5231
#: drizzled/sql_plugin.cc:2188 drizzled/sql_plugin.cc:2251
5233
msgid "Unknown variable type code 0x%x in plugin '%s'."
5236
#: drizzled/sql_plugin.cc:2231
5239
"Server variable %s of plugin %s was forced to be read-only: string variable "
5240
"without update_func and PLUGIN_VAR_MEMALLOC flag"
5243
#: drizzled/sql_plugin.cc:2262
5245
msgid "Missing variable name in plugin '%s'."
5248
#: drizzled/sql_plugin.cc:2279
5250
msgid "Thread local variable '%s' not allocated in plugin '%s'."
5253
#: drizzled/sql_plugin.cc:2397
5255
msgid "Out of memory for plugin '%s'."
5258
#: drizzled/sql_plugin.cc:2404
5260
msgid "Bad options for plugin '%s'."
5263
#: drizzled/sql_plugin.cc:2413
5265
msgid "Parsing options for plugin '%s' failed."
5268
#: drizzled/sql_plugin.cc:2456
5270
msgid "Plugin '%s' has conflicting system variables"
5273
#: drizzled/sql_table.cc:130
5275
msgid "Invalid (old?) table or database name '%s'"
5278
#: drizzled/sql_table.cc:2687
5280
msgid "Unknown - internal error %d during operation"
5283
#: drizzled/sql_table.cc:4955
5285
msgid "Could not open table %s.%s after rename\n"
5288
#: drizzled/sql_table.cc:5135
5291
"order_st BY ignored because there is a user-defined clustered index in the "
5295
#: drizzled/sql_udf.cc:82
5297
msgid "Plugin '%s' init function returned error %d."
5300
#: drizzled/table.cc:482
5303
"'%s' had no or invalid character set, and default character set is multi-"
5304
"byte, so character column sizes may have changed"
5307
#: drizzled/table.cc:2297
5309
msgid "Unknown collation '%s' in table '%-.64s' definition"
5312
#: drizzled/table.cc:2304
5315
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
5319
#: drizzled/table.cc:2768
5322
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
5326
#: drizzled/table.cc:2795
5329
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
5330
"have type %s, found type %s."
5333
#: drizzled/table.cc:2806
5336
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
5337
"position %d to have character set '%s' but the type has no character set."
5340
#: drizzled/table.cc:2818
5343
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
5344
"position %d to have character set '%s' but found character set '%s'."
5347
#: drizzled/table.cc:2831
5350
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
5351
"have type %s but the column is not found."
5354
#: drizzled/table.cc:4948
5356
msgid "Got error %d when reading table '%s'"
5359
#: drizzled/tztime.cc:1061
5361
msgid "Fatal error: Illegal or unknown default time zone '%s'"
5364
#: gnulib/getopt.c:531 gnulib/getopt.c:547
5366
msgid "%s: option `%s' is ambiguous\n"
5369
#: gnulib/getopt.c:580 gnulib/getopt.c:584
5371
msgid "%s: option `--%s' doesn't allow an argument\n"
5374
#: gnulib/getopt.c:593 gnulib/getopt.c:598
5376
msgid "%s: option `%c%s' doesn't allow an argument\n"
5379
#: gnulib/getopt.c:641 gnulib/getopt.c:660 gnulib/getopt.c:976
5380
#: gnulib/getopt.c:995
5382
msgid "%s: option `%s' requires an argument\n"
5385
#: gnulib/getopt.c:698 gnulib/getopt.c:701
5387
msgid "%s: unrecognized option `--%s'\n"
5390
#: gnulib/getopt.c:709 gnulib/getopt.c:712
5392
msgid "%s: unrecognized option `%c%s'\n"
5395
#: gnulib/getopt.c:764 gnulib/getopt.c:767
5397
msgid "%s: illegal option -- %c\n"
5400
#: gnulib/getopt.c:773 gnulib/getopt.c:776
5402
msgid "%s: invalid option -- %c\n"
5405
#: gnulib/getopt.c:828 gnulib/getopt.c:844 gnulib/getopt.c:1048
5406
#: gnulib/getopt.c:1066
5408
msgid "%s: option requires an argument -- %c\n"
5411
#: gnulib/getopt.c:897 gnulib/getopt.c:913
5413
msgid "%s: option `-W %s' is ambiguous\n"
5416
#: gnulib/getopt.c:937 gnulib/getopt.c:955
5418
msgid "%s: option `-W %s' doesn't allow an argument\n"
5421
#: libdrizzleclient/errmsg.cc:28
5422
msgid "Unknown Drizzle error"
5425
#: libdrizzleclient/errmsg.cc:29
5427
msgid "Can't create UNIX socket (%d)"
5430
#: libdrizzleclient/errmsg.cc:30
5432
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
5435
#: libdrizzleclient/errmsg.cc:31
5437
msgid "Can't connect to Drizzle server on '%-.100s:%lu' (%d)"
5440
#: libdrizzleclient/errmsg.cc:32
5442
msgid "Can't create TCP/IP socket (%d)"
5445
#: libdrizzleclient/errmsg.cc:33
5447
msgid "Unknown Drizzle server host '%-.100s' (%d)"
5450
#: libdrizzleclient/errmsg.cc:34
5451
msgid "Drizzle server has gone away"
5454
#: libdrizzleclient/errmsg.cc:35
5456
msgid "Protocol mismatch; server version = %d, client version = %d"
5459
#: libdrizzleclient/errmsg.cc:36
5460
msgid "Drizzle client ran out of memory"
5463
#: libdrizzleclient/errmsg.cc:37
5464
msgid "Wrong host info"
5467
#: libdrizzleclient/errmsg.cc:38
5468
msgid "Localhost via UNIX socket"
5471
#: libdrizzleclient/errmsg.cc:39
5473
msgid "%-.100s via TCP/IP"
5476
#: libdrizzleclient/errmsg.cc:40
5477
msgid "Error in server handshake"
5480
#: libdrizzleclient/errmsg.cc:41
5481
msgid "Lost connection to Drizzle server during query"
5484
#: libdrizzleclient/errmsg.cc:42
5485
msgid "Commands out of sync; you can't run this command now"
5488
#: libdrizzleclient/errmsg.cc:43
5490
msgid "Named pipe: %-.32s"
5493
#: libdrizzleclient/errmsg.cc:44
5495
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
5498
#: libdrizzleclient/errmsg.cc:45
5500
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
5503
#: libdrizzleclient/errmsg.cc:46
5505
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
5508
#: libdrizzleclient/errmsg.cc:47
5510
msgid "Can't initialize character set %-.32s (path: %-.100s)"
5513
#: libdrizzleclient/errmsg.cc:48
5514
msgid "Got packet bigger than 'max_allowed_packet' bytes"
5517
#: libdrizzleclient/errmsg.cc:49
5518
msgid "Embedded server"
5521
#: libdrizzleclient/errmsg.cc:50
5522
msgid "Error on SHOW SLAVE STATUS:"
5525
#: libdrizzleclient/errmsg.cc:51
5526
msgid "Error on SHOW SLAVE HOSTS:"
5529
#: libdrizzleclient/errmsg.cc:52
5530
msgid "Error connecting to slave:"
5533
#: libdrizzleclient/errmsg.cc:53
5534
msgid "Error connecting to master:"
5537
#: libdrizzleclient/errmsg.cc:54
5538
msgid "SSL connection error"
5541
#: libdrizzleclient/errmsg.cc:55
5542
msgid "Malformed packet"
5545
#: libdrizzleclient/errmsg.cc:56 libdrizzleclient/errmsg.cc:67
5546
#: libdrizzleclient/errmsg.cc:68 libdrizzleclient/errmsg.cc:69
5547
#: libdrizzleclient/errmsg.cc:70 libdrizzleclient/errmsg.cc:71
5548
#: libdrizzleclient/errmsg.cc:72 libdrizzleclient/errmsg.cc:73
5549
#: libdrizzleclient/errmsg.cc:74 libdrizzleclient/errmsg.cc:75
5550
msgid "(unused error message)"
5553
#: libdrizzleclient/errmsg.cc:57
5554
msgid "Invalid use of null pointer"
5557
#: libdrizzleclient/errmsg.cc:58
5558
msgid "Statement not prepared"
5561
#: libdrizzleclient/errmsg.cc:59
5562
msgid "No data supplied for parameters in prepared statement"
5565
#: libdrizzleclient/errmsg.cc:60
5566
msgid "Data truncated"
5569
#: libdrizzleclient/errmsg.cc:61
5570
msgid "No parameters exist in the statement"
5573
#: libdrizzleclient/errmsg.cc:62
5574
msgid "Invalid parameter number"
5577
#: libdrizzleclient/errmsg.cc:63
5580
"Can't send long data for non-string/non-binary data types (parameter: %d)"
5583
#: libdrizzleclient/errmsg.cc:65
5585
msgid "Using unsupported buffer type: %d (parameter: %d)"
5588
#: libdrizzleclient/errmsg.cc:66
5590
msgid "Shared memory: %-.100s"
5593
#: libdrizzleclient/errmsg.cc:76
5594
msgid "Wrong or unknown protocol"
5597
#: libdrizzleclient/errmsg.cc:77
5598
msgid "Invalid connection handle"
5601
#: libdrizzleclient/errmsg.cc:78
5603
"Connection using old (pre-4.1.1) authentication protocol refused (client "
5604
"option 'secure_auth' enabled)"
5607
#: libdrizzleclient/errmsg.cc:80
5608
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
5611
#: libdrizzleclient/errmsg.cc:81
5612
msgid "Attempt to read column without prior row fetch"
5615
#: libdrizzleclient/errmsg.cc:82
5616
msgid "Prepared statement contains no metadata"
5619
#: libdrizzleclient/errmsg.cc:83
5621
"Attempt to read a row while there is no result set associated with the "
5625
#: libdrizzleclient/errmsg.cc:85
5626
msgid "This feature is not implemented yet"
5629
#: libdrizzleclient/errmsg.cc:86
5632
"Lost connection to Drizzle server while waiting for initial communication "
5633
"packet, system error: %d"
5636
#: libdrizzleclient/errmsg.cc:88
5639
"Lost connection to Drizzle server while reading initial communication "
5640
"packet, system error: %d"
5643
#: libdrizzleclient/errmsg.cc:90
5646
"Lost connection to Drizzle server while sending authentication information, "
5650
#: libdrizzleclient/errmsg.cc:92
5653
"Lost connection to Drizzle server while reading authorization information, "
5657
#: libdrizzleclient/errmsg.cc:94
5660
"Lost connection to Drizzle server while setting initial database, system "
5664
#: libdrizzleclient/errmsg.cc:96
5666
msgid "Statement closed indirectly because of a preceding %s() call"
5669
#: mysys/errors.cc:25
5671
msgid "Can't create/write to file '%s' (Errcode: %d)"
5674
#: mysys/errors.cc:26
5676
msgid "Error reading file '%s' (Errcode: %d)"
5679
#: mysys/errors.cc:27
5681
msgid "Error writing file '%s' (Errcode: %d)"
5684
#: mysys/errors.cc:28
5686
msgid "Error on close of '%s' (Errcode: %d)"
5689
#: mysys/errors.cc:29
5691
msgid "Out of memory (Needed %u bytes)"
5694
#: mysys/errors.cc:30
5696
msgid "Error on delete of '%s' (Errcode: %d)"
5699
#: mysys/errors.cc:31
5701
msgid "Error on rename of '%s' to '%s' (Errcode: %d)"
5704
#: mysys/errors.cc:32
5706
msgid "Unexpected eof found when reading file '%s' (Errcode: %d)"
5709
#: mysys/errors.cc:33
5711
msgid "Can't lock file (Errcode: %d)"
5714
#: mysys/errors.cc:34
5716
msgid "Can't unlock file (Errcode: %d)"
5719
#: mysys/errors.cc:35
5721
msgid "Can't read dir of '%s' (Errcode: %d)"
5724
#: mysys/errors.cc:36
5726
msgid "Can't get stat of '%s' (Errcode: %d)"
5729
#: mysys/errors.cc:37
5731
msgid "Can't change size of file (Errcode: %d)"
5734
#: mysys/errors.cc:38
5736
msgid "Can't open stream from handle (Errcode: %d)"
5739
#: mysys/errors.cc:39
5741
msgid "Can't get working dirctory (Errcode: %d)"
5744
#: mysys/errors.cc:40
5746
msgid "Can't change dir to '%s' (Errcode: %d)"
5749
#: mysys/errors.cc:41
5751
msgid "Warning: '%s' had %d links"
5754
#: mysys/errors.cc:42
5756
msgid "Warning: %d files and %d streams is left open\n"
5759
#: mysys/errors.cc:43
5761
msgid "Disk is full writing '%s'. Waiting for someone to free space..."
5764
#: mysys/errors.cc:44
5766
msgid "Can't create directory '%s' (Errcode: %d)"
5769
#: mysys/errors.cc:45
5772
"Character set '%s' is not a compiled character set and is not specified in "
5776
#: mysys/errors.cc:46
5778
msgid "Out of resources when opening file '%s' (Errcode: %d)"
5781
#: mysys/errors.cc:47
5783
msgid "Can't read value for symlink '%s' (Error %d)"
5786
#: mysys/errors.cc:48
5788
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
5791
#: mysys/errors.cc:49
5793
msgid "Error on realpath() on '%s' (Error %d)"
5796
#: mysys/errors.cc:50
5798
msgid "Can't sync file '%s' to disk (Errcode: %d)"
5801
#: mysys/errors.cc:51
5804
"Collation '%s' is not a compiled collation and is not specified in the %s "
5808
#: mysys/errors.cc:52
5810
msgid "File '%s' not found (Errcode: %d)"
5813
#: mysys/errors.cc:53
5815
msgid "File '%s' (fileno: %d) was not closed"
5818
#: mysys/my_error.cc:87
5820
msgid "Unknown error %d"
5823
#: mysys/my_getopt.cc:89
5827
#: mysys/my_getopt.cc:91
5831
#: mysys/my_getopt.cc:355
5833
msgid "%s: %s: Option '%s' used, but is disabled\n"
5836
#: mysys/my_getopt.cc:356
5840
#: mysys/my_getopt.cc:356
5844
#: mysys/my_getopt.cc:459
5846
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
5849
#: mysys/my_getopt.cc:774
5851
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
5854
#: mysys/my_getopt.cc:967
5856
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
5859
#: mysys/my_getopt.cc:1199
5861
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
5864
#: mysys/my_getopt.cc:1219
5868
"Variables (--variable-name=value)\n"
5869
"and boolean options {false|true} Value (after reading options)\n"
5870
"--------------------------------- -----------------------------\n"
5873
#: mysys/my_getopt.cc:1235 mysys/my_getopt.cc:1251
5874
msgid "(No default value)"
5877
#: mysys/my_getopt.cc:1254
5881
#: mysys/my_getopt.cc:1254
5885
#: mysys/my_getopt.cc:1286
5887
msgid "(Disabled)\n"
5890
#: plugin/errmsg_stderr/errmsg_stderr.cc:77
5891
msgid "Error Messages to stderr"
5894
#: plugin/logging_gearman/logging_gearman.cc:262
5896
msgid "fail gearman_client_create(): %s"
5899
#: plugin/logging_gearman/logging_gearman.cc:272
5901
msgid "fail gearman_client_add_server(): %s"
5904
#: plugin/logging_gearman/logging_gearman.cc:297
5905
msgid "Enable logging to a gearman server"
5908
#: plugin/logging_gearman/logging_gearman.cc:306
5909
msgid "Hostname for logging to a Gearman server"
5912
#: plugin/logging_gearman/logging_gearman.cc:323
5913
msgid "Log queries to a Gearman server"
5916
#: plugin/logging_query/logging_query.cc:275
5918
msgid "fail open() fn=%s er=%s\n"
5921
#: plugin/logging_query/logging_query.cc:313
5922
msgid "Enable logging to CSV file"
5925
#: plugin/logging_query/logging_query.cc:322
5926
msgid "File to log to"
5929
#: plugin/logging_query/logging_query.cc:331
5930
#: plugin/logging_syslog/logging_syslog.cc:246
5931
msgid "Threshold for logging slow queries, in microseconds"
5934
#: plugin/logging_query/logging_query.cc:343
5935
#: plugin/logging_syslog/logging_syslog.cc:258
5936
msgid "Threshold for logging big queries, for rows returned"
5939
#: plugin/logging_query/logging_query.cc:355
5940
#: plugin/logging_syslog/logging_syslog.cc:270
5941
msgid "Threshold for logging big queries, for rows examined"
5944
#: plugin/logging_query/logging_query.cc:378
5945
msgid "Log queries to a CSV file"
5948
#: plugin/logging_syslog/logging_syslog.cc:167
5950
msgid "syslog facility \"%s\" not known, using \"local0\""
5953
#: plugin/logging_syslog/logging_syslog.cc:184
5955
msgid "syslog priority \"%s\" not known, using \"info\""
5958
#: plugin/logging_syslog/logging_syslog.cc:210
5959
msgid "Enable logging"
5962
#: plugin/logging_syslog/logging_syslog.cc:219
5963
msgid "Syslog Ident"
5966
#: plugin/logging_syslog/logging_syslog.cc:228
5967
msgid "Syslog Facility"
5970
#: plugin/logging_syslog/logging_syslog.cc:237
5971
msgid "Syslog Priority"
5974
#: plugin/logging_syslog/logging_syslog.cc:295
5975
msgid "Log to syslog"
5978
#: plugin/multi_thread/multi_thread.cc:120
5979
msgid "Maximum number of user threads available."
5982
#: plugin/pool_of_threads/pool_of_threads.cc:205
5983
msgid "event_add error in libevent_add_session_callback\n"
5986
#: plugin/pool_of_threads/pool_of_threads.cc:347
5987
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
5990
#: plugin/pool_of_threads/pool_of_threads.cc:354
5991
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
5994
#: plugin/pool_of_threads/pool_of_threads.cc:366
5995
msgid "session_add_event event_add error in libevent_init\n"
5998
#: plugin/pool_of_threads/pool_of_threads.cc:380
6000
msgid "Can't create completion port thread (error %d)"
6003
#: plugin/pool_of_threads/pool_of_threads.cc:443
6004
msgid "libevent_thread_proc: my_thread_init() failed\n"
6007
#: plugin/pool_of_threads/pool_of_threads.cc:629
6008
msgid "Size of Pool."
6011
#: plugin/protobuf_replicator/protobuf_replicator.cc:259
6012
msgid "Enable Replicator"
6015
#: plugin/protobuf_replicator/protobuf_replicator.cc:268
6016
msgid "Directory to place replication logs."
6019
#: plugin/signal_handler/signal_handler.cc:225
6021
msgid "Can't create interrupt-thread (error %d, errno: %d)"
6024
#: storage/myisam/ha_myisam.cc:468
6026
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
6029
#: storage/myisam/ha_myisam.cc:472
6031
msgid "Got an error from unknown thread, %s:%d"
6034
#: storage/myisam/ha_myisam.cc:478
6035
msgid "Unknown thread accessing table"
6038
#: storage/myisam/ha_myisam.cc:1889
6039
msgid "Block size to be used for MyISAM index pages."
6042
#: storage/myisam/ha_myisam.cc:1895
6044
"Number of threads to use when repairing MyISAM tables. The value of 1 "
6045
"disables parallel repair."
6048
#: storage/myisam/ha_myisam.cc:1901
6050
"Don't use the fast sort index method to created index if the temporary file "
6051
"would get bigger than this."
6054
#: storage/myisam/ha_myisam.cc:1906
6056
"The buffer that is allocated when sorting the index when doing a REPAIR or "
6057
"when creating indexes with CREATE INDEX or ALTER TABLE."
6060
#: storage/myisam/ha_myisam.cc:1912
6061
msgid "Default pointer size to be used for MyISAM tables."
6064
#: storage/myisam/my_handler_errors.cc:34
6065
msgid "Didn't find key on read or update"
6068
#: storage/myisam/my_handler_errors.cc:36
6069
msgid "Duplicate key on write or update"
6072
#: storage/myisam/my_handler_errors.cc:38
6073
msgid "Internal (unspecified) error in handler"
6076
#: storage/myisam/my_handler_errors.cc:40
6078
"Someone has changed the row since it was read (while the table was locked to "
6082
#: storage/myisam/my_handler_errors.cc:43
6083
msgid "Wrong index given to function"
6086
#: storage/myisam/my_handler_errors.cc:45
6087
msgid "Undefined handler error 125"
6090
#: storage/myisam/my_handler_errors.cc:47
6091
msgid "Index file is crashed"
6094
#: storage/myisam/my_handler_errors.cc:49
6095
msgid "Record file is crashed"
6098
#: storage/myisam/my_handler_errors.cc:51
6099
msgid "Out of memory in engine"
6102
#: storage/myisam/my_handler_errors.cc:53
6103
msgid "Undefined handler error 129"
6106
#: storage/myisam/my_handler_errors.cc:55
6107
msgid "Incorrect file format"
6110
#: storage/myisam/my_handler_errors.cc:57
6111
msgid "Command not supported by database"
6114
#: storage/myisam/my_handler_errors.cc:59
6115
msgid "Old database file"
6118
#: storage/myisam/my_handler_errors.cc:61
6119
msgid "No record read before update"
6122
#: storage/myisam/my_handler_errors.cc:63
6123
msgid "Record was already deleted (or record file crashed)"
6126
#: storage/myisam/my_handler_errors.cc:65
6127
msgid "No more room in record file"
6130
#: storage/myisam/my_handler_errors.cc:67
6131
msgid "No more room in index file"
6134
#: storage/myisam/my_handler_errors.cc:69
6135
msgid "No more records (read after end of file)"
6138
#: storage/myisam/my_handler_errors.cc:71
6139
msgid "Unsupported extension used for table"
6142
#: storage/myisam/my_handler_errors.cc:73
6146
#: storage/myisam/my_handler_errors.cc:75
6147
msgid "Wrong create options"
6150
#: storage/myisam/my_handler_errors.cc:77
6151
msgid "Duplicate unique key or constraint on write or update"
6154
#: storage/myisam/my_handler_errors.cc:79
6155
msgid "Unknown character set used in table"
6158
#: storage/myisam/my_handler_errors.cc:81
6159
msgid "Conflicting table definitions in sub-tables of MERGE table"
6162
#: storage/myisam/my_handler_errors.cc:83
6163
msgid "Table is crashed and last repair failed"
6166
#: storage/myisam/my_handler_errors.cc:85
6167
msgid "Table was marked as crashed and should be repaired"
6170
#: storage/myisam/my_handler_errors.cc:87
6171
msgid "Lock timed out; Retry transaction"
6174
#: storage/myisam/my_handler_errors.cc:89
6175
msgid "Lock table is full; Restart program with a larger locktable"
6178
#: storage/myisam/my_handler_errors.cc:91
6179
msgid "Updates are not allowed under a read only transactions"
6182
#: storage/myisam/my_handler_errors.cc:93
6183
msgid "Lock deadlock; Retry transaction"
6186
#: storage/myisam/my_handler_errors.cc:95
6187
msgid "Foreign key constraint is incorrectly formed"
6190
#: storage/myisam/my_handler_errors.cc:97
6191
msgid "Cannot add a child row"
6194
#: storage/myisam/my_handler_errors.cc:99
6195
msgid "Cannot delete a parent row"
6198
#: storage/myisam/my_handler_errors.cc:101
6199
msgid "No savepoint with that name"
6202
#: storage/myisam/my_handler_errors.cc:103
6203
msgid "Non unique key block size"
6206
#: storage/myisam/my_handler_errors.cc:105
6207
msgid "The table does not exist in engine"
6210
#: storage/myisam/my_handler_errors.cc:107
6211
msgid "The table already existed in storage engine"
6214
#: storage/myisam/my_handler_errors.cc:109
6215
msgid "Could not connect to storage engine"
6218
#: storage/myisam/my_handler_errors.cc:111
6219
msgid "Unexpected null pointer found when using spatial index"
6222
#: storage/myisam/my_handler_errors.cc:113
6223
msgid "The table changed in storage engine"
6226
#: storage/myisam/my_handler_errors.cc:115
6227
msgid "There's no partition in table for the given value"
6230
#: storage/myisam/my_handler_errors.cc:117
6231
msgid "Row-based binlogging of row failed"
6234
#: storage/myisam/my_handler_errors.cc:119
6235
msgid "Index needed in foreign key constraint"
6238
#: storage/myisam/my_handler_errors.cc:121
6239
msgid "Upholding foreign key constraints would lead to a duplicate key error"
6242
#: storage/myisam/my_handler_errors.cc:123
6243
msgid "Table needs to be upgraded before it can be used"
6246
#: storage/myisam/my_handler_errors.cc:125
6247
msgid "Table is read only"
6250
#: storage/myisam/my_handler_errors.cc:127
6251
msgid "Failed to get next auto increment value"
6254
#: storage/myisam/my_handler_errors.cc:129
6255
msgid "Failed to set row auto increment value"
6258
#: storage/myisam/my_handler_errors.cc:131
6259
msgid "Unknown (generic) error from engine"
6262
#: storage/myisam/my_handler_errors.cc:133
6263
msgid "Record is the same"
6266
#: storage/myisam/my_handler_errors.cc:135
6267
msgid "It is not possible to log this statement"
6270
#: storage/myisam/my_handler_errors.cc:137
6271
msgid "Tablespace exists"
6274
#: storage/myisam/my_handler_errors.cc:139
6275
msgid "The event was corrupt, leading to illegal data being read"
6278
#: storage/myisam/my_handler_errors.cc:141
6279
msgid "The table is of a new format not supported by this version"
6282
#: storage/myisam/my_handler_errors.cc:143
6283
msgid "The event could not be processed no other handler error happened"
6286
#: storage/myisam/my_handler_errors.cc:145
6287
msgid "Got a fatal error during initialzation of handler"
6290
#: storage/myisam/my_handler_errors.cc:147
6291
msgid "File to short; Expected more data in file"
6294
#: storage/myisam/my_handler_errors.cc:149
6295
msgid "Read page with wrong checksum"
6298
#: storage/myisam/my_handler_errors.cc:151
6299
msgid "Lock or active transaction"
6302
#: storage/myisam/my_handler_errors.cc:153
6303
msgid "No such table space"
6306
#: storage/myisam/my_handler_errors.cc:155
6307
msgid "Tablespace not empty"