1
# Catalan 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-01-22 17:13-0800\n"
11
"PO-Revision-Date: 2008-11-26 23:29+0000\n"
12
"Last-Translator: Monty Taylor <mordred@inaugust.com>\n"
13
"Language-Team: Catalan <ca@li.org>\n"
15
"Content-Type: text/plain; charset=UTF-8\n"
16
"Content-Transfer-Encoding: 8bit\n"
17
"Plural-Forms: nplurals=2; plural=n != 1;\n"
18
"X-Launchpad-Export-Date: 2008-12-24 20:32+0000\n"
19
"X-Generator: Launchpad (build Unknown)\n"
21
#: client/drizzle.cc:277
22
msgid "Synonym for `help'."
25
#: client/drizzle.cc:278
26
msgid "Clear command."
29
#: client/drizzle.cc:280
30
msgid "Reconnect to the server. Optional arguments are db and host."
33
#: client/drizzle.cc:282
35
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
38
#: client/drizzle.cc:284
39
msgid "Send command to drizzle server, display result vertically."
42
#: client/drizzle.cc:285
43
msgid "Exit drizzle. Same as quit."
46
#: client/drizzle.cc:286
47
msgid "Send command to drizzle server."
50
#: client/drizzle.cc:287
51
msgid "Display this help."
52
msgstr "Mostra aquesta ajuda."
54
#: client/drizzle.cc:288
55
msgid "Disable pager, print to stdout."
58
#: client/drizzle.cc:289
59
msgid "Don't write into outfile."
62
#: client/drizzle.cc:291
63
msgid "Set PAGER [to_pager]. Print the query results via PAGER."
66
#: client/drizzle.cc:292
67
msgid "Print current command."
68
msgstr "Mostra la comanda actual."
70
#: client/drizzle.cc:293
71
msgid "Change your drizzle prompt."
74
#: client/drizzle.cc:294
76
msgstr "Surt de drizzle."
78
#: client/drizzle.cc:295
79
msgid "Rebuild completion hash."
82
#: client/drizzle.cc:297
83
msgid "Execute an SQL script file. Takes a file name as an argument."
86
#: client/drizzle.cc:298
87
msgid "Get status information from the server."
88
msgstr "Obté la informació d'estat del servidor."
90
#: client/drizzle.cc:300
91
msgid "Set outfile [to_outfile]. Append everything into given outfile."
94
#: client/drizzle.cc:302
95
msgid "Use another database. Takes database name as argument."
97
"Empra una altra base de dades. Pren el nom de la base de dades com a "
100
#: client/drizzle.cc:304 client/drizzle.cc:1459
101
msgid "Show warnings after every statement."
102
msgstr "Mostra advertències despres de cada consulta."
104
#: client/drizzle.cc:306
105
msgid "Don't show warnings after every statement."
108
#: client/drizzle.cc:1058 client/drizzle.cc:1065
110
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
113
#: client/drizzle.cc:1148
114
msgid "Welcome to the Drizzle client.. Commands end with ; or \\g."
117
#: client/drizzle.cc:1158
120
"Your Drizzle connection id is %u\n"
121
"Server version: %s\n"
124
#: client/drizzle.cc:1186
126
msgid "Reading history-file %s\n"
129
#: client/drizzle.cc:1190
131
msgid "Couldn't allocate memory for temp histfile!\n"
132
msgstr "No es pot reservar memòria per l'arxiu històric tempora!\n"
134
#: client/drizzle.cc:1197
135
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
138
#: client/drizzle.cc:1215
140
msgid "Writing history-file %s\n"
143
#: client/drizzle.cc:1224
145
msgstr "S'ha interromput"
147
#: client/drizzle.cc:1224
151
#: client/drizzle.cc:1273
152
msgid "Query aborted by Ctrl+C\n"
155
#: client/drizzle.cc:1296 client/drizzleadmin.cc:75 drizzled/drizzled.cc:2791
156
msgid "Display this help and exit."
159
#: client/drizzle.cc:1298
160
msgid "Synonym for -?"
163
#: client/drizzle.cc:1301
165
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
166
"and field completion, but startup and reconnecting may take a longer time. "
167
"Disable with --disable-auto-rehash."
170
#: client/drizzle.cc:1305
172
"No automatic rehashing. One has to use 'rehash' to get table and field "
173
"completion. This gives a quicker start of DRIZZLE and disables rehashing on "
174
"reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
177
#: client/drizzle.cc:1308
179
"Automatically switch to vertical output mode if the result is wider than the "
183
#: client/drizzle.cc:1311
185
"Don't use history file. Disable interactive behavior. (Enables --silent)"
188
#: client/drizzle.cc:1313 drizzled/drizzled.cc:2838
189
msgid "Directory where character sets are."
192
#: client/drizzle.cc:1315
193
msgid "Display column type information."
196
#: client/drizzle.cc:1318
198
"Preserve comments. Send comments to the server. The default is --skip-"
199
"comments (discard comments), enable with --comments"
202
#: client/drizzle.cc:1321
203
msgid "Use compression in server/client protocol."
204
msgstr "Empra la compressió en el protocol client-servidor."
206
#: client/drizzle.cc:1324
207
msgid "Check memory and open file usage at exit ."
210
#: client/drizzle.cc:1327
211
msgid "Print some debug info at exit."
214
#: client/drizzle.cc:1329
215
msgid "Database to use."
218
#: client/drizzle.cc:1332
222
#: client/drizzle.cc:1334
223
msgid "Delimiter to be used."
226
#: client/drizzle.cc:1336
227
msgid "Execute command and quit. (Disables --force and history file)"
230
#: client/drizzle.cc:1338
231
msgid "Print the output of a query (rows) vertically."
234
#: client/drizzle.cc:1341
235
msgid "Continue even if we get an sql error."
238
#: client/drizzle.cc:1345
240
"Enable named commands. Named commands mean this program's internal commands; "
241
"see drizzle> help . When enabled, the named commands can be used from any "
242
"line of the query, otherwise only from the first line, before an enter. "
243
"Disable with --disable-named-commands. This option is disabled by default."
246
#: client/drizzle.cc:1349
248
"Named commands are disabled. Use \\* form only, or use named commands only "
249
"in the beginning of a line ending with a semicolon (;) Since version 10.9 "
250
"the client now starts with this option ENABLED by default! Disable with '-"
251
"G'. Long format commands still work from the first line. WARNING: option "
252
"deprecated; use --disable-named-commands instead."
255
#: client/drizzle.cc:1351
256
msgid "Ignore space after function names."
259
#: client/drizzle.cc:1353
260
msgid "Enable/disable LOAD DATA LOCAL INFILE."
263
#: client/drizzle.cc:1356
264
msgid "Turn off beep on error."
267
#: client/drizzle.cc:1358 client/drizzleadmin.cc:77
268
msgid "Connect to host."
271
#: client/drizzle.cc:1360
272
msgid "Write line numbers for errors."
275
#: client/drizzle.cc:1363
277
"Don't write line number for errors. WARNING: -L is deprecated, use long "
278
"version of this option instead."
281
#: client/drizzle.cc:1365
282
msgid "Flush buffer after each query."
285
#: client/drizzle.cc:1367
286
msgid "Write column names in results."
289
#: client/drizzle.cc:1371
291
"Don't write column names in results. WARNING: -N is deprecated, use long "
292
"version of this options instead."
295
#: client/drizzle.cc:1374
297
"Change the value of a variable. Please note that this option is deprecated; "
298
"you can set variables directly with --variable-name=value."
301
#: client/drizzle.cc:1376
302
msgid "Ignore SIGINT (CTRL-C)"
305
#: client/drizzle.cc:1380
307
"Only update the default database. This is useful for skipping updates to "
308
"other database in the update log."
311
#: client/drizzle.cc:1383
313
"Pager to use to display results. If you don't supply an option the default "
314
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
315
"cat [> filename], etc. See interactive help (\\h) also. This option does not "
316
"work in batch mode. Disable with --disable-pager. This option is disabled by "
320
#: client/drizzle.cc:1386
322
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
323
"option deprecated; use --disable-pager instead."
326
#: client/drizzle.cc:1389 client/drizzleadmin.cc:80
328
"Password to use when connecting to server. If password is not given it's "
329
"asked from the tty."
332
#: client/drizzle.cc:1391
334
"Port number to use for connection or 0 for default to, in order of "
335
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
338
#: client/drizzle.cc:1392
339
msgid "built-in default"
342
#: client/drizzle.cc:1394
343
msgid "Set the drizzle prompt to this value."
346
#: client/drizzle.cc:1398
348
"Don't cache result, print it row by row. This may slow down the server if "
349
"the output is suspended. Doesn't use history file."
352
#: client/drizzle.cc:1400
353
msgid "Write fields without conversion. Used with --batch."
356
#: client/drizzle.cc:1403
358
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
359
"option is enabled by default."
362
#: client/drizzle.cc:1405
364
"Be more silent. Print results with a tab as separator, each row on new line."
367
#: client/drizzle.cc:1407
368
msgid "Socket file to use for connection."
371
#: client/drizzle.cc:1410
372
msgid "Output in table format."
375
#: client/drizzle.cc:1413
377
"Append everything into outfile. See interactive help (\\h) also. Does not "
378
"work in batch mode. Disable with --disable-tee. This option is disabled by "
382
#: client/drizzle.cc:1415
384
"Disable outfile. See interactive help (\\h) also. WARNING: option "
385
"deprecated; use --disable-tee instead"
388
#: client/drizzle.cc:1418 client/drizzleadmin.cc:89
389
msgid "User for login if not current user."
392
#: client/drizzle.cc:1421
393
msgid "Only allow UPDATE and DELETE that uses keys."
396
#: client/drizzle.cc:1424
397
msgid "Synonym for option --safe-updates, -U."
400
#: client/drizzle.cc:1427
401
msgid "Write more. (-v -v -v gives the table output format)."
404
#: client/drizzle.cc:1429 client/drizzleadmin.cc:94 drizzled/drizzled.cc:3141
405
msgid "Output version information and exit."
408
#: client/drizzle.cc:1431 client/drizzleadmin.cc:96
409
msgid "Wait and retry if connection is down."
412
#: client/drizzle.cc:1434
413
msgid "Number of seconds before connection timeout."
416
#: client/drizzle.cc:1439
417
msgid "Max packet length to send to, or receive from server"
420
#: client/drizzle.cc:1444
421
msgid "Buffer for TCP/IP and socket communication"
424
#: client/drizzle.cc:1448
425
msgid "Automatic limit for SELECT when using --safe-updates"
428
#: client/drizzle.cc:1453
429
msgid "Automatic limit for rows in a join when using --safe-updates"
432
#: client/drizzle.cc:1457
433
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
436
#: client/drizzle.cc:1462
437
msgid "Number of lines before each import progress report."
440
#: client/drizzle.cc:1473
442
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
445
#: client/drizzle.cc:1480
448
"Copyright (C) 2008 Sun Microsystems\n"
449
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
450
"and you are welcome to modify and redistribute it under the GPL license\n"
453
#: client/drizzle.cc:1485
455
msgid "Usage: %s [OPTIONS] [database]\n"
458
#: client/drizzle.cc:1520
459
msgid "DELIMITER cannot contain a backslash character"
462
#: client/drizzle.cc:1541
464
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
467
#: client/drizzle.cc:1564
469
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
472
#: client/drizzle.cc:1568
474
msgid "WARNING: --server-arg option not supported in this configuration.\n"
477
#: client/drizzle.cc:1595
479
"Non-integer value supplied for port. If you are trying to enter a password "
480
"please use --password instead."
483
#: client/drizzle.cc:1603
484
msgid "Value supplied for port is not valid."
487
#: client/drizzle.cc:1756
489
msgid "Processing line: %<PRIu32>\n"
492
#: client/drizzle.cc:1972
494
msgid "Unknown command '\\%c'."
497
#: client/drizzle.cc:2396
499
"Reading table information for completion of table and column names\n"
500
" You can turn off this feature to get a quicker startup with -A\n"
504
#: client/drizzle.cc:2493
505
msgid "No connection. Trying to reconnect..."
508
#: client/drizzle.cc:2499
509
msgid "Can't connect to the server\n"
512
#: client/drizzle.cc:2556
516
#: client/drizzle.cc:2556
520
#: client/drizzle.cc:2608
525
#: client/drizzle.cc:2609
534
#: client/drizzle.cc:2611
543
#: client/drizzle.cc:2624
544
msgid "Many help items for your request exist."
547
#: client/drizzle.cc:2625
549
"To make a more specific request, please type 'help <item>',\n"
550
"where <item> is one of the following"
553
#: client/drizzle.cc:2631
555
msgid "You asked for help about help category: '%s'\n"
558
#: client/drizzle.cc:2632
560
"For more information, type 'help <item>', where <item> is one of the "
564
#: client/drizzle.cc:2645
570
#: client/drizzle.cc:2646
571
msgid "Please try to run 'help contents' for a list of all accessible topics\n"
574
#: client/drizzle.cc:2668
575
msgid "List of all Drizzle commands:"
578
#: client/drizzle.cc:2670
579
msgid "Note that all text commands must be first on line and end with ';'"
582
#: client/drizzle.cc:2682
585
"For server side help, type 'help contents'\n"
588
#: client/drizzle.cc:2723
589
msgid "No query specified\n"
592
#: client/drizzle.cc:2738
593
msgid "Ignoring query to other database"
596
#: client/drizzle.cc:2787
600
#: client/drizzle.cc:2800
602
msgid "%ld row in set"
603
msgid_plural "%ld rows in set"
607
#: client/drizzle.cc:2809
609
msgstr "Petició Correcta"
611
#: client/drizzle.cc:2811
613
msgid "Query OK, %ld row affected"
614
msgid_plural "Query OK, %ld rows affected"
618
#: client/drizzleadmin.cc:82 drizzled/drizzled.cc:3009
620
"Port number to use for connection or 0 for default to, in order of "
621
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
624
#: client/drizzleadmin.cc:86
625
msgid "Silently exit if one can't connect to server."
628
#: client/drizzleadmin.cc:92
629
msgid "Write more information."
632
#: client/drizzleadmin.cc:123 client/drizzlecheck.cc:268
633
#: client/drizzledump.cc:614 client/drizzleimport.cc:199
634
#: client/drizzleslap.cc:748 client/drizzletest.cc:4640
637
"Non-integer value supplied for port. If you are trying to enter a password "
638
"please use --password instead.\n"
641
#: client/drizzleadmin.cc:131 client/drizzlecheck.cc:276
642
#: client/drizzledump.cc:622 client/drizzleimport.cc:207
643
#: client/drizzleslap.cc:756 client/drizzletest.cc:4648
645
msgid "Value supplied for port is not valid.\n"
648
#: client/drizzleadmin.cc:149 client/drizzledump.cc:639
650
msgid "Memory allocation error while copying password. Aborting.\n"
653
#: client/drizzleadmin.cc:293
656
"connect to server at '%s' failed\n"
660
#: client/drizzleadmin.cc:299
662
msgid "Check that drizzled is running on %s"
665
#: client/drizzleadmin.cc:300
667
msgid " and that the port is %d.\n"
670
#: client/drizzleadmin.cc:302
672
msgid "You can check this by doing 'telnet %s %d'\n"
675
#: client/drizzleadmin.cc:313
677
msgid "Got error: %s\n"
680
#: client/drizzleadmin.cc:320
681
msgid "Waiting for Drizzle server to answer"
684
#: client/drizzleadmin.cc:353
686
msgid "shutting down drizzled...\n"
689
#: client/drizzleadmin.cc:357
691
msgid "shutdown failed; error: '%s'"
694
#: client/drizzleadmin.cc:364
699
#: client/drizzleadmin.cc:374
700
msgid "drizzled is alive"
703
#: client/drizzleadmin.cc:382
704
msgid "connection was down, but drizzled is now alive"
707
#: client/drizzleadmin.cc:386
709
msgid "drizzled doesn't answer to ping, error: '%s'"
712
#: client/drizzleadmin.cc:395
714
msgid "Unknown command: '%-.60s'"
717
#: client/drizzleadmin.cc:404
719
msgid "%s Ver %s Distrib %s, for %s on %s\n"
722
#: client/drizzleadmin.cc:411
723
msgid "Copyright (C) 2000-2008 MySQL AB"
726
#: client/drizzleadmin.cc:412 client/drizzledump.cc:492
728
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
729
"and you are welcome to modify and redistribute it under the GPL license\n"
732
#: client/drizzleadmin.cc:413
733
msgid "Administration program for the drizzled daemon."
736
#: client/drizzleadmin.cc:414
738
msgid "Usage: %s [OPTIONS] command command....\n"
741
#: client/drizzleadmin.cc:416
743
" ping Check if server is down\n"
744
" shutdown Take server down\n"
747
#: client/drizzledump.cc:396
748
msgid "Number of rows before each output progress report (requires --verbose)."
751
#: client/drizzledump.cc:469
753
msgid "Got errno %d on write"
756
#: client/drizzledump.cc:474
758
msgid "%s Ver %s Distrib %s, for %s (%s)\n"
761
#: client/drizzledump.cc:481
763
msgid "Usage: %s [OPTIONS] database [tables]\n"
766
#: client/drizzledump.cc:482
768
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
771
#: client/drizzledump.cc:484
773
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
776
#: client/drizzledump.cc:491
777
msgid "By Igor Romanenko, Monty, Jani & Sinisa"
780
#: client/drizzledump.cc:493
781
msgid "Dumping definition and data DRIZZLE database or table"
784
#: client/drizzledump.cc:504
786
msgid "For more options, use %s --help\n"
789
#: client/drizzledump.cc:679
791
msgid "Input filename too long: %s"
794
#: client/drizzledump.cc:722
796
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
799
#: client/drizzledump.cc:747
801
msgid "Invalid mode to --compatible: %s\n"
804
#: client/drizzledump.cc:807
806
msgid "%s: You must use option --tab with --fields-...\n"
809
#: client/drizzledump.cc:824
812
"%s: You can't use --single-transaction and --lock-all-tables at the same "
816
#: client/drizzledump.cc:837
819
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
823
#: client/drizzledump.cc:843
825
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
828
#: client/drizzledump.cc:868
830
msgid "Got error: %d: %s %s"
833
#: client/drizzledump.cc:960
835
msgid "Couldn't execute '%s': %s (%d)"
838
#: client/drizzledump.cc:1021
840
msgid "-- Connecting to %s...\n"
843
#: client/drizzledump.cc:1042
845
msgid "-- Disconnecting from %s...\n"
848
#: client/drizzledump.cc:1052
850
msgid "Couldn't allocate memory"
851
msgstr "No es pot reservar memòria per l'arxiu històric tempora!\n"
853
#: client/drizzledump.cc:1393
856
"-- Warning: Unable to use delayed inserts for table '%s' because it's of "
860
#: client/drizzledump.cc:1407
862
msgid "-- Retrieving table structure for table %s...\n"
865
#: client/drizzledump.cc:1516
867
msgid "%s: Warning: Can't set SQL_QUOTE_SHOW_CREATE option (%s)\n"
870
#: client/drizzledump.cc:1625
872
msgid "%s: Can't get keys for table %s (%s)\n"
875
#: client/drizzledump.cc:1702 client/drizzledump.cc:3000
877
msgid "-- Warning: Couldn't get status information for table %s (%s)\n"
880
#: client/drizzledump.cc:1709 client/drizzledump.cc:3008
882
msgid "Error: Couldn't read status information for table %s (%s)\n"
885
#: client/drizzledump.cc:1851
887
msgid "Error retrieving table structure for table: \"%s\""
890
#: client/drizzledump.cc:1858
892
msgid "-- Skipping dump data for table '%s', --no-data was used\n"
895
#: client/drizzledump.cc:1869
897
msgid "-- Warning: Skipping data for table '%s' because it's of type %s\n"
900
#: client/drizzledump.cc:1876
902
msgid "-- Skipping dump data for table '%s', it has no fields\n"
905
#: client/drizzledump.cc:1884
906
msgid "-- Sending SELECT query...\n"
909
#: client/drizzledump.cc:1936
910
msgid "when executing 'SELECT INTO OUTFILE'"
913
#: client/drizzledump.cc:1944
918
"-- Dumping data for table %s\n"
922
#: client/drizzledump.cc:1981 client/drizzledump.cc:1990
923
msgid "when retrieving data from server"
926
#: client/drizzledump.cc:1994
927
msgid "-- Retrieving rows...\n"
930
#: client/drizzledump.cc:1997
932
msgid "%s: Error in field count for table: %s ! Aborting.\n"
935
#: client/drizzledump.cc:2036
937
msgid "-- %<PRIu32> of ~%<PRIu64> rows dumped for table %s\n"
940
#: client/drizzledump.cc:2058
942
msgid "Not enough fields from table %s! Aborting.\n"
945
#: client/drizzledump.cc:2244
947
msgid "%s: Error %d: %s when dumping table %s at row: %d\n"
950
#: client/drizzledump.cc:2402
951
msgid "when selecting the database"
954
#: client/drizzledump.cc:2470
955
msgid "when using LOCK TABLES"
958
#: client/drizzledump.cc:2477 client/drizzledump.cc:2609
959
msgid "when doing refresh"
962
#: client/drizzledump.cc:2563
963
msgid "alloc_root failure."
966
#: client/drizzledump.cc:2584
968
msgid "Couldn't find table: \"%s\""
971
#: client/drizzledump.cc:2599
972
msgid "when doing LOCK TABLES"
975
#: client/drizzledump.cc:2662
976
msgid "Error: Binlogging on server not active"
979
#: client/drizzledump.cc:2730
980
msgid "Error: Slave not set up"
983
#: client/drizzledump.cc:2789
984
msgid "Error: Unable to start slave"
987
#: client/drizzledump.cc:3076
990
"Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
993
#: client/drizzledump.cc:3107
995
msgid "Error: Not enough memory to store ORDER BY clause\n"
998
#: libdrizzle/errmsg.c:27
999
msgid "Unknown Drizzle error"
1002
#: libdrizzle/errmsg.c:28
1004
msgid "Can't create UNIX socket (%d)"
1007
#: libdrizzle/errmsg.c:29
1009
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
1012
#: libdrizzle/errmsg.c:30
1014
msgid "Can't connect to Drizzle server on '%-.100s' (%d)"
1017
#: libdrizzle/errmsg.c:31
1019
msgid "Can't create TCP/IP socket (%d)"
1022
#: libdrizzle/errmsg.c:32
1024
msgid "Unknown Drizzle server host '%-.100s' (%d)"
1027
#: libdrizzle/errmsg.c:33
1028
msgid "Drizzle server has gone away"
1031
#: libdrizzle/errmsg.c:34
1033
msgid "Protocol mismatch; server version = %d, client version = %d"
1036
#: libdrizzle/errmsg.c:35
1037
msgid "Drizzle client ran out of memory"
1040
#: libdrizzle/errmsg.c:36
1041
msgid "Wrong host info"
1044
#: libdrizzle/errmsg.c:37
1045
msgid "Localhost via UNIX socket"
1048
#: libdrizzle/errmsg.c:38
1050
msgid "%-.100s via TCP/IP"
1053
#: libdrizzle/errmsg.c:39
1054
msgid "Error in server handshake"
1057
#: libdrizzle/errmsg.c:40
1058
msgid "Lost connection to Drizzle server during query"
1061
#: libdrizzle/errmsg.c:41
1062
msgid "Commands out of sync; you can't run this command now"
1065
#: libdrizzle/errmsg.c:42
1067
msgid "Named pipe: %-.32s"
1070
#: libdrizzle/errmsg.c:43
1072
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
1075
#: libdrizzle/errmsg.c:44
1077
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
1080
#: libdrizzle/errmsg.c:45
1082
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
1085
#: libdrizzle/errmsg.c:46
1087
msgid "Can't initialize character set %-.32s (path: %-.100s)"
1090
#: libdrizzle/errmsg.c:47
1091
msgid "Got packet bigger than 'max_allowed_packet' bytes"
1094
#: libdrizzle/errmsg.c:48
1095
msgid "Embedded server"
1098
#: libdrizzle/errmsg.c:49
1099
msgid "Error on SHOW SLAVE STATUS:"
1102
#: libdrizzle/errmsg.c:50
1103
msgid "Error on SHOW SLAVE HOSTS:"
1106
#: libdrizzle/errmsg.c:51
1107
msgid "Error connecting to slave:"
1110
#: libdrizzle/errmsg.c:52
1111
msgid "Error connecting to master:"
1114
#: libdrizzle/errmsg.c:53
1115
msgid "SSL connection error"
1118
#: libdrizzle/errmsg.c:54
1119
msgid "Malformed packet"
1122
#: libdrizzle/errmsg.c:55 libdrizzle/errmsg.c:66 libdrizzle/errmsg.c:67
1123
#: libdrizzle/errmsg.c:68 libdrizzle/errmsg.c:69 libdrizzle/errmsg.c:70
1124
#: libdrizzle/errmsg.c:71 libdrizzle/errmsg.c:72 libdrizzle/errmsg.c:73
1125
#: libdrizzle/errmsg.c:74
1126
msgid "(unused error message)"
1129
#: libdrizzle/errmsg.c:56
1130
msgid "Invalid use of null pointer"
1133
#: libdrizzle/errmsg.c:57
1134
msgid "Statement not prepared"
1137
#: libdrizzle/errmsg.c:58
1138
msgid "No data supplied for parameters in prepared statement"
1141
#: libdrizzle/errmsg.c:59
1142
msgid "Data truncated"
1145
#: libdrizzle/errmsg.c:60
1146
msgid "No parameters exist in the statement"
1149
#: libdrizzle/errmsg.c:61
1150
msgid "Invalid parameter number"
1153
#: libdrizzle/errmsg.c:62
1156
"Can't send long data for non-string/non-binary data types (parameter: %d)"
1159
#: libdrizzle/errmsg.c:64
1161
msgid "Using unsupported buffer type: %d (parameter: %d)"
1164
#: libdrizzle/errmsg.c:65
1166
msgid "Shared memory: %-.100s"
1169
#: libdrizzle/errmsg.c:75
1170
msgid "Wrong or unknown protocol"
1173
#: libdrizzle/errmsg.c:76
1174
msgid "Invalid connection handle"
1177
#: libdrizzle/errmsg.c:77
1179
"Connection using old (pre-4.1.1) authentication protocol refused (client "
1180
"option 'secure_auth' enabled)"
1183
#: libdrizzle/errmsg.c:79
1184
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
1187
#: libdrizzle/errmsg.c:80
1188
msgid "Attempt to read column without prior row fetch"
1191
#: libdrizzle/errmsg.c:81
1192
msgid "Prepared statement contains no metadata"
1195
#: libdrizzle/errmsg.c:82
1197
"Attempt to read a row while there is no result set associated with the "
1201
#: libdrizzle/errmsg.c:84
1202
msgid "This feature is not implemented yet"
1205
#: libdrizzle/errmsg.c:85
1208
"Lost connection to Drizzle server while waiting for initial communication "
1209
"packet, system error: %d"
1212
#: libdrizzle/errmsg.c:87
1215
"Lost connection to Drizzle server while reading initial communication "
1216
"packet, system error: %d"
1219
#: libdrizzle/errmsg.c:89
1222
"Lost connection to Drizzle server while sending authentication information, "
1226
#: libdrizzle/errmsg.c:91
1229
"Lost connection to Drizzle server while reading authorization information, "
1233
#: libdrizzle/errmsg.c:93
1236
"Lost connection to Drizzle server while setting initial database, system "
1240
#: libdrizzle/errmsg.c:95
1242
msgid "Statement closed indirectly because of a preceding %s() call"
1245
#: libdrizzle/errmsg.c:97 drizzled/error.cc:348
1246
msgid "Couldn't uncompress communication packet"
1249
#: libdrizzle/errmsg.c:99 drizzled/error.cc:350
1250
msgid "Got an error reading communication packets"
1253
#: libdrizzle/errmsg.c:101 drizzled/error.cc:352
1254
msgid "Got timeout reading communication packets"
1257
#: libdrizzle/errmsg.c:103 drizzled/error.cc:354
1258
msgid "Got an error writing communication packets"
1261
#: libdrizzle/errmsg.c:105 drizzled/error.cc:356
1262
msgid "Got timeout writing communication packets"
1265
#: libdrizzle/local_infile.c:189 mysys/errors.cc:52
1267
msgid "File '%s' not found (Errcode: %d)"
1270
#: libdrizzle/local_infile.c:220 mysys/errors.cc:26
1272
msgid "Error reading file '%s' (Errcode: %d)"
1275
#: mysys/errors.cc:25
1277
msgid "Can't create/write to file '%s' (Errcode: %d)"
1280
#: mysys/errors.cc:27
1282
msgid "Error writing file '%s' (Errcode: %d)"
1285
#: mysys/errors.cc:28
1287
msgid "Error on close of '%s' (Errcode: %d)"
1290
#: mysys/errors.cc:29
1292
msgid "Out of memory (Needed %u bytes)"
1295
#: mysys/errors.cc:30
1297
msgid "Error on delete of '%s' (Errcode: %d)"
1300
#: mysys/errors.cc:31
1302
msgid "Error on rename of '%s' to '%s' (Errcode: %d)"
1305
#: mysys/errors.cc:32
1307
msgid "Unexpected eof found when reading file '%s' (Errcode: %d)"
1310
#: mysys/errors.cc:33
1312
msgid "Can't lock file (Errcode: %d)"
1315
#: mysys/errors.cc:34
1317
msgid "Can't unlock file (Errcode: %d)"
1320
#: mysys/errors.cc:35
1322
msgid "Can't read dir of '%s' (Errcode: %d)"
1325
#: mysys/errors.cc:36
1327
msgid "Can't get stat of '%s' (Errcode: %d)"
1330
#: mysys/errors.cc:37
1332
msgid "Can't change size of file (Errcode: %d)"
1335
#: mysys/errors.cc:38
1337
msgid "Can't open stream from handle (Errcode: %d)"
1340
#: mysys/errors.cc:39
1342
msgid "Can't get working dirctory (Errcode: %d)"
1345
#: mysys/errors.cc:40
1347
msgid "Can't change dir to '%s' (Errcode: %d)"
1350
#: mysys/errors.cc:41
1352
msgid "Warning: '%s' had %d links"
1355
#: mysys/errors.cc:42
1357
msgid "Warning: %d files and %d streams is left open\n"
1360
#: mysys/errors.cc:43
1362
msgid "Disk is full writing '%s'. Waiting for someone to free space..."
1365
#: mysys/errors.cc:44
1367
msgid "Can't create directory '%s' (Errcode: %d)"
1370
#: mysys/errors.cc:45
1373
"Character set '%s' is not a compiled character set and is not specified in "
1377
#: mysys/errors.cc:46
1379
msgid "Out of resources when opening file '%s' (Errcode: %d)"
1382
#: mysys/errors.cc:47
1384
msgid "Can't read value for symlink '%s' (Error %d)"
1387
#: mysys/errors.cc:48
1389
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
1392
#: mysys/errors.cc:49
1394
msgid "Error on realpath() on '%s' (Error %d)"
1397
#: mysys/errors.cc:50
1399
msgid "Can't sync file '%s' to disk (Errcode: %d)"
1402
#: mysys/errors.cc:51
1405
"Collation '%s' is not a compiled collation and is not specified in the %s "
1409
#: mysys/errors.cc:53
1411
msgid "File '%s' (fileno: %d) was not closed"
1414
#: mysys/my_error.cc:87
1416
msgid "Unknown error %d"
1419
#: mysys/my_getopt.cc:89
1423
#: mysys/my_getopt.cc:91
1425
msgstr "Informació: "
1427
#: mysys/my_getopt.cc:355
1429
msgid "%s: %s: Option '%s' used, but is disabled\n"
1432
#: mysys/my_getopt.cc:356
1436
#: mysys/my_getopt.cc:356
1440
#: mysys/my_getopt.cc:459
1442
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
1445
#: mysys/my_getopt.cc:772
1447
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
1450
#: mysys/my_getopt.cc:963
1452
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
1455
#: mysys/my_getopt.cc:1190
1457
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
1460
#: mysys/my_getopt.cc:1210
1464
"Variables (--variable-name=value)\n"
1465
"and boolean options {false|true} Value (after reading options)\n"
1466
"--------------------------------- -----------------------------\n"
1469
#: mysys/my_getopt.cc:1226 mysys/my_getopt.cc:1242
1470
msgid "(No default value)"
1473
#: mysys/my_getopt.cc:1245
1477
#: mysys/my_getopt.cc:1245
1481
#: mysys/my_getopt.cc:1273
1483
msgid "(Disabled)\n"
1486
#: drizzled/authentication.cc:69 drizzled/show.cc:4541
1487
#: drizzled/sql_plugin.cc:796
1489
msgid "Plugin '%s' init function returned error."
1492
#. TRANSLATORS: The leading word "configvar" is the name
1493
#. of the plugin api, and so should not be translated.
1494
#: drizzled/configvar.cc:41
1496
msgid "configvar plugin '%s' init() failed"
1499
#. TRANSLATORS: The leading word "configvar" is the name
1500
#. of the plugin api, and so should not be translated.
1501
#: drizzled/configvar.cc:63
1503
msgid "configvar plugin '%s' deinit() failed"
1506
#. TRANSLATORS: The leading word "configvar" is the name
1507
#. of the plugin api, and so should not be translated.
1508
#: drizzled/configvar.cc:99
1510
msgid "configvar plugin '%s' configvar_func1() failed"
1513
#. TRANSLATORS: The leading word "configvar" is the name
1514
#. of the plugin api, and so should not be translated.
1515
#: drizzled/configvar.cc:153
1517
msgid "configvar plugin '%s' configvar_func2() failed"
1520
#: drizzled/db.cc:405 drizzled/db.cc:413
1522
msgid "Error while loading database options: '%s':"
1525
#: drizzled/drizzled.cc:548
1527
msgid "Got error %d from pthread_cond_timedwait"
1530
#: drizzled/drizzled.cc:727
1532
msgid "Got signal %d from thread %<PRIu64>"
1535
#: drizzled/drizzled.cc:780
1539
#: drizzled/drizzled.cc:954
1540
msgid "One can only use the --user switch if running as root\n"
1543
#: drizzled/drizzled.cc:962
1545
"Fatal error: Please read \"Security\" section of the manual to find out how "
1546
"to run drizzled as root!\n"
1549
#: drizzled/drizzled.cc:986
1552
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
1556
#: drizzled/drizzled.cc:1160
1558
msgid "Retrying bind on TCP/IP port %u"
1561
#: drizzled/drizzled.cc:1166
1562
msgid "Can't start server: Bind on TCP/IP port"
1565
#: drizzled/drizzled.cc:1167
1567
msgid "Do you already have another drizzled server running on port: %d ?"
1570
#: drizzled/drizzled.cc:1173
1571
msgid "Can't start server: listen() on TCP/IP port"
1574
#: drizzled/drizzled.cc:1174
1576
msgid "listen() on TCP/IP failed with error %d"
1579
#: drizzled/drizzled.cc:1264
1584
#: drizzled/drizzled.cc:1288
1587
"We will try our best to scrape up some info that will hopefully help "
1589
"the problem, but since we have already crashed, something is definitely "
1591
"and this may fail.\n"
1595
#: drizzled/drizzled.cc:1299
1598
"It is possible that drizzled could use up to \n"
1599
"key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = %"
1602
"Hope that's ok; if not, decrease some variables in the equation.\n"
1606
#: drizzled/drizzled.cc:1317
1609
"Attempting backtrace. You can use the following information to find out\n"
1610
"where drizzled died. If you see no messages after this, something went\n"
1611
"terribly wrong...\n"
1614
#: drizzled/drizzled.cc:1345
1617
"Trying to get some variables.\n"
1618
"Some pointers may be invalid and cause the dump to abort...\n"
1621
#: drizzled/drizzled.cc:1357
1625
"This crash occurred while the server was calling initgroups(). This is\n"
1626
"often due to the use of a drizzled that is statically linked against glibc\n"
1627
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
1628
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
1629
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
1630
"drizzled that is not statically linked.\n"
1633
#: drizzled/drizzled.cc:1372
1637
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
1638
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
1639
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
1640
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
1641
"the documentation for your distribution on how to do that.\n"
1644
#: drizzled/drizzled.cc:1385
1648
"The '--memlock' argument, which was enabled, uses system calls that are\n"
1649
"unreliable and unstable on some operating systems and operating-system\n"
1650
"versions (notably, some versions of Linux). This crash could be due to use\n"
1651
"of those buggy OS calls. You should consider whether you really need the\n"
1652
"'--memlock' parameter and/or consult the OS distributor about 'mlockall'\n"
1656
#: drizzled/drizzled.cc:1400
1658
msgid "Writing a core file\n"
1661
#: drizzled/drizzled.cc:1447
1663
"setrlimit could not change the size of core files to 'infinity'; We may not "
1664
"be able to generate a core file on signals"
1667
#: drizzled/drizzled.cc:1515
1669
msgid "Can't create interrupt-thread (error %d, errno: %d)"
1672
#: drizzled/drizzled.cc:1603
1674
msgid "Got signal %d to shutdown drizzled"
1677
#: drizzled/drizzled.cc:1620 drizzled/sql_base.cc:6218
1678
msgid "Can't create thread to kill server"
1681
#: drizzled/drizzled.cc:1643
1683
msgid "Got signal: %d error: %d"
1686
#: drizzled/drizzled.cc:1758
1688
msgid "Wrong date/time format specifier: %s\n"
1691
#: drizzled/drizzled.cc:1880
1693
msgid "gethostname failed, using '%s' as hostname"
1696
#: drizzled/drizzled.cc:1944
1699
"Changed limits: max_open_files: %u max_connections: %<PRIu64> table_cache: "
1703
#: drizzled/drizzled.cc:1949
1706
"Could not increase number of max_open_files to more than %u (request: %u)"
1709
#: drizzled/drizzled.cc:2027
1711
msgid "Unknown locale: '%s'"
1714
#: drizzled/drizzled.cc:2096
1715
msgid "Can't create thread-keys"
1718
#: drizzled/drizzled.cc:2120
1719
msgid "Out of memory"
1722
#: drizzled/drizzled.cc:2126
1724
"using --replicate-same-server-id in conjunction with --log-slave-updates is "
1725
"impossible, it would lead to infinite loops in this server."
1728
#: drizzled/drizzled.cc:2146
1731
"No argument was provided to --log-bin, and --log-bin-index was not used; so "
1732
"replication may break when this Drizzle server acts as a master and has his "
1733
"hostname changed!! Please use '--log-bin=%s' to avoid this problem."
1736
#: drizzled/drizzled.cc:2158
1737
msgid "Out of memory in init_server_components."
1740
#: drizzled/drizzled.cc:2179
1741
msgid "Failed to initialize plugins."
1744
#: drizzled/drizzled.cc:2210
1747
"%s: Too many arguments (first extra is '%s').\n"
1748
"Use --verbose --help to get a list of available options\n"
1751
#: drizzled/drizzled.cc:2220
1752
msgid "Can't init databases"
1755
#: drizzled/drizzled.cc:2240
1757
msgid "Unknown/unsupported table type: %s"
1760
#: drizzled/drizzled.cc:2246
1762
msgid "Default storage engine (%s) is not available"
1765
#: drizzled/drizzled.cc:2269
1766
msgid "Can't initialize tc_log"
1769
#: drizzled/drizzled.cc:2300
1771
msgid "Failed to lock memory. Errno: %d\n"
1774
#: drizzled/drizzled.cc:2361
1776
msgid "Asked for %<PRIu64> thread stack, but got %<PRIu64>"
1779
#: drizzled/drizzled.cc:2399
1781
"You have enabled the binary log, but you haven't set server-id to a non-zero "
1782
"value: we force server id to 1; updates will be logged to the binary log, "
1783
"but connections from slaves will not be accepted."
1786
#: drizzled/drizzled.cc:2452
1787
msgid "Before Lock_thread_count"
1790
#: drizzled/drizzled.cc:2459
1791
msgid "After lock_thread_count"
1794
#: drizzled/drizzled.cc:2565
1796
msgid "drizzled: Got error %d from select"
1799
#: drizzled/drizzled.cc:2795 drizzled/drizzled.cc:2873
1800
#: drizzled/drizzled.cc:2982
1801
msgid "Option used by mysql-test for debugging and testing of replication."
1804
#: drizzled/drizzled.cc:2799
1805
msgid "Auto-increment columns are incremented by this"
1808
#: drizzled/drizzled.cc:2804
1810
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1814
#: drizzled/drizzled.cc:2810
1816
"Path to installation directory. All paths are usually resolved relative to "
1820
#: drizzled/drizzled.cc:2814
1821
msgid "IP address to bind to."
1824
#: drizzled/drizzled.cc:2818
1826
"The maximum size of a row-based binary log event in bytes. Rows will be "
1827
"grouped into events smaller than this size if possible. The value has to be "
1828
"a multiple of 256."
1831
#: drizzled/drizzled.cc:2829
1832
msgid "Set the filesystem character set."
1835
#: drizzled/drizzled.cc:2834
1836
msgid "Set the default character set."
1839
#: drizzled/drizzled.cc:2841
1840
msgid "Chroot drizzled daemon during startup."
1843
#: drizzled/drizzled.cc:2845
1844
msgid "Set the default collation."
1847
#: drizzled/drizzled.cc:2849
1848
msgid "Default completion type."
1851
#: drizzled/drizzled.cc:2854
1852
msgid "Write core on errors."
1855
#: drizzled/drizzled.cc:2858
1856
msgid "Path to the database root."
1859
#: drizzled/drizzled.cc:2862
1860
msgid "Set the default storage engine (table type) for tables."
1863
#: drizzled/drizzled.cc:2866
1864
msgid "Set the default time zone."
1867
#: drizzled/drizzled.cc:2870
1868
msgid "Type of DELAY_KEY_WRITE."
1871
#: drizzled/drizzled.cc:2879
1872
msgid "Print a symbolic stack trace on failure."
1875
#: drizzled/drizzled.cc:2885
1876
msgid "Push supported query conditions to the storage engine."
1879
#: drizzled/drizzled.cc:2891
1880
msgid "Used for debugging; Use at your own risk!"
1883
#: drizzled/drizzled.cc:2894
1884
msgid "Flush tables to disk between SQL commands."
1887
#: drizzled/drizzled.cc:2899
1888
msgid "Set up signals usable for debugging"
1891
#: drizzled/drizzled.cc:2903
1892
msgid "Command(s) that are executed for each new connection"
1895
#: drizzled/drizzled.cc:2907
1896
msgid "Read SQL commands from this file at startup."
1899
#: drizzled/drizzled.cc:2911
1900
msgid "Command(s) that are executed when a slave connects to this master"
1903
#: drizzled/drizzled.cc:2915
1907
#: drizzled/drizzled.cc:2919
1908
msgid "Set the language used for the month names and the days of the week."
1911
#: drizzled/drizzled.cc:2924
1912
msgid "Enable/disable LOAD DATA LOCAL INFILE (takes values 1|0)."
1915
#: drizzled/drizzled.cc:2929
1916
msgid "Log connections and queries to file."
1919
#: drizzled/drizzled.cc:2933
1921
"Log update queries in binary format. Optional argument is the location for "
1922
"the binary log files.(Strongly recommended to avoid replication problems if "
1923
"server's hostname changes)"
1926
#: drizzled/drizzled.cc:2940
1927
msgid "File that holds the names for last binary log files."
1930
#: drizzled/drizzled.cc:2944
1931
msgid "Log all MyISAM changes to file."
1934
#: drizzled/drizzled.cc:2948
1936
"Tells the slave to log the updates from the slave thread to the binary log. "
1937
"You will need to turn it on if you plan to daisy-chain the slaves."
1940
#: drizzled/drizzled.cc:2955
1942
"Path to transaction coordinator log (used for transactions that affect more "
1943
"than one storage engine, when binary log is disabled)"
1946
#: drizzled/drizzled.cc:2961
1947
msgid "Size of transaction coordinator log."
1950
#: drizzled/drizzled.cc:2967
1951
msgid "Log some not critical warnings to the log file."
1954
#: drizzled/drizzled.cc:2972
1956
"The location and name of the file that remembers the master and where the I/"
1957
"O replication thread is in the master's binlogs."
1960
#: drizzled/drizzled.cc:2977
1962
"The number of tries the slave will make to connect to the master before "
1966
#: drizzled/drizzled.cc:2986
1967
msgid "Lock drizzled in memory."
1970
#: drizzled/drizzled.cc:2990
1972
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1973
"BACKUP, FORCE or QUICK."
1976
#: drizzled/drizzled.cc:2995
1977
msgid "Use very new possible 'unsafe' functions."
1980
#: drizzled/drizzled.cc:3000
1981
msgid "Use old, non-optimized alter table."
1984
#: drizzled/drizzled.cc:3005
1985
msgid "Pid file used by safe_mysqld."
1988
#: drizzled/drizzled.cc:3015
1990
"Maximum time in seconds to wait for the port to become free. (Default: no "
1994
#: drizzled/drizzled.cc:3020
1995
msgid "The location and name to use for relay logs."
1998
#: drizzled/drizzled.cc:3024
2000
"The location and name to use for the file that keeps a list of the last "
2004
#: drizzled/drizzled.cc:3029
2006
"The location and name of the file that remembers where the SQL replication "
2007
"thread is in the relay logs."
2010
#: drizzled/drizzled.cc:3034
2012
"In replication, if set to 1, do not skip events having our server id. "
2013
"Default value is 0 (to break infinite loops in circular replication). Can't "
2014
"be set to 1 if --log-slave-updates is used."
2017
#: drizzled/drizzled.cc:3042
2019
"Hostname or IP of the slave to be reported to to the master during slave "
2020
"registration. Will appear in the output of SHOW SLAVE HOSTS. Leave unset if "
2021
"you do not want the slave to register itself with the master. Note that it "
2022
"is not sufficient for the master to simply read the IP of the slave off the "
2023
"socket once the slave connects. Due to NAT and other routing issues, that IP "
2024
"may not be valid for connecting to the slave from the master or other hosts."
2027
#: drizzled/drizzled.cc:3052
2028
msgid "Skip some optimize stages (for testing)."
2031
#: drizzled/drizzled.cc:3055
2033
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
2034
"specified directory"
2037
#: drizzled/drizzled.cc:3060
2039
"Uniquely identifies the server instance in the community of replication "
2043
#: drizzled/drizzled.cc:3065
2044
msgid "Don't use new, possible wrong routines."
2047
#: drizzled/drizzled.cc:3068
2048
msgid "If set, slave is not started automatically."
2051
#: drizzled/drizzled.cc:3072
2052
msgid "Don't print a stack trace on failure."
2055
#: drizzled/drizzled.cc:3076
2056
msgid "Don't give threads different priorities."
2059
#: drizzled/drizzled.cc:3080
2061
"The location where the slave should put its temporary files when replicating "
2062
"a LOAD DATA INFILE command."
2065
#: drizzled/drizzled.cc:3085
2067
"Tells the slave thread to continue replication when a query event returns an "
2068
"error from the provided list."
2071
#: drizzled/drizzled.cc:3089
2073
"Modes for how replication events should be executed. Legal values are "
2074
"STRICT (default) and IDEMPOTENT. In IDEMPOTENT mode, replication will not "
2075
"stop for operations that are idempotent. In STRICT mode, replication will "
2076
"stop on any unexpected difference between the master and the slave."
2079
#: drizzled/drizzled.cc:3097
2083
#: drizzled/drizzled.cc:3100
2084
msgid "Enable symbolic link support."
2087
#: drizzled/drizzled.cc:3109
2089
"Non-default option to alias SYSDATE() to NOW() to make it safe-replicable."
2092
#: drizzled/drizzled.cc:3114
2094
"Decision to use in heuristic recover process. Possible values are COMMIT or "
2098
#: drizzled/drizzled.cc:3119
2100
"Using this option will cause most temporary files created to use a small set "
2101
"of names, rather than a unique name for each new file."
2104
#: drizzled/drizzled.cc:3124
2106
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
2109
#: drizzled/drizzled.cc:3129
2110
msgid "Path for temporary files."
2113
#: drizzled/drizzled.cc:3133
2114
msgid "Default transaction isolation level."
2117
#: drizzled/drizzled.cc:3137
2118
msgid "Run drizzled daemon as user."
2121
#: drizzled/drizzled.cc:3145
2123
"The number of outstanding connection requests Drizzle can have. This comes "
2124
"into play when the main Drizzle thread gets very many connection requests in "
2125
"a very short time."
2128
#: drizzled/drizzled.cc:3151
2130
"The size of the cache to hold the SQL statements for the binary log during a "
2131
"transaction. If you often use big, multi-statement transactions you can "
2132
"increase this to get more performance."
2135
#: drizzled/drizzled.cc:3157
2137
"Size of tree cache used in bulk insert optimization. Note that this is a "
2141
#: drizzled/drizzled.cc:3163
2143
"The number of seconds the drizzled server is waiting for a connect packet "
2144
"before responding with 'Bad handshake'."
2147
#: drizzled/drizzled.cc:3168
2148
msgid "The DATE format (For future)."
2151
#: drizzled/drizzled.cc:3173
2152
msgid "The DATETIME/TIMESTAMP format (for future)."
2155
#: drizzled/drizzled.cc:3178
2156
msgid "The default week format used by WEEK() functions."
2159
#: drizzled/drizzled.cc:3183
2161
"Precision of the result of '/' operator will be increased on that value."
2164
#: drizzled/drizzled.cc:3189
2166
"If non-zero, binary logs will be purged after expire_logs_days days; "
2167
"possible purges happen at startup and at binary log rotation."
2170
#: drizzled/drizzled.cc:3195
2171
msgid "The maximum length of the result of function group_concat."
2174
#: drizzled/drizzled.cc:3200
2176
"The number of seconds the server waits for activity on an interactive "
2177
"connection before closing it."
2180
#: drizzled/drizzled.cc:3206
2181
msgid "The size of the buffer that is used for full joins."
2184
#: drizzled/drizzled.cc:3212
2185
msgid "Don't overwrite stale .MYD and .MYI even if no directory is specified."
2188
#: drizzled/drizzled.cc:3217
2190
"The size of the buffer used for index blocks for MyISAM tables. Increase "
2191
"this to get better index handling (for all reads and multiple writes) to as "
2192
"much as you can afford;"
2195
#: drizzled/drizzled.cc:3226
2197
"This characterizes the number of hits a hot block has to be untouched until "
2198
"it is considered aged enough to be downgraded to a warm block. This "
2199
"specifies the percentage ratio of that number of hits to the total number of "
2200
"blocks in key cache"
2203
#: drizzled/drizzled.cc:3235
2204
msgid "The default size of key cache blocks"
2207
#: drizzled/drizzled.cc:3241
2208
msgid "The minimum percentage of warm blocks in key cache"
2211
#: drizzled/drizzled.cc:3247
2212
msgid "Max packetlength to send/receive from to server."
2215
#: drizzled/drizzled.cc:3252
2217
"Can be used to restrict the total size used to cache a multi-transaction "
2221
#: drizzled/drizzled.cc:3257
2223
"Binary log will be rotated automatically when the size exceeds this value. "
2224
"Will also apply to relay logs if max_relay_log_size is 0. The minimum value "
2225
"for this variable is 4096."
2228
#: drizzled/drizzled.cc:3263
2230
"If there is more than this number of interrupted connections from a host "
2231
"this host will be blocked from further connections."
2234
#: drizzled/drizzled.cc:3270
2235
msgid "The number of simultaneous clients allowed."
2238
#: drizzled/drizzled.cc:3275
2239
msgid "Max number of errors/warnings to store for a statement."
2242
#: drizzled/drizzled.cc:3280
2243
msgid "Don't allow creation of heap tables bigger than this."
2246
#: drizzled/drizzled.cc:3286
2248
"Joins that are probably going to read more than max_join_size records return "
2252
#: drizzled/drizzled.cc:3292
2253
msgid "Max number of bytes in sorted records."
2256
#: drizzled/drizzled.cc:3297
2258
"If non-zero: relay log will be rotated automatically when the size exceeds "
2259
"this value; if zero (the default): when the size exceeds max_binlog_size. 0 "
2260
"excepted, the minimum value for this variable is 4096."
2263
#: drizzled/drizzled.cc:3304
2264
msgid "Limit assumed max number of seeks when looking up rows based on a key"
2267
#: drizzled/drizzled.cc:3309
2269
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
2270
"max_sort_length bytes of each value are used; the rest are ignored)."
2273
#: drizzled/drizzled.cc:3316
2274
msgid "Maximum number of temporary tables a client can keep open at a time."
2277
#: drizzled/drizzled.cc:3321
2278
msgid "After this many write locks, allow some read locks to run in between."
2281
#: drizzled/drizzled.cc:3325
2283
"Don't log queries which examine less than min_examined_row_limit rows to "
2287
#: drizzled/drizzled.cc:3331
2289
"Specifies how MyISAM index statistics collection code should threat NULLs. "
2290
"Possible values of name are 'nulls_unequal' (default behavior), "
2291
"'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
2294
#: drizzled/drizzled.cc:3338
2295
msgid "Buffer length for TCP/IP and socket communication."
2298
#: drizzled/drizzled.cc:3343
2300
"Number of seconds to wait for more data from a connection before aborting "
2304
#: drizzled/drizzled.cc:3349
2306
"If a read on a communication port is interrupted, retry this many times "
2310
#: drizzled/drizzled.cc:3355
2312
"Number of seconds to wait for a block to be written to a connection before "
2313
"aborting the write."
2316
#: drizzled/drizzled.cc:3361
2317
msgid "Use compatible behavior."
2320
#: drizzled/drizzled.cc:3366
2322
"If this is not 0, then drizzled will use this value to reserve file "
2323
"descriptors to use with setrlimit(). If this value is 0 then drizzled will "
2324
"reserve max_connections*5 or max_connections + table_cache*2 (whichever is "
2325
"larger) number of files."
2328
#: drizzled/drizzled.cc:3373
2330
"Controls the heuristic(s) applied during query optimization to prune less-"
2331
"promising partial plans from the optimizer search space. Meaning: false - do "
2332
"not apply any heuristic, thus perform exhaustive search; true - prune plans "
2333
"based on number of retrieved rows."
2336
#: drizzled/drizzled.cc:3381
2338
"Maximum depth of search performed by the query optimizer. Values larger than "
2339
"the number of relations in a query result in better query plans, but take "
2340
"longer to compile a query. Smaller values than the number of tables in a "
2341
"relation result in faster optimization, but may produce very bad query "
2342
"plans. If set to 0, the system will automatically pick a reasonable value; "
2343
"if set to MAX_TABLES+2, the optimizer will switch to the original find_best "
2344
"(used for testing/comparison)."
2347
#: drizzled/drizzled.cc:3393
2348
msgid "Directory for plugins."
2351
#: drizzled/drizzled.cc:3397
2353
"Optional colon (or semicolon) separated list of plugins to load,where each "
2354
"plugin is identified by the name of the shared library. [for example: --"
2355
"plugin_load=libmd5udf.so:libauth_pam.so]"
2358
#: drizzled/drizzled.cc:3403
2359
msgid "The size of the buffer that is allocated when preloading indexes"
2362
#: drizzled/drizzled.cc:3408
2363
msgid "Allocation block size for query parsing and execution"
2366
#: drizzled/drizzled.cc:3413
2367
msgid "Persistent buffer for query parsing and execution"
2370
#: drizzled/drizzled.cc:3419
2371
msgid "Allocation block size for storing ranges during optimization"
2374
#: drizzled/drizzled.cc:3425
2376
"Each thread that does a sequential scan allocates a buffer of this size for "
2377
"each table it scans. If you do many sequential scans, you may want to "
2378
"increase this value."
2381
#: drizzled/drizzled.cc:3433
2383
"When reading rows in sorted order after a sort, the rows are read through "
2384
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
2388
#: drizzled/drizzled.cc:3441
2390
"0 = do not purge relay logs. 1 = purge them as soon as they are no more "
2394
#: drizzled/drizzled.cc:3447
2395
msgid "Maximum space to use for all relay logs."
2398
#: drizzled/drizzled.cc:3452
2399
msgid "Use compression on master/slave protocol."
2402
#: drizzled/drizzled.cc:3457
2404
"Number of seconds to wait for more data from a master/slave connection "
2405
"before aborting the read."
2408
#: drizzled/drizzled.cc:3462
2410
"Number of times the slave SQL thread will retry a transaction in case it "
2411
"failed with a deadlock or elapsed lock wait timeout, before giving up and "
2415
#: drizzled/drizzled.cc:3468
2416
msgid "Allow slave to batch requests."
2419
#: drizzled/drizzled.cc:3472
2421
"If creating the thread takes longer than this value (in seconds), the "
2422
"Slow_launch_threads counter will be incremented."
2425
#: drizzled/drizzled.cc:3477
2426
msgid "Each thread that needs to do a sort allocates a buffer of this size."
2429
#: drizzled/drizzled.cc:3483
2431
"Synchronously flush binary log to disk after every #th event. Use 0 "
2432
"(default) to disable synchronous flushing."
2435
#: drizzled/drizzled.cc:3488
2436
msgid "The number of cached table definitions."
2439
#: drizzled/drizzled.cc:3492
2440
msgid "The number of cached open tables."
2443
#: drizzled/drizzled.cc:3496
2445
"Timeout in seconds to wait for a table level lock before returning an error. "
2446
"Used only if the connection has active cursors."
2449
#: drizzled/drizzled.cc:3501
2451
"How many threads we should create to handle query requests in case of "
2452
"'thread_handling=pool-of-threads'"
2455
#: drizzled/drizzled.cc:3506
2456
msgid "The stack size for each thread."
2459
#: drizzled/drizzled.cc:3512
2460
msgid "The TIME format (for future)."
2463
#: drizzled/drizzled.cc:3517
2465
"If an internal in-memory temporary table exceeds this size, Drizzle will "
2466
"automatically convert it to an on-disk MyISAM table."
2469
#: drizzled/drizzled.cc:3523
2470
msgid "Allocation block size for transactions to be stored in binary log"
2473
#: drizzled/drizzled.cc:3528
2474
msgid "Persistent buffer for transactions to be stored in binary log"
2477
#: drizzled/drizzled.cc:3533
2479
"The number of seconds the server waits for activity on a connection before "
2483
#: drizzled/drizzled.cc:3779
2485
"Copyright (C) 2008 Sun Microsystems\n"
2486
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
2487
"and you are welcome to modify and redistribute it under the GPL license\n"
2489
"Starts the Drizzle database server\n"
2492
#: drizzled/drizzled.cc:3786
2494
msgid "Usage: %s [OPTIONS]\n"
2497
#: drizzled/drizzled.cc:3797
2500
"To see what values a running Drizzle server is using, type\n"
2501
"'drizzleadmin variables' instead of 'drizzled --help'."
2504
#: drizzled/drizzled.cc:3961
2507
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
2511
#: drizzled/drizzled.cc:4012
2512
msgid "Can't start server: cannot resolve hostname!"
2515
#: drizzled/drizzled.cc:4018
2516
msgid "Can't start server: bind-address refers to multiple interfaces!"
2519
#: drizzled/drizzled.cc:4365
2521
msgid "No option given to %s\n"
2524
#: drizzled/drizzled.cc:4367
2526
msgid "Wrong option to %s. Option(s) given: %s\n"
2529
#: drizzled/drizzled.cc:4369
2531
msgid "Alternatives are: '%s'"
2534
#: drizzled/error.cc:34
2538
#: drizzled/error.cc:36
2542
#: drizzled/error.cc:38
2546
#: drizzled/error.cc:40
2550
#: drizzled/error.cc:42
2552
msgid "Can't create file '%-.200s' (errno: %d)"
2555
#: drizzled/error.cc:44
2557
msgid "Can't create table '%-.200s' (errno: %d)"
2560
#: drizzled/error.cc:46
2562
msgid "Can't create database '%-.192s' (errno: %d)"
2565
#: drizzled/error.cc:48
2567
msgid "Can't create database '%-.192s'; database exists"
2570
#: drizzled/error.cc:50
2572
msgid "Can't drop database '%-.192s'; database doesn't exist"
2575
#: drizzled/error.cc:52
2577
msgid "Error dropping database (can't delete '%-.192s', errno: %d)"
2580
#: drizzled/error.cc:54
2582
msgid "Error dropping database (can't rmdir '%-.192s', errno: %d)"
2585
#: drizzled/error.cc:56
2587
msgid "Error on delete of '%-.192s' (errno: %d)"
2590
#: drizzled/error.cc:58
2591
msgid "Can't read record in system table"
2594
#: drizzled/error.cc:60
2596
msgid "Can't get status of '%-.200s' (errno: %d)"
2599
#: drizzled/error.cc:62
2601
msgid "Can't get working directory (errno: %d)"
2604
#: drizzled/error.cc:64
2606
msgid "Can't lock file (errno: %d)"
2609
#: drizzled/error.cc:66
2611
msgid "Can't open file: '%-.200s' (errno: %d)"
2614
#: drizzled/error.cc:68
2616
msgid "Can't find file: '%-.200s' (errno: %d)"
2619
#: drizzled/error.cc:70
2621
msgid "Can't read dir of '%-.192s' (errno: %d)"
2624
#: drizzled/error.cc:72
2626
msgid "Can't change dir to '%-.192s' (errno: %d)"
2629
#: drizzled/error.cc:74
2631
msgid "Record has changed since last read in table '%-.192s'"
2634
#: drizzled/error.cc:76
2636
msgid "Disk full (%s); waiting for someone to free some space..."
2639
#: drizzled/error.cc:78
2641
msgid "Can't write; duplicate key in table '%-.192s'"
2644
#: drizzled/error.cc:80
2646
msgid "Error on close of '%-.192s' (errno: %d)"
2649
#: drizzled/error.cc:82
2651
msgid "Error reading file '%-.200s' (errno: %d)"
2654
#: drizzled/error.cc:84
2656
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
2659
#: drizzled/error.cc:86
2661
msgid "Error writing file '%-.200s' (errno: %d)"
2664
#: drizzled/error.cc:88
2666
msgid "'%-.192s' is locked against change"
2669
#: drizzled/error.cc:90
2670
msgid "Sort aborted"
2673
#: drizzled/error.cc:92
2675
msgid "View '%-.192s' doesn't exist for '%-.192s'"
2678
#: drizzled/error.cc:94
2680
msgid "Got error %d from storage engine"
2683
#: drizzled/error.cc:96
2685
msgid "Table storage engine for '%-.192s' doesn't have this option"
2688
#: drizzled/error.cc:98
2690
msgid "Can't find record in '%-.192s'"
2693
#: drizzled/error.cc:100
2695
msgid "Incorrect information in file: '%-.200s'"
2698
#: drizzled/error.cc:102
2700
msgid "Incorrect key file for table '%-.200s'; try to repair it"
2703
#: drizzled/error.cc:104
2705
msgid "Old key file for table '%-.192s'; repair it!"
2708
#: drizzled/error.cc:106
2710
msgid "Table '%-.192s' is read only"
2713
#: drizzled/error.cc:108
2715
msgid "Out of memory; restart server and try again (needed %lu bytes)"
2718
#: drizzled/error.cc:110
2719
msgid "Out of sort memory; increase server sort buffer size"
2722
#: drizzled/error.cc:112
2724
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
2727
#: drizzled/error.cc:114
2728
msgid "Too many connections"
2731
#: drizzled/error.cc:116
2733
"Out of memory; check if drizzled or some other process uses all available "
2734
"memory; if not, you may have to use 'ulimit' to allow drizzled to use more "
2735
"memory or you can add more swap space"
2738
#: drizzled/error.cc:118
2739
msgid "Can't get hostname for your address"
2742
#: drizzled/error.cc:120
2743
msgid "Bad handshake"
2746
#: drizzled/error.cc:122
2748
msgid "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
2751
#: drizzled/error.cc:124
2753
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
2756
#: drizzled/error.cc:126
2757
msgid "No database selected"
2760
#: drizzled/error.cc:128
2761
msgid "Unknown command"
2762
msgstr "Ordre desconeguda"
2764
#: drizzled/error.cc:130
2766
msgid "Column '%-.192s' cannot be null"
2769
#: drizzled/error.cc:132
2771
msgid "Unknown database '%-.192s'"
2774
#: drizzled/error.cc:134
2776
msgid "Table '%-.192s' already exists"
2779
#: drizzled/error.cc:136
2781
msgid "Unknown table '%-.100s'"
2784
#: drizzled/error.cc:138
2786
msgid "Column '%-.192s' in %-.192s is ambiguous"
2789
#: drizzled/error.cc:140
2790
msgid "Server shutdown in progress"
2793
#: drizzled/error.cc:142
2795
msgid "Unknown column '%-.192s' in '%-.192s'"
2798
#: drizzled/error.cc:144
2800
msgid "'%-.192s' isn't in GROUP BY"
2803
#: drizzled/error.cc:146
2805
msgid "Can't group on '%-.192s'"
2808
#: drizzled/error.cc:148
2809
msgid "Statement has sum functions and columns in same statement"
2812
#: drizzled/error.cc:150
2813
msgid "Column count doesn't match value count"
2816
#: drizzled/error.cc:152
2818
msgid "Identifier name '%-.100s' is too long"
2821
#: drizzled/error.cc:154
2823
msgid "Duplicate column name '%-.192s'"
2826
#: drizzled/error.cc:156
2828
msgid "Duplicate key name '%-.192s'"
2831
#: drizzled/error.cc:158
2833
msgid "Duplicate entry '%-.192s' for key %d"
2836
#: drizzled/error.cc:160
2838
msgid "Incorrect column specifier for column '%-.192s'"
2841
#: drizzled/error.cc:162
2843
msgid "%s near '%-.80s' at line %d"
2846
#: drizzled/error.cc:164
2847
msgid "Query was empty"
2850
#: drizzled/error.cc:166
2852
msgid "Not unique table/alias: '%-.192s'"
2855
#: drizzled/error.cc:168
2857
msgid "Invalid default value for '%-.192s'"
2860
#: drizzled/error.cc:170
2861
msgid "Multiple primary key defined"
2864
#: drizzled/error.cc:172
2866
msgid "Too many keys specified; max %d keys allowed"
2869
#: drizzled/error.cc:174
2871
msgid "Too many key parts specified; max %d parts allowed"
2874
#: drizzled/error.cc:176
2876
msgid "Specified key was too long; max key length is %d bytes"
2879
#: drizzled/error.cc:178
2881
msgid "Key column '%-.192s' doesn't exist in table"
2884
#: drizzled/error.cc:180
2887
"BLOB column '%-.192s' can't be used in key specification with the used table "
2891
#: drizzled/error.cc:182
2894
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
2898
#: drizzled/error.cc:184
2900
"Incorrect table definition; there can be only one auto column and it must be "
2904
#: drizzled/error.cc:186
2907
"%s: ready for connections.\n"
2908
"Version: '%s' socket: '%s' port: %d"
2911
#: drizzled/error.cc:188
2913
msgid "%s: Normal shutdown\n"
2916
#: drizzled/error.cc:190
2918
msgid "%s: Got signal %d. Aborting!\n"
2921
#: drizzled/error.cc:192
2923
msgid "%s: Shutdown complete\n"
2926
#: drizzled/error.cc:194
2928
msgid "%s: Forcing close of thread %ld user: '%-.48s'\n"
2931
#: drizzled/error.cc:196
2932
msgid "Can't create IP socket"
2935
#: drizzled/error.cc:198
2938
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
2942
#: drizzled/error.cc:200
2945
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
2949
#: drizzled/error.cc:202
2951
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
2954
#: drizzled/error.cc:204
2957
"The file '%-.128s' must be in the database directory or be readable by all"
2960
#: drizzled/error.cc:206
2962
msgid "File '%-.200s' already exists"
2965
#: drizzled/error.cc:208
2967
msgid "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
2970
#: drizzled/error.cc:210
2972
msgid "Records: %ld Duplicates: %ld"
2975
#: drizzled/error.cc:212
2977
"Incorrect prefix key; the used key part isn't a string, the used length is "
2978
"longer than the key part, or the storage engine doesn't support unique "
2982
#: drizzled/error.cc:214
2983
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
2986
#: drizzled/error.cc:216
2988
msgid "Can't DROP '%-.192s'; check that column/key exists"
2991
#: drizzled/error.cc:218
2993
msgid "Records: %ld Duplicates: %ld Warnings: %ld"
2996
#: drizzled/error.cc:220
2998
msgid "You can't specify target table '%-.192s' for update in FROM clause"
3001
#: drizzled/error.cc:222
3003
msgid "Unknown thread id: %lu"
3006
#: drizzled/error.cc:224
3008
msgid "You are not owner of thread %lu"
3011
#: drizzled/error.cc:226
3012
msgid "No tables used"
3015
#: drizzled/error.cc:228
3017
msgid "Too many strings for column %-.192s and SET"
3020
#: drizzled/error.cc:230
3022
msgid "Can't generate a unique log-filename %-.200s.(1-999)\n"
3025
#: drizzled/error.cc:232
3027
msgid "Table '%-.192s' was locked with a READ lock and can't be updated"
3030
#: drizzled/error.cc:234
3032
msgid "Table '%-.192s' was not locked with LOCK TABLES"
3035
#: drizzled/error.cc:236
3037
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
3040
#: drizzled/error.cc:238
3042
msgid "Incorrect database name '%-.100s'"
3045
#: drizzled/error.cc:240
3047
msgid "Incorrect table name '%-.100s'"
3050
#: drizzled/error.cc:242
3052
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
3053
"use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay"
3056
#: drizzled/error.cc:244
3057
msgid "Unknown error"
3058
msgstr "Error desconegut"
3060
#: drizzled/error.cc:246
3062
msgid "Unknown procedure '%-.192s'"
3065
#: drizzled/error.cc:248
3067
msgid "Incorrect parameter count to procedure '%-.192s'"
3070
#: drizzled/error.cc:250
3072
msgid "Incorrect parameters to procedure '%-.192s'"
3075
#: drizzled/error.cc:252
3077
msgid "Unknown table '%-.192s' in %-.32s"
3080
#: drizzled/error.cc:254
3082
msgid "Column '%-.192s' specified twice"
3085
#: drizzled/error.cc:256
3086
msgid "Invalid use of group function"
3089
#: drizzled/error.cc:258
3092
"Table '%-.192s' uses an extension that doesn't exist in this Drizzle version"
3095
#: drizzled/error.cc:260
3096
msgid "A table must have at least 1 column"
3099
#: drizzled/error.cc:262
3101
msgid "The table '%-.192s' is full"
3104
#: drizzled/error.cc:264
3106
msgid "Unknown character set: '%-.64s'"
3109
#: drizzled/error.cc:266
3111
msgid "Too many tables; Drizzle can only use %d tables in a join"
3114
#: drizzled/error.cc:268
3115
msgid "Too many columns"
3118
#: drizzled/error.cc:270
3121
"Row size too large. The maximum row size for the used table type, not "
3122
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
3125
#: drizzled/error.cc:272
3128
"Thread stack overrun: Used: %ld of a %ld stack. Use 'drizzled -O "
3129
"thread_stack=#' to specify a bigger stack if needed"
3132
#: drizzled/error.cc:274
3133
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
3136
#: drizzled/error.cc:276
3139
"Table handler doesn't support NULL in given index. Please change column "
3140
"'%-.192s' to be NOT NULL or use another handler"
3143
#: drizzled/error.cc:278
3145
msgid "Can't load function '%-.192s'"
3148
#: drizzled/error.cc:280
3150
msgid "Can't initialize function '%-.192s'; %-.80s"
3153
#: drizzled/error.cc:282
3154
msgid "No paths allowed for shared library"
3157
#: drizzled/error.cc:284
3159
msgid "Function '%-.192s' already exists"
3162
#: drizzled/error.cc:286
3164
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
3167
#: drizzled/error.cc:288
3169
msgid "Can't find symbol '%-.128s' in library"
3172
#: drizzled/error.cc:290
3174
msgid "Function '%-.192s' is not defined"
3177
#: drizzled/error.cc:292
3180
"Host '%-.64s' is blocked because of many connection errors; unblock with "
3181
"'drizzleadmin flush-hosts'"
3184
#: drizzled/error.cc:294
3186
msgid "Host '%-.64s' is not allowed to connect to this Drizzle server"
3189
#: drizzled/error.cc:296
3191
"You are using Drizzle as an anonymous user and anonymous users are not "
3192
"allowed to change passwords"
3195
#: drizzled/error.cc:298
3197
"You must have privileges to update tables in the drizzle database to be able "
3198
"to change passwords for others"
3201
#: drizzled/error.cc:300
3202
msgid "Can't find any matching row in the user table"
3205
#: drizzled/error.cc:302
3207
msgid "Rows matched: %ld Changed: %ld Warnings: %ld"
3210
#: drizzled/error.cc:304
3213
"Can't create a new thread (errno %d); if you are not out of available "
3214
"memory, you can consult the manual for a possible OS-dependent bug"
3217
#: drizzled/error.cc:306
3219
msgid "Column count doesn't match value count at row %ld"
3222
#: drizzled/error.cc:308
3224
msgid "Can't reopen table: '%-.192s'"
3227
#: drizzled/error.cc:310
3228
msgid "Invalid use of NULL value"
3231
#: drizzled/error.cc:312
3233
msgid "Got error '%-.64s' from regexp"
3236
#: drizzled/error.cc:314
3238
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
3239
"illegal if there is no GROUP BY clause"
3242
#: drizzled/error.cc:316
3244
msgid "There is no such grant defined for user '%-.48s' on host '%-.64s'"
3247
#: drizzled/error.cc:318
3249
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for table '%-.192s'"
3252
#: drizzled/error.cc:320
3255
"%-.16s command denied to user '%-.48s'@'%-.64s' for column '%-.192s' in "
3259
#: drizzled/error.cc:322
3261
"Illegal GRANT/REVOKE command; please consult the manual to see which "
3262
"privileges can be used"
3265
#: drizzled/error.cc:324
3266
msgid "The host or user argument to GRANT is too long"
3269
#: drizzled/error.cc:326
3271
msgid "Table '%-.192s.%-.192s' doesn't exist"
3274
#: drizzled/error.cc:328
3277
"There is no such grant defined for user '%-.48s' on host '%-.64s' on table "
3281
#: drizzled/error.cc:330
3282
msgid "The used command is not allowed with this Drizzle version"
3285
#: drizzled/error.cc:332
3287
"You have an error in your SQL syntax; check the manual that corresponds to "
3288
"your Drizzle server version for the right syntax to use"
3291
#: drizzled/error.cc:334
3293
msgid "Delayed insert thread couldn't get requested lock for table %-.192s"
3296
#: drizzled/error.cc:336
3297
msgid "Too many delayed threads in use"
3300
#: drizzled/error.cc:338
3302
msgid "Aborted connection %ld to db: '%-.192s' user: '%-.48s' (%-.64s)"
3305
#: drizzled/error.cc:340
3306
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
3309
#: drizzled/error.cc:342
3310
msgid "Got a read error from the connection pipe"
3313
#: drizzled/error.cc:344
3314
msgid "Got an error from fcntl()"
3317
#: drizzled/error.cc:346
3318
msgid "Got packets out of order"
3321
#: drizzled/error.cc:358
3322
msgid "Result string is longer than 'max_allowed_packet' bytes"
3325
#: drizzled/error.cc:360
3326
msgid "The used table type doesn't support BLOB/TEXT columns"
3329
#: drizzled/error.cc:362
3330
msgid "The used table type doesn't support AUTO_INCREMENT columns"
3333
#: drizzled/error.cc:364
3336
"INSERT DELAYED can't be used with table '%-.192s' because it is locked with "
3340
#: drizzled/error.cc:366
3342
msgid "Incorrect column name '%-.100s'"
3345
#: drizzled/error.cc:368
3347
msgid "The used storage engine can't index column '%-.192s'"
3350
#: drizzled/error.cc:370
3352
"Unable to open underlying table which is differently defined or of non-"
3353
"MyISAM type or doesn't exist"
3356
#: drizzled/error.cc:372
3358
msgid "Can't write, because of unique constraint, to table '%-.192s'"
3361
#: drizzled/error.cc:374
3364
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
3367
#: drizzled/error.cc:376
3369
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
3373
#: drizzled/error.cc:378
3374
msgid "Result consisted of more than one row"
3377
#: drizzled/error.cc:380
3378
msgid "This table type requires a primary key"
3381
#: drizzled/error.cc:382
3382
msgid "This version of Drizzle is not compiled with RAID support"
3385
#: drizzled/error.cc:384
3387
"You are using safe update mode and you tried to update a table without a "
3388
"WHERE that uses a KEY column"
3391
#: drizzled/error.cc:386
3393
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
3396
#: drizzled/error.cc:388
3397
msgid "Can't open table"
3400
#: drizzled/error.cc:390
3402
msgid "The storage engine for the table doesn't support %s"
3405
#: drizzled/error.cc:392
3406
msgid "You are not allowed to execute this command in a transaction"
3409
#: drizzled/error.cc:394
3411
msgid "Got error %d during COMMIT"
3414
#: drizzled/error.cc:396
3416
msgid "Got error %d during ROLLBACK"
3419
#: drizzled/error.cc:398
3421
msgid "Got error %d during FLUSH_LOGS"
3424
#: drizzled/error.cc:400
3426
msgid "Got error %d during CHECKPOINT"
3429
#: drizzled/error.cc:402
3432
"Aborted connection %ld to db: '%-.192s' user: '%-.48s' host: "
3436
#: drizzled/error.cc:404
3437
msgid "The storage engine for the table does not support binary table dump"
3440
#: drizzled/error.cc:406
3441
msgid "Binlog closed, cannot RESET MASTER"
3444
#: drizzled/error.cc:408
3446
msgid "Failed rebuilding the index of dumped table '%-.192s'"
3449
#: drizzled/error.cc:410
3451
msgid "Error from master: '%-.64s'"
3454
#: drizzled/error.cc:412
3455
msgid "Net error reading from master"
3458
#: drizzled/error.cc:414
3459
msgid "Net error writing to master"
3462
#: drizzled/error.cc:416
3463
msgid "Can't find FULLTEXT index matching the column list"
3466
#: drizzled/error.cc:418
3468
"Can't execute the given command because you have active locked tables or an "
3469
"active transaction"
3472
#: drizzled/error.cc:420
3474
msgid "Unknown system variable '%-.64s'"
3477
#: drizzled/error.cc:422
3479
msgid "Table '%-.192s' is marked as crashed and should be repaired"
3482
#: drizzled/error.cc:424
3485
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
3488
#: drizzled/error.cc:426
3489
msgid "Some non-transactional changed tables couldn't be rolled back"
3492
#: drizzled/error.cc:428
3494
"Multi-statement transaction required more than 'max_binlog_cache_size' bytes "
3495
"of storage; increase this drizzled variable and try again"
3498
#: drizzled/error.cc:430
3500
"This operation cannot be performed with a running slave; run STOP SLAVE first"
3503
#: drizzled/error.cc:432
3505
"This operation requires a running slave; configure slave and do START SLAVE"
3508
#: drizzled/error.cc:434
3509
msgid "The server is not configured as slave; fix with CHANGE MASTER TO"
3512
#: drizzled/error.cc:436
3514
"Could not initialize master info structure; more error messages can be found "
3515
"in the Drizzle error log"
3518
#: drizzled/error.cc:438
3519
msgid "Could not create slave thread; check system resources"
3522
#: drizzled/error.cc:440
3525
"User %-.64s already has more than 'max_user_connections' active connections"
3528
#: drizzled/error.cc:442
3529
msgid "You may only use constant expressions with SET"
3532
#: drizzled/error.cc:444
3533
msgid "Lock wait timeout exceeded; try restarting transaction"
3536
#: drizzled/error.cc:446
3537
msgid "The total number of locks exceeds the lock table size"
3540
#: drizzled/error.cc:448
3541
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
3544
#: drizzled/error.cc:450
3545
msgid "DROP DATABASE not allowed while thread is holding global read lock"
3548
#: drizzled/error.cc:452
3549
msgid "CREATE DATABASE not allowed while thread is holding global read lock"
3552
#: drizzled/error.cc:454
3554
msgid "Incorrect arguments to %s"
3557
#: drizzled/error.cc:456
3559
msgid "'%-.48s'@'%-.64s' is not allowed to create new users"
3562
#: drizzled/error.cc:458
3564
"Incorrect table definition; all MERGE tables must be in the same database"
3567
#: drizzled/error.cc:460
3568
msgid "Deadlock found when trying to get lock; try restarting transaction"
3571
#: drizzled/error.cc:462
3572
msgid "The used table type doesn't support FULLTEXT indexes"
3575
#: drizzled/error.cc:464
3576
msgid "Cannot add foreign key constraint"
3579
#: drizzled/error.cc:466
3580
msgid "Cannot add or update a child row: a foreign key constraint fails"
3583
#: drizzled/error.cc:468
3584
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
3587
#: drizzled/error.cc:470
3589
msgid "Error connecting to master: %-.128s"
3592
#: drizzled/error.cc:472
3594
msgid "Error running query on master: %-.128s"
3597
#: drizzled/error.cc:474
3599
msgid "Error when executing command %s: %-.128s"
3602
#: drizzled/error.cc:476
3604
msgid "Incorrect usage of %s and %s"
3607
#: drizzled/error.cc:478
3608
msgid "The used SELECT statements have a different number of columns"
3611
#: drizzled/error.cc:480
3612
msgid "Can't execute the query because you have a conflicting read lock"
3615
#: drizzled/error.cc:482
3616
msgid "Mixing of transactional and non-transactional tables is disabled"
3619
#: drizzled/error.cc:484
3621
msgid "Option '%s' used twice in statement"
3624
#: drizzled/error.cc:486
3626
msgid "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
3629
#: drizzled/error.cc:488
3631
msgid "Access denied; you need the %-.128s privilege for this operation"
3634
#: drizzled/error.cc:490
3637
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
3640
#: drizzled/error.cc:492
3643
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
3646
#: drizzled/error.cc:494
3648
msgid "Variable '%-.64s' doesn't have a default value"
3651
#: drizzled/error.cc:496
3653
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
3656
#: drizzled/error.cc:498
3658
msgid "Incorrect argument type to variable '%-.64s'"
3661
#: drizzled/error.cc:500
3663
msgid "Variable '%-.64s' can only be set, not read"
3666
#: drizzled/error.cc:502
3668
msgid "Incorrect usage/placement of '%s'"
3671
#: drizzled/error.cc:504
3673
msgid "This version of Drizzle doesn't yet support '%s'"
3676
#: drizzled/error.cc:506
3679
"Got fatal error %d: '%-.128s' from master when reading data from binary log"
3682
#: drizzled/error.cc:508
3683
msgid "Slave SQL thread ignored the query because of replicate-*-table rules"
3686
#: drizzled/error.cc:510
3688
msgid "Variable '%-.192s' is a %s variable"
3691
#: drizzled/error.cc:512
3693
msgid "Incorrect foreign key definition for '%-.192s': %s"
3696
#: drizzled/error.cc:514
3697
msgid "Key reference and table reference don't match"
3700
#: drizzled/error.cc:516
3702
msgid "Operand should contain %d column(s)"
3705
#: drizzled/error.cc:518
3706
msgid "Subquery returns more than 1 row"
3709
#: drizzled/error.cc:520
3711
msgid "Unknown prepared statement handler (%.*s) given to %s"
3714
#: drizzled/error.cc:522
3715
msgid "Help database is corrupt or does not exist"
3718
#: drizzled/error.cc:524
3719
msgid "Cyclic reference on subqueries"
3722
#: drizzled/error.cc:526
3724
msgid "Converting column '%s' from %s to %s"
3727
#: drizzled/error.cc:528
3729
msgid "Reference '%-.64s' not supported (%s)"
3732
#: drizzled/error.cc:530
3733
msgid "Every derived table must have its own alias"
3736
#: drizzled/error.cc:532
3738
msgid "Select %u was reduced during optimization"
3741
#: drizzled/error.cc:534
3743
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
3746
#: drizzled/error.cc:536
3748
"Client does not support authentication protocol requested by server; "
3749
"consider upgrading Drizzle client"
3752
#: drizzled/error.cc:538
3753
msgid "All parts of a SPATIAL index must be NOT NULL"
3756
#: drizzled/error.cc:540
3758
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
3761
#: drizzled/error.cc:542
3762
msgid "Slave is already running"
3765
#: drizzled/error.cc:544
3766
msgid "Slave already has been stopped"
3769
#: drizzled/error.cc:546
3772
"Uncompressed data size too large; the maximum size is %d (probably, length "
3773
"of uncompressed data was corrupted)"
3776
#: drizzled/error.cc:548
3777
msgid "ZLIB: Not enough memory"
3780
#: drizzled/error.cc:550
3782
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
3783
"data was corrupted)"
3786
#: drizzled/error.cc:552
3787
msgid "ZLIB: Input data corrupted"
3790
#: drizzled/error.cc:554
3792
msgid "%d line(s) were cut by GROUP_CONCAT()"
3795
#: drizzled/error.cc:556
3797
msgid "Row %ld doesn't contain data for all columns"
3800
#: drizzled/error.cc:558
3803
"Row %ld was truncated; it contained more data than there were input columns"
3806
#: drizzled/error.cc:560
3809
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
3812
#: drizzled/error.cc:562
3814
msgid "Out of range value for column '%s' at row %ld"
3817
#: drizzled/error.cc:564
3819
msgid "Data truncated for column '%s' at row %ld"
3822
#: drizzled/error.cc:566
3824
msgid "Using storage engine %s for table '%s'"
3827
#: drizzled/error.cc:568
3829
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
3832
#: drizzled/error.cc:570
3833
msgid "Cannot drop one or more of the requested users"
3836
#: drizzled/error.cc:572
3837
msgid "Can't revoke all privileges for one or more of the requested users"
3840
#: drizzled/error.cc:574
3842
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
3845
#: drizzled/error.cc:576
3847
msgid "Illegal mix of collations for operation '%s'"
3850
#: drizzled/error.cc:578
3853
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
3857
#: drizzled/error.cc:580
3859
msgid "Unknown collation: '%-.64s'"
3862
#: drizzled/error.cc:582
3864
"SSL parameters in CHANGE MASTER are ignored because this Drizzle slave was "
3865
"compiled without SSL support; they can be used later if Drizzle slave with "
3869
#: drizzled/error.cc:584
3872
"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the "
3873
"old format; please change the password to the new format"
3876
#: drizzled/error.cc:586
3879
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
3883
#: drizzled/error.cc:588
3884
msgid "Incorrect parameter or combination of parameters for START SLAVE UNTIL"
3887
#: drizzled/error.cc:590
3889
"It is recommended to use --skip-slave-start when doing step-by-step "
3890
"replication with START SLAVE UNTIL; otherwise, you will get problems if you "
3891
"get an unexpected slave's drizzled restart"
3894
#: drizzled/error.cc:592
3895
msgid "SQL thread is not to be started so UNTIL options are ignored"
3898
#: drizzled/error.cc:594
3900
msgid "Incorrect index name '%-.100s'"
3903
#: drizzled/error.cc:596
3905
msgid "Incorrect catalog name '%-.100s'"
3908
#: drizzled/error.cc:598
3910
msgid "Query cache failed to set size %lu; new query cache size is %lu"
3913
#: drizzled/error.cc:600
3915
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
3918
#: drizzled/error.cc:602
3920
msgid "Unknown key cache '%-.100s'"
3923
#: drizzled/error.cc:604
3925
"Drizzle is started in --skip-name-resolve mode; you must restart it without "
3926
"this switch for this grant to work"
3929
#: drizzled/error.cc:606
3931
msgid "Unknown table engine '%s'"
3934
#: drizzled/error.cc:608
3936
msgid "'%s' is deprecated; use '%s' instead"
3939
#: drizzled/error.cc:610
3941
msgid "The target table %-.100s of the %s is not updatable"
3944
#: drizzled/error.cc:612
3947
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
3951
#: drizzled/error.cc:614
3954
"The Drizzle server is running with the %s option so it cannot execute this "
3958
#: drizzled/error.cc:616
3960
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
3963
#: drizzled/error.cc:618
3965
msgid "Truncated incorrect %-.32s value: '%-.128s'"
3968
#: drizzled/error.cc:620
3970
"Incorrect table definition; there can be only one TIMESTAMP column with "
3971
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
3974
#: drizzled/error.cc:622
3976
msgid "Invalid ON UPDATE clause for '%-.192s' column"
3979
#: drizzled/error.cc:624
3980
msgid "This command is not supported in the prepared statement protocol yet"
3983
#: drizzled/error.cc:626
3985
msgid "Got error %d '%-.100s' from %s"
3988
#: drizzled/error.cc:628
3990
msgid "Got temporary error %d '%-.100s' from %s"
3993
#: drizzled/error.cc:630
3995
msgid "Unknown or incorrect time zone: '%-.64s'"
3998
#: drizzled/error.cc:632
4000
msgid "Invalid TIMESTAMP value in column '%s' at row %ld"
4003
#: drizzled/error.cc:634
4005
msgid "Invalid %s character string: '%.64s'"
4008
#: drizzled/error.cc:636
4010
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
4013
#: drizzled/error.cc:638
4015
msgid "Conflicting declarations: '%s%s' and '%s%s'"
4018
#: drizzled/error.cc:640
4020
msgid "Can't create a %s from within another stored routine"
4023
#: drizzled/error.cc:642
4025
msgid "%s %s already exists"
4028
#: drizzled/error.cc:644
4030
msgid "%s %s does not exist"
4033
#: drizzled/error.cc:646
4035
msgid "Failed to DROP %s %s"
4038
#: drizzled/error.cc:648
4040
msgid "Failed to CREATE %s %s"
4043
#: drizzled/error.cc:650
4045
msgid "%s with no matching label: %s"
4048
#: drizzled/error.cc:652
4050
msgid "Redefining label %s"
4053
#: drizzled/error.cc:654
4055
msgid "End-label %s without match"
4058
#: drizzled/error.cc:656
4060
msgid "Referring to uninitialized variable %s"
4063
#: drizzled/error.cc:658
4065
msgid "PROCEDURE %s can't return a result set in the given context"
4068
#: drizzled/error.cc:660
4069
msgid "RETURN is only allowed in a FUNCTION"
4072
#: drizzled/error.cc:662
4074
msgid "%s is not allowed in stored procedures"
4077
#: drizzled/error.cc:664
4079
"The update log is deprecated and replaced by the binary log; SET "
4080
"SQL_LOG_UPDATE has been ignored"
4083
#: drizzled/error.cc:666
4085
"The update log is deprecated and replaced by the binary log; SET "
4086
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
4089
#: drizzled/error.cc:668
4090
msgid "Query execution was interrupted"
4093
#: drizzled/error.cc:670
4095
msgid "Incorrect number of arguments for %s %s; expected %u, got %u"
4098
#: drizzled/error.cc:672
4100
msgid "Undefined CONDITION: %s"
4103
#: drizzled/error.cc:674
4105
msgid "No RETURN found in FUNCTION %s"
4108
#: drizzled/error.cc:676
4110
msgid "FUNCTION %s ended without RETURN"
4113
#: drizzled/error.cc:678
4114
msgid "Cursor statement must be a SELECT"
4117
#: drizzled/error.cc:680
4118
msgid "Cursor SELECT must not have INTO"
4121
#: drizzled/error.cc:682
4123
msgid "Undefined CURSOR: %s"
4126
#: drizzled/error.cc:684
4127
msgid "Cursor is already open"
4130
#: drizzled/error.cc:686
4131
msgid "Cursor is not open"
4134
#: drizzled/error.cc:688
4136
msgid "Undeclared variable: %s"
4139
#: drizzled/error.cc:690
4140
msgid "Incorrect number of FETCH variables"
4143
#: drizzled/error.cc:692
4144
msgid "No data - zero rows fetched, selected, or processed"
4147
#: drizzled/error.cc:694
4149
msgid "Duplicate parameter: %s"
4152
#: drizzled/error.cc:696
4154
msgid "Duplicate variable: %s"
4157
#: drizzled/error.cc:698
4159
msgid "Duplicate condition: %s"
4162
#: drizzled/error.cc:700
4164
msgid "Duplicate cursor: %s"
4167
#: drizzled/error.cc:702
4169
msgid "Failed to ALTER %s %s"
4172
#: drizzled/error.cc:704
4173
msgid "Subquery value not supported"
4176
#: drizzled/error.cc:706
4178
msgid "%s is not allowed in stored function or trigger"
4181
#: drizzled/error.cc:708
4182
msgid "Variable or condition declaration after cursor or handler declaration"
4185
#: drizzled/error.cc:710
4186
msgid "Cursor declaration after handler declaration"
4189
#: drizzled/error.cc:712
4190
msgid "Case not found for CASE statement"
4193
#: drizzled/error.cc:714
4195
msgid "Configuration file '%-.192s' is too big"
4198
#: drizzled/error.cc:716
4200
msgid "Malformed file type header in file '%-.192s'"
4203
#: drizzled/error.cc:718
4205
msgid "Unexpected end of file while parsing comment '%-.200s'"
4208
#: drizzled/error.cc:720
4210
msgid "Error while parsing parameter '%-.192s' (line: '%-.192s')"
4213
#: drizzled/error.cc:722
4215
msgid "Unexpected end of file while skipping unknown parameter '%-.192s'"
4218
#: drizzled/error.cc:724
4219
msgid "EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
4222
#: drizzled/error.cc:726
4224
msgid "File '%-.192s' has unknown type '%-.64s' in its header"
4227
#: drizzled/error.cc:728
4229
msgid "'%-.192s.%-.192s' is not %s"
4232
#: drizzled/error.cc:730
4234
msgid "Column '%-.192s' is not updatable"
4237
#: drizzled/error.cc:732
4238
msgid "View's SELECT contains a subquery in the FROM clause"
4241
#: drizzled/error.cc:734
4243
msgid "View's SELECT contains a '%s' clause"
4246
#: drizzled/error.cc:736
4247
msgid "View's SELECT contains a variable or parameter"
4250
#: drizzled/error.cc:738
4252
msgid "View's SELECT refers to a temporary table '%-.192s'"
4255
#: drizzled/error.cc:740
4256
msgid "View's SELECT and view's field list have different column counts"
4259
#: drizzled/error.cc:742
4261
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
4264
#: drizzled/error.cc:744
4265
msgid "View being updated does not have complete key of underlying table in it"
4268
#: drizzled/error.cc:746
4271
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
4272
"(s) or definer/invoker of view lack rights to use them"
4275
#: drizzled/error.cc:748
4277
msgid "Can't drop or alter a %s from within another stored routine"
4280
#: drizzled/error.cc:750
4281
msgid "GOTO is not allowed in a stored procedure handler"
4284
#: drizzled/error.cc:752
4285
msgid "Trigger already exists"
4288
#: drizzled/error.cc:754
4289
msgid "Trigger does not exist"
4292
#: drizzled/error.cc:756
4294
msgid "Trigger's '%-.192s' is view or temporary table"
4297
#: drizzled/error.cc:758
4299
msgid "Updating of %s row is not allowed in %strigger"
4302
#: drizzled/error.cc:760
4304
msgid "There is no %s row in %s trigger"
4307
#: drizzled/error.cc:762
4309
msgid "Field '%-.192s' doesn't have a default value"
4312
#: drizzled/error.cc:764
4313
msgid "Division by 0"
4316
#: drizzled/error.cc:766
4318
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
4321
#: drizzled/error.cc:768
4323
msgid "Illegal %s '%-.192s' value found during parsing"
4326
#: drizzled/error.cc:770
4328
msgid "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
4331
#: drizzled/error.cc:772
4333
msgid "CHECK OPTION failed '%-.192s.%-.192s'"
4336
#: drizzled/error.cc:774
4338
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
4341
#: drizzled/error.cc:776
4343
msgid "Failed purging old relay logs: %s"
4346
#: drizzled/error.cc:778
4348
msgid "Password hash should be a %d-digit hexadecimal number"
4351
#: drizzled/error.cc:780
4352
msgid "Target log not found in binlog index"
4355
#: drizzled/error.cc:782
4356
msgid "I/O error reading log index file"
4359
#: drizzled/error.cc:784
4360
msgid "Server configuration does not permit binlog purge"
4363
#: drizzled/error.cc:786
4364
msgid "Failed on fseek()"
4367
#: drizzled/error.cc:788
4368
msgid "Fatal error during log purge"
4371
#: drizzled/error.cc:790
4372
msgid "A purgeable log is in use, will not purge"
4375
#: drizzled/error.cc:792
4376
msgid "Unknown error during log purge"
4379
#: drizzled/error.cc:794
4381
msgid "Failed initializing relay log position: %s"
4384
#: drizzled/error.cc:796
4385
msgid "You are not using binary logging"
4388
#: drizzled/error.cc:798
4391
"The '%-.64s' syntax is reserved for purposes internal to the Drizzle server"
4394
#: drizzled/error.cc:800
4395
msgid "WSAStartup Failed"
4398
#: drizzled/error.cc:802
4399
msgid "Can't handle procedures with different groups yet"
4402
#: drizzled/error.cc:804
4403
msgid "Select must have a group with this procedure"
4406
#: drizzled/error.cc:806
4407
msgid "Can't use ORDER clause with this procedure"
4410
#: drizzled/error.cc:808
4412
msgid "Binary logging and replication forbid changing the global server %s"
4415
#: drizzled/error.cc:810
4417
msgid "Can't map file: %-.200s, errno: %d"
4420
#: drizzled/error.cc:812
4422
msgid "Wrong magic in %-.64s"
4425
#: drizzled/error.cc:814
4426
msgid "Prepared statement contains too many placeholders"
4429
#: drizzled/error.cc:816
4431
msgid "Key part '%-.192s' length cannot be 0"
4434
#: drizzled/error.cc:818
4435
msgid "View text checksum failed"
4438
#: drizzled/error.cc:820
4441
"Can not modify more than one base table through a join view '%-.192s.%-.192s'"
4444
#: drizzled/error.cc:822
4446
msgid "Can not insert into join view '%-.192s.%-.192s' without fields list"
4449
#: drizzled/error.cc:824
4451
msgid "Can not delete from join view '%-.192s.%-.192s'"
4454
#: drizzled/error.cc:826
4456
msgid "Operation %s failed for %.256s"
4459
#: drizzled/error.cc:828
4460
msgid "XAER_NOTA: Unknown XID"
4463
#: drizzled/error.cc:830
4464
msgid "XAER_INVAL: Invalid arguments (or unsupported command)"
4467
#: drizzled/error.cc:832
4470
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
4474
#: drizzled/error.cc:834
4475
msgid "XAER_OUTSIDE: Some work is done outside global transaction"
4478
#: drizzled/error.cc:836
4480
"XAER_RMERR: Fatal error occurred in the transaction branch - check your data "
4484
#: drizzled/error.cc:838
4485
msgid "XA_RBROLLBACK: Transaction branch was rolled back"
4488
#: drizzled/error.cc:840
4491
"There is no such grant defined for user '%-.48s' on host '%-.64s' on routine "
4495
#: drizzled/error.cc:842
4496
msgid "Failed to grant EXECUTE and ALTER ROUTINE privileges"
4499
#: drizzled/error.cc:844
4500
msgid "Failed to revoke all privileges to dropped routine"
4503
#: drizzled/error.cc:846
4505
msgid "Data too long for column '%s' at row %ld"
4508
#: drizzled/error.cc:848
4510
msgid "Bad SQLSTATE: '%s'"
4513
#: drizzled/error.cc:850
4516
"%s: ready for connections.\n"
4517
"Version: '%s' socket: '%s' port: %d %s"
4520
#: drizzled/error.cc:852
4521
msgid "Can't load value from file with fixed size rows to variable"
4524
#: drizzled/error.cc:854
4525
msgid "You are not allowed to create a user with GRANT"
4528
#: drizzled/error.cc:856
4530
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
4533
#: drizzled/error.cc:858
4534
msgid "Table definition has changed, please retry transaction"
4537
#: drizzled/error.cc:860
4538
msgid "Duplicate handler declared in the same block"
4541
#: drizzled/error.cc:862
4544
"OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-"
4545
"variable in BEFORE trigger"
4548
#: drizzled/error.cc:864
4550
msgid "Not allowed to return a result set from a %s"
4553
#: drizzled/error.cc:866
4554
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
4557
#: drizzled/error.cc:868
4559
"A routine failed and has neither NO SQL nor READS SQL DATA in its "
4560
"declaration and binary logging is enabled; if non-transactional tables were "
4561
"updated, the binary log will miss their changes"
4564
#: drizzled/error.cc:870
4566
"This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its "
4567
"declaration and binary logging is enabled (you *might* want to use the less "
4568
"safe log_bin_trust_function_creators variable)"
4571
#: drizzled/error.cc:872
4573
"You do not have the SUPER privilege and binary logging is enabled (you "
4574
"*might* want to use the less safe log_bin_trust_function_creators variable)"
4577
#: drizzled/error.cc:874
4579
"You can't execute a prepared statement which has an open cursor associated "
4580
"with it. Reset the statement to re-execute it."
4583
#: drizzled/error.cc:876
4585
msgid "The statement (%lu) has no open cursor."
4588
#: drizzled/error.cc:878
4590
"Explicit or implicit commit is not allowed in stored function or trigger."
4593
#: drizzled/error.cc:880
4596
"Field of view '%-.192s.%-.192s' underlying table doesn't have a default value"
4599
#: drizzled/error.cc:882
4600
msgid "Recursive stored functions and triggers are not allowed."
4603
#: drizzled/error.cc:884
4605
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
4608
#: drizzled/error.cc:886
4610
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
4613
#: drizzled/error.cc:888
4616
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
4620
#: drizzled/error.cc:890
4622
"You can't combine write-locking of system tables with other tables or lock "
4626
#: drizzled/error.cc:892
4628
msgid "Unable to connect to foreign data source: %.64s"
4631
#: drizzled/error.cc:894
4634
"There was a problem processing the query on the foreign data source. Data "
4635
"source error: %-.64s"
4638
#: drizzled/error.cc:896
4641
"The foreign data source you are trying to reference does not exist. Data "
4642
"source error: %-.64s"
4645
#: drizzled/error.cc:898
4648
"Can't create federated table. The data source connection string '%-.64s' is "
4649
"not in the correct format"
4652
#: drizzled/error.cc:900
4654
msgid "The data source connection string '%-.64s' is not in the correct format"
4657
#: drizzled/error.cc:902
4659
msgid "Can't create federated table. Foreign data src error: %-.64s"
4662
#: drizzled/error.cc:904
4663
msgid "Trigger in wrong schema"
4666
#: drizzled/error.cc:906
4669
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
4670
"needed. Use 'drizzled -O thread_stack=#' to specify a bigger stack."
4673
#: drizzled/error.cc:908
4675
msgid "Routine body for '%-.100s' is too long"
4678
#: drizzled/error.cc:910
4679
msgid "Cannot drop default keycache"
4682
#: drizzled/error.cc:912
4684
msgid "Display width out of range for column '%-.192s' (max = %d)"
4687
#: drizzled/error.cc:914
4688
msgid "XAER_DUPID: The XID already exists"
4691
#: drizzled/error.cc:916
4693
msgid "Datetime function: %-.32s field overflow"
4696
#: drizzled/error.cc:918
4699
"Can't update table '%-.192s' in stored function/trigger because it is "
4700
"already used by statement which invoked this stored function/trigger."
4703
#: drizzled/error.cc:920
4706
"The definition of table '%-.192s' prevents operation %.192s on table "
4710
#: drizzled/error.cc:922
4712
"The prepared statement contains a stored routine call that refers to that "
4713
"same statement. It's not allowed to execute a prepared statement in such a "
4717
#: drizzled/error.cc:924
4718
msgid "Not allowed to set autocommit from a stored function or trigger"
4721
#: drizzled/error.cc:926
4722
msgid "Definer is not fully qualified"
4725
#: drizzled/error.cc:928
4728
"View '%-.192s'.'%-.192s' has no definer information (old table format). "
4729
"Current user is used as definer. Please recreate the view!"
4732
#: drizzled/error.cc:930
4735
"You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' "
4739
#: drizzled/error.cc:932
4741
msgid "The user specified as a definer ('%-.64s'@'%-.64s') does not exist"
4744
#: drizzled/error.cc:934
4746
msgid "Changing schema from '%-.192s' to '%-.192s' is not allowed."
4749
#: drizzled/error.cc:936
4752
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
4755
#: drizzled/error.cc:938
4758
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
4761
#: drizzled/error.cc:940
4763
msgid "Variable '%-.64s' must be quoted with `...`, or renamed"
4766
#: drizzled/error.cc:942
4769
"No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be "
4770
"activated under the authorization of the invoker, which may have "
4771
"insufficient privileges. Please recreate the trigger."
4774
#: drizzled/error.cc:944
4776
msgid "'%-.192s' has an old format, you should re-create the '%s' object(s)"
4779
#: drizzled/error.cc:946
4782
"Recursive limit %d (as set by the max_sp_recursion_depth variable) was "
4783
"exceeded for routine %.192s"
4786
#: drizzled/error.cc:948
4789
"Failed to load routine %-.192s. The table drizzle.proc is missing, corrupt, "
4790
"or contains bad data (internal code %d)"
4793
#: drizzled/error.cc:950
4795
msgid "Incorrect routine name '%-.192s'"
4798
#: drizzled/error.cc:952
4800
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
4803
#: drizzled/error.cc:954
4804
msgid "AGGREGATE is not supported for stored functions"
4807
#: drizzled/error.cc:956
4810
"Can't create more than max_prepared_stmt_count statements (current value: %"
4814
#: drizzled/error.cc:958
4816
msgid "`%-.192s`.`%-.192s` contains view recursion"
4819
#: drizzled/error.cc:960
4821
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
4824
#: drizzled/error.cc:962
4825
msgid "The used table type doesn't support SPATIAL indexes"
4828
#: drizzled/error.cc:964
4829
msgid "Triggers can not be created on system tables"
4832
#: drizzled/error.cc:966
4834
msgid "Leading spaces are removed from name '%s'"
4837
#: drizzled/error.cc:968
4838
msgid "Failed to read auto-increment value from storage engine"
4841
#: drizzled/error.cc:970
4845
#: drizzled/error.cc:972
4849
#: drizzled/error.cc:974
4851
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
4854
#: drizzled/error.cc:976
4856
msgid "The target table %-.100s of the %s is not insertable-into"
4859
#: drizzled/error.cc:978
4862
"Table '%-.64s' is differently defined or of non-MyISAM type or doesn't exist"
4865
#: drizzled/error.cc:980
4866
msgid "Too high level of nesting for select"
4869
#: drizzled/error.cc:982
4871
msgid "Name '%-.64s' has become ''"
4874
#: drizzled/error.cc:984
4876
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
4877
"optional and non-empty FIELDS ENCLOSED BY"
4880
#: drizzled/error.cc:986
4882
msgid "The foreign server, %s, you are trying to create already exists."
4885
#: drizzled/error.cc:988
4888
"The foreign server name you are trying to reference does not exist. Data "
4889
"source error: %-.64s"
4892
#: drizzled/error.cc:990
4895
"Table storage engine '%-.64s' does not support the create option '%.64s'"
4898
#: drizzled/error.cc:992
4901
"Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for "
4905
#: drizzled/error.cc:994
4907
msgid "Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
4910
#: drizzled/error.cc:996
4911
msgid "MAXVALUE can only be used in last partition definition"
4914
#: drizzled/error.cc:998
4915
msgid "Subpartitions can only be hash partitions and by key"
4918
#: drizzled/error.cc:1000
4919
msgid "Must define subpartitions on all partitions if on one partition"
4922
#: drizzled/error.cc:1002
4923
msgid "Wrong number of partitions defined, mismatch with previous setting"
4926
#: drizzled/error.cc:1004
4927
msgid "Wrong number of subpartitions defined, mismatch with previous setting"
4930
#: drizzled/error.cc:1006
4931
msgid "Constant/Random expression in (sub)partitioning function is not allowed"
4934
#: drizzled/error.cc:1008
4935
msgid "Expression in RANGE/LIST VALUES must be constant"
4938
#: drizzled/error.cc:1010
4939
msgid "Field in list of fields for partition function not found in table"
4942
#: drizzled/error.cc:1012
4943
msgid "List of fields is only allowed in KEY partitions"
4946
#: drizzled/error.cc:1014
4948
"The partition info in the frm file is not consistent with what can be "
4949
"written into the frm file"
4952
#: drizzled/error.cc:1016
4954
msgid "The %-.192s function returns the wrong type"
4957
#: drizzled/error.cc:1018
4959
msgid "For %-.64s partitions each partition must be defined"
4962
#: drizzled/error.cc:1020
4963
msgid "VALUES LESS THAN value must be strictly increasing for each partition"
4966
#: drizzled/error.cc:1022
4967
msgid "VALUES value must be of same type as partition function"
4970
#: drizzled/error.cc:1024
4971
msgid "Multiple definition of same constant in list partitioning"
4974
#: drizzled/error.cc:1026
4975
msgid "Partitioning can not be used stand-alone in query"
4978
#: drizzled/error.cc:1028
4980
"The mix of handlers in the partitions is not allowed in this version of "
4984
#: drizzled/error.cc:1030
4986
msgid "For the partitioned engine it is necessary to define all %-.64s"
4989
#: drizzled/error.cc:1032
4990
msgid "Too many partitions (including subpartitions) were defined"
4993
#: drizzled/error.cc:1034
4995
"It is only possible to mix RANGE/LIST partitioning with HASH/KEY "
4996
"partitioning for subpartitioning"
4999
#: drizzled/error.cc:1036
5000
msgid "Failed to create specific handler file"
5003
#: drizzled/error.cc:1038
5004
msgid "A BLOB field is not allowed in partition function"
5007
#: drizzled/error.cc:1040
5009
msgid "A %-.192s must include all columns in the table's partitioning function"
5012
#: drizzled/error.cc:1042
5014
msgid "Number of %-.64s = 0 is not an allowed value"
5017
#: drizzled/error.cc:1044
5018
msgid "Partition management on a not partitioned table is not possible"
5021
#: drizzled/error.cc:1046
5023
"Foreign key condition is not yet supported in conjunction with partitioning"
5026
#: drizzled/error.cc:1048
5028
msgid "Error in list of partitions to %-.64s"
5031
#: drizzled/error.cc:1050
5032
msgid "Cannot remove all partitions, use DROP TABLE instead"
5035
#: drizzled/error.cc:1052
5036
msgid "COALESCE PARTITION can only be used on HASH/KEY partitions"
5039
#: drizzled/error.cc:1054
5041
"REORGANIZE PARTITION can only be used to reorganize partitions not to change "
5045
#: drizzled/error.cc:1056
5047
"REORGANIZE PARTITION without parameters can only be used on auto-partitioned "
5048
"tables using HASH PARTITIONs"
5051
#: drizzled/error.cc:1058
5053
msgid "%-.64s PARTITION can only be used on RANGE/LIST partitions"
5056
#: drizzled/error.cc:1060
5057
msgid "Trying to Add partition(s) with wrong number of subpartitions"
5060
#: drizzled/error.cc:1062
5061
msgid "At least one partition must be added"
5064
#: drizzled/error.cc:1064
5065
msgid "At least one partition must be coalesced"
5068
#: drizzled/error.cc:1066
5069
msgid "More partitions to reorganize than there are partitions"
5072
#: drizzled/error.cc:1068
5074
msgid "Duplicate partition name %-.192s"
5077
#: drizzled/error.cc:1070
5078
msgid "It is not allowed to shut off binlog on this command"
5081
#: drizzled/error.cc:1072
5082
msgid "When reorganizing a set of partitions they must be in consecutive order"
5085
#: drizzled/error.cc:1074
5087
"Reorganize of range partitions cannot change total ranges except for last "
5088
"partition where it can extend the range"
5091
#: drizzled/error.cc:1076
5092
msgid "Partition function not supported in this version for this handler"
5095
#: drizzled/error.cc:1078
5096
msgid "Partition state cannot be defined from CREATE/ALTER TABLE"
5099
#: drizzled/error.cc:1080
5101
msgid "The %-.64s handler only supports 32 bit integers in VALUES"
5104
#: drizzled/error.cc:1082
5106
msgid "Plugin '%-.192s' is not loaded"
5109
#: drizzled/error.cc:1084
5111
msgid "Incorrect %-.32s value: '%-.128s'"
5114
#: drizzled/error.cc:1086
5116
msgid "Table has no partition for value %-.64s"
5119
#: drizzled/error.cc:1088
5121
msgid "It is not allowed to specify %s more than once"
5124
#: drizzled/error.cc:1090 drizzled/error.cc:1226
5126
msgid "Failed to create %s"
5129
#: drizzled/error.cc:1092 drizzled/error.cc:1116
5131
msgid "Failed to drop %s"
5134
#: drizzled/error.cc:1094
5135
msgid "The handler doesn't support autoextend of tablespaces"
5138
#: drizzled/error.cc:1096
5140
"A size parameter was incorrectly specified, either number or on the form 10M"
5143
#: drizzled/error.cc:1098
5145
"The size number was correct but we don't allow the digit part to be more "
5149
#: drizzled/error.cc:1100
5151
msgid "Failed to alter: %s"
5154
#: drizzled/error.cc:1102
5155
msgid "Writing one row to the row-based binary log failed"
5158
#: drizzled/error.cc:1104
5160
msgid "Table definition on master and slave does not match: %s"
5163
#: drizzled/error.cc:1106
5165
"Slave running with --log-slave-updates must use row-based binary logging to "
5166
"be able to replicate row-based binary log events"
5169
#: drizzled/error.cc:1108
5171
msgid "Event '%-.192s' already exists"
5174
#: drizzled/error.cc:1110
5176
msgid "Failed to store event %s. Error code %d from storage engine."
5179
#: drizzled/error.cc:1112
5181
msgid "Unknown event '%-.192s'"
5184
#: drizzled/error.cc:1114
5186
msgid "Failed to alter event '%-.192s'"
5189
#: drizzled/error.cc:1118
5190
msgid "INTERVAL is either not positive or too big"
5193
#: drizzled/error.cc:1120
5194
msgid "ENDS is either invalid or before STARTS"
5197
#: drizzled/error.cc:1122
5198
msgid "Event execution time is in the past. Event has been disabled"
5201
#: drizzled/error.cc:1124
5202
msgid "Failed to open drizzle.event"
5205
#: drizzled/error.cc:1126
5206
msgid "No datetime expression provided"
5209
#: drizzled/error.cc:1128
5212
"Column count of drizzle.%s is wrong. Expected %d, found %d. The table is "
5213
"probably corrupted"
5216
#: drizzled/error.cc:1130
5218
msgid "Cannot load from drizzle.%s. The table is probably corrupted"
5221
#: drizzled/error.cc:1132
5222
msgid "Failed to delete the event from drizzle.event"
5225
#: drizzled/error.cc:1134
5226
msgid "Error during compilation of event's body"
5229
#: drizzled/error.cc:1136
5230
msgid "Same old and new event name"
5233
#: drizzled/error.cc:1138
5235
msgid "Data for column '%s' too long"
5238
#: drizzled/error.cc:1140
5240
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
5243
#: drizzled/error.cc:1142
5246
"The syntax '%s' is deprecated and will be removed in Drizzle %s. Please use %"
5250
#: drizzled/error.cc:1144
5251
msgid "You can't write-lock a log table. Only read access is possible"
5254
#: drizzled/error.cc:1146
5255
msgid "You can't use locks with log tables."
5258
#: drizzled/error.cc:1148
5261
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
5262
"d would lead to a duplicate entry"
5265
#: drizzled/error.cc:1150
5268
"Column count of drizzle.%s is wrong. Expected %d, found %d. Created with "
5269
"Drizzle %d, now running %d. Please use drizzle_upgrade to fix this error."
5272
#: drizzled/error.cc:1152
5274
"Cannot switch out of the row-based binary log format when the session has "
5275
"open temporary tables"
5278
#: drizzled/error.cc:1154
5280
"Cannot change the binary logging format inside a stored function or trigger"
5283
#: drizzled/error.cc:1156
5285
"The NDB cluster engine does not support changing the binlog format on the "
5289
#: drizzled/error.cc:1158
5290
msgid "Cannot create temporary table with partitions"
5293
#: drizzled/error.cc:1160
5294
msgid "Partition constant is out of partition function domain"
5297
#: drizzled/error.cc:1162
5298
msgid "This partition function is not allowed"
5301
#: drizzled/error.cc:1164
5302
msgid "Error in DDL log"
5305
#: drizzled/error.cc:1166
5306
msgid "Not allowed to use NULL value in VALUES LESS THAN"
5309
#: drizzled/error.cc:1168
5310
msgid "Incorrect partition name"
5313
#: drizzled/error.cc:1170
5315
"Transaction isolation level can't be changed while a transaction is in "
5319
#: drizzled/error.cc:1172
5322
"ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry "
5323
"'%-.192s' for key '%-.192s'"
5326
#: drizzled/error.cc:1174
5328
msgid "Internal scheduler error %d"
5331
#: drizzled/error.cc:1176
5333
msgid "Error during starting/stopping of the scheduler. Error code %u"
5336
#: drizzled/error.cc:1178
5337
msgid "Engine cannot be used in partitioned tables"
5340
#: drizzled/error.cc:1180
5342
msgid "Cannot activate '%-.64s' log"
5345
#: drizzled/error.cc:1182
5346
msgid "The server was not built with row-based replication"
5349
#: drizzled/error.cc:1184
5350
msgid "Decoding of base64 string failed"
5353
#: drizzled/error.cc:1186
5354
msgid "Recursion of EVENT DDL statements is forbidden when body is present"
5357
#: drizzled/error.cc:1188
5359
"Cannot proceed because system tables used by Event Scheduler were found "
5360
"damaged at server start"
5363
#: drizzled/error.cc:1190
5364
msgid "Only integers allowed as number here"
5367
#: drizzled/error.cc:1192
5368
msgid "This storage engine cannot be used for log tables"
5371
#: drizzled/error.cc:1194
5373
msgid "You cannot '%s' a log table if logging is enabled"
5376
#: drizzled/error.cc:1196
5379
"Cannot rename '%s'. When logging enabled, rename to/from log table must "
5380
"rename two tables: the log table to an archive table and another table back "
5384
#: drizzled/error.cc:1198
5386
msgid "Incorrect parameter count in the call to native function '%-.192s'"
5389
#: drizzled/error.cc:1200
5391
msgid "Incorrect parameters in the call to native function '%-.192s'"
5394
#: drizzled/error.cc:1202
5396
msgid "Incorrect parameters in the call to stored function '%-.192s'"
5399
#: drizzled/error.cc:1204
5401
msgid "This function '%-.192s' has the same name as a native function"
5404
#: drizzled/error.cc:1206
5406
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
5409
#: drizzled/error.cc:1208
5410
msgid "Too many files opened, please execute the command again"
5413
#: drizzled/error.cc:1210 drizzled/error.cc:1212
5415
"Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. "
5416
"The event was dropped immediately after creation."
5419
#: drizzled/error.cc:1214
5421
msgid "The incident %s occurred on the master. Message: %-.64s"
5424
#: drizzled/error.cc:1216
5425
msgid "Table has no partition for some existing values"
5428
#: drizzled/error.cc:1218
5429
msgid "Statement is not safe to log in statement format."
5432
#: drizzled/error.cc:1220
5434
msgid "Fatal error: %s"
5437
#: drizzled/error.cc:1222
5439
msgid "Relay log read failure: %s"
5442
#: drizzled/error.cc:1224
5444
msgid "Relay log write failure: %s"
5447
#: drizzled/error.cc:1228
5449
msgid "Master command %s failed: %s"
5452
#: drizzled/error.cc:1230
5454
msgid "Binary logging not possible. Message: %s"
5457
#: drizzled/error.cc:1232
5459
msgid "View `%-.64s`.`%-.64s` has no creation context"
5462
#: drizzled/error.cc:1234
5464
msgid "Creation context of view `%-.64s`.`%-.64s' is invalid"
5467
#: drizzled/error.cc:1236
5469
msgid "Creation context of stored routine `%-.64s`.`%-.64s` is invalid"
5472
#: drizzled/error.cc:1238
5474
msgid "Corrupted TRG file for table `%-.64s`.`%-.64s`"
5477
#: drizzled/error.cc:1240
5479
msgid "Triggers for table `%-.64s`.`%-.64s` have no creation context"
5482
#: drizzled/error.cc:1242
5484
msgid "Trigger creation context of table `%-.64s`.`%-.64s` is invalid"
5487
#: drizzled/error.cc:1244
5489
msgid "Creation context of event `%-.64s`.`%-.64s` is invalid"
5492
#: drizzled/error.cc:1246
5494
msgid "Cannot open table for trigger `%-.64s`.`%-.64s`"
5497
#: drizzled/error.cc:1248
5499
msgid "Cannot create stored routine `%-.64s`. Check warnings"
5502
#: drizzled/error.cc:1250
5504
msgid "Ambiguous slave modes combination. %s"
5507
#: drizzled/error.cc:1252
5510
"The BINLOG statement of type `%s` was not preceded by a format description "
5514
#: drizzled/error.cc:1254
5515
msgid "Corrupted replication event was detected"
5518
#: drizzled/error.cc:1256
5520
msgid "Invalid column reference (%-.64s) in LOAD DATA"
5523
#: drizzled/error.cc:1258
5525
msgid "Being purged log %s was not found"
5528
#: drizzled/error.cc:1260
5530
msgid "Converted to non-transactional lock on '%-.64s'"
5533
#: drizzled/error.cc:1262
5535
msgid "Cannot convert to non-transactional lock in strict mode on '%-.64s'"
5538
#: drizzled/error.cc:1264
5541
"Cannot convert to non-transactional lock in an active transaction on '%-.64s'"
5544
#: drizzled/error.cc:1266
5546
msgid "Can't access storage engine of table %-.64s"
5549
#: drizzled/error.cc:1268
5550
msgid "Starting backup process"
5553
#: drizzled/error.cc:1270
5554
msgid "Backup completed"
5557
#: drizzled/error.cc:1272
5558
msgid "Starting restore process"
5561
#: drizzled/error.cc:1274
5562
msgid "Restore completed"
5565
#: drizzled/error.cc:1276
5566
msgid "Nothing to backup"
5569
#: drizzled/error.cc:1278
5571
msgid "Database '%-.64s' cannot be included in a backup"
5574
#: drizzled/error.cc:1280
5576
"Error during backup operation - server's error log contains more information "
5580
#: drizzled/error.cc:1282
5582
"Error during restore operation - server's error log contains more "
5583
"information about the error"
5586
#: drizzled/error.cc:1284
5588
"Can't execute this command because another BACKUP/RESTORE operation is in "
5592
#: drizzled/error.cc:1286
5593
msgid "Error when preparing for backup operation"
5596
#: drizzled/error.cc:1288
5597
msgid "Error when preparing for restore operation"
5600
#: drizzled/error.cc:1290
5602
msgid "Invalid backup location '%-.64s'"
5605
#: drizzled/error.cc:1292
5607
msgid "Can't read backup location '%-.64s'"
5610
#: drizzled/error.cc:1294
5612
msgid "Can't write to backup location '%-.64s' (file already exists?)"
5615
#: drizzled/error.cc:1296
5616
msgid "Can't enumerate server databases"
5619
#: drizzled/error.cc:1298
5620
msgid "Can't enumerate server tables"
5623
#: drizzled/error.cc:1300
5625
msgid "Can't enumerate tables in database %-.64s"
5628
#: drizzled/error.cc:1302
5630
msgid "Skipping view %-.64s in database %-.64s"
5633
#: drizzled/error.cc:1304
5635
msgid "Skipping table %-.64s since it has no valid storage engine"
5638
#: drizzled/error.cc:1306
5640
msgid "Can't open table %-.64s"
5643
#: drizzled/error.cc:1308
5644
msgid "Can't read backup archive preamble"
5647
#: drizzled/error.cc:1310
5648
msgid "Can't write backup archive preamble"
5651
#: drizzled/error.cc:1312
5653
msgid "Can't find backup driver for table %-.64s"
5656
#: drizzled/error.cc:1314
5659
"%-.64s backup driver was selected for table %-.64s but it rejects to handle "
5663
#: drizzled/error.cc:1316
5665
msgid "Can't create %-.64s backup driver"
5668
#: drizzled/error.cc:1318
5670
msgid "Can't create %-.64s restore driver"
5673
#: drizzled/error.cc:1320
5675
msgid "Found %d images in backup archive but maximum %d are supported"
5678
#: drizzled/error.cc:1322
5680
msgid "Error when saving meta-data of %-.64s"
5683
#: drizzled/error.cc:1324
5684
msgid "Error when reading meta-data list"
5687
#: drizzled/error.cc:1326
5689
msgid "Can't create %-.64s"
5692
#: drizzled/error.cc:1328
5693
msgid "Can't allocate buffer for image data transfer"
5696
#: drizzled/error.cc:1330
5698
msgid "Error when writing %-.64s backup image data (for table #%d)"
5701
#: drizzled/error.cc:1332
5702
msgid "Error when reading data from backup stream"
5705
#: drizzled/error.cc:1334
5706
msgid "Can't go to the next chunk in backup stream"
5709
#: drizzled/error.cc:1336
5711
msgid "Can't initialize %-.64s backup driver"
5714
#: drizzled/error.cc:1338
5716
msgid "Can't initialize %-.64s restore driver"
5719
#: drizzled/error.cc:1340
5721
msgid "Can't shut down %-.64s backup driver"
5724
#: drizzled/error.cc:1342
5726
msgid "Can't shut down %-.64s backup driver(s)"
5729
#: drizzled/error.cc:1344
5731
msgid "%-.64s backup driver can't prepare for synchronization"
5734
#: drizzled/error.cc:1346
5736
msgid "%-.64s backup driver can't create its image validity point"
5739
#: drizzled/error.cc:1348
5741
msgid "Can't unlock %-.64s backup driver after creating the validity point"
5744
#: drizzled/error.cc:1350
5746
msgid "%-.64s backup driver can't cancel its backup operation"
5749
#: drizzled/error.cc:1352
5751
msgid "%-.64s restore driver can't cancel its restore operation"
5754
#: drizzled/error.cc:1354
5756
msgid "Error when polling %-.64s backup driver for its image data"
5759
#: drizzled/error.cc:1356
5761
msgid "Error when sending image data (for table #%d) to %-.64s restore driver"
5764
#: drizzled/error.cc:1358
5767
"After %d attempts %-.64s restore driver still can't accept next block of data"
5770
#: drizzled/error.cc:1360
5772
msgid "Open and lock tables failed in %-.64s"
5775
#: drizzled/error.cc:1362
5776
msgid "Backup driver's table locking thread can not be initialized."
5779
#: drizzled/error.cc:1364
5781
"Can't open the online backup progress tables. Check 'drizzle.online_backup' "
5782
"and 'drizzle.online_backup_progress'."
5785
#: drizzled/error.cc:1366
5787
msgid "Tablespace '%-.192s' already exists"
5790
#: drizzled/error.cc:1368
5792
msgid "Tablespace '%-.192s' doesn't exist"
5795
#: drizzled/error.cc:1370
5797
msgid "Unexpected master's heartbeat data: %s"
5800
#: drizzled/error.cc:1372
5802
msgid "The requested value for the heartbeat period %s %s"
5805
#: drizzled/error.cc:1374
5807
msgid "Can't write to the online backup progress log %-.64s."
5810
#: drizzled/error.cc:1376
5812
msgid "Tablespace '%-.192s' not empty"
5815
#: drizzled/error.cc:1378
5818
"Tablespace `%-.64s` needed by tables being restored has changed on the "
5819
"server. The original definition of the required tablespace is '%-.256s' "
5820
"while the same tablespace is defined on the server as '%-.256s'"
5823
#: drizzled/error.cc:1380
5824
msgid "A virtual column cannot be based on a virtual column"
5827
#: drizzled/error.cc:1382
5829
msgid "Non-deterministic expression for virtual column '%s'."
5832
#: drizzled/error.cc:1384
5835
"Generated value for virtual column '%s' cannot be converted to type '%s'."
5838
#: drizzled/error.cc:1386
5839
msgid "Primary key cannot be defined upon a virtual column."
5842
#: drizzled/error.cc:1388
5843
msgid "Key/Index cannot be defined on a non-stored virtual column."
5846
#: drizzled/error.cc:1390
5848
msgid "Cannot define foreign key with %s clause on a virtual column."
5851
#: drizzled/error.cc:1392
5853
msgid "The value specified for virtual column '%s' in table '%s' ignored."
5856
#: drizzled/error.cc:1394
5858
msgid "'%s' is not yet supported for virtual columns."
5861
#: drizzled/error.cc:1396
5862
msgid "Constant expression in virtual column function is not allowed."
5865
#: drizzled/errmsg.cc:46
5867
msgid "errmsg plugin '%s' init() failed."
5870
#: drizzled/errmsg.cc:75
5872
msgid "errmsg plugin '%s' deinit() failed."
5875
#: drizzled/errmsg.cc:116
5877
msgid "errmsg plugin '%s' errmsg_func() failed"
5880
#: drizzled/handler.cc:959
5882
msgid "Found %d prepared transaction(s) in %s"
5885
#: drizzled/handler.cc:1011
5886
msgid "Starting crash recovery..."
5889
#: drizzled/handler.cc:1043
5891
msgid "Found %d prepared XA transactions"
5894
#: drizzled/handler.cc:1048
5897
"Found %d prepared transactions! It means that drizzled was not shut down "
5898
"properly last time and critical recovery information (last binlog or %s "
5899
"file) was manually deleted after a crash. You have to start drizzled with "
5900
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
5903
#: drizzled/handler.cc:1058
5904
msgid "Crash recovery finished."
5907
#: drizzled/log.cc:329
5908
msgid "I/O error reading the header from the binary log"
5911
#: drizzled/log.cc:336
5913
"Binlog has bad magic number; It's not a binary log file that can be used by "
5914
"this version of Drizzle"
5917
#: drizzled/log.cc:351
5919
msgid "Failed to open log (file '%s', errno %d)"
5922
#: drizzled/log.cc:353 drizzled/log.cc:361
5923
msgid "Could not open log file"
5926
#: drizzled/log.cc:359
5928
msgid "Failed to create a cache on log (file '%s')"
5931
#: drizzled/log.cc:511 drizzled/log.cc:876
5934
"Could not use %s for logging (error %d). Turning logging off for the whole "
5935
"duration of the Drizzle server process. To turn it on again: fix the cause, "
5936
"shutdown the Drizzle server and restart it."
5939
#: drizzled/log.cc:1144 drizzled/log.cc:1175 drizzled/log.cc:1424
5940
#: drizzled/log.cc:1546
5942
msgid "Failed to delete file '%s'"
5945
#: drizzled/log.cc:1153 drizzled/log.cc:1432 drizzled/log.cc:1554
5948
"a problem with deleting %s; consider examining correspondence of your binlog "
5949
"index file to the actual binlog files"
5952
#: drizzled/log.cc:1280
5954
msgid "next log error: %d offset: %s log: %s included: %d"
5957
#: drizzled/log.cc:1390 drizzled/log.cc:1514
5959
msgid "Failed to execute stat() on file '%s'"
5962
#: drizzled/log.cc:1401 drizzled/log.cc:1525
5965
"a problem with getting info on being purged %s; consider examining "
5966
"correspondence of your binlog index file to the actual binlog files"
5969
#: drizzled/log.cc:2477 drizzled/log.cc:2975
5971
msgid "Recovering after a crash using %s"
5974
#: drizzled/log.cc:2480
5976
"Cannot perform automatic crash recovery when --tc-heuristic-recover is used"
5979
#: drizzled/log.cc:2822
5980
msgid "Bad magic header in tc log"
5983
#: drizzled/log.cc:2832
5986
"Recovery failed! You must enable exactly %d storage engines that support two-"
5987
"phase commit protocol"
5990
#: drizzled/log.cc:2860
5992
"Crash recovery failed. Either correct the problem (if it's, for example, out "
5993
"of memory error) and restart, or delete tc log and start drizzled with --tc-"
5994
"heuristic-recover={commit|rollback}"
5997
#: drizzled/log.cc:2890
5998
msgid "Heuristic crash recovery mode"
6001
#: drizzled/log.cc:2892
6002
msgid "Heuristic crash recovery failed"
6005
#: drizzled/log.cc:2893
6006
msgid "Please restart mysqld without --tc-heuristic-recover"
6009
#: drizzled/log.cc:2937 drizzled/log.cc:2961
6011
msgid "find_log_pos() failed (error: %d)"
6014
#: drizzled/log.cc:3076
6016
"Crash recovery failed. Either correct the problem (if it's, for example, out "
6017
"of memory error) and restart, or delete (or rename) binary log and start "
6018
"mysqld with --tc-heuristic-recover={commit|rollback}"
6021
#: drizzled/log_event.cc:140
6023
msgid " %s, Error_code: %d;"
6026
#: drizzled/log_event.cc:144
6029
"Could not execute %s event on table %s.%s;%s handler error %s; the event's "
6030
"master log %s, end_log_pos %lu"
6033
#: drizzled/log_event.cc:150
6037
#: drizzled/log_event.cc:904
6040
"Error in Log_event::read_log_event(): '%s', data_len: %d, event_type: %d"
6043
#: drizzled/log_event.cc:1613
6046
"Query partially completed on the master (error on master: %d) and was "
6047
"aborted. There is a chance that your master is inconsistent at this point. "
6048
"If you are sure that your master is ok, run this query manually on the slave "
6049
"and then restart the slave with SET GLOBAL SQL_SLAVE_SKIP_COUNTER=1; START "
6050
"SLAVE; . Query: '%s'"
6053
#: drizzled/log_event.cc:1639
6056
"Query caused differenxt errors on master and slave.\n"
6057
"Error on master: '%s' (%d), Error on slave: '%s' (%d).\n"
6058
"Default database: '%s'. Query: '%s'"
6061
#: drizzled/log_event.cc:1644
6065
#: drizzled/log_event.cc:1664
6067
msgid "Error '%s' on query. Default database: '%s'. Query: '%s'"
6070
#: drizzled/log_event.cc:1666 drizzled/log_event.cc:4309
6071
#: drizzled/log_event.cc:4340 drizzled/log_event.cc:5077
6072
msgid "unexpected success or fatal error"
6075
#: drizzled/log_event.cc:2119
6077
"Rolling back unfinished transaction (no COMMIT or ROLLBACK in relay log). A "
6078
"probable cause is that the master died while writing the transaction to its "
6079
"binary log, thus rolled back too."
6082
#: drizzled/log_event.cc:2774
6085
"Slave: load data infile on table '%s' at log position %s in log '%s' "
6086
"produced %ld warning(s). Default database: '%s'"
6089
#: drizzled/log_event.cc:2824
6092
"Error '%s' running LOAD DATA INFILE on table '%s'. Default database: '%s'"
6095
#: drizzled/log_event.cc:2836
6097
msgid "Running LOAD DATA INFILE on table '%-.64s'. Default database: '%-.64s'"
6100
#: drizzled/log_event.cc:3098
6101
msgid "Out of memory while recording slave event"
6104
#: drizzled/log_event.cc:3348 drizzled/log_event.cc:3374
6106
msgid "Error in Create_file event: could not open file '%s'"
6109
#: drizzled/log_event.cc:3360
6111
msgid "Error in Create_file event: could not write to file '%s'"
6114
#: drizzled/log_event.cc:3381
6116
msgid "Error in Create_file event: write to '%s' failed"
6119
#: drizzled/log_event.cc:3495
6121
msgid "Error in %s event: could not create file '%s'"
6124
#: drizzled/log_event.cc:3504
6126
msgid "Error in %s event: could not open file '%s'"
6129
#: drizzled/log_event.cc:3511
6131
msgid "Error in %s event: write to '%s' failed"
6134
#: drizzled/log_event.cc:3673
6136
msgid "Error in Exec_load event: could not open file '%s'"
6139
#: drizzled/log_event.cc:3683
6141
msgid "Error in Exec_load event: file '%s' appears corrupted"
6144
#: drizzled/log_event.cc:3713
6146
msgid "%s. Failed executing load from '%s'"
6149
#: drizzled/log_event.cc:3886
6150
msgid "Not enough memory"
6153
#: drizzled/log_event.cc:4306
6155
msgid "Error '%s' in %s event: when locking tables"
6158
#: drizzled/log_event.cc:4316
6160
msgid "Error in %s event: when locking tables"
6163
#: drizzled/log_event.cc:4337
6165
msgid "Error '%s' on reopening tables"
6168
#: drizzled/log_event.cc:4678
6170
msgid "Error in %s event: commit of row events failed, table `%s`.`%s`"
6173
#: drizzled/log_event.cc:5074
6175
msgid "Error '%s' on opening table `%s`.`%s`"
6178
#. TRANSLATORS: The leading word "logging" is the name
6179
#. of the plugin api, and so should not be translated.
6180
#: drizzled/logging.cc:62
6182
msgid "logging plugin '%s' deinit() failed"
6185
#. TRANSLATORS: The leading word "logging" is the name
6186
#. of the plugin api, and so should not be translated.
6187
#: drizzled/logging.cc:85
6189
msgid "logging plugin '%s' logging_pre() failed"
6192
#. TRANSLATORS: The leading word "logging" is the name
6193
#. of the plugin api, and so should not be translated.
6194
#: drizzled/logging.cc:118
6196
msgid "logging plugin '%s' logging_post() failed"
6199
#. TRANSLATORS: The leading word "parser" is the name
6200
#. of the plugin api, and so should not be translated.
6201
#: drizzled/parser.cc:42
6203
msgid "parser plugin '%s' init() failed"
6206
#. TRANSLATORS: The leading word "parser" is the name
6207
#. of the plugin api, and so should not be translated.
6208
#: drizzled/parser.cc:65
6210
msgid "parser plugin '%s' deinit() failed"
6213
#. TRANSLATORS: The leading word "parser" is the name
6214
#. of the plugin api, and so should not be translated.
6215
#: drizzled/parser.cc:102
6217
msgid "parser plugin '%s' parser_func1() failed"
6220
#. TRANSLATORS: The leading word "parser" is the name
6221
#. of the plugin api, and so should not be translated.
6222
#: drizzled/parser.cc:156
6224
msgid "parser plugin '%s' parser_func2() failed"
6227
#: drizzled/qcache.cc:38
6229
msgid "qcache plugin '%s' init() failed"
6232
#: drizzled/qcache.cc:58
6234
msgid "qcache plugin '%s' deinit() failed"
6237
#: drizzled/qcache.cc:103
6239
msgid "qcache plugin '%s' try_fetch_and_send() failed"
6242
#: drizzled/qcache.cc:120
6244
msgid "qcache plugin '%s' set() failed"
6247
#: drizzled/qcache.cc:139
6249
msgid "qcache plugin '%s' invalidate_table() failed"
6252
#: drizzled/qcache.cc:158
6254
msgid "qcache plugin '%s' invalidate_db() failed"
6257
#: drizzled/qcache.cc:176
6259
msgid "qcache plugin '%s' flush() failed"
6262
#: drizzled/replication/mi.cc:254 drizzled/slave.cc:1090
6263
#: drizzled/slave.cc:2104
6264
msgid "Failed to flush master info file"
6267
#: drizzled/replication/replication.cc:106
6268
msgid "Failed in send_file() while reading file name"
6271
#: drizzled/replication/replication.cc:119
6272
msgid "Failed in send_file() on open of file"
6275
#: drizzled/replication/replication.cc:127
6276
msgid "Failed in send_file() while writing data to client"
6279
#: drizzled/replication/replication.cc:136
6280
msgid "Failed in send_file() while negotiating file transfer close"
6283
#: drizzled/replication/reporting.cc:54
6285
msgid "Slave %s: %s%s Error_code: %d"
6288
#: drizzled/replication/rli.cc:149
6291
"Neither --relay-log nor --relay-log-index were used; so replication may "
6292
"break when this Drizzle server acts as a slave and has his hostname "
6293
"changed!! Please use '--relay-log=%s' to avoid this problem."
6296
#: drizzled/replication/rli.cc:166
6297
msgid "Failed in open_log() called from init_relay_log_info()"
6300
#: drizzled/replication/rli.cc:188
6301
msgid "Failed to flush relay log info file"
6304
#: drizzled/replication/rli.cc:191
6305
msgid "Error counting relay log space"
6308
#: drizzled/replication/rli.cc:215
6310
msgid "log %s listed in the index, but failed to stat"
6313
#: drizzled/replication/rli.cc:230
6314
msgid "Could not find first log while counting relay log space"
6317
#: drizzled/replication/rli.cc:885
6318
msgid "Slave SQL thread is stopped because UNTIL condition is bad."
6321
#: drizzled/replication/utility.cc:117
6323
msgid "Column %d type mismatch - received type %d, %s.%s has type %d"
6326
#: drizzled/replication/utility.cc:132
6329
"Column %d size mismatch - master has size %d, %s.%s on slave has size %d. "
6330
"Master's column size should be <= the slave's column size."
6333
#: drizzled/scheduler.cc:132
6334
msgid "Memory allocation error in session_scheduler::init\n"
6337
#: drizzled/scheduler.cc:210
6338
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
6341
#: drizzled/scheduler.cc:216
6342
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
6345
#: drizzled/scheduler.cc:228
6346
msgid "session_add_event event_add error in libevent_init\n"
6349
#: drizzled/scheduler.cc:244
6351
msgid "Can't create completion port thread (error %d)"
6354
#: drizzled/scheduler.cc:357
6355
msgid "event_add error in libevent_add_session_callback\n"
6358
#: drizzled/scheduler.cc:383
6359
msgid "Scheduler init error in libevent_add_new_connection\n"
6362
#: drizzled/scheduler.cc:464
6363
msgid "libevent_thread_proc: my_thread_init() failed\n"
6366
#. TRANSLATORS: The leading word "scheduling" is the name
6367
#. of the plugin api, and so should not be translated.
6368
#: drizzled/scheduling.cc:40
6370
msgid "scheduling plugin '%s' init() failed"
6373
#. TRANSLATORS: The leading word "scheduling" is the name
6374
#. of the plugin api, and so should not be translated.
6375
#: drizzled/scheduling.cc:62
6377
msgid "scheduling plugin '%s' deinit() failed"
6380
#. TRANSLATORS: The leading word "scheduling" is the name
6381
#. of the plugin api, and so should not be translated.
6382
#: drizzled/scheduling.cc:98
6384
msgid "scheduling plugin '%s' scheduling_func1() failed"
6387
#. TRANSLATORS: The leading word "scheduling" is the name
6388
#. of the plugin api, and so should not be translated.
6389
#: drizzled/scheduling.cc:152
6391
msgid "scheduling plugin '%s' scheduling_func2() failed"
6394
#: drizzled/set_var.cc:684
6395
msgid "Ambiguous slave modes combination. STRICT will be used"
6398
#: drizzled/slave.cc:104
6399
msgid "Waiting to reconnect after a failed registration on master"
6402
#: drizzled/slave.cc:105
6404
"Slave I/O thread killed while waiting to reconnect after a failed "
6405
"registration on master"
6408
#: drizzled/slave.cc:107
6409
msgid "Reconnecting after a failed registration on master"
6412
#: drizzled/slave.cc:108
6415
"failed registering on master, reconnecting to try again, log '%s' at "
6419
#: drizzled/slave.cc:111 drizzled/slave.cc:120
6420
msgid "Slave I/O thread killed during or after reconnect"
6423
#: drizzled/slave.cc:114
6424
msgid "Waiting to reconnect after a failed binlog dump request"
6427
#: drizzled/slave.cc:115
6428
msgid "Slave I/O thread killed while retrying master dump"
6431
#: drizzled/slave.cc:116
6432
msgid "Reconnecting after a failed binlog dump request"
6435
#: drizzled/slave.cc:117
6437
msgid "failed dump request, reconnecting to try again, log '%s' at position %s"
6440
#: drizzled/slave.cc:123
6441
msgid "Waiting to reconnect after a failed master event read"
6444
#: drizzled/slave.cc:124
6445
msgid "Slave I/O thread killed while waiting to reconnect after a failed read"
6448
#: drizzled/slave.cc:126
6449
msgid "Reconnecting after a failed master event read"
6452
#: drizzled/slave.cc:127
6455
"Slave I/O thread: Failed reading log event, reconnecting to retry, log '%s' "
6459
#: drizzled/slave.cc:130
6461
"Slave I/O thread killed during or after a reconnect done to recover from "
6465
#: drizzled/slave.cc:243
6466
msgid "Failed to allocate memory for the master info structure"
6469
#: drizzled/slave.cc:249 drizzled/slave.cc:1776
6470
msgid "Failed to initialize the master info structure"
6473
#: drizzled/slave.cc:264
6474
msgid "Failed to create slave threads"
6477
#: drizzled/slave.cc:461
6478
msgid "Server id not set, will not start slave"
6481
#: drizzled/slave.cc:627
6483
"SQL thread had to stop in an unsafe situation, in the middle of applying "
6484
"updates to a non-transactional table without any primary key. There is a "
6485
"risk of duplicate updates when the slave SQL thread is restarted. Please "
6486
"check your tables' contents after restart."
6489
#: drizzled/slave.cc:788 drizzled/slave.cc:803
6490
msgid "Master reported unrecognized DRIZZLE version"
6493
#: drizzled/slave.cc:844
6494
msgid "default Format_description_log_event"
6497
#: drizzled/slave.cc:866
6500
"\"SELECT UNIX_TIMESTAMP()\" failed on master, do not trust column "
6501
"Seconds_Behind_Master of SHOW SLAVE STATUS. Error: %s (%d)"
6504
#: drizzled/slave.cc:893
6506
"The slave I/O thread stops because master and slave have equal DRIZZLE "
6507
"server ids; these ids must be different for replication to work (or the --"
6508
"replicate-same-server-id option must be used on slave but this does not "
6509
"always make sense; please check the manual before using it)."
6512
#: drizzled/slave.cc:938
6514
"The slave I/O thread stops because master and slave have different values "
6515
"for the COLLATION_SERVER global variable. The values must be equal for "
6516
"replication to work"
6519
#: drizzled/slave.cc:974
6521
"The slave I/O thread stops because master and slave have different values "
6522
"for the TIME_ZONE global variable. The values must be equal for replication "
6526
#: drizzled/slave.cc:1039
6527
msgid "Waiting for the slave SQL thread to free enough relay log space"
6530
#: drizzled/slave.cc:1085
6532
"failed to write a Rotate event to the relay log, SHOW SLAVE STATUS may be "
6536
#: drizzled/slave.cc:1096
6537
msgid "Rotate_event (out of memory?), SHOW SLAVE STATUS may be inaccurate"
6540
#: drizzled/slave.cc:1428
6542
msgid "Error on COM_BINLOG_DUMP: %d %s, will retry in %d secs"
6545
#: drizzled/slave.cc:1481
6547
msgid "Error reading packet from server: %s ( server_errno=%d)"
6550
#: drizzled/slave.cc:1489
6552
msgid "Slave: received end packet from server, apparent master shutdown: %s"
6555
#: drizzled/slave.cc:1647
6558
"It was not possible to update the positions of the relay log information: "
6559
"the slave may be in an inconsistent state. Stopped in %s position %s"
6562
#: drizzled/slave.cc:1722 drizzled/slave.cc:2314
6564
msgid "Slave SQL thread stopped because it reached its UNTIL position %s"
6567
#: drizzled/slave.cc:1781 drizzled/slave.cc:2263
6569
msgid "Error initializing relay log position: %s"
6572
#: drizzled/slave.cc:1797
6575
"Slave SQL thread retried transaction %<PRIu64> time(s) in vain, giving up. "
6576
"Consider raising the value of the slave_transaction_retries variable."
6579
#: drizzled/slave.cc:1820
6581
"Could not parse relay log event entry. The possible reasons are: the "
6582
"master's binary log is corrupted (you can check this by running "
6583
"'mysqlbinlog' on the binary log), the slave's relay log is corrupted (you "
6584
"can check this by running 'mysqlbinlog' on the relay log), a network "
6585
"problem, or a bug in the master's or slave's DRIZZLE code. If you want to "
6586
"check the master's binary log or slave's relay log, you will be able to know "
6587
"their names by issuing 'SHOW SLAVE STATUS' on this slave."
6590
#: drizzled/slave.cc:1941
6591
msgid "Failed during slave I/O thread initialization"
6594
#: drizzled/slave.cc:1955
6595
msgid "error in drizzle_create()"
6598
#: drizzled/slave.cc:1963
6601
"Slave I/O thread: connected to master '%s@%s:%d',replication started in log "
6602
"'%s' at position %s"
6605
#: drizzled/slave.cc:1977
6606
msgid "Slave I/O thread killed while connecting to master"
6609
#: drizzled/slave.cc:2001
6610
msgid "Slave I/O thread couldn't register on master"
6613
#: drizzled/slave.cc:2013 drizzled/slave.cc:2037 drizzled/slave.cc:2061
6614
msgid "Forcing to reconnect slave I/O thread"
6617
#: drizzled/slave.cc:2026
6618
msgid "Failed on request_dump()"
6621
#: drizzled/slave.cc:2027
6623
"Slave I/O thread killed while "
6624
"requesting master dump"
6627
#: drizzled/slave.cc:2053
6628
msgid "Waiting for master to send event"
6631
#: drizzled/slave.cc:2055
6632
msgid "Slave I/O thread killed while reading event"
6635
#: drizzled/slave.cc:2073
6638
"Log entry on master is longer than max_allowed_packet (%u) on slave. If the "
6639
"entry is correct, restart the server with a higher value of "
6640
"max_allowed_packet"
6643
#: drizzled/slave.cc:2087
6644
msgid "Stopping slave I/O thread due to out-of-memory error from master"
6647
#: drizzled/slave.cc:2097
6648
msgid "Queuing master event to the relay log"
6651
#: drizzled/slave.cc:2124
6652
msgid "Slave I/O thread aborted while waiting for relay log space"
6655
#: drizzled/slave.cc:2134
6657
msgid "Slave I/O thread exiting, read up to log '%s', position %s"
6660
#: drizzled/slave.cc:2155
6661
msgid "Waiting for slave mutex on exit"
6664
#: drizzled/slave.cc:2219
6665
msgid "Failed during slave thread initialization"
6668
#: drizzled/slave.cc:2285
6671
"Slave SQL thread initialized, starting replication in log '%s' at position %"
6672
"s, relay log '%s' position: %s"
6675
#: drizzled/slave.cc:2299
6676
msgid "Slave SQL thread aborted. Can't execute init_slave query"
6679
#: drizzled/slave.cc:2325
6680
msgid "Reading event from the relay log"
6683
#: drizzled/slave.cc:2350
6685
msgid "Slave (additional info): %s Error_code: %d"
6688
#: drizzled/slave.cc:2367
6690
msgid "Slave: %s Error_code: %d"
6693
#: drizzled/slave.cc:2370
6696
"Error loading user-defined library, slave SQL thread aborted. Install the "
6697
"missing library, and restart the slave SQL thread with \"SLAVE START\". We "
6698
"stopped at log '%s' position %s"
6701
#: drizzled/slave.cc:2378
6704
"Error running query, slave SQL thread aborted. Fix the problem, and restart "
6705
"the slave SQL thread with \"SLAVE START\". We stopped at log '%s' position %s"
6708
#: drizzled/slave.cc:2390
6711
"Slave SQL thread exiting, replication stopped in log '%s' at position %s"
6714
#: drizzled/slave.cc:2479
6716
msgid "Slave I/O: failed requesting download of '%s'"
6719
#: drizzled/slave.cc:2496
6721
msgid "Network read error downloading '%s' from master"
6724
#: drizzled/slave.cc:2518
6725
msgid "error writing Exec_load event to relay log"
6728
#: drizzled/slave.cc:2532
6729
msgid "error writing Create_file event to relay log"
6732
#: drizzled/slave.cc:2547
6733
msgid "error writing Append_block event to relay log"
6736
#: drizzled/slave.cc:2643
6737
msgid "Memory allocation failed"
6738
msgstr "Ha fallat l'assignació de memòria"
6740
#: drizzled/slave.cc:2668 drizzled/slave.cc:2754
6743
"Read invalid event from master: '%s', master could be corrupt but a more "
6744
"likely cause of this is a bug"
6747
#: drizzled/slave.cc:3026
6748
msgid "could not queue event from master"
6751
#: drizzled/slave.cc:3116
6753
msgid "error %s to master '%s@%s:%d' - retry-time: %d retries: %u"
6756
#: drizzled/slave.cc:3118
6757
msgid "reconnecting"
6758
msgstr "reconnectant"
6760
#: drizzled/slave.cc:3118
6762
msgstr "s'està connectant"
6764
#: drizzled/slave.cc:3142
6767
"Slave: connected to master '%s@%s:%d', replication resumed in log '%s' at "
6771
#: drizzled/slave.cc:3503
6773
msgid "next log '%s' is currently active"
6776
#: drizzled/slave.cc:3533
6778
msgid "next log '%s' is not active"
6781
#: drizzled/slave.cc:3549
6784
"Slave SQL thread: I/O error reading event(errno: %d cur_log->error: %d)"
6787
#: drizzled/slave.cc:3555
6788
msgid "Aborting slave SQL thread because of partial event read"
6791
#: drizzled/slave.cc:3561 drizzled/slave.cc:3568
6793
msgid "Error reading relay log event: %s"
6796
#: drizzled/slave.cc:3562
6797
msgid "slave SQL thread was killed"
6800
#: drizzled/slave.cc:3660
6803
"master may suffer from http://bugs.mysql.com/bug.php?id=%u so slave stops; "
6804
"check error log on slave for more info"
6807
#: drizzled/slave.cc:3666
6810
"According to the master's version ('%s'), it is probable that master suffers "
6811
"from this bug: http://bugs.mysql.com/bug.php?id=%u and thus replicating the "
6812
"current binary log event may make the slave's data become different from the "
6813
"master's data. To take no risk, slave refuses to replicate this event and "
6814
"stops. We recommend that all updates be stopped on the master and slave, "
6815
"that the data of both be manually synchronized, that master's binary logs be "
6816
"deleted, that master be upgraded to a version at least equal to '%d.%d.%d'. "
6817
"Then replication can be restarted."
6820
#: drizzled/sql_base.cc:2317
6822
msgid "Table %s had a open data handler in reopen_table"
6825
#: drizzled/sql_base.cc:2966
6827
msgid "Couldn't repair table: %s.%s"
6830
#: drizzled/sql_base.cc:3009
6833
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
6834
"s`.`%s`' to the binary log"
6837
#: drizzled/sql_base.cc:3618
6839
msgid "Could not remove temporary table: '%s', error: %d"
6842
#: drizzled/sql_plugin.cc:686
6844
msgid "Plugin '%s' of type %s failed deinitialization"
6847
#: drizzled/sql_plugin.cc:700
6849
msgid "Plugin '%s' has ref_count=%d after deinitialization."
6852
#: drizzled/sql_plugin.cc:787
6854
msgid "Plugin '%s' registration as a %s failed."
6857
#: drizzled/sql_plugin.cc:1026
6858
msgid "plugin-load parameter too long"
6861
#: drizzled/sql_plugin.cc:1086
6863
msgid "Couldn't load plugin named '%s' with soname '%s'."
6866
#: drizzled/sql_plugin.cc:1139
6868
msgid "Forcing shutdown of %<PRIu64> plugins"
6871
#: drizzled/sql_plugin.cc:1162
6873
msgid "Plugin '%s' will be forced to shutdown"
6876
#: drizzled/sql_plugin.cc:1178
6878
msgid "Plugin '%s' has ref_count=%d after shutdown."
6881
#: drizzled/sql_plugin.cc:1568
6882
msgid "Out of memory."
6885
#: drizzled/sql_plugin.cc:2417 drizzled/sql_plugin.cc:2480
6887
msgid "Unknown variable type code 0x%x in plugin '%s'."
6890
#: drizzled/sql_plugin.cc:2460
6893
"Server variable %s of plugin %s was forced to be read-only: string variable "
6894
"without update_func and PLUGIN_VAR_MEMALLOC flag"
6897
#: drizzled/sql_plugin.cc:2491
6899
msgid "Missing variable name in plugin '%s'."
6902
#: drizzled/sql_plugin.cc:2508
6904
msgid "Thread local variable '%s' not allocated in plugin '%s'."
6907
#: drizzled/sql_plugin.cc:2627
6909
msgid "Out of memory for plugin '%s'."
6912
#: drizzled/sql_plugin.cc:2634
6914
msgid "Bad options for plugin '%s'."
6917
#: drizzled/sql_plugin.cc:2643
6919
msgid "Parsing options for plugin '%s' failed."
6922
#: drizzled/sql_plugin.cc:2686
6924
msgid "Plugin '%s' has conflicting system variables"
6927
#: drizzled/sql_plugin.cc:2696
6929
msgid "Plugin '%s' disabled by command line option"
6932
#: drizzled/sql_table.cc:112
6934
msgid "Invalid (old?) table or database name '%s'"
6937
#: drizzled/sql_table.cc:2745
6939
msgid "Unknown - internal error %d during operation"
6942
#: drizzled/sql_table.cc:5015
6944
msgid "Could not open table %s.%s after rename\n"
6947
#: drizzled/sql_table.cc:5182
6950
"order_st BY ignored because there is a user-defined clustered index in the "
6954
#: drizzled/sql_udf.cc:41
6955
msgid "Can't allocate memory for udf structures"
6958
#: drizzled/table.cc:502
6961
"'%s' had no or invalid character set, and default character set is multi-"
6962
"byte, so character column sizes may have changed"
6965
#: drizzled/table.cc:2079
6967
msgid "Unknown collation '%s' in table '%-.64s' definition"
6970
#: drizzled/table.cc:2086
6973
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
6977
#: drizzled/table.cc:2699
6980
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
6984
#: drizzled/table.cc:2725
6987
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
6988
"have type %s, found type %s."
6991
#: drizzled/table.cc:2734
6994
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
6995
"position %d to have character set '%s' but the type has no character set."
6998
#: drizzled/table.cc:2744
7001
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
7002
"position %d to have character set '%s' but found character set '%s'."
7005
#: drizzled/table.cc:2755
7008
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
7009
"have type %s but the column is not found."
7012
#: drizzled/table.cc:4868
7014
msgid "Got error %d when reading table '%s'"
7017
#: drizzled/tztime.cc:1061
7019
msgid "Fatal error: Illegal or unknown default time zone '%s'"
7022
#: plugin/errmsg_stderr/errmsg_stderr.cc:74
7023
msgid "Error Messages to stderr"
7026
#: plugin/logging_query/logging_query.cc:160
7028
msgid "fail open() fn=%s er=%s\n"
7031
#: plugin/logging_query/logging_query.cc:200
7032
msgid "File to log to"
7035
#: plugin/logging_query/logging_query.cc:209
7036
msgid "Enable logging"
7039
#: plugin/logging_query/logging_query.cc:218
7040
msgid "Disable after this many seconds. Zero for forever"
7043
#: plugin/logging_query/logging_query.cc:231
7044
msgid "Threshold for logging slow queries, in microseconds"
7047
#: plugin/logging_query/logging_query.cc:244
7048
msgid "Threshold for logging big queries, for rows returned"
7051
#: plugin/logging_query/logging_query.cc:257
7052
msgid "Threshold for logging big queries, for rows examined"
7055
#: plugin/logging_query/logging_query.cc:280
7056
msgid "Log queries to a file"
7059
#: storage/myisam/ha_myisam.cc:457
7061
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
7064
#: storage/myisam/ha_myisam.cc:461
7066
msgid "Got an error from unknown thread, %s:%d"
7069
#: storage/myisam/ha_myisam.cc:466
7070
msgid "Unknown thread accessing table"
7073
#: storage/myisam/ha_myisam.cc:1871
7074
msgid "Block size to be used for MyISAM index pages."
7077
#: storage/myisam/ha_myisam.cc:1877
7079
"Number of threads to use when repairing MyISAM tables. The value of 1 "
7080
"disables parallel repair."
7083
#: storage/myisam/ha_myisam.cc:1883
7085
"Don't use the fast sort index method to created index if the temporary file "
7086
"would get bigger than this."
7089
#: storage/myisam/ha_myisam.cc:1888
7091
"The buffer that is allocated when sorting the index when doing a REPAIR or "
7092
"when creating indexes with CREATE INDEX or ALTER TABLE."
7095
#: storage/myisam/ha_myisam.cc:1894
7096
msgid "Default pointer size to be used for MyISAM tables."
7099
#: storage/myisam/my_handler_errors.c:34
7100
msgid "Didn't find key on read or update"
7103
#: storage/myisam/my_handler_errors.c:36
7104
msgid "Duplicate key on write or update"
7107
#: storage/myisam/my_handler_errors.c:38
7108
msgid "Internal (unspecified) error in handler"
7111
#: storage/myisam/my_handler_errors.c:40
7113
"Someone has changed the row since it was read (while the table was locked to "
7117
#: storage/myisam/my_handler_errors.c:43
7118
msgid "Wrong index given to function"
7121
#: storage/myisam/my_handler_errors.c:45
7122
msgid "Undefined handler error 125"
7125
#: storage/myisam/my_handler_errors.c:47
7126
msgid "Index file is crashed"
7129
#: storage/myisam/my_handler_errors.c:49
7130
msgid "Record file is crashed"
7133
#: storage/myisam/my_handler_errors.c:51
7134
msgid "Out of memory in engine"
7137
#: storage/myisam/my_handler_errors.c:53
7138
msgid "Undefined handler error 129"
7141
#: storage/myisam/my_handler_errors.c:55
7142
msgid "Incorrect file format"
7143
msgstr "Format del fitxer incorrecte"
7145
#: storage/myisam/my_handler_errors.c:57
7146
msgid "Command not supported by database"
7149
#: storage/myisam/my_handler_errors.c:59
7150
msgid "Old database file"
7153
#: storage/myisam/my_handler_errors.c:61
7154
msgid "No record read before update"
7157
#: storage/myisam/my_handler_errors.c:63
7158
msgid "Record was already deleted (or record file crashed)"
7161
#: storage/myisam/my_handler_errors.c:65
7162
msgid "No more room in record file"
7165
#: storage/myisam/my_handler_errors.c:67
7166
msgid "No more room in index file"
7169
#: storage/myisam/my_handler_errors.c:69
7170
msgid "No more records (read after end of file)"
7173
#: storage/myisam/my_handler_errors.c:71
7174
msgid "Unsupported extension used for table"
7177
#: storage/myisam/my_handler_errors.c:73
7181
#: storage/myisam/my_handler_errors.c:75
7182
msgid "Wrong create options"
7185
#: storage/myisam/my_handler_errors.c:77
7186
msgid "Duplicate unique key or constraint on write or update"
7189
#: storage/myisam/my_handler_errors.c:79
7190
msgid "Unknown character set used in table"
7193
#: storage/myisam/my_handler_errors.c:81
7194
msgid "Conflicting table definitions in sub-tables of MERGE table"
7197
#: storage/myisam/my_handler_errors.c:83
7198
msgid "Table is crashed and last repair failed"
7201
#: storage/myisam/my_handler_errors.c:85
7202
msgid "Table was marked as crashed and should be repaired"
7205
#: storage/myisam/my_handler_errors.c:87
7206
msgid "Lock timed out; Retry transaction"
7209
#: storage/myisam/my_handler_errors.c:89
7210
msgid "Lock table is full; Restart program with a larger locktable"
7213
#: storage/myisam/my_handler_errors.c:91
7214
msgid "Updates are not allowed under a read only transactions"
7217
#: storage/myisam/my_handler_errors.c:93
7218
msgid "Lock deadlock; Retry transaction"
7221
#: storage/myisam/my_handler_errors.c:95
7222
msgid "Foreign key constraint is incorrectly formed"
7225
#: storage/myisam/my_handler_errors.c:97
7226
msgid "Cannot add a child row"
7229
#: storage/myisam/my_handler_errors.c:99
7230
msgid "Cannot delete a parent row"
7233
#: storage/myisam/my_handler_errors.c:101
7234
msgid "No savepoint with that name"
7237
#: storage/myisam/my_handler_errors.c:103
7238
msgid "Non unique key block size"
7241
#: storage/myisam/my_handler_errors.c:105
7242
msgid "The table does not exist in engine"
7245
#: storage/myisam/my_handler_errors.c:107
7246
msgid "The table already existed in storage engine"
7249
#: storage/myisam/my_handler_errors.c:109
7250
msgid "Could not connect to storage engine"
7253
#: storage/myisam/my_handler_errors.c:111
7254
msgid "Unexpected null pointer found when using spatial index"
7257
#: storage/myisam/my_handler_errors.c:113
7258
msgid "The table changed in storage engine"
7261
#: storage/myisam/my_handler_errors.c:115
7262
msgid "There's no partition in table for the given value"
7265
#: storage/myisam/my_handler_errors.c:117
7266
msgid "Row-based binlogging of row failed"
7269
#: storage/myisam/my_handler_errors.c:119
7270
msgid "Index needed in foreign key constraint"
7273
#: storage/myisam/my_handler_errors.c:121
7274
msgid "Upholding foreign key constraints would lead to a duplicate key error"
7277
#: storage/myisam/my_handler_errors.c:123
7278
msgid "Table needs to be upgraded before it can be used"
7281
#: storage/myisam/my_handler_errors.c:125
7282
msgid "Table is read only"
7285
#: storage/myisam/my_handler_errors.c:127
7286
msgid "Failed to get next auto increment value"
7289
#: storage/myisam/my_handler_errors.c:129
7290
msgid "Failed to set row auto increment value"
7293
#: storage/myisam/my_handler_errors.c:131
7294
msgid "Unknown (generic) error from engine"
7297
#: storage/myisam/my_handler_errors.c:133
7298
msgid "Record is the same"
7301
#: storage/myisam/my_handler_errors.c:135
7302
msgid "It is not possible to log this statement"
7305
#: storage/myisam/my_handler_errors.c:137
7306
msgid "Tablespace exists"
7309
#: storage/myisam/my_handler_errors.c:139
7310
msgid "The event was corrupt, leading to illegal data being read"
7313
#: storage/myisam/my_handler_errors.c:141
7314
msgid "The table is of a new format not supported by this version"
7317
#: storage/myisam/my_handler_errors.c:143
7318
msgid "The event could not be processed no other handler error happened"
7321
#: storage/myisam/my_handler_errors.c:145
7322
msgid "Got a fatal error during initialzation of handler"
7325
#: storage/myisam/my_handler_errors.c:147
7326
msgid "File to short; Expected more data in file"
7329
#: storage/myisam/my_handler_errors.c:149
7330
msgid "Read page with wrong checksum"
7333
#: storage/myisam/my_handler_errors.c:151
7334
msgid "Lock or active transaction"
7337
#: storage/myisam/my_handler_errors.c:153
7338
msgid "No such table space"
7341
#: storage/myisam/my_handler_errors.c:155
7342
msgid "Tablespace not empty"