1
# SOME DESCRIPTIVE TITLE.
2
# Copyright (C) YEAR Sun Microsystems
3
# This file is distributed under the same license as the PACKAGE package.
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
9
"Project-Id-Version: drizzle 7.0.0\n"
10
"Report-Msgid-Bugs-To: http://translations.launchpad.net/drizzle\n"
11
"POT-Creation-Date: 2008-10-01 19:16-0700\n"
12
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
"Language-Team: LANGUAGE <LL@li.org>\n"
16
"Content-Type: text/plain; charset=CHARSET\n"
17
"Content-Transfer-Encoding: 8bit\n"
18
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
20
#: client/drizzle.cc:253
21
msgid "Synonym for `help'."
24
#: client/drizzle.cc:254
25
msgid "Clear command."
28
#: client/drizzle.cc:256
29
msgid "Reconnect to the server. Optional arguments are db and host."
32
#: client/drizzle.cc:258
34
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
37
#: client/drizzle.cc:260
38
msgid "Send command to drizzle server, display result vertically."
41
#: client/drizzle.cc:261
42
msgid "Exit drizzle. Same as quit."
45
#: client/drizzle.cc:262
46
msgid "Send command to drizzle server."
49
#: client/drizzle.cc:263
50
msgid "Display this help."
53
#: client/drizzle.cc:264
54
msgid "Disable pager, print to stdout."
57
#: client/drizzle.cc:265
58
msgid "Don't write into outfile."
61
#: client/drizzle.cc:267
62
msgid "Set PAGER [to_pager]. Print the query results via PAGER."
65
#: client/drizzle.cc:268
66
msgid "Print current command."
69
#: client/drizzle.cc:269
70
msgid "Change your drizzle prompt."
73
#: client/drizzle.cc:270
77
#: client/drizzle.cc:271
78
msgid "Rebuild completion hash."
81
#: client/drizzle.cc:273
82
msgid "Execute an SQL script file. Takes a file name as an argument."
85
#: client/drizzle.cc:274
86
msgid "Get status information from the server."
89
#: client/drizzle.cc:276
90
msgid "Set outfile [to_outfile]. Append everything into given outfile."
93
#: client/drizzle.cc:278
94
msgid "Use another database. Takes database name as argument."
97
#: client/drizzle.cc:280 client/drizzle.cc:1431
98
msgid "Show warnings after every statement."
101
#: client/drizzle.cc:282
102
msgid "Don't show warnings after every statement."
105
#: client/drizzle.cc:1115
106
msgid "Welcome to the Drizzle client.. Commands end with ; or \\g."
109
#: client/drizzle.cc:1125
112
"Your Drizzle connection id is %u\n"
113
"Server version: %s\n"
116
#: client/drizzle.cc:1155
118
msgid "Reading history-file %s\n"
121
#: client/drizzle.cc:1160
123
msgid "Couldn't allocate memory for temp histfile!\n"
126
#: client/drizzle.cc:1167
127
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
130
#: client/drizzle.cc:1185
132
msgid "Writing history-file %s\n"
135
#: client/drizzle.cc:1194
139
#: client/drizzle.cc:1194
143
#: client/drizzle.cc:1242
144
msgid "Query aborted by Ctrl+C\n"
147
#: client/drizzle.cc:1265 client/drizzleadmin.cc:73 drizzled/drizzled.cc:3096
148
msgid "Display this help and exit."
151
#: client/drizzle.cc:1267
152
msgid "Synonym for -?"
155
#: client/drizzle.cc:1270
157
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
158
"and field completion, but startup and reconnecting may take a longer time. "
159
"Disable with --disable-auto-rehash."
162
#: client/drizzle.cc:1274
164
"No automatic rehashing. One has to use 'rehash' to get table and field "
165
"completion. This gives a quicker start of DRIZZLE and disables rehashing on "
166
"reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
169
#: client/drizzle.cc:1277
171
"Automatically switch to vertical output mode if the result is wider than the "
175
#: client/drizzle.cc:1280
177
"Don't use history file. Disable interactive behavior. (Enables --silent)"
180
#: client/drizzle.cc:1282 drizzled/drizzled.cc:3166
181
msgid "Directory where character sets are."
184
#: client/drizzle.cc:1284
185
msgid "Display column type information."
188
#: client/drizzle.cc:1287
190
"Preserve comments. Send comments to the server. The default is --skip-"
191
"comments (discard comments), enable with --comments"
194
#: client/drizzle.cc:1290
195
msgid "Use compression in server/client protocol."
198
#: client/drizzle.cc:1293
199
msgid "Check memory and open file usage at exit ."
202
#: client/drizzle.cc:1296
203
msgid "Print some debug info at exit."
206
#: client/drizzle.cc:1298
207
msgid "Database to use."
210
#: client/drizzle.cc:1301
214
#: client/drizzle.cc:1303
215
msgid "Delimiter to be used."
218
#: client/drizzle.cc:1305
219
msgid "Execute command and quit. (Disables --force and history file)"
222
#: client/drizzle.cc:1307
223
msgid "Print the output of a query (rows) vertically."
226
#: client/drizzle.cc:1310
227
msgid "Continue even if we get an sql error."
230
#: client/drizzle.cc:1314
232
"Enable named commands. Named commands mean this program's internal commands; "
233
"see drizzle> help . When enabled, the named commands can be used from any "
234
"line of the query, otherwise only from the first line, before an enter. "
235
"Disable with --disable-named-commands. This option is disabled by default."
238
#: client/drizzle.cc:1318
240
"Named commands are disabled. Use \\* form only, or use named commands only "
241
"in the beginning of a line ending with a semicolon (;) Since version 10.9 "
242
"the client now starts with this option ENABLED by default! Disable with '-"
243
"G'. Long format commands still work from the first line. WARNING: option "
244
"deprecated; use --disable-named-commands instead."
247
#: client/drizzle.cc:1320
248
msgid "Ignore space after function names."
251
#: client/drizzle.cc:1322
252
msgid "Enable/disable LOAD DATA LOCAL INFILE."
255
#: client/drizzle.cc:1325
256
msgid "Turn off beep on error."
259
#: client/drizzle.cc:1327 client/drizzleadmin.cc:75
260
msgid "Connect to host."
263
#: client/drizzle.cc:1329
264
msgid "Write line numbers for errors."
267
#: client/drizzle.cc:1332
269
"Don't write line number for errors. WARNING: -L is deprecated, use long "
270
"version of this option instead."
273
#: client/drizzle.cc:1334
274
msgid "Flush buffer after each query."
277
#: client/drizzle.cc:1336
278
msgid "Write column names in results."
281
#: client/drizzle.cc:1340
283
"Don't write column names in results. WARNING: -N is deprecated, use long "
284
"version of this options instead."
287
#: client/drizzle.cc:1343
289
"Change the value of a variable. Please note that this option is deprecated; "
290
"you can set variables directly with --variable-name=value."
293
#: client/drizzle.cc:1345
294
msgid "Ignore SIGINT (CTRL-C)"
297
#: client/drizzle.cc:1349
299
"Only update the default database. This is useful for skipping updates to "
300
"other database in the update log."
303
#: client/drizzle.cc:1352
305
"Pager to use to display results. If you don't supply an option the default "
306
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
307
"cat [> filename], etc. See interactive help (\\h) also. This option does not "
308
"work in batch mode. Disable with --disable-pager. This option is disabled by "
312
#: client/drizzle.cc:1355
314
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
315
"option deprecated; use --disable-pager instead."
318
#: client/drizzle.cc:1358 client/drizzleadmin.cc:78
320
"Password to use when connecting to server. If password is not given it's "
321
"asked from the tty."
324
#: client/drizzle.cc:1360
326
"Port number to use for connection or 0 for default to, in order of "
327
"preference, my.cnf, $DRIZZLE_TCP_PORT, "
330
#: client/drizzle.cc:1361
331
msgid "built-in default"
334
#: client/drizzle.cc:1364
335
msgid "Set the drizzle prompt to this value."
338
#: client/drizzle.cc:1367
339
msgid "The protocol of connection (tcp,socket,pipe,memory)."
342
#: client/drizzle.cc:1370
344
"Don't cache result, print it row by row. This may slow down the server if "
345
"the output is suspended. Doesn't use history file."
348
#: client/drizzle.cc:1372
349
msgid "Write fields without conversion. Used with --batch."
352
#: client/drizzle.cc:1375
354
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
355
"option is enabled by default."
358
#: client/drizzle.cc:1377
360
"Be more silent. Print results with a tab as separator, each row on new line."
363
#: client/drizzle.cc:1379
364
msgid "Socket file to use for connection."
367
#: client/drizzle.cc:1382
368
msgid "Output in table format."
371
#: client/drizzle.cc:1385
373
"Append everything into outfile. See interactive help (\\h) also. Does not "
374
"work in batch mode. Disable with --disable-tee. This option is disabled by "
378
#: client/drizzle.cc:1387
380
"Disable outfile. See interactive help (\\h) also. WARNING: option "
381
"deprecated; use --disable-tee instead"
384
#: client/drizzle.cc:1390 client/drizzleadmin.cc:88
385
msgid "User for login if not current user."
388
#: client/drizzle.cc:1393
389
msgid "Only allow UPDATE and DELETE that uses keys."
392
#: client/drizzle.cc:1396
393
msgid "Synonym for option --safe-updates, -U."
396
#: client/drizzle.cc:1399
397
msgid "Write more. (-v -v -v gives the table output format)."
400
#: client/drizzle.cc:1401 client/drizzleadmin.cc:93 drizzled/drizzled.cc:3592
401
msgid "Output version information and exit."
404
#: client/drizzle.cc:1403 client/drizzleadmin.cc:95
405
msgid "Wait and retry if connection is down."
408
#: client/drizzle.cc:1406
409
msgid "Number of seconds before connection timeout."
412
#: client/drizzle.cc:1411
413
msgid "Max packet length to send to, or receive from server"
416
#: client/drizzle.cc:1416
417
msgid "Buffer for TCP/IP and socket communication"
420
#: client/drizzle.cc:1420
421
msgid "Automatic limit for SELECT when using --safe-updates"
424
#: client/drizzle.cc:1425
425
msgid "Automatic limit for rows in a join when using --safe-updates"
428
#: client/drizzle.cc:1429
429
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
432
#: client/drizzle.cc:1442
434
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
437
#: client/drizzle.cc:1449
440
"Copyright (C) 2000-2008 MySQL AB\n"
441
" This software comes with ABSOLUTELY NO "
442
"WARRANTY. This is free software,\n"
443
" and you are welcome to modify and redistribute it under the GPL license\n"
446
#: client/drizzle.cc:1453
448
msgid "Usage: %s [OPTIONS] [database]\n"
451
#: client/drizzle.cc:1486
452
msgid "DELIMITER cannot contain a backslash character"
455
#: client/drizzle.cc:1507
457
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
460
#: client/drizzle.cc:1530
462
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
465
#: client/drizzle.cc:1534
467
msgid "WARNING: --server-arg option not supported in this configuration.\n"
470
#: client/drizzle.cc:1902
472
msgid "Unknown command '\\%c'."
475
#: client/drizzle.cc:2329
477
"Reading table information for completion of table and column names\n"
478
" You can turn off this feature to get a quicker startup with -A\n"
482
#: client/drizzle.cc:2426
483
msgid "No connection. Trying to reconnect..."
486
#: client/drizzle.cc:2432
487
msgid "Can't connect to the server\n"
490
#: client/drizzle.cc:2489
494
#: client/drizzle.cc:2489
498
#: client/drizzle.cc:2540
503
#: client/drizzle.cc:2541
510
#: client/drizzle.cc:2543
517
#: client/drizzle.cc:2556
518
msgid "Many help items for your request exist."
521
#: client/drizzle.cc:2557
523
"To make a more specific request, please type 'help <item>',\n"
524
"where <item> is one of the following"
527
#: client/drizzle.cc:2563
529
msgid "You asked for help about help category: '%s'\n"
532
#: client/drizzle.cc:2564
534
"For more information, type 'help <item>', where <item> is one of the "
538
#: client/drizzle.cc:2577
544
#: client/drizzle.cc:2578
545
msgid "Please try to run 'help contents' for a list of all accessible topics\n"
548
#: client/drizzle.cc:2600
549
msgid "List of all Drizzle commands:"
552
#: client/drizzle.cc:2602
553
msgid "Note that all text commands must be first on line and end with ';'"
556
#: client/drizzle.cc:2613
559
"For server side help, type 'help contents'\n"
562
#: client/drizzle.cc:2656
563
msgid "No query specified\n"
566
#: client/drizzle.cc:2671
567
msgid "Ignoring query to other database"
570
#: client/drizzle.cc:2720
574
#: client/drizzle.cc:2733
576
msgid "%ld row in set"
577
msgid_plural "%ld rows in set"
581
#: client/drizzle.cc:2742
585
#: client/drizzle.cc:2744
587
msgid "Query OK, %ld row affected"
588
msgid_plural "Query OK, %ld rows affected"
592
#: client/drizzleadmin.cc:80 drizzled/drizzled.cc:3396
594
"Port number to use for connection or 0 for default to, in order of "
595
"preference, my.cnf, $DRIZZLE_TCP_PORT, built-in default ("
598
#: client/drizzleadmin.cc:85
599
msgid "Silently exit if one can't connect to server."
602
#: client/drizzleadmin.cc:91
603
msgid "Write more information."
606
#: client/drizzleadmin.cc:256
609
"connect to server at '%s' failed\n"
613
#: client/drizzleadmin.cc:262
615
msgid "Check that drizzled is running on %s"
618
#: client/drizzleadmin.cc:263
620
msgid " and that the port is %d.\n"
623
#: client/drizzleadmin.cc:265
625
msgid "You can check this by doing 'telnet %s %d'\n"
628
#: client/drizzleadmin.cc:276
630
msgid "Got error: %s\n"
633
#: client/drizzleadmin.cc:283
634
msgid "Waiting for Drizzle server to answer"
637
#: client/drizzleadmin.cc:316
639
msgid "shutting down drizzled...\n"
642
#: client/drizzleadmin.cc:320
644
msgid "shutdown failed; error: '%s'"
647
#: client/drizzleadmin.cc:327
652
#: client/drizzleadmin.cc:337
653
msgid "drizzled is alive"
656
#: client/drizzleadmin.cc:345
657
msgid "connection was down, but drizzled is now alive"
660
#: client/drizzleadmin.cc:349
662
msgid "drizzled doesn't answer to ping, error: '%s'"
665
#: client/drizzleadmin.cc:358
667
msgid "Unknown command: '%-.60s'"
670
#: client/drizzleadmin.cc:367
672
msgid "%s Ver %s Distrib %s, for %s on %s\n"
675
#: client/drizzleadmin.cc:374
676
msgid "Copyright (C) 2000-2008 MySQL AB"
679
#: client/drizzleadmin.cc:375
681
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
682
"and you are welcome to modify and redistribute it under the GPL license\n"
685
#: client/drizzleadmin.cc:376
686
msgid "Administration program for the drizzled daemon."
689
#: client/drizzleadmin.cc:377
691
msgid "Usage: %s [OPTIONS] command command....\n"
694
#: client/drizzleadmin.cc:379
696
" ping Check if server is down\n"
697
" shutdown Take server down\n"
700
#: libdrizzle/errmsg.c:27
701
msgid "Unknown Drizzle error"
704
#: libdrizzle/errmsg.c:28
706
msgid "Can't create UNIX socket (%d)"
709
#: libdrizzle/errmsg.c:29
711
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
714
#: libdrizzle/errmsg.c:30
716
msgid "Can't connect to Drizzle server on '%-.100s' (%d)"
719
#: libdrizzle/errmsg.c:31
721
msgid "Can't create TCP/IP socket (%d)"
724
#: libdrizzle/errmsg.c:32
726
msgid "Unknown Drizzle server host '%-.100s' (%d)"
729
#: libdrizzle/errmsg.c:33
730
msgid "Drizzle server has gone away"
733
#: libdrizzle/errmsg.c:34
735
msgid "Protocol mismatch; server version = %d, client version = %d"
738
#: libdrizzle/errmsg.c:35
739
msgid "Drizzle client ran out of memory"
742
#: libdrizzle/errmsg.c:36
743
msgid "Wrong host info"
746
#: libdrizzle/errmsg.c:37
747
msgid "Localhost via UNIX socket"
750
#: libdrizzle/errmsg.c:38
752
msgid "%-.100s via TCP/IP"
755
#: libdrizzle/errmsg.c:39
756
msgid "Error in server handshake"
759
#: libdrizzle/errmsg.c:40
760
msgid "Lost connection to Drizzle server during query"
763
#: libdrizzle/errmsg.c:41
764
msgid "Commands out of sync; you can't run this command now"
767
#: libdrizzle/errmsg.c:42
769
msgid "Named pipe: %-.32s"
772
#: libdrizzle/errmsg.c:43
774
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
777
#: libdrizzle/errmsg.c:44
779
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
782
#: libdrizzle/errmsg.c:45
784
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
787
#: libdrizzle/errmsg.c:46
789
msgid "Can't initialize character set %-.32s (path: %-.100s)"
792
#: libdrizzle/errmsg.c:47
793
msgid "Got packet bigger than 'max_allowed_packet' bytes"
796
#: libdrizzle/errmsg.c:48
797
msgid "Embedded server"
800
#: libdrizzle/errmsg.c:49
801
msgid "Error on SHOW SLAVE STATUS:"
804
#: libdrizzle/errmsg.c:50
805
msgid "Error on SHOW SLAVE HOSTS:"
808
#: libdrizzle/errmsg.c:51
809
msgid "Error connecting to slave:"
812
#: libdrizzle/errmsg.c:52
813
msgid "Error connecting to master:"
816
#: libdrizzle/errmsg.c:53
817
msgid "SSL connection error"
820
#: libdrizzle/errmsg.c:54
821
msgid "Malformed packet"
824
#: libdrizzle/errmsg.c:55 libdrizzle/errmsg.c:66 libdrizzle/errmsg.c:67
825
#: libdrizzle/errmsg.c:68 libdrizzle/errmsg.c:69 libdrizzle/errmsg.c:70
826
#: libdrizzle/errmsg.c:71 libdrizzle/errmsg.c:72 libdrizzle/errmsg.c:73
827
#: libdrizzle/errmsg.c:74
828
msgid "(unused error message)"
831
#: libdrizzle/errmsg.c:56
832
msgid "Invalid use of null pointer"
835
#: libdrizzle/errmsg.c:57
836
msgid "Statement not prepared"
839
#: libdrizzle/errmsg.c:58
840
msgid "No data supplied for parameters in prepared statement"
843
#: libdrizzle/errmsg.c:59
844
msgid "Data truncated"
847
#: libdrizzle/errmsg.c:60
848
msgid "No parameters exist in the statement"
851
#: libdrizzle/errmsg.c:61
852
msgid "Invalid parameter number"
855
#: libdrizzle/errmsg.c:62
858
"Can't send long data for non-string/non-binary data types (parameter: %d)"
861
#: libdrizzle/errmsg.c:64
863
msgid "Using unsupported buffer type: %d (parameter: %d)"
866
#: libdrizzle/errmsg.c:65
868
msgid "Shared memory: %-.100s"
871
#: libdrizzle/errmsg.c:75
872
msgid "Wrong or unknown protocol"
875
#: libdrizzle/errmsg.c:76
876
msgid "Invalid connection handle"
879
#: libdrizzle/errmsg.c:77
881
"Connection using old (pre-4.1.1) authentication protocol refused (client "
882
"option 'secure_auth' enabled)"
885
#: libdrizzle/errmsg.c:79
886
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
889
#: libdrizzle/errmsg.c:80
890
msgid "Attempt to read column without prior row fetch"
893
#: libdrizzle/errmsg.c:81
894
msgid "Prepared statement contains no metadata"
897
#: libdrizzle/errmsg.c:82
899
"Attempt to read a row while there is no result set associated with the "
903
#: libdrizzle/errmsg.c:84
904
msgid "This feature is not implemented yet"
907
#: libdrizzle/errmsg.c:85
910
"Lost connection to Drizzle server while waiting for initial communication "
911
"packet, system error: %d"
914
#: libdrizzle/errmsg.c:87
917
"Lost connection to Drizzle server while reading initial communication "
918
"packet, system error: %d"
921
#: libdrizzle/errmsg.c:89
924
"Lost connection to Drizzle server while sending authentication information, "
928
#: libdrizzle/errmsg.c:91
931
"Lost connection to Drizzle server while reading authorization information, "
935
#: libdrizzle/errmsg.c:93
938
"Lost connection to Drizzle server while setting initial database, system "
942
#: libdrizzle/errmsg.c:95
944
msgid "Statement closed indirectly because of a preceeding %s() call"
947
#: libdrizzle/errmsg.c:97 drizzled/drizzled_error_messages.h:345
948
msgid "Couldn't uncompress communication packet"
951
#: libdrizzle/errmsg.c:99 drizzled/drizzled_error_messages.h:347
952
msgid "Got an error reading communication packets"
955
#: libdrizzle/errmsg.c:101 drizzled/drizzled_error_messages.h:349
956
msgid "Got timeout reading communication packets"
959
#: libdrizzle/errmsg.c:103 drizzled/drizzled_error_messages.h:351
960
msgid "Got an error writing communication packets"
963
#: libdrizzle/errmsg.c:105 drizzled/drizzled_error_messages.h:353
964
msgid "Got timeout writing communication packets"
967
#: libdrizzle/local_infile.c:190 mysys/errors.c:52
969
msgid "File '%s' not found (Errcode: %d)"
972
#: libdrizzle/local_infile.c:221 mysys/errors.c:26
974
msgid "Error reading file '%s' (Errcode: %d)"
979
msgid "Can't create/write to file '%s' (Errcode: %d)"
984
msgid "Error writing file '%s' (Errcode: %d)"
989
msgid "Error on close of '%s' (Errcode: %d)"
994
msgid "Out of memory (Needed %u bytes)"
999
msgid "Error on delete of '%s' (Errcode: %d)"
1002
#: mysys/errors.c:31
1004
msgid "Error on rename of '%s' to '%s' (Errcode: %d)"
1007
#: mysys/errors.c:32
1009
msgid "Unexpected eof found when reading file '%s' (Errcode: %d)"
1012
#: mysys/errors.c:33
1014
msgid "Can't lock file (Errcode: %d)"
1017
#: mysys/errors.c:34
1019
msgid "Can't unlock file (Errcode: %d)"
1022
#: mysys/errors.c:35
1024
msgid "Can't read dir of '%s' (Errcode: %d)"
1027
#: mysys/errors.c:36
1029
msgid "Can't get stat of '%s' (Errcode: %d)"
1032
#: mysys/errors.c:37
1034
msgid "Can't change size of file (Errcode: %d)"
1037
#: mysys/errors.c:38
1039
msgid "Can't open stream from handle (Errcode: %d)"
1042
#: mysys/errors.c:39
1044
msgid "Can't get working dirctory (Errcode: %d)"
1047
#: mysys/errors.c:40
1049
msgid "Can't change dir to '%s' (Errcode: %d)"
1052
#: mysys/errors.c:41
1054
msgid "Warning: '%s' had %d links"
1057
#: mysys/errors.c:42
1059
msgid "Warning: %d files and %d streams is left open\n"
1062
#: mysys/errors.c:43
1064
msgid "Disk is full writing '%s'. Waiting for someone to free space..."
1067
#: mysys/errors.c:44
1069
msgid "Can't create directory '%s' (Errcode: %d)"
1072
#: mysys/errors.c:45
1075
"Character set '%s' is not a compiled character set and is not specified in "
1079
#: mysys/errors.c:46
1081
msgid "Out of resources when opening file '%s' (Errcode: %d)"
1084
#: mysys/errors.c:47
1086
msgid "Can't read value for symlink '%s' (Error %d)"
1089
#: mysys/errors.c:48
1091
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
1094
#: mysys/errors.c:49
1096
msgid "Error on realpath() on '%s' (Error %d)"
1099
#: mysys/errors.c:50
1101
msgid "Can't sync file '%s' to disk (Errcode: %d)"
1104
#: mysys/errors.c:51
1107
"Collation '%s' is not a compiled collation and is not specified in the %s "
1111
#: mysys/errors.c:53
1113
msgid "File '%s' (fileno: %d) was not closed"
1116
#: mysys/my_error.c:86
1118
msgid "Unknown error %d"
1121
#: mysys/my_getopt.c:83
1125
#: mysys/my_getopt.c:85
1129
#: mysys/my_getopt.c:350
1131
msgid "%s: %s: Option '%s' used, but is disabled\n"
1134
#: mysys/my_getopt.c:351
1138
#: mysys/my_getopt.c:351
1142
#: mysys/my_getopt.c:454
1144
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
1147
#: mysys/my_getopt.c:767
1149
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
1152
#: mysys/my_getopt.c:948
1154
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
1157
#: mysys/my_getopt.c:1170
1159
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
1162
#: mysys/my_getopt.c:1190
1166
"Variables (--variable-name=value)\n"
1167
"and boolean options {false|true} Value (after reading options)\n"
1168
"--------------------------------- -----------------------------\n"
1171
#: mysys/my_getopt.c:1206 mysys/my_getopt.c:1222
1172
msgid "(No default value)"
1175
#: mysys/my_getopt.c:1225
1179
#: mysys/my_getopt.c:1225
1183
#: mysys/my_getopt.c:1250
1185
msgid "(Disabled)\n"
1188
#: mysys/my_handler_errors.h:10
1189
msgid "Didn't find key on read or update"
1192
#: mysys/my_handler_errors.h:12
1193
msgid "Duplicate key on write or update"
1196
#: mysys/my_handler_errors.h:14
1197
msgid "Internal (unspecified) error in handler"
1200
#: mysys/my_handler_errors.h:16
1202
"Someone has changed the row since it was read (while the table was locked to "
1206
#: mysys/my_handler_errors.h:18
1207
msgid "Wrong index given to function"
1210
#: mysys/my_handler_errors.h:20
1211
msgid "Undefined handler error 125"
1214
#: mysys/my_handler_errors.h:22
1215
msgid "Index file is crashed"
1218
#: mysys/my_handler_errors.h:24
1219
msgid "Record file is crashed"
1222
#: mysys/my_handler_errors.h:26
1223
msgid "Out of memory in engine"
1226
#: mysys/my_handler_errors.h:28
1227
msgid "Undefined handler error 129"
1230
#: mysys/my_handler_errors.h:30
1231
msgid "Incorrect file format"
1234
#: mysys/my_handler_errors.h:32
1235
msgid "Command not supported by database"
1238
#: mysys/my_handler_errors.h:34
1239
msgid "Old database file"
1242
#: mysys/my_handler_errors.h:36
1243
msgid "No record read before update"
1246
#: mysys/my_handler_errors.h:38
1247
msgid "Record was already deleted (or record file crashed)"
1250
#: mysys/my_handler_errors.h:40
1251
msgid "No more room in record file"
1254
#: mysys/my_handler_errors.h:42
1255
msgid "No more room in index file"
1258
#: mysys/my_handler_errors.h:44
1259
msgid "No more records (read after end of file)"
1262
#: mysys/my_handler_errors.h:46
1263
msgid "Unsupported extension used for table"
1266
#: mysys/my_handler_errors.h:48
1270
#: mysys/my_handler_errors.h:50
1271
msgid "Wrong create options"
1274
#: mysys/my_handler_errors.h:52
1275
msgid "Duplicate unique key or constraint on write or update"
1278
#: mysys/my_handler_errors.h:54
1279
msgid "Unknown character set used in table"
1282
#: mysys/my_handler_errors.h:56
1283
msgid "Conflicting table definitions in sub-tables of MERGE table"
1286
#: mysys/my_handler_errors.h:58
1287
msgid "Table is crashed and last repair failed"
1290
#: mysys/my_handler_errors.h:60
1291
msgid "Table was marked as crashed and should be repaired"
1294
#: mysys/my_handler_errors.h:62
1295
msgid "Lock timed out; Retry transaction"
1298
#: mysys/my_handler_errors.h:64
1299
msgid "Lock table is full; Restart program with a larger locktable"
1302
#: mysys/my_handler_errors.h:66
1303
msgid "Updates are not allowed under a read only transactions"
1306
#: mysys/my_handler_errors.h:68
1307
msgid "Lock deadlock; Retry transaction"
1310
#: mysys/my_handler_errors.h:70
1311
msgid "Foreign key constraint is incorrectly formed"
1314
#: mysys/my_handler_errors.h:72
1315
msgid "Cannot add a child row"
1318
#: mysys/my_handler_errors.h:74
1319
msgid "Cannot delete a parent row"
1322
#: mysys/my_handler_errors.h:76
1323
msgid "No savepoint with that name"
1326
#: mysys/my_handler_errors.h:78
1327
msgid "Non unique key block size"
1330
#: mysys/my_handler_errors.h:80
1331
msgid "The table does not exist in engine"
1334
#: mysys/my_handler_errors.h:82
1335
msgid "The table already existed in storage engine"
1338
#: mysys/my_handler_errors.h:84
1339
msgid "Could not connect to storage engine"
1342
#: mysys/my_handler_errors.h:86
1343
msgid "Unexpected null pointer found when using spatial index"
1346
#: mysys/my_handler_errors.h:88
1347
msgid "The table changed in storage engine"
1350
#: mysys/my_handler_errors.h:90
1351
msgid "There's no partition in table for the given value"
1354
#: mysys/my_handler_errors.h:92
1355
msgid "Row-based binlogging of row failed"
1358
#: mysys/my_handler_errors.h:94
1359
msgid "Index needed in foreign key constraint"
1362
#: mysys/my_handler_errors.h:96
1363
msgid "Upholding foreign key constraints would lead to a duplicate key error"
1366
#: mysys/my_handler_errors.h:98
1367
msgid "Table needs to be upgraded before it can be used"
1370
#: mysys/my_handler_errors.h:100
1371
msgid "Table is read only"
1374
#: mysys/my_handler_errors.h:102
1375
msgid "Failed to get next auto increment value"
1378
#: mysys/my_handler_errors.h:104
1379
msgid "Failed to set row auto increment value"
1382
#: mysys/my_handler_errors.h:106
1383
msgid "Unknown (generic) error from engine"
1386
#: mysys/my_handler_errors.h:108
1387
msgid "Record is the same"
1390
#: mysys/my_handler_errors.h:110
1391
msgid "It is not possible to log this statement"
1394
#: mysys/my_handler_errors.h:112
1395
msgid "Tablespace exists"
1398
#: mysys/my_handler_errors.h:114
1399
msgid "The event was corrupt, leading to illegal data being read"
1402
#: mysys/my_handler_errors.h:116
1403
msgid "The table is of a new format not supported by this version"
1406
#: mysys/my_handler_errors.h:118
1407
msgid "The event could not be processed no other hanlder error happened"
1410
#: mysys/my_handler_errors.h:120
1411
msgid "Got a fatal error during initialzaction of handler"
1414
#: mysys/my_handler_errors.h:122
1415
msgid "File to short; Expected more data in file"
1418
#: mysys/my_handler_errors.h:124
1419
msgid "Read page with wrong checksum"
1422
#: mysys/my_handler_errors.h:126
1423
msgid "Lock or active transaction"
1426
#: mysys/my_handler_errors.h:128
1427
msgid "No such table space"
1430
#: mysys/my_handler_errors.h:130
1431
msgid "Tablespace not empty"
1434
#: drizzled/authentication.cc:66 drizzled/handler.cc:355
1435
#: drizzled/sql_plugin.cc:790 drizzled/sql_show.cc:4652
1437
msgid "Plugin '%s' init function returned error."
1440
#: drizzled/drizzled.cc:558
1442
msgid "Got error %d from pthread_cond_timedwait"
1445
#: drizzled/drizzled.cc:698 drizzled/drizzled.cc:1786
1446
msgid "Can't create thread to kill server"
1449
#: drizzled/drizzled.cc:765
1451
msgid "Got signal %d from thread %lud"
1454
#: drizzled/drizzled.cc:799
1458
#: drizzled/drizzled.cc:995
1459
msgid "One can only use the --user switch if running as root\n"
1462
#: drizzled/drizzled.cc:1003
1464
"Fatal error: Please read \"Security\" section of the manual to find out how "
1465
"to run mysqld as root!\n"
1468
#: drizzled/drizzled.cc:1027
1471
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
1475
#: drizzled/drizzled.cc:1202
1477
msgid "Retrying bind on TCP/IP port %u"
1480
#: drizzled/drizzled.cc:1208
1481
msgid "Can't start server: Bind on TCP/IP port"
1484
#: drizzled/drizzled.cc:1209
1486
msgid "Do you already have another drizzled server running on port: %d ?"
1489
#: drizzled/drizzled.cc:1215
1490
msgid "Can't start server: listen() on TCP/IP port"
1493
#: drizzled/drizzled.cc:1216
1495
msgid "listen() on TCP/IP failed with error %d"
1498
#: drizzled/drizzled.cc:1434
1503
#: drizzled/drizzled.cc:1452
1506
"We will try our best to scrape up some info that will hopefully help "
1508
"the problem, but since we have already crashed, something is definitely "
1510
"and this may fail.\n"
1514
#: drizzled/drizzled.cc:1463
1517
"It is possible that mysqld could use up to \n"
1518
"key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = %lu K\n"
1520
"Hope that's ok; if not, decrease some variables in the equation.\n"
1524
#: drizzled/drizzled.cc:1481
1527
"Attempting backtrace. You can use the following information to find out\n"
1528
"where mysqld died. If you see no messages after this, something went\n"
1529
"terribly wrong...\n"
1532
#: drizzled/drizzled.cc:1509
1535
"Trying to get some variables.\n"
1536
"Some pointers may be invalid and cause the dump to abort...\n"
1539
#: drizzled/drizzled.cc:1521
1543
"This crash occured while the server was calling initgroups(). This is\n"
1544
"often due to the use of a drizzled that is statically linked against glibc\n"
1545
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
1546
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
1547
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
1548
"drizzled that is not statically linked.\n"
1551
#: drizzled/drizzled.cc:1536
1555
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
1556
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
1557
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
1558
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
1559
"the documentation for your distribution on how to do that.\n"
1562
#: drizzled/drizzled.cc:1549
1566
"The '--memlock' argument, which was enabled, uses system calls that are\n"
1567
"unreliable and unstable on some operating systems and operating-system\n"
1568
"versions (notably, some versions of Linux). This crash could be due to use\n"
1569
"of those buggy OS calls. You should consider whether you really need the\n"
1570
"'--memlock' parameter and/or consult the OS distributor about 'mlockall'\n"
1574
#: drizzled/drizzled.cc:1564
1576
msgid "Writing a core file\n"
1579
#: drizzled/drizzled.cc:1611
1581
"setrlimit could not change the size of core files to 'infinity'; We may not "
1582
"be able to generate a core file on signals"
1585
#: drizzled/drizzled.cc:1679
1587
msgid "Can't create interrupt-thread (error %d, errno: %d)"
1590
#: drizzled/drizzled.cc:1767
1592
msgid "Got signal %d to shutdown mysqld"
1595
#: drizzled/drizzled.cc:1813
1597
msgid "Got signal: %d error: %d"
1600
#: drizzled/drizzled.cc:1952
1602
msgid "Wrong date/time format specifier: %s\n"
1605
#: drizzled/drizzled.cc:2081
1607
msgid "gethostname failed, using '%s' as hostname"
1610
#: drizzled/drizzled.cc:2145
1613
"Changed limits: max_open_files: %u max_connections: %ld table_cache: %ld"
1616
#: drizzled/drizzled.cc:2150
1619
"Could not increase number of max_open_files to more than %u (request: %u)"
1622
#: drizzled/drizzled.cc:2231
1624
msgid "Unknown locale: '%s'"
1627
#: drizzled/drizzled.cc:2251
1629
"Although a path was specified for the --log option, log tables are used. To "
1630
"enable logging to files use the --log-output option."
1633
#: drizzled/drizzled.cc:2258
1635
"Although a path was specified for the --log-slow-queries option, log tables "
1636
"are used. To enable logging to files use the --log-output=file option."
1639
#: drizzled/drizzled.cc:2326
1640
msgid "Can't create thread-keys"
1643
#: drizzled/drizzled.cc:2373
1644
msgid "Out of memory"
1647
#: drizzled/drizzled.cc:2380
1648
msgid "You need to use --log-bin to make --binlog-format work."
1651
#: drizzled/drizzled.cc:2402
1653
"using --replicate-same-server-id in conjunction with --log-slave-updates is "
1654
"impossible, it would lead to infinite loops in this server."
1657
#: drizzled/drizzled.cc:2422
1660
"No argument was provided to --log-bin, and --log-bin-index was not used; so "
1661
"replication may break when this Drizzle server acts as a master and has his "
1662
"hostname changed!! Please use '--log-bin=%s' to avoid this problem."
1665
#: drizzled/drizzled.cc:2456
1666
msgid "Failed to initialize plugins."
1669
#: drizzled/drizzled.cc:2487
1672
"%s: Too many arguments (first extra is '%s').\n"
1673
"Use --verbose --help to get a list of available options\n"
1676
#: drizzled/drizzled.cc:2497
1677
msgid "Can't init databases"
1680
#: drizzled/drizzled.cc:2520
1682
msgid "Unknown/unsupported table type: %s"
1685
#: drizzled/drizzled.cc:2526
1687
msgid "Default storage engine (%s) is not available"
1690
#: drizzled/drizzled.cc:2549
1691
msgid "Can't initialize tc_log"
1694
#: drizzled/drizzled.cc:2580
1696
msgid "Failed to lock memory. Errno: %d\n"
1699
#: drizzled/drizzled.cc:2649
1701
msgid "Asked for %u thread stack, but got %llu"
1704
#: drizzled/drizzled.cc:2685
1706
"You have enabled the binary log, but you haven't set server-id to a non-zero "
1707
"value: we force server id to 1; updates will be logged to the binary log, "
1708
"but connections from slaves will not be accepted."
1711
#: drizzled/drizzled.cc:2743
1712
msgid "Before Lock_thread_count"
1715
#: drizzled/drizzled.cc:2750
1716
msgid "After lock_thread_count"
1719
#: drizzled/drizzled.cc:2858
1721
msgid "drizzled: Got error %d from select"
1724
#: drizzled/drizzled.cc:3100 drizzled/drizzled.cc:3205
1725
#: drizzled/drizzled.cc:3364
1726
msgid "Option used by mysql-test for debugging and testing of replication."
1729
#: drizzled/drizzled.cc:3104
1730
msgid "Auto-increment columns are incremented by this"
1733
#: drizzled/drizzled.cc:3109
1735
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1739
#: drizzled/drizzled.cc:3115
1741
"Path to installation directory. All paths are usually resolved relative to "
1745
#: drizzled/drizzled.cc:3119
1746
msgid "IP address to bind to."
1749
#: drizzled/drizzled.cc:3123
1751
"Does not have any effect without '--log-bin'. Tell the master the form of "
1752
"binary logging to use: either 'row' for row-based binary logging, or "
1753
"'statement' for statement-based binary logging, or 'mixed'. 'mixed' is "
1754
"statement-based binary logging except for those statements where only row-"
1755
"based is correct: those which involve user-defined functions (i.e. UDFs) or "
1756
"the UUID() function; for those, row-based binary logging is automatically "
1760
#: drizzled/drizzled.cc:3133
1762
"Tells the master it should log updates for the specified database, and "
1763
"exclude all others not explicitly mentioned."
1766
#: drizzled/drizzled.cc:3137
1768
"Tells the master that updates to the given database should not be logged "
1772
#: drizzled/drizzled.cc:3141
1774
"The maximum size of a row-based binary log event in bytes. Rows will be "
1775
"grouped into events smaller than this size if possible. The value has to be "
1776
"a multiple of 256."
1779
#: drizzled/drizzled.cc:3152
1780
msgid "Don't ignore client side character set value sent during handshake."
1783
#: drizzled/drizzled.cc:3157
1784
msgid "Set the filesystem character set."
1787
#: drizzled/drizzled.cc:3162
1788
msgid "Set the default character set."
1791
#: drizzled/drizzled.cc:3169
1792
msgid "Chroot mysqld daemon during startup."
1795
#: drizzled/drizzled.cc:3173
1796
msgid "Set the default collation."
1799
#: drizzled/drizzled.cc:3177
1800
msgid "Default completion type."
1803
#: drizzled/drizzled.cc:3182
1804
msgid "Write error output on screen."
1807
#: drizzled/drizzled.cc:3186
1808
msgid "Write core on errors."
1811
#: drizzled/drizzled.cc:3190
1812
msgid "Path to the database root."
1815
#: drizzled/drizzled.cc:3194
1816
msgid "Set the default storage engine (table type) for tables."
1819
#: drizzled/drizzled.cc:3198
1820
msgid "Set the default time zone."
1823
#: drizzled/drizzled.cc:3202
1824
msgid "Type of DELAY_KEY_WRITE."
1827
#: drizzled/drizzled.cc:3211
1828
msgid "Print a symbolic stack trace on failure."
1831
#: drizzled/drizzled.cc:3217
1832
msgid "Push supported query conditions to the storage engine."
1835
#: drizzled/drizzled.cc:3223
1836
msgid "Used for debugging; Use at your own risk!"
1839
#: drizzled/drizzled.cc:3226
1840
msgid "Flush tables to disk between SQL commands."
1843
#: drizzled/drizzled.cc:3231
1844
msgid "Set up signals usable for debugging"
1847
#: drizzled/drizzled.cc:3235
1848
msgid "Enable general query log"
1851
#: drizzled/drizzled.cc:3239
1852
msgid "Command(s) that are executed for each new connection"
1855
#: drizzled/drizzled.cc:3243
1856
msgid "Read SQL commands from this file at startup."
1859
#: drizzled/drizzled.cc:3247
1860
msgid "Command(s) that are executed when a slave connects to this master"
1863
#: drizzled/drizzled.cc:3251
1867
#: drizzled/drizzled.cc:3255
1868
msgid "Set the language used for the month names and the days of the week."
1871
#: drizzled/drizzled.cc:3260
1872
msgid "Enable/disable LOAD DATA LOCAL INFILE (takes values 1|0)."
1875
#: drizzled/drizzled.cc:3265
1876
msgid "Log connections and queries to file."
1879
#: drizzled/drizzled.cc:3269
1881
"Log update queries in binary format. Optional argument is the location for "
1882
"the binary log files.(Strongly recommended to avoid replication problems if "
1883
"server's hostname changes)"
1886
#: drizzled/drizzled.cc:3276
1887
msgid "File that holds the names for last binary log files."
1890
#: drizzled/drizzled.cc:3284
1892
"If equal to 0 (the default), then when --log-bin is used, creation of a "
1893
"stored function (or trigger) is allowed only to users having the SUPER "
1894
"privilege and only if this stored function (trigger) may not break binary "
1895
"logging. Note that if ALL connections to this server ALWAYS use row-based "
1896
"binary logging, the security issues do not exist and the binary logging "
1897
"cannot break, so you can safely set this to 1."
1900
#: drizzled/drizzled.cc:3293
1901
msgid "Error log file."
1904
#: drizzled/drizzled.cc:3297
1905
msgid "Log all MyISAM changes to file."
1908
#: drizzled/drizzled.cc:3301
1910
"Log queries that are executed without benefit of any index to the slow log "
1914
#: drizzled/drizzled.cc:3307
1916
"Tells the slave to log the updates from the slave thread to the binary log. "
1917
"You will need to turn it on if you plan to daisy-chain the slaves."
1920
#: drizzled/drizzled.cc:3314
1922
"Log slow OPTIMIZE, ANALYZE, ALTER and other administrative statements to the "
1923
"slow log if it is open."
1926
#: drizzled/drizzled.cc:3320
1928
"Log slow statements executed by slave thread to the slow log if it is open."
1931
#: drizzled/drizzled.cc:3326
1933
"Log slow queries to a table or log file. Defaults logging to table mysql."
1934
"slow_log or hostname-slow.log if --log-output=file is used. Must be enabled "
1935
"to activate other slow log options."
1938
#: drizzled/drizzled.cc:3332
1940
"Path to transaction coordinator log (used for transactions that affect more "
1941
"than one storage engine, when binary log is disabled)"
1944
#: drizzled/drizzled.cc:3338
1945
msgid "Size of transaction coordinator log."
1948
#: drizzled/drizzled.cc:3344
1949
msgid "Log some not critical warnings to the log file."
1952
#: drizzled/drizzled.cc:3349
1953
msgid "INSERT/DELETE/UPDATE has lower priority than selects."
1956
#: drizzled/drizzled.cc:3354
1958
"The location and name of the file that remembers the master and where the I/"
1959
"O replication thread is in the master's binlogs."
1962
#: drizzled/drizzled.cc:3359
1964
"The number of tries the slave will make to connect to the master before "
1968
#: drizzled/drizzled.cc:3368
1969
msgid "Lock mysqld in memory."
1972
#: drizzled/drizzled.cc:3372
1974
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1975
"BACKUP, FORCE or QUICK."
1978
#: drizzled/drizzled.cc:3377
1979
msgid "Use very new possible 'unsafe' functions."
1982
#: drizzled/drizzled.cc:3382
1983
msgid "Use old, non-optimized alter table."
1986
#: drizzled/drizzled.cc:3387
1988
"Enable old-style user limits (before 5.0.3 user resources were counted per "
1989
"each user+host vs. per account)"
1992
#: drizzled/drizzled.cc:3392
1993
msgid "Pid file used by safe_mysqld."
1996
#: drizzled/drizzled.cc:3402
1998
"Maximum time in seconds to wait for the port to become free. (Default: no "
2002
#: drizzled/drizzled.cc:3407
2003
msgid "The location and name to use for relay logs."
2006
#: drizzled/drizzled.cc:3411
2008
"The location and name to use for the file that keeps a list of the last "
2012
#: drizzled/drizzled.cc:3416
2014
"The location and name of the file that remembers where the SQL replication "
2015
"thread is in the relay logs."
2018
#: drizzled/drizzled.cc:3421
2020
"Tells the slave thread to restrict replication to the specified database. To "
2021
"specify more than one database, use the directive multiple times, once for "
2022
"each database. Note that this will only work if you do not use cross-"
2023
"database queries such as UPDATE some_db.some_table SET foo='bar' while "
2024
"having selected a different or no database. If you need cross database "
2025
"updates to work, use replicate-wild-do-table=db_name.%."
2028
#: drizzled/drizzled.cc:3430
2030
"Tells the slave thread to restrict replication to the specified table. To "
2031
"specify more than one table, use the directive multiple times, once for each "
2032
"table. This will work for cross-database updates, in contrast to replicate-"
2036
#: drizzled/drizzled.cc:3436
2038
"Tells the slave thread to not replicate to the specified database. To "
2039
"specify more than one database to ignore, use the directive multiple times, "
2040
"once for each database. This option will not work if you use cross database "
2041
"updates. If you need cross database updates to work, use replicate-wild-"
2042
"ignore-table=db_name.%. "
2045
#: drizzled/drizzled.cc:3443
2047
"Tells the slave thread to not replicate to the specified table. To specify "
2048
"more than one table to ignore, use the directive multiple times, once for "
2049
"each table. This will work for cross-datbase updates, in contrast to "
2050
"replicate-ignore-db."
2053
#: drizzled/drizzled.cc:3449
2055
"Updates to a database with a different name than the original. Example: "
2056
"replicate-rewrite-db=master_db_name->slave_db_name."
2059
#: drizzled/drizzled.cc:3453
2061
"In replication, if set to 1, do not skip events having our server id. "
2062
"Default value is 0 (to break infinite loops in circular replication). Can't "
2063
"be set to 1 if --log-slave-updates is used."
2066
#: drizzled/drizzled.cc:3460
2068
"Tells the slave thread to restrict replication to the tables that match the "
2069
"specified wildcard pattern. To specify more than one table, use the "
2070
"directive multiple times, once for each table. This will work for cross-"
2071
"database updates. Example: replicate-wild-do-table=foo%.bar% will replicate "
2072
"only updates to tables in all databases that start with foo and whose table "
2073
"names start with bar."
2076
#: drizzled/drizzled.cc:3468
2078
"Tells the slave thread to not replicate to the tables that match the given "
2079
"wildcard pattern. To specify more than one table to ignore, use the "
2080
"directive multiple times, once for each table. This will work for cross-"
2081
"database updates. Example: replicate-wild-ignore-table=foo%.bar% will not do "
2082
"updates to tables in databases that start with foo and whose table names "
2086
#: drizzled/drizzled.cc:3477
2088
"Hostname or IP of the slave to be reported to to the master during slave "
2089
"registration. Will appear in the output of SHOW SLAVE HOSTS. Leave unset if "
2090
"you do not want the slave to register itself with the master. Note that it "
2091
"is not sufficient for the master to simply read the IP of the slave off the "
2092
"socket once the slave connects. Due to NAT and other routing issues, that IP "
2093
"may not be valid for connecting to the slave from the master or other hosts."
2096
#: drizzled/drizzled.cc:3490
2098
"Port for connecting to slave reported to the master during slave "
2099
"registration. Set it only if the slave is listening on a non-default port or "
2100
"if you have a special tunnel from the master or other clients to the slave. "
2101
"If not sure, leave this option unset."
2104
#: drizzled/drizzled.cc:3497
2105
msgid "Skip some optimize stages (for testing)."
2108
#: drizzled/drizzled.cc:3500
2110
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
2111
"specified directory"
2114
#: drizzled/drizzled.cc:3505
2116
"Uniquely identifies the server instance in the community of replication "
2120
#: drizzled/drizzled.cc:3510
2121
msgid "Don't use new, possible wrong routines."
2124
#: drizzled/drizzled.cc:3513
2125
msgid "If set, slave is not autostarted."
2128
#: drizzled/drizzled.cc:3517
2129
msgid "Don't print a stack trace on failure."
2132
#: drizzled/drizzled.cc:3521
2133
msgid "Don't give threads different priorities."
2136
#: drizzled/drizzled.cc:3525
2138
"The location where the slave should put its temporary files when replicating "
2139
"a LOAD DATA INFILE command."
2142
#: drizzled/drizzled.cc:3530
2144
"Tells the slave thread to continue replication when a query event returns an "
2145
"error from the provided list."
2148
#: drizzled/drizzled.cc:3534
2150
"Modes for how replication events should be executed. Legal values are "
2151
"STRICT (default) and IDEMPOTENT. In IDEMPOTENT mode, replication will not "
2152
"stop for operations that are idempotent. In STRICT mode, replication will "
2153
"stop on any unexpected difference between the master and the slave."
2156
#: drizzled/drizzled.cc:3542
2157
msgid "Enable|disable slow query log"
2160
#: drizzled/drizzled.cc:3546
2164
#: drizzled/drizzled.cc:3549
2165
msgid "Enable symbolic link support."
2168
#: drizzled/drizzled.cc:3558
2170
"Non-default option to alias SYSDATE() to NOW() to make it safe-replicable."
2173
#: drizzled/drizzled.cc:3563
2175
"Decision to use in heuristic recover process. Possible values are COMMIT or "
2179
#: drizzled/drizzled.cc:3568
2181
"Using this option will cause most temporary files created to use a small set "
2182
"of names, rather than a unique name for each new file."
2185
#: drizzled/drizzled.cc:3573
2187
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
2190
#: drizzled/drizzled.cc:3578
2192
"Path for temporary files. Several paths may be specified, separated by a "
2193
"colon (:), in this case they are used in a round-robin fashion."
2196
#: drizzled/drizzled.cc:3584
2197
msgid "Default transaction isolation level."
2200
#: drizzled/drizzled.cc:3588
2201
msgid "Run mysqld daemon as user."
2204
#: drizzled/drizzled.cc:3596
2206
"The number of outstanding connection requests MySQL can have. This comes "
2207
"into play when the main MySQL thread gets very many connection requests in a "
2211
#: drizzled/drizzled.cc:3602
2213
"The size of the cache to hold the SQL statements for the binary log during a "
2214
"transaction. If you often use big, multi-statement transactions you can "
2215
"increase this to get more performance."
2218
#: drizzled/drizzled.cc:3608
2220
"Size of tree cache used in bulk insert optimisation. Note that this is a "
2224
#: drizzled/drizzled.cc:3614
2226
"The number of seconds the mysqld server is waiting for a connect packet "
2227
"before responding with 'Bad handshake'."
2230
#: drizzled/drizzled.cc:3619
2231
msgid "The DATE format (For future)."
2234
#: drizzled/drizzled.cc:3624
2235
msgid "The DATETIME/TIMESTAMP format (for future)."
2238
#: drizzled/drizzled.cc:3629
2239
msgid "The default week format used by WEEK() functions."
2242
#: drizzled/drizzled.cc:3634
2244
"Precision of the result of '/' operator will be increased on that value."
2247
#: drizzled/drizzled.cc:3640
2249
"If non-zero, binary logs will be purged after expire_logs_days days; "
2250
"possible purges happen at startup and at binary log rotation."
2253
#: drizzled/drizzled.cc:3646
2254
msgid "The maximum length of the result of function group_concat."
2257
#: drizzled/drizzled.cc:3651
2259
"The number of seconds the server waits for activity on an interactive "
2260
"connection before closing it."
2263
#: drizzled/drizzled.cc:3657
2264
msgid "The size of the buffer that is used for full joins."
2267
#: drizzled/drizzled.cc:3663
2268
msgid "Don't overwrite stale .MYD and .MYI even if no directory is specified."
2271
#: drizzled/drizzled.cc:3668
2273
"The size of the buffer used for index blocks for MyISAM tables. Increase "
2274
"this to get better index handling (for all reads and multiple writes) to as "
2275
"much as you can afford;"
2278
#: drizzled/drizzled.cc:3677
2280
"This characterizes the number of hits a hot block has to be untouched until "
2281
"it is considered aged enough to be downgraded to a warm block. This "
2282
"specifies the percentage ratio of that number of hits to the total number of "
2283
"blocks in key cache"
2286
#: drizzled/drizzled.cc:3686
2287
msgid "The default size of key cache blocks"
2290
#: drizzled/drizzled.cc:3692
2291
msgid "The minimum percentage of warm blocks in key cache"
2294
#: drizzled/drizzled.cc:3698
2296
"Log all queries that have taken more than long_query_time seconds to execute "
2297
"to file. The argument will be treated as a decimal value with microsecond "
2301
#: drizzled/drizzled.cc:3704
2302
msgid "Max packetlength to send/receive from to server."
2305
#: drizzled/drizzled.cc:3709
2307
"Can be used to restrict the total size used to cache a multi-transaction "
2311
#: drizzled/drizzled.cc:3714
2313
"Binary log will be rotated automatically when the size exceeds this value. "
2314
"Will also apply to relay logs if max_relay_log_size is 0. The minimum value "
2315
"for this variable is 4096."
2318
#: drizzled/drizzled.cc:3720
2320
"If there is more than this number of interrupted connections from a host "
2321
"this host will be blocked from further connections."
2324
#: drizzled/drizzled.cc:3727
2325
msgid "The number of simultaneous clients allowed."
2328
#: drizzled/drizzled.cc:3732
2329
msgid "Max number of errors/warnings to store for a statement."
2332
#: drizzled/drizzled.cc:3737
2333
msgid "Don't allow creation of heap tables bigger than this."
2336
#: drizzled/drizzled.cc:3743
2338
"Joins that are probably going to read more than max_join_size records return "
2342
#: drizzled/drizzled.cc:3749
2343
msgid "Max number of bytes in sorted records."
2346
#: drizzled/drizzled.cc:3754
2348
"If non-zero: relay log will be rotated automatically when the size exceeds "
2349
"this value; if zero (the default): when the size exceeds max_binlog_size. 0 "
2350
"excepted, the minimum value for this variable is 4096."
2353
#: drizzled/drizzled.cc:3761
2354
msgid "Limit assumed max number of seeks when looking up rows based on a key"
2357
#: drizzled/drizzled.cc:3766
2359
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
2360
"max_sort_length bytes of each value are used; the rest are ignored)."
2363
#: drizzled/drizzled.cc:3773
2364
msgid "Maximum number of temporary tables a client can keep open at a time."
2367
#: drizzled/drizzled.cc:3778
2368
msgid "After this many write locks, allow some read locks to run in between."
2371
#: drizzled/drizzled.cc:3782
2373
"Don't log queries which examine less than min_examined_row_limit rows to "
2377
#: drizzled/drizzled.cc:3788
2378
msgid "Block size to be used for MyISAM index pages."
2381
#: drizzled/drizzled.cc:3794
2382
msgid "Default pointer size to be used for MyISAM tables."
2385
#: drizzled/drizzled.cc:3799
2387
"Don't use the fast sort index method to created index if the temporary file "
2388
"would get bigger than this."
2391
#: drizzled/drizzled.cc:3806
2393
"Number of threads to use when repairing MyISAM tables. The value of 1 "
2394
"disables parallel repair."
2397
#: drizzled/drizzled.cc:3812
2399
"The buffer that is allocated when sorting the index when doing a REPAIR or "
2400
"when creating indexes with CREATE INDEX or ALTER TABLE."
2403
#: drizzled/drizzled.cc:3818
2405
"Specifies how MyISAM index statistics collection code should threat NULLs. "
2406
"Possible values of name are 'nulls_unequal' (default behavior), "
2407
"'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
2410
#: drizzled/drizzled.cc:3825
2411
msgid "Buffer length for TCP/IP and socket communication."
2414
#: drizzled/drizzled.cc:3830
2416
"Number of seconds to wait for more data from a connection before aborting "
2420
#: drizzled/drizzled.cc:3836
2422
"If a read on a communication port is interrupted, retry this many times "
2426
#: drizzled/drizzled.cc:3842
2428
"Number of seconds to wait for a block to be written to a connection before "
2429
"aborting the write."
2432
#: drizzled/drizzled.cc:3848
2433
msgid "Use compatible behavior."
2436
#: drizzled/drizzled.cc:3853
2438
"If this is not 0, then mysqld will use this value to reserve file "
2439
"descriptors to use with setrlimit(). If this value is 0 then mysqld will "
2440
"reserve max_connections*5 or max_connections + table_cache*2 (whichever is "
2441
"larger) number of files."
2444
#: drizzled/drizzled.cc:3860
2446
"Controls the heuristic(s) applied during query optimization to prune less-"
2447
"promising partial plans from the optimizer search space. Meaning: 0 - do not "
2448
"apply any heuristic, thus perform exhaustive search; 1 - prune plans based "
2449
"on number of retrieved rows."
2452
#: drizzled/drizzled.cc:3868
2454
"Maximum depth of search performed by the query optimizer. Values larger than "
2455
"the number of relations in a query result in better query plans, but take "
2456
"longer to compile a query. Smaller values than the number of tables in a "
2457
"relation result in faster optimization, but may produce very bad query "
2458
"plans. If set to 0, the system will automatically pick a reasonable value; "
2459
"if set to MAX_TABLES+2, the optimizer will switch to the original find_best "
2460
"(used for testing/comparison)."
2463
#: drizzled/drizzled.cc:3880
2464
msgid "Directory for plugins."
2467
#: drizzled/drizzled.cc:3884
2469
"Optional comma separated list of plugins to load, where each plugin is "
2470
"identified by the name of the shared library. [for example: --"
2471
"plugin_load=libmd5udf.so]"
2474
#: drizzled/drizzled.cc:3890
2475
msgid "The size of the buffer that is allocated when preloading indexes"
2478
#: drizzled/drizzled.cc:3895
2479
msgid "Allocation block size for query parsing and execution"
2482
#: drizzled/drizzled.cc:3900
2483
msgid "Persistent buffer for query parsing and execution"
2486
#: drizzled/drizzled.cc:3906
2487
msgid "Allocation block size for storing ranges during optimization"
2490
#: drizzled/drizzled.cc:3912
2492
"Each thread that does a sequential scan allocates a buffer of this size for "
2493
"each table it scans. If you do many sequential scans, you may want to "
2494
"increase this value."
2497
#: drizzled/drizzled.cc:3920
2499
"Make all non-temporary tables read-only, with the exception for replication "
2500
"(slave) threads and users with the SUPER privilege"
2503
#: drizzled/drizzled.cc:3926
2505
"When reading rows in sorted order after a sort, the rows are read through "
2506
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
2510
#: drizzled/drizzled.cc:3940
2512
"0 = do not purge relay logs. 1 = purge them as soon as they are no more "
2516
#: drizzled/drizzled.cc:3946
2517
msgid "Maximum space to use for all relay logs."
2520
#: drizzled/drizzled.cc:3951
2521
msgid "Use compression on master/slave protocol."
2524
#: drizzled/drizzled.cc:3956
2526
"Number of seconds to wait for more data from a master/slave connection "
2527
"before aborting the read."
2530
#: drizzled/drizzled.cc:3961
2532
"Number of times the slave SQL thread will retry a transaction in case it "
2533
"failed with a deadlock or elapsed lock wait timeout, before giving up and "
2537
#: drizzled/drizzled.cc:3967
2538
msgid "Allow slave to batch requests."
2541
#: drizzled/drizzled.cc:3971
2543
"If creating the thread takes longer than this value (in seconds), the "
2544
"Slow_launch_threads counter will be incremented."
2547
#: drizzled/drizzled.cc:3976
2548
msgid "Each thread that needs to do a sort allocates a buffer of this size."
2551
#: drizzled/drizzled.cc:3982
2553
"Synchronously flush binary log to disk after every #th event. Use 0 "
2554
"(default) to disable synchronous flushing."
2557
#: drizzled/drizzled.cc:3987
2558
msgid "The number of cached table definitions."
2561
#: drizzled/drizzled.cc:3991
2562
msgid "The number of cached open tables."
2565
#: drizzled/drizzled.cc:3995
2567
"Timeout in seconds to wait for a table level lock before returning an error. "
2568
"Used only if the connection has active cursors."
2571
#: drizzled/drizzled.cc:4000
2572
msgid "How many threads we should keep in a cache for reuse."
2575
#: drizzled/drizzled.cc:4004
2577
"How many threads we should create to handle query requests in case of "
2578
"'thread_handling=pool-of-threads'"
2581
#: drizzled/drizzled.cc:4009
2582
msgid "The stack size for each thread."
2585
#: drizzled/drizzled.cc:4015
2586
msgid "The TIME format (for future)."
2589
#: drizzled/drizzled.cc:4020
2591
"If an internal in-memory temporary table exceeds this size, MySQL will "
2592
"automatically convert it to an on-disk MyISAM table."
2595
#: drizzled/drizzled.cc:4026
2596
msgid "Allocation block size for transactions to be stored in binary log"
2599
#: drizzled/drizzled.cc:4031
2600
msgid "Persistent buffer for transactions to be stored in binary log"
2603
#: drizzled/drizzled.cc:4036
2605
"The number of seconds the server waits for activity on a connection before "
2609
#: drizzled/drizzled.cc:4284
2611
"Copyright (C) 2000 MySQL AB, by Monty and others\n"
2612
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
2613
"and you are welcome to modify and redistribute it under the GPL license\n"
2615
"Starts the Drizzle database server\n"
2618
#: drizzled/drizzled.cc:4291
2620
msgid "Usage: %s [OPTIONS]\n"
2623
#: drizzled/drizzled.cc:4302
2626
"To see what values a running Drizzle server is using, type\n"
2627
"'drizzleadmin variables' instead of 'drizzled --help'."
2630
#: drizzled/drizzled.cc:4486
2633
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
2637
#: drizzled/drizzled.cc:4538
2639
msgid "Bad syntax in replicate-rewrite-db - missing '->'!\n"
2642
#: drizzled/drizzled.cc:4547
2644
msgid "Bad syntax in replicate-rewrite-db - empty FROM db!\n"
2647
#: drizzled/drizzled.cc:4557
2649
msgid "Bad syntax in replicate-rewrite-db - empty TO db!\n"
2652
#: drizzled/drizzled.cc:4586 drizzled/drizzled.cc:4595
2654
msgid "Could not add do table rule '%s'!\n"
2657
#: drizzled/drizzled.cc:4604 drizzled/drizzled.cc:4613
2659
msgid "Could not add ignore table rule '%s'!\n"
2662
#: drizzled/drizzled.cc:4657
2663
msgid "Can't start server: cannot resolve hostname!"
2666
#: drizzled/drizzled.cc:4663
2667
msgid "Can't start server: bind-address refers to multiple interfaces!"
2670
#: drizzled/drizzled.cc:4838
2672
"options --log-slow-admin-statements, --log-queries-not-using-indexes and --"
2673
"log-slow-slave-statements have no effect if --log-slow-queries is not set"
2676
#: drizzled/drizzled.cc:5029
2678
msgid "No option given to %s\n"
2681
#: drizzled/drizzled.cc:5031
2683
msgid "Wrong option to %s. Option(s) given: %s\n"
2686
#: drizzled/drizzled.cc:5033
2688
msgid "Alternatives are: '%s'"
2691
#: drizzled/drizzled_error_messages.h:31
2695
#: drizzled/drizzled_error_messages.h:33
2699
#: drizzled/drizzled_error_messages.h:35
2703
#: drizzled/drizzled_error_messages.h:37
2707
#: drizzled/drizzled_error_messages.h:39
2709
msgid "Can't create file '%-.200s' (errno: %d)"
2712
#: drizzled/drizzled_error_messages.h:41
2714
msgid "Can't create table '%-.200s' (errno: %d)"
2717
#: drizzled/drizzled_error_messages.h:43
2719
msgid "Can't create database '%-.192s' (errno: %d)"
2722
#: drizzled/drizzled_error_messages.h:45
2724
msgid "Can't create database '%-.192s'; database exists"
2727
#: drizzled/drizzled_error_messages.h:47
2729
msgid "Can't drop database '%-.192s'; database doesn't exist"
2732
#: drizzled/drizzled_error_messages.h:49
2734
msgid "Error dropping database (can't delete '%-.192s', errno: %d)"
2737
#: drizzled/drizzled_error_messages.h:51
2739
msgid "Error dropping database (can't rmdir '%-.192s', errno: %d)"
2742
#: drizzled/drizzled_error_messages.h:53
2744
msgid "Error on delete of '%-.192s' (errno: %d)"
2747
#: drizzled/drizzled_error_messages.h:55
2748
msgid "Can't read record in system table"
2751
#: drizzled/drizzled_error_messages.h:57
2753
msgid "Can't get status of '%-.200s' (errno: %d)"
2756
#: drizzled/drizzled_error_messages.h:59
2758
msgid "Can't get working directory (errno: %d)"
2761
#: drizzled/drizzled_error_messages.h:61
2763
msgid "Can't lock file (errno: %d)"
2766
#: drizzled/drizzled_error_messages.h:63
2768
msgid "Can't open file: '%-.200s' (errno: %d)"
2771
#: drizzled/drizzled_error_messages.h:65
2773
msgid "Can't find file: '%-.200s' (errno: %d)"
2776
#: drizzled/drizzled_error_messages.h:67
2778
msgid "Can't read dir of '%-.192s' (errno: %d)"
2781
#: drizzled/drizzled_error_messages.h:69
2783
msgid "Can't change dir to '%-.192s' (errno: %d)"
2786
#: drizzled/drizzled_error_messages.h:71
2788
msgid "Record has changed since last read in table '%-.192s'"
2791
#: drizzled/drizzled_error_messages.h:73
2793
msgid "Disk full (%s); waiting for someone to free some space..."
2796
#: drizzled/drizzled_error_messages.h:75
2798
msgid "Can't write; duplicate key in table '%-.192s'"
2801
#: drizzled/drizzled_error_messages.h:77
2803
msgid "Error on close of '%-.192s' (errno: %d)"
2806
#: drizzled/drizzled_error_messages.h:79
2808
msgid "Error reading file '%-.200s' (errno: %d)"
2811
#: drizzled/drizzled_error_messages.h:81
2813
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
2816
#: drizzled/drizzled_error_messages.h:83
2818
msgid "Error writing file '%-.200s' (errno: %d)"
2821
#: drizzled/drizzled_error_messages.h:85
2823
msgid "'%-.192s' is locked against change"
2826
#: drizzled/drizzled_error_messages.h:87
2827
msgid "Sort aborted"
2830
#: drizzled/drizzled_error_messages.h:89
2832
msgid "View '%-.192s' doesn't exist for '%-.192s'"
2835
#: drizzled/drizzled_error_messages.h:91
2837
msgid "Got error %d from storage engine"
2840
#: drizzled/drizzled_error_messages.h:93
2842
msgid "Table storage engine for '%-.192s' doesn't have this option"
2845
#: drizzled/drizzled_error_messages.h:95
2847
msgid "Can't find record in '%-.192s'"
2850
#: drizzled/drizzled_error_messages.h:97
2852
msgid "Incorrect information in file: '%-.200s'"
2855
#: drizzled/drizzled_error_messages.h:99
2857
msgid "Incorrect key file for table '%-.200s'; try to repair it"
2860
#: drizzled/drizzled_error_messages.h:101
2862
msgid "Old key file for table '%-.192s'; repair it!"
2865
#: drizzled/drizzled_error_messages.h:103
2867
msgid "Table '%-.192s' is read only"
2870
#: drizzled/drizzled_error_messages.h:105
2872
msgid "Out of memory; restart server and try again (needed %d bytes)"
2875
#: drizzled/drizzled_error_messages.h:107
2876
msgid "Out of sort memory; increase server sort buffer size"
2879
#: drizzled/drizzled_error_messages.h:109
2881
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
2884
#: drizzled/drizzled_error_messages.h:111
2885
msgid "Too many connections"
2888
#: drizzled/drizzled_error_messages.h:113
2890
"Out of memory; check if mysqld or some other process uses all available "
2891
"memory; if not, you may have to use 'ulimit' to allow mysqld to use more "
2892
"memory or you can add more swap space"
2895
#: drizzled/drizzled_error_messages.h:115
2896
msgid "Can't get hostname for your address"
2899
#: drizzled/drizzled_error_messages.h:117
2900
msgid "Bad handshake"
2903
#: drizzled/drizzled_error_messages.h:119
2905
msgid "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
2908
#: drizzled/drizzled_error_messages.h:121
2910
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
2913
#: drizzled/drizzled_error_messages.h:123
2914
msgid "No database selected"
2917
#: drizzled/drizzled_error_messages.h:125
2918
msgid "Unknown command"
2921
#: drizzled/drizzled_error_messages.h:127
2923
msgid "Column '%-.192s' cannot be null"
2926
#: drizzled/drizzled_error_messages.h:129
2928
msgid "Unknown database '%-.192s'"
2931
#: drizzled/drizzled_error_messages.h:131
2933
msgid "Table '%-.192s' already exists"
2936
#: drizzled/drizzled_error_messages.h:133
2938
msgid "Unknown table '%-.100s'"
2941
#: drizzled/drizzled_error_messages.h:135
2943
msgid "Column '%-.192s' in %-.192s is ambiguous"
2946
#: drizzled/drizzled_error_messages.h:137
2947
msgid "Server shutdown in progress"
2950
#: drizzled/drizzled_error_messages.h:139
2952
msgid "Unknown column '%-.192s' in '%-.192s'"
2955
#: drizzled/drizzled_error_messages.h:141
2957
msgid "'%-.192s' isn't in GROUP BY"
2960
#: drizzled/drizzled_error_messages.h:143
2962
msgid "Can't group on '%-.192s'"
2965
#: drizzled/drizzled_error_messages.h:145
2966
msgid "Statement has sum functions and columns in same statement"
2969
#: drizzled/drizzled_error_messages.h:147
2970
msgid "Column count doesn't match value count"
2973
#: drizzled/drizzled_error_messages.h:149
2975
msgid "Identifier name '%-.100s' is too long"
2978
#: drizzled/drizzled_error_messages.h:151
2980
msgid "Duplicate column name '%-.192s'"
2983
#: drizzled/drizzled_error_messages.h:153
2985
msgid "Duplicate key name '%-.192s'"
2988
#: drizzled/drizzled_error_messages.h:155
2990
msgid "Duplicate entry '%-.192s' for key %d"
2993
#: drizzled/drizzled_error_messages.h:157
2995
msgid "Incorrect column specifier for column '%-.192s'"
2998
#: drizzled/drizzled_error_messages.h:159
3000
msgid "%s near '%-.80s' at line %d"
3003
#: drizzled/drizzled_error_messages.h:161
3004
msgid "Query was empty"
3007
#: drizzled/drizzled_error_messages.h:163
3009
msgid "Not unique table/alias: '%-.192s'"
3012
#: drizzled/drizzled_error_messages.h:165
3014
msgid "Invalid default value for '%-.192s'"
3017
#: drizzled/drizzled_error_messages.h:167
3018
msgid "Multiple primary key defined"
3021
#: drizzled/drizzled_error_messages.h:169
3023
msgid "Too many keys specified; max %d keys allowed"
3026
#: drizzled/drizzled_error_messages.h:171
3028
msgid "Too many key parts specified; max %d parts allowed"
3031
#: drizzled/drizzled_error_messages.h:173
3033
msgid "Specified key was too long; max key length is %d bytes"
3036
#: drizzled/drizzled_error_messages.h:175
3038
msgid "Key column '%-.192s' doesn't exist in table"
3041
#: drizzled/drizzled_error_messages.h:177
3044
"BLOB column '%-.192s' can't be used in key specification with the used table "
3048
#: drizzled/drizzled_error_messages.h:179
3051
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
3055
#: drizzled/drizzled_error_messages.h:181
3057
"Incorrect table definition; there can be only one auto column and it must be "
3061
#: drizzled/drizzled_error_messages.h:183
3064
"%s: ready for connections.\n"
3065
"Version: '%s' socket: '%s' port: %d"
3068
#: drizzled/drizzled_error_messages.h:185
3070
msgid "%s: Normal shutdown\n"
3073
#: drizzled/drizzled_error_messages.h:187
3075
msgid "%s: Got signal %d. Aborting!\n"
3078
#: drizzled/drizzled_error_messages.h:189
3080
msgid "%s: Shutdown complete\n"
3083
#: drizzled/drizzled_error_messages.h:191
3085
msgid "%s: Forcing close of thread %ld user: '%-.48s'\n"
3088
#: drizzled/drizzled_error_messages.h:193
3089
msgid "Can't create IP socket"
3092
#: drizzled/drizzled_error_messages.h:195
3095
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
3099
#: drizzled/drizzled_error_messages.h:197
3100
msgid "Field separator argument is not what is expected; check the manual"
3103
#: drizzled/drizzled_error_messages.h:199
3105
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
3108
#: drizzled/drizzled_error_messages.h:201
3111
"The file '%-.128s' must be in the database directory or be readable by all"
3114
#: drizzled/drizzled_error_messages.h:203
3116
msgid "File '%-.200s' already exists"
3119
#: drizzled/drizzled_error_messages.h:205
3121
msgid "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
3124
#: drizzled/drizzled_error_messages.h:207
3126
msgid "Records: %ld Duplicates: %ld"
3129
#: drizzled/drizzled_error_messages.h:209
3131
"Incorrect prefix key; the used key part isn't a string, the used length is "
3132
"longer than the key part, or the storage engine doesn't support unique "
3136
#: drizzled/drizzled_error_messages.h:211
3137
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
3140
#: drizzled/drizzled_error_messages.h:213
3142
msgid "Can't DROP '%-.192s'; check that column/key exists"
3145
#: drizzled/drizzled_error_messages.h:215
3147
msgid "Records: %ld Duplicates: %ld Warnings: %ld"
3150
#: drizzled/drizzled_error_messages.h:217
3152
msgid "You can't specify target table '%-.192s' for update in FROM clause"
3155
#: drizzled/drizzled_error_messages.h:219
3157
msgid "Unknown thread id: %lu"
3160
#: drizzled/drizzled_error_messages.h:221
3162
msgid "You are not owner of thread %lu"
3165
#: drizzled/drizzled_error_messages.h:223
3166
msgid "No tables used"
3169
#: drizzled/drizzled_error_messages.h:225
3171
msgid "Too many strings for column %-.192s and SET"
3174
#: drizzled/drizzled_error_messages.h:227
3176
msgid "Can't generate a unique log-filename %-.200s.(1-999)\n"
3179
#: drizzled/drizzled_error_messages.h:229
3181
msgid "Table '%-.192s' was locked with a READ lock and can't be updated"
3184
#: drizzled/drizzled_error_messages.h:231
3186
msgid "Table '%-.192s' was not locked with LOCK TABLES"
3189
#: drizzled/drizzled_error_messages.h:233
3191
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
3194
#: drizzled/drizzled_error_messages.h:235
3196
msgid "Incorrect database name '%-.100s'"
3199
#: drizzled/drizzled_error_messages.h:237
3201
msgid "Incorrect table name '%-.100s'"
3204
#: drizzled/drizzled_error_messages.h:239
3206
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
3207
"use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay"
3210
#: drizzled/drizzled_error_messages.h:241
3211
msgid "Unknown error"
3214
#: drizzled/drizzled_error_messages.h:243
3216
msgid "Unknown procedure '%-.192s'"
3219
#: drizzled/drizzled_error_messages.h:245
3221
msgid "Incorrect parameter count to procedure '%-.192s'"
3224
#: drizzled/drizzled_error_messages.h:247
3226
msgid "Incorrect parameters to procedure '%-.192s'"
3229
#: drizzled/drizzled_error_messages.h:249
3231
msgid "Unknown table '%-.192s' in %-.32s"
3234
#: drizzled/drizzled_error_messages.h:251
3236
msgid "Column '%-.192s' specified twice"
3239
#: drizzled/drizzled_error_messages.h:253
3240
msgid "Invalid use of group function"
3243
#: drizzled/drizzled_error_messages.h:255
3246
"Table '%-.192s' uses an extension that doesn't exist in this MySQL version"
3249
#: drizzled/drizzled_error_messages.h:257
3250
msgid "A table must have at least 1 column"
3253
#: drizzled/drizzled_error_messages.h:259
3255
msgid "The table '%-.192s' is full"
3258
#: drizzled/drizzled_error_messages.h:261
3260
msgid "Unknown character set: '%-.64s'"
3263
#: drizzled/drizzled_error_messages.h:263
3265
msgid "Too many tables; MySQL can only use %d tables in a join"
3268
#: drizzled/drizzled_error_messages.h:265
3269
msgid "Too many columns"
3272
#: drizzled/drizzled_error_messages.h:267
3275
"Row size too large. The maximum row size for the used table type, not "
3276
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
3279
#: drizzled/drizzled_error_messages.h:269
3282
"Thread stack overrun: Used: %ld of a %ld stack. Use 'mysqld -O "
3283
"thread_stack=#' to specify a bigger stack if needed"
3286
#: drizzled/drizzled_error_messages.h:271
3287
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
3290
#: drizzled/drizzled_error_messages.h:273
3293
"Table handler doesn't support NULL in given index. Please change column "
3294
"'%-.192s' to be NOT NULL or use another handler"
3297
#: drizzled/drizzled_error_messages.h:275
3299
msgid "Can't load function '%-.192s'"
3302
#: drizzled/drizzled_error_messages.h:277
3304
msgid "Can't initialize function '%-.192s'; %-.80s"
3307
#: drizzled/drizzled_error_messages.h:279
3308
msgid "No paths allowed for shared library"
3311
#: drizzled/drizzled_error_messages.h:281
3313
msgid "Function '%-.192s' already exists"
3316
#: drizzled/drizzled_error_messages.h:283
3318
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
3321
#: drizzled/drizzled_error_messages.h:285
3323
msgid "Can't find symbol '%-.128s' in library"
3326
#: drizzled/drizzled_error_messages.h:287
3328
msgid "Function '%-.192s' is not defined"
3331
#: drizzled/drizzled_error_messages.h:289
3334
"Host '%-.64s' is blocked because of many connection errors; unblock with "
3335
"'mysqladmin flush-hosts'"
3338
#: drizzled/drizzled_error_messages.h:291
3340
msgid "Host '%-.64s' is not allowed to connect to this MySQL server"
3343
#: drizzled/drizzled_error_messages.h:293
3345
"You are using MySQL as an anonymous user and anonymous users are not allowed "
3346
"to change passwords"
3349
#: drizzled/drizzled_error_messages.h:295
3351
"You must have privileges to update tables in the mysql database to be able "
3352
"to change passwords for others"
3355
#: drizzled/drizzled_error_messages.h:297
3356
msgid "Can't find any matching row in the user table"
3359
#: drizzled/drizzled_error_messages.h:299
3361
msgid "Rows matched: %ld Changed: %ld Warnings: %ld"
3364
#: drizzled/drizzled_error_messages.h:301
3367
"Can't create a new thread (errno %d); if you are not out of available "
3368
"memory, you can consult the manual for a possible OS-dependent bug"
3371
#: drizzled/drizzled_error_messages.h:303
3373
msgid "Column count doesn't match value count at row %ld"
3376
#: drizzled/drizzled_error_messages.h:305
3378
msgid "Can't reopen table: '%-.192s'"
3381
#: drizzled/drizzled_error_messages.h:307
3382
msgid "Invalid use of NULL value"
3385
#: drizzled/drizzled_error_messages.h:309
3387
msgid "Got error '%-.64s' from regexp"
3390
#: drizzled/drizzled_error_messages.h:311
3392
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
3393
"illegal if there is no GROUP BY clause"
3396
#: drizzled/drizzled_error_messages.h:313
3398
msgid "There is no such grant defined for user '%-.48s' on host '%-.64s'"
3401
#: drizzled/drizzled_error_messages.h:315
3403
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for table '%-.192s'"
3406
#: drizzled/drizzled_error_messages.h:317
3409
"%-.16s command denied to user '%-.48s'@'%-.64s' for column '%-.192s' in "
3413
#: drizzled/drizzled_error_messages.h:319
3415
"Illegal GRANT/REVOKE command; please consult the manual to see which "
3416
"privileges can be used"
3419
#: drizzled/drizzled_error_messages.h:321
3420
msgid "The host or user argument to GRANT is too long"
3423
#: drizzled/drizzled_error_messages.h:323
3425
msgid "Table '%-.192s.%-.192s' doesn't exist"
3428
#: drizzled/drizzled_error_messages.h:325
3431
"There is no such grant defined for user '%-.48s' on host '%-.64s' on table "
3435
#: drizzled/drizzled_error_messages.h:327
3436
msgid "The used command is not allowed with this MySQL version"
3439
#: drizzled/drizzled_error_messages.h:329
3441
"You have an error in your SQL syntax; check the manual that corresponds to "
3442
"your MySQL server version for the right syntax to use"
3445
#: drizzled/drizzled_error_messages.h:331
3447
msgid "Delayed insert thread couldn't get requested lock for table %-.192s"
3450
#: drizzled/drizzled_error_messages.h:333
3451
msgid "Too many delayed threads in use"
3454
#: drizzled/drizzled_error_messages.h:335
3456
msgid "Aborted connection %ld to db: '%-.192s' user: '%-.48s' (%-.64s)"
3459
#: drizzled/drizzled_error_messages.h:337
3460
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
3463
#: drizzled/drizzled_error_messages.h:339
3464
msgid "Got a read error from the connection pipe"
3467
#: drizzled/drizzled_error_messages.h:341
3468
msgid "Got an error from fcntl()"
3471
#: drizzled/drizzled_error_messages.h:343
3472
msgid "Got packets out of order"
3475
#: drizzled/drizzled_error_messages.h:355
3476
msgid "Result string is longer than 'max_allowed_packet' bytes"
3479
#: drizzled/drizzled_error_messages.h:357
3480
msgid "The used table type doesn't support BLOB/TEXT columns"
3483
#: drizzled/drizzled_error_messages.h:359
3484
msgid "The used table type doesn't support AUTO_INCREMENT columns"
3487
#: drizzled/drizzled_error_messages.h:361
3490
"INSERT DELAYED can't be used with table '%-.192s' because it is locked with "
3494
#: drizzled/drizzled_error_messages.h:363
3496
msgid "Incorrect column name '%-.100s'"
3499
#: drizzled/drizzled_error_messages.h:365
3501
msgid "The used storage engine can't index column '%-.192s'"
3504
#: drizzled/drizzled_error_messages.h:367
3506
"Unable to open underlying table which is differently defined or of non-"
3507
"MyISAM type or doesn't exist"
3510
#: drizzled/drizzled_error_messages.h:369
3512
msgid "Can't write, because of unique constraint, to table '%-.192s'"
3515
#: drizzled/drizzled_error_messages.h:371
3518
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
3521
#: drizzled/drizzled_error_messages.h:373
3523
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
3527
#: drizzled/drizzled_error_messages.h:375
3528
msgid "Result consisted of more than one row"
3531
#: drizzled/drizzled_error_messages.h:377
3532
msgid "This table type requires a primary key"
3535
#: drizzled/drizzled_error_messages.h:379
3536
msgid "This version of MySQL is not compiled with RAID support"
3539
#: drizzled/drizzled_error_messages.h:381
3541
"You are using safe update mode and you tried to update a table without a "
3542
"WHERE that uses a KEY column"
3545
#: drizzled/drizzled_error_messages.h:383
3547
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
3550
#: drizzled/drizzled_error_messages.h:385
3551
msgid "Can't open table"
3554
#: drizzled/drizzled_error_messages.h:387
3556
msgid "The storage engine for the table doesn't support %s"
3559
#: drizzled/drizzled_error_messages.h:389
3560
msgid "You are not allowed to execute this command in a transaction"
3563
#: drizzled/drizzled_error_messages.h:391
3565
msgid "Got error %d during COMMIT"
3568
#: drizzled/drizzled_error_messages.h:393
3570
msgid "Got error %d during ROLLBACK"
3573
#: drizzled/drizzled_error_messages.h:395
3575
msgid "Got error %d during FLUSH_LOGS"
3578
#: drizzled/drizzled_error_messages.h:397
3580
msgid "Got error %d during CHECKPOINT"
3583
#: drizzled/drizzled_error_messages.h:399
3586
"Aborted connection %ld to db: '%-.192s' user: '%-.48s' host: "
3590
#: drizzled/drizzled_error_messages.h:401
3591
msgid "The storage engine for the table does not support binary table dump"
3594
#: drizzled/drizzled_error_messages.h:403
3595
msgid "Binlog closed, cannot RESET MASTER"
3598
#: drizzled/drizzled_error_messages.h:405
3600
msgid "Failed rebuilding the index of dumped table '%-.192s'"
3603
#: drizzled/drizzled_error_messages.h:407
3605
msgid "Error from master: '%-.64s'"
3608
#: drizzled/drizzled_error_messages.h:409
3609
msgid "Net error reading from master"
3612
#: drizzled/drizzled_error_messages.h:411
3613
msgid "Net error writing to master"
3616
#: drizzled/drizzled_error_messages.h:413
3617
msgid "Can't find FULLTEXT index matching the column list"
3620
#: drizzled/drizzled_error_messages.h:415
3622
"Can't execute the given command because you have active locked tables or an "
3623
"active transaction"
3626
#: drizzled/drizzled_error_messages.h:417
3628
msgid "Unknown system variable '%-.64s'"
3631
#: drizzled/drizzled_error_messages.h:419
3633
msgid "Table '%-.192s' is marked as crashed and should be repaired"
3636
#: drizzled/drizzled_error_messages.h:421
3639
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
3642
#: drizzled/drizzled_error_messages.h:423
3643
msgid "Some non-transactional changed tables couldn't be rolled back"
3646
#: drizzled/drizzled_error_messages.h:425
3648
"Multi-statement transaction required more than 'max_binlog_cache_size' bytes "
3649
"of storage; increase this mysqld variable and try again"
3652
#: drizzled/drizzled_error_messages.h:427
3654
"This operation cannot be performed with a running slave; run STOP SLAVE first"
3657
#: drizzled/drizzled_error_messages.h:429
3659
"This operation requires a running slave; configure slave and do START SLAVE"
3662
#: drizzled/drizzled_error_messages.h:431
3663
msgid "The server is not configured as slave; fix with CHANGE MASTER TO"
3666
#: drizzled/drizzled_error_messages.h:433
3668
"Could not initialize master info structure; more error messages can be found "
3669
"in the MySQL error log"
3672
#: drizzled/drizzled_error_messages.h:435
3673
msgid "Could not create slave thread; check system resources"
3676
#: drizzled/drizzled_error_messages.h:437
3679
"User %-.64s already has more than 'max_user_connections' active connections"
3682
#: drizzled/drizzled_error_messages.h:439
3683
msgid "You may only use constant expressions with SET"
3686
#: drizzled/drizzled_error_messages.h:441
3687
msgid "Lock wait timeout exceeded; try restarting transaction"
3690
#: drizzled/drizzled_error_messages.h:443
3691
msgid "The total number of locks exceeds the lock table size"
3694
#: drizzled/drizzled_error_messages.h:445
3695
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
3698
#: drizzled/drizzled_error_messages.h:447
3699
msgid "DROP DATABASE not allowed while thread is holding global read lock"
3702
#: drizzled/drizzled_error_messages.h:449
3703
msgid "CREATE DATABASE not allowed while thread is holding global read lock"
3706
#: drizzled/drizzled_error_messages.h:451
3708
msgid "Incorrect arguments to %s"
3711
#: drizzled/drizzled_error_messages.h:453
3713
msgid "'%-.48s'@'%-.64s' is not allowed to create new users"
3716
#: drizzled/drizzled_error_messages.h:455
3718
"Incorrect table definition; all MERGE tables must be in the same database"
3721
#: drizzled/drizzled_error_messages.h:457
3722
msgid "Deadlock found when trying to get lock; try restarting transaction"
3725
#: drizzled/drizzled_error_messages.h:459
3726
msgid "The used table type doesn't support FULLTEXT indexes"
3729
#: drizzled/drizzled_error_messages.h:461
3730
msgid "Cannot add foreign key constraint"
3733
#: drizzled/drizzled_error_messages.h:463
3734
msgid "Cannot add or update a child row: a foreign key constraint fails"
3737
#: drizzled/drizzled_error_messages.h:465
3738
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
3741
#: drizzled/drizzled_error_messages.h:467
3743
msgid "Error connecting to master: %-.128s"
3746
#: drizzled/drizzled_error_messages.h:469
3748
msgid "Error running query on master: %-.128s"
3751
#: drizzled/drizzled_error_messages.h:471
3753
msgid "Error when executing command %s: %-.128s"
3756
#: drizzled/drizzled_error_messages.h:473
3758
msgid "Incorrect usage of %s and %s"
3761
#: drizzled/drizzled_error_messages.h:475
3762
msgid "The used SELECT statements have a different number of columns"
3765
#: drizzled/drizzled_error_messages.h:477
3766
msgid "Can't execute the query because you have a conflicting read lock"
3769
#: drizzled/drizzled_error_messages.h:479
3770
msgid "Mixing of transactional and non-transactional tables is disabled"
3773
#: drizzled/drizzled_error_messages.h:481
3775
msgid "Option '%s' used twice in statement"
3778
#: drizzled/drizzled_error_messages.h:483
3780
msgid "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
3783
#: drizzled/drizzled_error_messages.h:485
3785
msgid "Access denied; you need the %-.128s privilege for this operation"
3788
#: drizzled/drizzled_error_messages.h:487
3791
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
3794
#: drizzled/drizzled_error_messages.h:489
3797
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
3800
#: drizzled/drizzled_error_messages.h:491
3802
msgid "Variable '%-.64s' doesn't have a default value"
3805
#: drizzled/drizzled_error_messages.h:493
3807
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
3810
#: drizzled/drizzled_error_messages.h:495
3812
msgid "Incorrect argument type to variable '%-.64s'"
3815
#: drizzled/drizzled_error_messages.h:497
3817
msgid "Variable '%-.64s' can only be set, not read"
3820
#: drizzled/drizzled_error_messages.h:499
3822
msgid "Incorrect usage/placement of '%s'"
3825
#: drizzled/drizzled_error_messages.h:501
3827
msgid "This version of MySQL doesn't yet support '%s'"
3830
#: drizzled/drizzled_error_messages.h:503
3833
"Got fatal error %d: '%-.128s' from master when reading data from binary log"
3836
#: drizzled/drizzled_error_messages.h:505
3837
msgid "Slave SQL thread ignored the query because of replicate-*-table rules"
3840
#: drizzled/drizzled_error_messages.h:507
3842
msgid "Variable '%-.192s' is a %s variable"
3845
#: drizzled/drizzled_error_messages.h:509
3847
msgid "Incorrect foreign key definition for '%-.192s': %s"
3850
#: drizzled/drizzled_error_messages.h:511
3851
msgid "Key reference and table reference don't match"
3854
#: drizzled/drizzled_error_messages.h:513
3856
msgid "Operand should contain %d column(s)"
3859
#: drizzled/drizzled_error_messages.h:515
3860
msgid "Subquery returns more than 1 row"
3863
#: drizzled/drizzled_error_messages.h:517
3865
msgid "Unknown prepared statement handler (%.*s) given to %s"
3868
#: drizzled/drizzled_error_messages.h:519
3869
msgid "Help database is corrupt or does not exist"
3872
#: drizzled/drizzled_error_messages.h:521
3873
msgid "Cyclic reference on subqueries"
3876
#: drizzled/drizzled_error_messages.h:523
3878
msgid "Converting column '%s' from %s to %s"
3881
#: drizzled/drizzled_error_messages.h:525
3883
msgid "Reference '%-.64s' not supported (%s)"
3886
#: drizzled/drizzled_error_messages.h:527
3887
msgid "Every derived table must have its own alias"
3890
#: drizzled/drizzled_error_messages.h:529
3892
msgid "Select %u was reduced during optimization"
3895
#: drizzled/drizzled_error_messages.h:531
3897
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
3900
#: drizzled/drizzled_error_messages.h:533
3902
"Client does not support authentication protocol requested by server; "
3903
"consider upgrading MySQL client"
3906
#: drizzled/drizzled_error_messages.h:535
3907
msgid "All parts of a SPATIAL index must be NOT NULL"
3910
#: drizzled/drizzled_error_messages.h:537
3912
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
3915
#: drizzled/drizzled_error_messages.h:539
3916
msgid "Slave is already running"
3919
#: drizzled/drizzled_error_messages.h:541
3920
msgid "Slave already has been stopped"
3923
#: drizzled/drizzled_error_messages.h:543
3926
"Uncompressed data size too large; the maximum size is %d (probably, length "
3927
"of uncompressed data was corrupted)"
3930
#: drizzled/drizzled_error_messages.h:545
3931
msgid "ZLIB: Not enough memory"
3934
#: drizzled/drizzled_error_messages.h:547
3936
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
3937
"data was corrupted)"
3940
#: drizzled/drizzled_error_messages.h:549
3941
msgid "ZLIB: Input data corrupted"
3944
#: drizzled/drizzled_error_messages.h:551
3946
msgid "%d line(s) were cut by GROUP_CONCAT()"
3949
#: drizzled/drizzled_error_messages.h:553
3951
msgid "Row %ld doesn't contain data for all columns"
3954
#: drizzled/drizzled_error_messages.h:555
3957
"Row %ld was truncated; it contained more data than there were input columns"
3960
#: drizzled/drizzled_error_messages.h:557
3963
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
3966
#: drizzled/drizzled_error_messages.h:559
3968
msgid "Out of range value for column '%s' at row %ld"
3971
#: drizzled/drizzled_error_messages.h:561
3973
msgid "Data truncated for column '%s' at row %ld"
3976
#: drizzled/drizzled_error_messages.h:563
3978
msgid "Using storage engine %s for table '%s'"
3981
#: drizzled/drizzled_error_messages.h:565
3983
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
3986
#: drizzled/drizzled_error_messages.h:567
3987
msgid "Cannot drop one or more of the requested users"
3990
#: drizzled/drizzled_error_messages.h:569
3991
msgid "Can't revoke all privileges for one or more of the requested users"
3994
#: drizzled/drizzled_error_messages.h:571
3996
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
3999
#: drizzled/drizzled_error_messages.h:573
4001
msgid "Illegal mix of collations for operation '%s'"
4004
#: drizzled/drizzled_error_messages.h:575
4007
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
4011
#: drizzled/drizzled_error_messages.h:577
4013
msgid "Unknown collation: '%-.64s'"
4016
#: drizzled/drizzled_error_messages.h:579
4018
"SSL parameters in CHANGE MASTER are ignored because this MySQL slave was "
4019
"compiled without SSL support; they can be used later if MySQL slave with SSL "
4023
#: drizzled/drizzled_error_messages.h:581
4026
"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the "
4027
"old format; please change the password to the new format"
4030
#: drizzled/drizzled_error_messages.h:583
4033
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
4037
#: drizzled/drizzled_error_messages.h:585
4038
msgid "Incorrect parameter or combination of parameters for START SLAVE UNTIL"
4041
#: drizzled/drizzled_error_messages.h:587
4043
"It is recommended to use --skip-slave-start when doing step-by-step "
4044
"replication with START SLAVE UNTIL; otherwise, you will get problems if you "
4045
"get an unexpected slave's mysqld restart"
4048
#: drizzled/drizzled_error_messages.h:589
4049
msgid "SQL thread is not to be started so UNTIL options are ignored"
4052
#: drizzled/drizzled_error_messages.h:591
4054
msgid "Incorrect index name '%-.100s'"
4057
#: drizzled/drizzled_error_messages.h:593
4059
msgid "Incorrect catalog name '%-.100s'"
4062
#: drizzled/drizzled_error_messages.h:595
4064
msgid "Query cache failed to set size %lu; new query cache size is %lu"
4067
#: drizzled/drizzled_error_messages.h:597
4069
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
4072
#: drizzled/drizzled_error_messages.h:599
4074
msgid "Unknown key cache '%-.100s'"
4077
#: drizzled/drizzled_error_messages.h:601
4079
"MySQL is started in --skip-name-resolve mode; you must restart it without "
4080
"this switch for this grant to work"
4083
#: drizzled/drizzled_error_messages.h:603
4085
msgid "Unknown table engine '%s'"
4088
#: drizzled/drizzled_error_messages.h:605
4090
msgid "'%s' is deprecated; use '%s' instead"
4093
#: drizzled/drizzled_error_messages.h:607
4095
msgid "The target table %-.100s of the %s is not updatable"
4098
#: drizzled/drizzled_error_messages.h:609
4101
"The '%s' feature is disabled; you need MySQL built with '%s' to have it "
4105
#: drizzled/drizzled_error_messages.h:611
4108
"The MySQL server is running with the %s option so it cannot execute this "
4112
#: drizzled/drizzled_error_messages.h:613
4114
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
4117
#: drizzled/drizzled_error_messages.h:615
4119
msgid "Truncated incorrect %-.32s value: '%-.128s'"
4122
#: drizzled/drizzled_error_messages.h:617
4124
"Incorrect table definition; there can be only one TIMESTAMP column with "
4125
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
4128
#: drizzled/drizzled_error_messages.h:619
4130
msgid "Invalid ON UPDATE clause for '%-.192s' column"
4133
#: drizzled/drizzled_error_messages.h:621
4134
msgid "This command is not supported in the prepared statement protocol yet"
4137
#: drizzled/drizzled_error_messages.h:623
4139
msgid "Got error %d '%-.100s' from %s"
4142
#: drizzled/drizzled_error_messages.h:625
4144
msgid "Got temporary error %d '%-.100s' from %s"
4147
#: drizzled/drizzled_error_messages.h:627
4149
msgid "Unknown or incorrect time zone: '%-.64s'"
4152
#: drizzled/drizzled_error_messages.h:629
4154
msgid "Invalid TIMESTAMP value in column '%s' at row %ld"
4157
#: drizzled/drizzled_error_messages.h:631
4159
msgid "Invalid %s character string: '%.64s'"
4162
#: drizzled/drizzled_error_messages.h:633
4164
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
4167
#: drizzled/drizzled_error_messages.h:635
4169
msgid "Conflicting declarations: '%s%s' and '%s%s'"
4172
#: drizzled/drizzled_error_messages.h:637
4174
msgid "Can't create a %s from within another stored routine"
4177
#: drizzled/drizzled_error_messages.h:639
4179
msgid "%s %s already exists"
4182
#: drizzled/drizzled_error_messages.h:641
4184
msgid "%s %s does not exist"
4187
#: drizzled/drizzled_error_messages.h:643
4189
msgid "Failed to DROP %s %s"
4192
#: drizzled/drizzled_error_messages.h:645
4194
msgid "Failed to CREATE %s %s"
4197
#: drizzled/drizzled_error_messages.h:647
4199
msgid "%s with no matching label: %s"
4202
#: drizzled/drizzled_error_messages.h:649
4204
msgid "Redefining label %s"
4207
#: drizzled/drizzled_error_messages.h:651
4209
msgid "End-label %s without match"
4212
#: drizzled/drizzled_error_messages.h:653
4214
msgid "Referring to uninitialized variable %s"
4217
#: drizzled/drizzled_error_messages.h:655
4219
msgid "PROCEDURE %s can't return a result set in the given context"
4222
#: drizzled/drizzled_error_messages.h:657
4223
msgid "RETURN is only allowed in a FUNCTION"
4226
#: drizzled/drizzled_error_messages.h:659
4228
msgid "%s is not allowed in stored procedures"
4231
#: drizzled/drizzled_error_messages.h:661
4233
"The update log is deprecated and replaced by the binary log; SET "
4234
"SQL_LOG_UPDATE has been ignored"
4237
#: drizzled/drizzled_error_messages.h:663
4239
"The update log is deprecated and replaced by the binary log; SET "
4240
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
4243
#: drizzled/drizzled_error_messages.h:665
4244
msgid "Query execution was interrupted"
4247
#: drizzled/drizzled_error_messages.h:667
4249
msgid "Incorrect number of arguments for %s %s; expected %u, got %u"
4252
#: drizzled/drizzled_error_messages.h:669
4254
msgid "Undefined CONDITION: %s"
4257
#: drizzled/drizzled_error_messages.h:671
4259
msgid "No RETURN found in FUNCTION %s"
4262
#: drizzled/drizzled_error_messages.h:673
4264
msgid "FUNCTION %s ended without RETURN"
4267
#: drizzled/drizzled_error_messages.h:675
4268
msgid "Cursor statement must be a SELECT"
4271
#: drizzled/drizzled_error_messages.h:677
4272
msgid "Cursor SELECT must not have INTO"
4275
#: drizzled/drizzled_error_messages.h:679
4277
msgid "Undefined CURSOR: %s"
4280
#: drizzled/drizzled_error_messages.h:681
4281
msgid "Cursor is already open"
4284
#: drizzled/drizzled_error_messages.h:683
4285
msgid "Cursor is not open"
4288
#: drizzled/drizzled_error_messages.h:685
4290
msgid "Undeclared variable: %s"
4293
#: drizzled/drizzled_error_messages.h:687
4294
msgid "Incorrect number of FETCH variables"
4297
#: drizzled/drizzled_error_messages.h:689
4298
msgid "No data - zero rows fetched, selected, or processed"
4301
#: drizzled/drizzled_error_messages.h:691
4303
msgid "Duplicate parameter: %s"
4306
#: drizzled/drizzled_error_messages.h:693
4308
msgid "Duplicate variable: %s"
4311
#: drizzled/drizzled_error_messages.h:695
4313
msgid "Duplicate condition: %s"
4316
#: drizzled/drizzled_error_messages.h:697
4318
msgid "Duplicate cursor: %s"
4321
#: drizzled/drizzled_error_messages.h:699
4323
msgid "Failed to ALTER %s %s"
4326
#: drizzled/drizzled_error_messages.h:701
4327
msgid "Subquery value not supported"
4330
#: drizzled/drizzled_error_messages.h:703
4332
msgid "%s is not allowed in stored function or trigger"
4335
#: drizzled/drizzled_error_messages.h:705
4336
msgid "Variable or condition declaration after cursor or handler declaration"
4339
#: drizzled/drizzled_error_messages.h:707
4340
msgid "Cursor declaration after handler declaration"
4343
#: drizzled/drizzled_error_messages.h:709
4344
msgid "Case not found for CASE statement"
4347
#: drizzled/drizzled_error_messages.h:711
4349
msgid "Configuration file '%-.192s' is too big"
4352
#: drizzled/drizzled_error_messages.h:713
4354
msgid "Malformed file type header in file '%-.192s'"
4357
#: drizzled/drizzled_error_messages.h:715
4359
msgid "Unexpected end of file while parsing comment '%-.200s'"
4362
#: drizzled/drizzled_error_messages.h:717
4364
msgid "Error while parsing parameter '%-.192s' (line: '%-.192s')"
4367
#: drizzled/drizzled_error_messages.h:719
4369
msgid "Unexpected end of file while skipping unknown parameter '%-.192s'"
4372
#: drizzled/drizzled_error_messages.h:721
4373
msgid "EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
4376
#: drizzled/drizzled_error_messages.h:723
4378
msgid "File '%-.192s' has unknown type '%-.64s' in its header"
4381
#: drizzled/drizzled_error_messages.h:725
4383
msgid "'%-.192s.%-.192s' is not %s"
4386
#: drizzled/drizzled_error_messages.h:727
4388
msgid "Column '%-.192s' is not updatable"
4391
#: drizzled/drizzled_error_messages.h:729
4392
msgid "View's SELECT contains a subquery in the FROM clause"
4395
#: drizzled/drizzled_error_messages.h:731
4397
msgid "View's SELECT contains a '%s' clause"
4400
#: drizzled/drizzled_error_messages.h:733
4401
msgid "View's SELECT contains a variable or parameter"
4404
#: drizzled/drizzled_error_messages.h:735
4406
msgid "View's SELECT refers to a temporary table '%-.192s'"
4409
#: drizzled/drizzled_error_messages.h:737
4410
msgid "View's SELECT and view's field list have different column counts"
4413
#: drizzled/drizzled_error_messages.h:739
4415
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
4418
#: drizzled/drizzled_error_messages.h:741
4419
msgid "View being updated does not have complete key of underlying table in it"
4422
#: drizzled/drizzled_error_messages.h:743
4425
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
4426
"(s) or definer/invoker of view lack rights to use them"
4429
#: drizzled/drizzled_error_messages.h:745
4431
msgid "Can't drop or alter a %s from within another stored routine"
4434
#: drizzled/drizzled_error_messages.h:747
4435
msgid "GOTO is not allowed in a stored procedure handler"
4438
#: drizzled/drizzled_error_messages.h:749
4439
msgid "Trigger already exists"
4442
#: drizzled/drizzled_error_messages.h:751
4443
msgid "Trigger does not exist"
4446
#: drizzled/drizzled_error_messages.h:753
4448
msgid "Trigger's '%-.192s' is view or temporary table"
4451
#: drizzled/drizzled_error_messages.h:755
4453
msgid "Updating of %s row is not allowed in %strigger"
4456
#: drizzled/drizzled_error_messages.h:757
4458
msgid "There is no %s row in %s trigger"
4461
#: drizzled/drizzled_error_messages.h:759
4463
msgid "Field '%-.192s' doesn't have a default value"
4466
#: drizzled/drizzled_error_messages.h:761
4467
msgid "Division by 0"
4470
#: drizzled/drizzled_error_messages.h:763
4472
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %ld"
4475
#: drizzled/drizzled_error_messages.h:765
4477
msgid "Illegal %s '%-.192s' value found during parsing"
4480
#: drizzled/drizzled_error_messages.h:767
4482
msgid "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
4485
#: drizzled/drizzled_error_messages.h:769
4487
msgid "CHECK OPTION failed '%-.192s.%-.192s'"
4490
#: drizzled/drizzled_error_messages.h:771
4492
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
4495
#: drizzled/drizzled_error_messages.h:773
4497
msgid "Failed purging old relay logs: %s"
4500
#: drizzled/drizzled_error_messages.h:775
4502
msgid "Password hash should be a %d-digit hexadecimal number"
4505
#: drizzled/drizzled_error_messages.h:777
4506
msgid "Target log not found in binlog index"
4509
#: drizzled/drizzled_error_messages.h:779
4510
msgid "I/O error reading log index file"
4513
#: drizzled/drizzled_error_messages.h:781
4514
msgid "Server configuration does not permit binlog purge"
4517
#: drizzled/drizzled_error_messages.h:783
4518
msgid "Failed on fseek()"
4521
#: drizzled/drizzled_error_messages.h:785
4522
msgid "Fatal error during log purge"
4525
#: drizzled/drizzled_error_messages.h:787
4526
msgid "A purgeable log is in use, will not purge"
4529
#: drizzled/drizzled_error_messages.h:789
4530
msgid "Unknown error during log purge"
4533
#: drizzled/drizzled_error_messages.h:791
4535
msgid "Failed initializing relay log position: %s"
4538
#: drizzled/drizzled_error_messages.h:793
4539
msgid "You are not using binary logging"
4542
#: drizzled/drizzled_error_messages.h:795
4545
"The '%-.64s' syntax is reserved for purposes internal to the MySQL server"
4548
#: drizzled/drizzled_error_messages.h:797
4549
msgid "WSAStartup Failed"
4552
#: drizzled/drizzled_error_messages.h:799
4553
msgid "Can't handle procedures with different groups yet"
4556
#: drizzled/drizzled_error_messages.h:801
4557
msgid "Select must have a group with this procedure"
4560
#: drizzled/drizzled_error_messages.h:803
4561
msgid "Can't use ORDER clause with this procedure"
4564
#: drizzled/drizzled_error_messages.h:805
4566
msgid "Binary logging and replication forbid changing the global server %s"
4569
#: drizzled/drizzled_error_messages.h:807
4571
msgid "Can't map file: %-.200s, errno: %d"
4574
#: drizzled/drizzled_error_messages.h:809
4576
msgid "Wrong magic in %-.64s"
4579
#: drizzled/drizzled_error_messages.h:811
4580
msgid "Prepared statement contains too many placeholders"
4583
#: drizzled/drizzled_error_messages.h:813
4585
msgid "Key part '%-.192s' length cannot be 0"
4588
#: drizzled/drizzled_error_messages.h:815
4589
msgid "View text checksum failed"
4592
#: drizzled/drizzled_error_messages.h:817
4595
"Can not modify more than one base table through a join view '%-.192s.%-.192s'"
4598
#: drizzled/drizzled_error_messages.h:819
4600
msgid "Can not insert into join view '%-.192s.%-.192s' without fields list"
4603
#: drizzled/drizzled_error_messages.h:821
4605
msgid "Can not delete from join view '%-.192s.%-.192s'"
4608
#: drizzled/drizzled_error_messages.h:823
4610
msgid "Operation %s failed for %.256s"
4613
#: drizzled/drizzled_error_messages.h:825
4614
msgid "XAER_NOTA: Unknown XID"
4617
#: drizzled/drizzled_error_messages.h:827
4618
msgid "XAER_INVAL: Invalid arguments (or unsupported command)"
4621
#: drizzled/drizzled_error_messages.h:829
4624
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
4628
#: drizzled/drizzled_error_messages.h:831
4629
msgid "XAER_OUTSIDE: Some work is done outside global transaction"
4632
#: drizzled/drizzled_error_messages.h:833
4634
"XAER_RMERR: Fatal error occurred in the transaction branch - check your data "
4638
#: drizzled/drizzled_error_messages.h:835
4639
msgid "XA_RBROLLBACK: Transaction branch was rolled back"
4642
#: drizzled/drizzled_error_messages.h:837
4645
"There is no such grant defined for user '%-.48s' on host '%-.64s' on routine "
4649
#: drizzled/drizzled_error_messages.h:839
4650
msgid "Failed to grant EXECUTE and ALTER ROUTINE privileges"
4653
#: drizzled/drizzled_error_messages.h:841
4654
msgid "Failed to revoke all privileges to dropped routine"
4657
#: drizzled/drizzled_error_messages.h:843
4659
msgid "Data too long for column '%s' at row %ld"
4662
#: drizzled/drizzled_error_messages.h:845
4664
msgid "Bad SQLSTATE: '%s'"
4667
#: drizzled/drizzled_error_messages.h:847
4670
"%s: ready for connections.\n"
4671
"Version: '%s' socket: '%s' port: %d %s"
4674
#: drizzled/drizzled_error_messages.h:849
4675
msgid "Can't load value from file with fixed size rows to variable"
4678
#: drizzled/drizzled_error_messages.h:851
4679
msgid "You are not allowed to create a user with GRANT"
4682
#: drizzled/drizzled_error_messages.h:853
4684
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
4687
#: drizzled/drizzled_error_messages.h:855
4688
msgid "Table definition has changed, please retry transaction"
4691
#: drizzled/drizzled_error_messages.h:857
4692
msgid "Duplicate handler declared in the same block"
4695
#: drizzled/drizzled_error_messages.h:859
4698
"OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-"
4699
"variable in BEFORE trigger"
4702
#: drizzled/drizzled_error_messages.h:861
4704
msgid "Not allowed to return a result set from a %s"
4707
#: drizzled/drizzled_error_messages.h:863
4708
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
4711
#: drizzled/drizzled_error_messages.h:865
4713
"A routine failed and has neither NO SQL nor READS SQL DATA in its "
4714
"declaration and binary logging is enabled; if non-transactional tables were "
4715
"updated, the binary log will miss their changes"
4718
#: drizzled/drizzled_error_messages.h:867
4720
"This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its "
4721
"declaration and binary logging is enabled (you *might* want to use the less "
4722
"safe log_bin_trust_function_creators variable)"
4725
#: drizzled/drizzled_error_messages.h:869
4727
"You do not have the SUPER privilege and binary logging is enabled (you "
4728
"*might* want to use the less safe log_bin_trust_function_creators variable)"
4731
#: drizzled/drizzled_error_messages.h:871
4733
"You can't execute a prepared statement which has an open cursor associated "
4734
"with it. Reset the statement to re-execute it."
4737
#: drizzled/drizzled_error_messages.h:873
4739
msgid "The statement (%lu) has no open cursor."
4742
#: drizzled/drizzled_error_messages.h:875
4744
"Explicit or implicit commit is not allowed in stored function or trigger."
4747
#: drizzled/drizzled_error_messages.h:877
4750
"Field of view '%-.192s.%-.192s' underlying table doesn't have a default value"
4753
#: drizzled/drizzled_error_messages.h:879
4754
msgid "Recursive stored functions and triggers are not allowed."
4757
#: drizzled/drizzled_error_messages.h:881
4759
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
4762
#: drizzled/drizzled_error_messages.h:883
4764
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
4767
#: drizzled/drizzled_error_messages.h:885
4770
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
4774
#: drizzled/drizzled_error_messages.h:887
4776
"You can't combine write-locking of system tables with other tables or lock "
4780
#: drizzled/drizzled_error_messages.h:889
4782
msgid "Unable to connect to foreign data source: %.64s"
4785
#: drizzled/drizzled_error_messages.h:891
4788
"There was a problem processing the query on the foreign data source. Data "
4789
"source error: %-.64s"
4792
#: drizzled/drizzled_error_messages.h:893
4795
"The foreign data source you are trying to reference does not exist. Data "
4796
"source error: %-.64s"
4799
#: drizzled/drizzled_error_messages.h:895
4802
"Can't create federated table. The data source connection string '%-.64s' is "
4803
"not in the correct format"
4806
#: drizzled/drizzled_error_messages.h:897
4808
msgid "The data source connection string '%-.64s' is not in the correct format"
4811
#: drizzled/drizzled_error_messages.h:899
4813
msgid "Can't create federated table. Foreign data src error: %-.64s"
4816
#: drizzled/drizzled_error_messages.h:901
4817
msgid "Trigger in wrong schema"
4820
#: drizzled/drizzled_error_messages.h:903
4823
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
4824
"needed. Use 'mysqld -O thread_stack=#' to specify a bigger stack."
4827
#: drizzled/drizzled_error_messages.h:905
4829
msgid "Routine body for '%-.100s' is too long"
4832
#: drizzled/drizzled_error_messages.h:907
4833
msgid "Cannot drop default keycache"
4836
#: drizzled/drizzled_error_messages.h:909
4838
msgid "Display width out of range for column '%-.192s' (max = %d)"
4841
#: drizzled/drizzled_error_messages.h:911
4842
msgid "XAER_DUPID: The XID already exists"
4845
#: drizzled/drizzled_error_messages.h:913
4847
msgid "Datetime function: %-.32s field overflow"
4850
#: drizzled/drizzled_error_messages.h:915
4853
"Can't update table '%-.192s' in stored function/trigger because it is "
4854
"already used by statement which invoked this stored function/trigger."
4857
#: drizzled/drizzled_error_messages.h:917
4860
"The definition of table '%-.192s' prevents operation %.192s on table "
4864
#: drizzled/drizzled_error_messages.h:919
4866
"The prepared statement contains a stored routine call that refers to that "
4867
"same statement. It's not allowed to execute a prepared statement in such a "
4871
#: drizzled/drizzled_error_messages.h:921
4872
msgid "Not allowed to set autocommit from a stored function or trigger"
4875
#: drizzled/drizzled_error_messages.h:923
4876
msgid "Definer is not fully qualified"
4879
#: drizzled/drizzled_error_messages.h:925
4882
"View '%-.192s'.'%-.192s' has no definer information (old table format). "
4883
"Current user is used as definer. Please recreate the view!"
4886
#: drizzled/drizzled_error_messages.h:927
4889
"You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' "
4893
#: drizzled/drizzled_error_messages.h:929
4895
msgid "The user specified as a definer ('%-.64s'@'%-.64s') does not exist"
4898
#: drizzled/drizzled_error_messages.h:931
4900
msgid "Changing schema from '%-.192s' to '%-.192s' is not allowed."
4903
#: drizzled/drizzled_error_messages.h:933
4906
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
4909
#: drizzled/drizzled_error_messages.h:935
4912
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
4915
#: drizzled/drizzled_error_messages.h:937
4917
msgid "Variable '%-.64s' must be quoted with `...`, or renamed"
4920
#: drizzled/drizzled_error_messages.h:939
4923
"No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be "
4924
"activated under the authorization of the invoker, which may have "
4925
"insufficient privileges. Please recreate the trigger."
4928
#: drizzled/drizzled_error_messages.h:941
4930
msgid "'%-.192s' has an old format, you should re-create the '%s' object(s)"
4933
#: drizzled/drizzled_error_messages.h:943
4936
"Recursive limit %d (as set by the max_sp_recursion_depth variable) was "
4937
"exceeded for routine %.192s"
4940
#: drizzled/drizzled_error_messages.h:945
4943
"Failed to load routine %-.192s. The table mysql.proc is missing, corrupt, or "
4944
"contains bad data (internal code %d)"
4947
#: drizzled/drizzled_error_messages.h:947
4949
msgid "Incorrect routine name '%-.192s'"
4952
#: drizzled/drizzled_error_messages.h:949
4954
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
4957
#: drizzled/drizzled_error_messages.h:951
4958
msgid "AGGREGATE is not supported for stored functions"
4961
#: drizzled/drizzled_error_messages.h:953
4964
"Can't create more than max_prepared_stmt_count statements (current value: %"
4968
#: drizzled/drizzled_error_messages.h:955
4970
msgid "`%-.192s`.`%-.192s` contains view recursion"
4973
#: drizzled/drizzled_error_messages.h:957
4975
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
4978
#: drizzled/drizzled_error_messages.h:959
4979
msgid "The used table type doesn't support SPATIAL indexes"
4982
#: drizzled/drizzled_error_messages.h:961
4983
msgid "Triggers can not be created on system tables"
4986
#: drizzled/drizzled_error_messages.h:963
4988
msgid "Leading spaces are removed from name '%s'"
4991
#: drizzled/drizzled_error_messages.h:965
4992
msgid "Failed to read auto-increment value from storage engine"
4995
#: drizzled/drizzled_error_messages.h:967
4999
#: drizzled/drizzled_error_messages.h:969
5003
#: drizzled/drizzled_error_messages.h:971
5005
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
5008
#: drizzled/drizzled_error_messages.h:973
5010
msgid "The target table %-.100s of the %s is not insertable-into"
5013
#: drizzled/drizzled_error_messages.h:975
5016
"Table '%-.64s' is differently defined or of non-MyISAM type or doesn't exist"
5019
#: drizzled/drizzled_error_messages.h:977
5020
msgid "Too high level of nesting for select"
5023
#: drizzled/drizzled_error_messages.h:979
5025
msgid "Name '%-.64s' has become ''"
5028
#: drizzled/drizzled_error_messages.h:981
5030
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
5031
"optional and non-empty FIELDS ENCLOSED BY"
5034
#: drizzled/drizzled_error_messages.h:983
5036
msgid "The foreign server, %s, you are trying to create already exists."
5039
#: drizzled/drizzled_error_messages.h:985
5042
"The foreign server name you are trying to reference does not exist. Data "
5043
"source error: %-.64s"
5046
#: drizzled/drizzled_error_messages.h:987
5049
"Table storage engine '%-.64s' does not support the create option '%.64s'"
5052
#: drizzled/drizzled_error_messages.h:989
5055
"Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for "
5059
#: drizzled/drizzled_error_messages.h:991
5061
msgid "Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
5064
#: drizzled/drizzled_error_messages.h:993
5065
msgid "MAXVALUE can only be used in last partition definition"
5068
#: drizzled/drizzled_error_messages.h:995
5069
msgid "Subpartitions can only be hash partitions and by key"
5072
#: drizzled/drizzled_error_messages.h:997
5073
msgid "Must define subpartitions on all partitions if on one partition"
5076
#: drizzled/drizzled_error_messages.h:999
5077
msgid "Wrong number of partitions defined, mismatch with previous setting"
5080
#: drizzled/drizzled_error_messages.h:1001
5081
msgid "Wrong number of subpartitions defined, mismatch with previous setting"
5084
#: drizzled/drizzled_error_messages.h:1003
5085
msgid "Constant/Random expression in (sub)partitioning function is not allowed"
5088
#: drizzled/drizzled_error_messages.h:1005
5089
msgid "Expression in RANGE/LIST VALUES must be constant"
5092
#: drizzled/drizzled_error_messages.h:1007
5093
msgid "Field in list of fields for partition function not found in table"
5096
#: drizzled/drizzled_error_messages.h:1009
5097
msgid "List of fields is only allowed in KEY partitions"
5100
#: drizzled/drizzled_error_messages.h:1011
5102
"The partition info in the frm file is not consistent with what can be "
5103
"written into the frm file"
5106
#: drizzled/drizzled_error_messages.h:1013
5108
msgid "The %-.192s function returns the wrong type"
5111
#: drizzled/drizzled_error_messages.h:1015
5113
msgid "For %-.64s partitions each partition must be defined"
5116
#: drizzled/drizzled_error_messages.h:1017
5117
msgid "VALUES LESS THAN value must be strictly increasing for each partition"
5120
#: drizzled/drizzled_error_messages.h:1019
5121
msgid "VALUES value must be of same type as partition function"
5124
#: drizzled/drizzled_error_messages.h:1021
5125
msgid "Multiple definition of same constant in list partitioning"
5128
#: drizzled/drizzled_error_messages.h:1023
5129
msgid "Partitioning can not be used stand-alone in query"
5132
#: drizzled/drizzled_error_messages.h:1025
5134
"The mix of handlers in the partitions is not allowed in this version of MySQL"
5137
#: drizzled/drizzled_error_messages.h:1027
5139
msgid "For the partitioned engine it is necessary to define all %-.64s"
5142
#: drizzled/drizzled_error_messages.h:1029
5143
msgid "Too many partitions (including subpartitions) were defined"
5146
#: drizzled/drizzled_error_messages.h:1031
5148
"It is only possible to mix RANGE/LIST partitioning with HASH/KEY "
5149
"partitioning for subpartitioning"
5152
#: drizzled/drizzled_error_messages.h:1033
5153
msgid "Failed to create specific handler file"
5156
#: drizzled/drizzled_error_messages.h:1035
5157
msgid "A BLOB field is not allowed in partition function"
5160
#: drizzled/drizzled_error_messages.h:1037
5162
msgid "A %-.192s must include all columns in the table's partitioning function"
5165
#: drizzled/drizzled_error_messages.h:1039
5167
msgid "Number of %-.64s = 0 is not an allowed value"
5170
#: drizzled/drizzled_error_messages.h:1041
5171
msgid "Partition management on a not partitioned table is not possible"
5174
#: drizzled/drizzled_error_messages.h:1043
5176
"Foreign key condition is not yet supported in conjunction with partitioning"
5179
#: drizzled/drizzled_error_messages.h:1045
5181
msgid "Error in list of partitions to %-.64s"
5184
#: drizzled/drizzled_error_messages.h:1047
5185
msgid "Cannot remove all partitions, use DROP TABLE instead"
5188
#: drizzled/drizzled_error_messages.h:1049
5189
msgid "COALESCE PARTITION can only be used on HASH/KEY partitions"
5192
#: drizzled/drizzled_error_messages.h:1051
5194
"REORGANISE PARTITION can only be used to reorganise partitions not to change "
5198
#: drizzled/drizzled_error_messages.h:1053
5200
"REORGANISE PARTITION without parameters can only be used on auto-partitioned "
5201
"tables using HASH PARTITIONs"
5204
#: drizzled/drizzled_error_messages.h:1055
5206
msgid "%-.64s PARTITION can only be used on RANGE/LIST partitions"
5209
#: drizzled/drizzled_error_messages.h:1057
5210
msgid "Trying to Add partition(s) with wrong number of subpartitions"
5213
#: drizzled/drizzled_error_messages.h:1059
5214
msgid "At least one partition must be added"
5217
#: drizzled/drizzled_error_messages.h:1061
5218
msgid "At least one partition must be coalesced"
5221
#: drizzled/drizzled_error_messages.h:1063
5222
msgid "More partitions to reorganise than there are partitions"
5225
#: drizzled/drizzled_error_messages.h:1065
5227
msgid "Duplicate partition name %-.192s"
5230
#: drizzled/drizzled_error_messages.h:1067
5231
msgid "It is not allowed to shut off binlog on this command"
5234
#: drizzled/drizzled_error_messages.h:1069
5235
msgid "When reorganising a set of partitions they must be in consecutive order"
5238
#: drizzled/drizzled_error_messages.h:1071
5240
"Reorganize of range partitions cannot change total ranges except for last "
5241
"partition where it can extend the range"
5244
#: drizzled/drizzled_error_messages.h:1073
5245
msgid "Partition function not supported in this version for this handler"
5248
#: drizzled/drizzled_error_messages.h:1075
5249
msgid "Partition state cannot be defined from CREATE/ALTER TABLE"
5252
#: drizzled/drizzled_error_messages.h:1077
5254
msgid "The %-.64s handler only supports 32 bit integers in VALUES"
5257
#: drizzled/drizzled_error_messages.h:1079
5259
msgid "Plugin '%-.192s' is not loaded"
5262
#: drizzled/drizzled_error_messages.h:1081
5264
msgid "Incorrect %-.32s value: '%-.128s'"
5267
#: drizzled/drizzled_error_messages.h:1083
5269
msgid "Table has no partition for value %-.64s"
5272
#: drizzled/drizzled_error_messages.h:1085
5274
msgid "It is not allowed to specify %s more than once"
5277
#: drizzled/drizzled_error_messages.h:1087
5278
#: drizzled/drizzled_error_messages.h:1223
5280
msgid "Failed to create %s"
5283
#: drizzled/drizzled_error_messages.h:1089
5284
#: drizzled/drizzled_error_messages.h:1113
5286
msgid "Failed to drop %s"
5289
#: drizzled/drizzled_error_messages.h:1091
5290
msgid "The handler doesn't support autoextend of tablespaces"
5293
#: drizzled/drizzled_error_messages.h:1093
5295
"A size parameter was incorrectly specified, either number or on the form 10M"
5298
#: drizzled/drizzled_error_messages.h:1095
5300
"The size number was correct but we don't allow the digit part to be more "
5304
#: drizzled/drizzled_error_messages.h:1097
5306
msgid "Failed to alter: %s"
5309
#: drizzled/drizzled_error_messages.h:1099
5310
msgid "Writing one row to the row-based binary log failed"
5313
#: drizzled/drizzled_error_messages.h:1101
5315
msgid "Table definition on master and slave does not match: %s"
5318
#: drizzled/drizzled_error_messages.h:1103
5320
"Slave running with --log-slave-updates must use row-based binary logging to "
5321
"be able to replicate row-based binary log events"
5324
#: drizzled/drizzled_error_messages.h:1105
5326
msgid "Event '%-.192s' already exists"
5329
#: drizzled/drizzled_error_messages.h:1107
5331
msgid "Failed to store event %s. Error code %d from storage engine."
5334
#: drizzled/drizzled_error_messages.h:1109
5336
msgid "Unknown event '%-.192s'"
5339
#: drizzled/drizzled_error_messages.h:1111
5341
msgid "Failed to alter event '%-.192s'"
5344
#: drizzled/drizzled_error_messages.h:1115
5345
msgid "INTERVAL is either not positive or too big"
5348
#: drizzled/drizzled_error_messages.h:1117
5349
msgid "ENDS is either invalid or before STARTS"
5352
#: drizzled/drizzled_error_messages.h:1119
5353
msgid "Event execution time is in the past. Event has been disabled"
5356
#: drizzled/drizzled_error_messages.h:1121
5357
msgid "Failed to open mysql.event"
5360
#: drizzled/drizzled_error_messages.h:1123
5361
msgid "No datetime expression provided"
5364
#: drizzled/drizzled_error_messages.h:1125
5367
"Column count of mysql.%s is wrong. Expected %d, found %d. The table is "
5368
"probably corrupted"
5371
#: drizzled/drizzled_error_messages.h:1127
5373
msgid "Cannot load from mysql.%s. The table is probably corrupted"
5376
#: drizzled/drizzled_error_messages.h:1129
5377
msgid "Failed to delete the event from mysql.event"
5380
#: drizzled/drizzled_error_messages.h:1131
5381
msgid "Error during compilation of event's body"
5384
#: drizzled/drizzled_error_messages.h:1133
5385
msgid "Same old and new event name"
5388
#: drizzled/drizzled_error_messages.h:1135
5390
msgid "Data for column '%s' too long"
5393
#: drizzled/drizzled_error_messages.h:1137
5395
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
5398
#: drizzled/drizzled_error_messages.h:1139
5401
"The syntax '%s' is deprecated and will be removed in MySQL %s. Please use %s "
5405
#: drizzled/drizzled_error_messages.h:1141
5406
msgid "You can't write-lock a log table. Only read access is possible"
5409
#: drizzled/drizzled_error_messages.h:1143
5410
msgid "You can't use locks with log tables."
5413
#: drizzled/drizzled_error_messages.h:1145
5416
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
5417
"d would lead to a duplicate entry"
5420
#: drizzled/drizzled_error_messages.h:1147
5423
"Column count of mysql.%s is wrong. Expected %d, found %d. Created with MySQL "
5424
"%d, now running %d. Please use mysql_upgrade to fix this error."
5427
#: drizzled/drizzled_error_messages.h:1149
5429
"Cannot switch out of the row-based binary log format when the session has "
5430
"open temporary tables"
5433
#: drizzled/drizzled_error_messages.h:1151
5435
"Cannot change the binary logging format inside a stored function or trigger"
5438
#: drizzled/drizzled_error_messages.h:1153
5440
"The NDB cluster engine does not support changing the binlog format on the "
5444
#: drizzled/drizzled_error_messages.h:1155
5445
msgid "Cannot create temporary table with partitions"
5448
#: drizzled/drizzled_error_messages.h:1157
5449
msgid "Partition constant is out of partition function domain"
5452
#: drizzled/drizzled_error_messages.h:1159
5453
msgid "This partition function is not allowed"
5456
#: drizzled/drizzled_error_messages.h:1161
5457
msgid "Error in DDL log"
5460
#: drizzled/drizzled_error_messages.h:1163
5461
msgid "Not allowed to use NULL value in VALUES LESS THAN"
5464
#: drizzled/drizzled_error_messages.h:1165
5465
msgid "Incorrect partition name"
5468
#: drizzled/drizzled_error_messages.h:1167
5470
"Transaction isolation level can't be changed while a transaction is in "
5474
#: drizzled/drizzled_error_messages.h:1169
5477
"ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry "
5478
"'%-.192s' for key '%-.192s'"
5481
#: drizzled/drizzled_error_messages.h:1171
5483
msgid "Internal scheduler error %d"
5486
#: drizzled/drizzled_error_messages.h:1173
5488
msgid "Error during starting/stopping of the scheduler. Error code %u"
5491
#: drizzled/drizzled_error_messages.h:1175
5492
msgid "Engine cannot be used in partitioned tables"
5495
#: drizzled/drizzled_error_messages.h:1177
5497
msgid "Cannot activate '%-.64s' log"
5500
#: drizzled/drizzled_error_messages.h:1179
5501
msgid "The server was not built with row-based replication"
5504
#: drizzled/drizzled_error_messages.h:1181
5505
msgid "Decoding of base64 string failed"
5508
#: drizzled/drizzled_error_messages.h:1183
5509
msgid "Recursion of EVENT DDL statements is forbidden when body is present"
5512
#: drizzled/drizzled_error_messages.h:1185
5514
"Cannot proceed because system tables used by Event Scheduler were found "
5515
"damaged at server start"
5518
#: drizzled/drizzled_error_messages.h:1187
5519
msgid "Only integers allowed as number here"
5522
#: drizzled/drizzled_error_messages.h:1189
5523
msgid "This storage engine cannot be used for log tables"
5526
#: drizzled/drizzled_error_messages.h:1191
5528
msgid "You cannot '%s' a log table if logging is enabled"
5531
#: drizzled/drizzled_error_messages.h:1193
5534
"Cannot rename '%s'. When logging enabled, rename to/from log table must "
5535
"rename two tables: the log table to an archive table and another table back "
5539
#: drizzled/drizzled_error_messages.h:1195
5541
msgid "Incorrect parameter count in the call to native function '%-.192s'"
5544
#: drizzled/drizzled_error_messages.h:1197
5546
msgid "Incorrect parameters in the call to native function '%-.192s'"
5549
#: drizzled/drizzled_error_messages.h:1199
5551
msgid "Incorrect parameters in the call to stored function '%-.192s'"
5554
#: drizzled/drizzled_error_messages.h:1201
5556
msgid "This function '%-.192s' has the same name as a native function"
5559
#: drizzled/drizzled_error_messages.h:1203
5561
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
5564
#: drizzled/drizzled_error_messages.h:1205
5565
msgid "Too many files opened, please execute the command again"
5568
#: drizzled/drizzled_error_messages.h:1207
5569
#: drizzled/drizzled_error_messages.h:1209
5571
"Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. "
5572
"The event was dropped immediately after creation."
5575
#: drizzled/drizzled_error_messages.h:1211
5577
msgid "The incident %s occured on the master. Message: %-.64s"
5580
#: drizzled/drizzled_error_messages.h:1213
5581
msgid "Table has no partition for some existing values"
5584
#: drizzled/drizzled_error_messages.h:1215
5585
msgid "Statement is not safe to log in statement format."
5588
#: drizzled/drizzled_error_messages.h:1217
5590
msgid "Fatal error: %s"
5593
#: drizzled/drizzled_error_messages.h:1219
5595
msgid "Relay log read failure: %s"
5598
#: drizzled/drizzled_error_messages.h:1221
5600
msgid "Relay log write failure: %s"
5603
#: drizzled/drizzled_error_messages.h:1225
5605
msgid "Master command %s failed: %s"
5608
#: drizzled/drizzled_error_messages.h:1227
5610
msgid "Binary logging not possible. Message: %s"
5613
#: drizzled/drizzled_error_messages.h:1229
5615
msgid "View `%-.64s`.`%-.64s` has no creation context"
5618
#: drizzled/drizzled_error_messages.h:1231
5620
msgid "Creation context of view `%-.64s`.`%-.64s' is invalid"
5623
#: drizzled/drizzled_error_messages.h:1233
5625
msgid "Creation context of stored routine `%-.64s`.`%-.64s` is invalid"
5628
#: drizzled/drizzled_error_messages.h:1235
5630
msgid "Corrupted TRG file for table `%-.64s`.`%-.64s`"
5633
#: drizzled/drizzled_error_messages.h:1237
5635
msgid "Triggers for table `%-.64s`.`%-.64s` have no creation context"
5638
#: drizzled/drizzled_error_messages.h:1239
5640
msgid "Trigger creation context of table `%-.64s`.`%-.64s` is invalid"
5643
#: drizzled/drizzled_error_messages.h:1241
5645
msgid "Creation context of event `%-.64s`.`%-.64s` is invalid"
5648
#: drizzled/drizzled_error_messages.h:1243
5650
msgid "Cannot open table for trigger `%-.64s`.`%-.64s`"
5653
#: drizzled/drizzled_error_messages.h:1245
5655
msgid "Cannot create stored routine `%-.64s`. Check warnings"
5658
#: drizzled/drizzled_error_messages.h:1247
5660
msgid "Ambiguous slave modes combination. %s"
5663
#: drizzled/drizzled_error_messages.h:1249
5666
"The BINLOG statement of type `%s` was not preceded by a format description "
5670
#: drizzled/drizzled_error_messages.h:1251
5671
msgid "Corrupted replication event was detected"
5674
#: drizzled/drizzled_error_messages.h:1253
5676
msgid "Invalid column reference (%-.64s) in LOAD DATA"
5679
#: drizzled/drizzled_error_messages.h:1255
5681
msgid "Being purged log %s was not found"
5684
#: drizzled/drizzled_error_messages.h:1257
5686
msgid "Converted to non-transactional lock on '%-.64s'"
5689
#: drizzled/drizzled_error_messages.h:1259
5691
msgid "Cannot convert to non-transactional lock in strict mode on '%-.64s'"
5694
#: drizzled/drizzled_error_messages.h:1261
5697
"Cannot convert to non-transactional lock in an active transaction on '%-.64s'"
5700
#: drizzled/drizzled_error_messages.h:1263
5702
msgid "Can't access storage engine of table %-.64s"
5705
#: drizzled/drizzled_error_messages.h:1265
5706
msgid "Starting backup process"
5709
#: drizzled/drizzled_error_messages.h:1267
5710
msgid "Backup completed"
5713
#: drizzled/drizzled_error_messages.h:1269
5714
msgid "Starting restore process"
5717
#: drizzled/drizzled_error_messages.h:1271
5718
msgid "Restore completed"
5721
#: drizzled/drizzled_error_messages.h:1273
5722
msgid "Nothing to backup"
5725
#: drizzled/drizzled_error_messages.h:1275
5727
msgid "Database '%-.64s' cannot be included in a backup"
5730
#: drizzled/drizzled_error_messages.h:1277
5732
"Error during backup operation - server's error log contains more information "
5736
#: drizzled/drizzled_error_messages.h:1279
5738
"Error during restore operation - server's error log contains more "
5739
"information about the error"
5742
#: drizzled/drizzled_error_messages.h:1281
5744
"Can't execute this command because another BACKUP/RESTORE operation is in "
5748
#: drizzled/drizzled_error_messages.h:1283
5749
msgid "Error when preparing for backup operation"
5752
#: drizzled/drizzled_error_messages.h:1285
5753
msgid "Error when preparing for restore operation"
5756
#: drizzled/drizzled_error_messages.h:1287
5758
msgid "Invalid backup location '%-.64s'"
5761
#: drizzled/drizzled_error_messages.h:1289
5763
msgid "Can't read backup location '%-.64s'"
5766
#: drizzled/drizzled_error_messages.h:1291
5768
msgid "Can't write to backup location '%-.64s' (file already exists?)"
5771
#: drizzled/drizzled_error_messages.h:1293
5772
msgid "Can't enumerate server databases"
5775
#: drizzled/drizzled_error_messages.h:1295
5776
msgid "Can't enumerate server tables"
5779
#: drizzled/drizzled_error_messages.h:1297
5781
msgid "Can't enumerate tables in database %-.64s"
5784
#: drizzled/drizzled_error_messages.h:1299
5786
msgid "Skipping view %-.64s in database %-.64s"
5789
#: drizzled/drizzled_error_messages.h:1301
5791
msgid "Skipping table %-.64s since it has no valid storage engine"
5794
#: drizzled/drizzled_error_messages.h:1303
5796
msgid "Can't open table %-.64s"
5799
#: drizzled/drizzled_error_messages.h:1305
5800
msgid "Can't read backup archive preamble"
5803
#: drizzled/drizzled_error_messages.h:1307
5804
msgid "Can't write backup archive preamble"
5807
#: drizzled/drizzled_error_messages.h:1309
5809
msgid "Can't find backup driver for table %-.64s"
5812
#: drizzled/drizzled_error_messages.h:1311
5815
"%-.64s backup driver was selected for table %-.64s but it rejects to handle "
5819
#: drizzled/drizzled_error_messages.h:1313
5821
msgid "Can't create %-.64s backup driver"
5824
#: drizzled/drizzled_error_messages.h:1315
5826
msgid "Can't create %-.64s restore driver"
5829
#: drizzled/drizzled_error_messages.h:1317
5831
msgid "Found %d images in backup archive but maximum %d are supported"
5834
#: drizzled/drizzled_error_messages.h:1319
5836
msgid "Error when saving meta-data of %-.64s"
5839
#: drizzled/drizzled_error_messages.h:1321
5840
msgid "Error when reading meta-data list"
5843
#: drizzled/drizzled_error_messages.h:1323
5845
msgid "Can't create %-.64s"
5848
#: drizzled/drizzled_error_messages.h:1325
5849
msgid "Can't allocate buffer for image data transfer"
5852
#: drizzled/drizzled_error_messages.h:1327
5854
msgid "Error when writing %-.64s backup image data (for table #%d)"
5857
#: drizzled/drizzled_error_messages.h:1329
5858
msgid "Error when reading data from backup stream"
5861
#: drizzled/drizzled_error_messages.h:1331
5862
msgid "Can't go to the next chunk in backup stream"
5865
#: drizzled/drizzled_error_messages.h:1333
5867
msgid "Can't initialize %-.64s backup driver"
5870
#: drizzled/drizzled_error_messages.h:1335
5872
msgid "Can't initialize %-.64s restore driver"
5875
#: drizzled/drizzled_error_messages.h:1337
5877
msgid "Can't shut down %-.64s backup driver"
5880
#: drizzled/drizzled_error_messages.h:1339
5882
msgid "Can't shut down %-.64s backup driver(s)"
5885
#: drizzled/drizzled_error_messages.h:1341
5887
msgid "%-.64s backup driver can't prepare for synchronization"
5890
#: drizzled/drizzled_error_messages.h:1343
5892
msgid "%-.64s backup driver can't create its image validity point"
5895
#: drizzled/drizzled_error_messages.h:1345
5897
msgid "Can't unlock %-.64s backup driver after creating the validity point"
5900
#: drizzled/drizzled_error_messages.h:1347
5902
msgid "%-.64s backup driver can't cancel its backup operation"
5905
#: drizzled/drizzled_error_messages.h:1349
5907
msgid "%-.64s restore driver can't cancel its restore operation"
5910
#: drizzled/drizzled_error_messages.h:1351
5912
msgid "Error when polling %-.64s backup driver for its image data"
5915
#: drizzled/drizzled_error_messages.h:1353
5917
msgid "Error when sending image data (for table #%d) to %-.64s restore driver"
5920
#: drizzled/drizzled_error_messages.h:1355
5923
"After %d attempts %-.64s restore driver still can't accept next block of data"
5926
#: drizzled/drizzled_error_messages.h:1357
5928
msgid "Open and lock tables failed in %-.64s"
5931
#: drizzled/drizzled_error_messages.h:1359
5932
msgid "Backup driver's table locking thread can not be initialized."
5935
#: drizzled/drizzled_error_messages.h:1361
5937
"Can't open the online backup progress tables. Check 'mysql.online_backup' "
5938
"and 'mysql.online_backup_progress'."
5941
#: drizzled/drizzled_error_messages.h:1363
5943
msgid "Tablespace '%-.192s' already exists"
5946
#: drizzled/drizzled_error_messages.h:1365
5948
msgid "Tablespace '%-.192s' doesn't exist"
5951
#: drizzled/drizzled_error_messages.h:1367
5953
msgid "Unexpected master's heartbeat data: %s"
5956
#: drizzled/drizzled_error_messages.h:1369
5958
msgid "The requested value for the heartbeat period %s %s"
5961
#: drizzled/drizzled_error_messages.h:1371
5963
msgid "Can't write to the online backup progress log %-.64s."
5966
#: drizzled/drizzled_error_messages.h:1373
5968
msgid "Tablespace '%-.192s' not empty"
5971
#: drizzled/drizzled_error_messages.h:1375
5974
"Tablespace `%-.64s` needed by tables being restored has changed on the "
5975
"server. The original definition of the required tablespace is '%-.256s' "
5976
"while the same tablespace is defined on the server as '%-.256s'"
5979
#: drizzled/handler.cc:383
5980
msgid "Too many storage engines!"
5983
#: drizzled/handler.cc:387
5985
msgid "Storage engine '%s' has conflicting typecode. Assigning value %d."
5988
#: drizzled/handler.cc:1266
5990
msgid "Found %d prepared transaction(s) in %s"
5993
#: drizzled/handler.cc:1318
5994
msgid "Starting crash recovery..."
5997
#: drizzled/handler.cc:1350
5999
msgid "Found %d prepared XA transactions"
6002
#: drizzled/handler.cc:1354
6005
"Found %d prepared transactions! It means that drizzled was not shut down "
6006
"properly last time and critical recovery information (last binlog or %s "
6007
"file) was manually deleted after a crash. You have to start drizzled with "
6008
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
6011
#: drizzled/handler.cc:1364
6012
msgid "Crash recovery finished."
6015
#: drizzled/log.cc:1071
6016
msgid "I/O error reading the header from the binary log"
6019
#: drizzled/log.cc:1078
6021
"Binlog has bad magic number; It's not a binary log file that can be used by "
6022
"this version of Drizzle"
6025
#: drizzled/log.cc:1093
6027
msgid "Failed to open log (file '%s', errno %d)"
6030
#: drizzled/log.cc:1095 drizzled/log.cc:1103
6031
msgid "Could not open log file"
6034
#: drizzled/log.cc:1101
6036
msgid "Failed to create a cache on log (file '%s')"
6039
#: drizzled/log.cc:1255 drizzled/log.cc:1903
6042
"Could not use %s for logging (error %d). Turning logging off for the whole "
6043
"duration of the Drizzle server process. To turn it on again: fix the cause, "
6044
"shutdown the Drizzle server and restart it."
6047
#: drizzled/log.cc:2172 drizzled/log.cc:2203 drizzled/log.cc:2455
6048
#: drizzled/log.cc:2579
6050
msgid "Failed to delete file '%s'"
6053
#: drizzled/log.cc:2181 drizzled/log.cc:2463 drizzled/log.cc:2587
6056
"a problem with deleting %s; consider examining correspondence of your binlog "
6057
"index file to the actual binlog files"
6060
#: drizzled/log.cc:2309
6062
msgid "next log error: %d offset: %s log: %s included: %d"
6065
#: drizzled/log.cc:2421 drizzled/log.cc:2547
6067
msgid "Failed to execute stat() on file '%s'"
6070
#: drizzled/log.cc:2432 drizzled/log.cc:2558
6073
"a problem with getting info on being purged %s; consider examining "
6074
"correspondence of your binlog index file to the actual binlog files"
6077
#: drizzled/log.cc:4054 drizzled/log.cc:4547
6079
msgid "Recovering after a crash using %s"
6082
#: drizzled/log.cc:4057
6084
"Cannot perform automatic crash recovery when --tc-heuristic-recover is used"
6087
#: drizzled/log.cc:4394
6088
msgid "Bad magic header in tc log"
6091
#: drizzled/log.cc:4404
6094
"Recovery failed! You must enable exactly %d storage engines that support two-"
6095
"phase commit protocol"
6098
#: drizzled/log.cc:4432
6100
"Crash recovery failed. Either correct the problem (if it's, for example, out "
6101
"of memory error) and restart, or delete tc log and start drizzled with --tc-"
6102
"heuristic-recover={commit|rollback}"
6105
#: drizzled/log.cc:4462
6106
msgid "Heuristic crash recovery mode"
6109
#: drizzled/log.cc:4464
6110
msgid "Heuristic crash recovery failed"
6113
#: drizzled/log.cc:4465
6114
msgid "Please restart mysqld without --tc-heuristic-recover"
6117
#: drizzled/log.cc:4509 drizzled/log.cc:4533
6119
msgid "find_log_pos() failed (error: %d)"
6122
#: drizzled/log.cc:4646
6124
"Crash recovery failed. Either correct the problem (if it's, for example, out "
6125
"of memory error) and restart, or delete (or rename) binary log and start "
6126
"mysqld with --tc-heuristic-recover={commit|rollback}"
6129
#: drizzled/log_event.cc:140
6131
msgid " %s, Error_code: %d;"
6134
#: drizzled/log_event.cc:144
6137
"Could not execute %s event on table %s.%s;%s handler error %s; the event's "
6138
"master log %s, end_log_pos %lu"
6141
#: drizzled/log_event.cc:150
6145
#: drizzled/log_event.cc:992
6148
"Error in Log_event::read_log_event(): '%s', data_len: %d, event_type: %d"
6151
#: drizzled/log_event.cc:2282
6154
"Query partially completed on the master (error on master: %d) and was "
6155
"aborted. There is a chance that your master is inconsistent at this point. "
6156
"If you are sure that your master is ok, run this query manually on the slave "
6157
"and then restart the slave with SET GLOBAL SQL_SLAVE_SKIP_COUNTER=1; START "
6158
"SLAVE; . Query: '%s'"
6161
#: drizzled/log_event.cc:2312
6164
"Query caused differenxt errors on master and slave.\n"
6165
"Error on master: '%s' (%d), Error on slave: '%s' (%d).\n"
6166
"Default database: '%s'. Query: '%s'"
6169
#: drizzled/log_event.cc:2317
6173
#: drizzled/log_event.cc:2337
6175
msgid "Error '%s' on query. Default database: '%s'. Query: '%s'"
6178
#: drizzled/log_event.cc:2339 drizzled/log_event.cc:6208
6179
#: drizzled/log_event.cc:6253 drizzled/log_event.cc:7061
6180
msgid "unexpected success or fatal error"
6183
#: drizzled/log_event.cc:2917
6185
"Rolling back unfinished transaction (no COMMIT or ROLLBACK in relay log). A "
6186
"probable cause is that the master died while writing the transaction to its "
6187
"binary log, thus rolled back too."
6190
#: drizzled/log_event.cc:3696
6193
"Slave: load data infile on table '%s' at log position %s in log '%s' "
6194
"produced %ld warning(s). Default database: '%s'"
6197
#: drizzled/log_event.cc:3746
6200
"Error '%s' running LOAD DATA INFILE on table '%s'. Default database: '%s'"
6203
#: drizzled/log_event.cc:3758
6205
msgid "Running LOAD DATA INFILE on table '%-.64s'. Default database: '%-.64s'"
6208
#: drizzled/log_event.cc:4735
6209
msgid "Out of memory while recording slave event"
6212
#: drizzled/log_event.cc:5093 drizzled/log_event.cc:5119
6214
msgid "Error in Create_file event: could not open file '%s'"
6217
#: drizzled/log_event.cc:5105
6219
msgid "Error in Create_file event: could not write to file '%s'"
6222
#: drizzled/log_event.cc:5126
6224
msgid "Error in Create_file event: write to '%s' failed"
6227
#: drizzled/log_event.cc:5265
6229
msgid "Error in %s event: could not create file '%s'"
6232
#: drizzled/log_event.cc:5274
6234
msgid "Error in %s event: could not open file '%s'"
6237
#: drizzled/log_event.cc:5281
6239
msgid "Error in %s event: write to '%s' failed"
6242
#: drizzled/log_event.cc:5492
6244
msgid "Error in Exec_load event: could not open file '%s'"
6247
#: drizzled/log_event.cc:5502
6249
msgid "Error in Exec_load event: file '%s' appears corrupted"
6252
#: drizzled/log_event.cc:5532
6254
msgid "%s. Failed executing load from '%s'"
6257
#: drizzled/log_event.cc:5760
6258
msgid "Not enough memory"
6261
#: drizzled/log_event.cc:6205
6263
msgid "Error '%s' in %s event: when locking tables"
6266
#: drizzled/log_event.cc:6215
6268
msgid "Error in %s event: when locking tables"
6271
#: drizzled/log_event.cc:6250
6273
msgid "Error '%s' on reopening tables"
6276
#: drizzled/log_event.cc:6606
6278
msgid "Error in %s event: commit of row events failed, table `%s`.`%s`"
6281
#: drizzled/log_event.cc:7058
6283
msgid "Error '%s' on opening table `%s`.`%s`"
6286
#: drizzled/rpl_mi.cc:148
6288
msgid "Failed to create a new master info file (file '%s', errno %d)"
6291
#: drizzled/rpl_mi.cc:154 drizzled/rpl_mi.cc:176
6293
msgid "Failed to create a cache on master info file (file '%s')"
6296
#: drizzled/rpl_mi.cc:170
6298
msgid "Failed to open the existing master info file (file '%s', errno %d)"
6301
#: drizzled/rpl_mi.cc:276
6304
"SSL information in the master info file ('%s') are ignored because this "
6305
"MySQL slave was compiled without SSL support."
6308
#: drizzled/rpl_mi.cc:300 drizzled/slave.cc:1079 drizzled/slave.cc:2148
6309
msgid "Failed to flush master info file"
6312
#: drizzled/rpl_mi.cc:305
6313
msgid "Error reading master configuration"
6316
#: drizzled/rpl_reporting.cc:43
6318
msgid "Slave %s: %s%s Error_code: %d"
6321
#: drizzled/rpl_rli.cc:134
6324
"Neither --relay-log nor --relay-log-index were used; so replication may "
6325
"break when this MySQL server acts as a slave and has his hostname changed!! "
6326
"Please use '--relay-log=%s' to avoid this problem."
6329
#: drizzled/rpl_rli.cc:151
6330
msgid "Failed in open_log() called from init_relay_log_info()"
6333
#: drizzled/rpl_rli.cc:168
6335
msgid "Failed to create a new relay log info file ( file '%s', errno %d)"
6338
#: drizzled/rpl_rli.cc:176 drizzled/rpl_rli.cc:210
6340
msgid "Failed to create a cache on relay log info file '%s'"
6343
#: drizzled/rpl_rli.cc:186
6344
msgid "Failed to open the relay log 'FIRST' (relay_log_pos 4)"
6347
#: drizzled/rpl_rli.cc:202
6349
msgid "Failed to open the existing relay log info file '%s' (errno %d)"
6352
#: drizzled/rpl_rli.cc:253
6354
msgid "Failed to open the relay log '%s' (relay_log_pos %s)"
6357
#: drizzled/rpl_rli.cc:268
6358
msgid "Failed to flush relay log info file"
6361
#: drizzled/rpl_rli.cc:271
6362
msgid "Error counting relay log space"
6365
#: drizzled/rpl_rli.cc:295
6367
msgid "log %s listed in the index, but failed to stat"
6370
#: drizzled/rpl_rli.cc:310
6371
msgid "Could not find first log while counting relay log space"
6374
#: drizzled/rpl_rli.cc:967
6375
msgid "Slave SQL thread is stopped because UNTIL condition is bad."
6378
#: drizzled/rpl_utility.cc:119
6380
msgid "Column %d type mismatch - received type %d, %s.%s has type %d"
6383
#: drizzled/rpl_utility.cc:134
6386
"Column %d size mismatch - master has size %d, %s.%s on slave has size %d. "
6387
"Master's column size should be <= the slave's column size."
6390
#: drizzled/scheduler.cc:122
6391
msgid "Memory allocation error in thd_scheduler::init\n"
6394
#: drizzled/scheduler.cc:213
6395
msgid "init_pipe(thd_add_pipe) error in libevent_init\n"
6398
#: drizzled/scheduler.cc:219
6399
msgid "init_pipe(thd_kill_pipe) error in libevent_init\n"
6402
#: drizzled/scheduler.cc:231
6403
msgid "thd_add_event event_add error in libevent_init\n"
6406
#: drizzled/scheduler.cc:247
6408
msgid "Can't create completion port thread (error %d)"
6411
#: drizzled/scheduler.cc:360
6412
msgid "event_add error in libevent_add_thd_callback\n"
6415
#: drizzled/scheduler.cc:386
6416
msgid "Scheduler init error in libevent_add_new_connection\n"
6419
#: drizzled/scheduler.cc:467
6420
msgid "libevent_thread_proc: my_thread_init() failed\n"
6423
#: drizzled/set_var.cc:898
6424
msgid "Ambiguous slave modes combination. STRICT will be used"
6427
#: drizzled/slave.cc:89
6428
msgid "Waiting to reconnect after a failed registration on master"
6431
#: drizzled/slave.cc:90
6433
"Slave I/O thread killed while waitnig to reconnect after a failed "
6434
"registration on master"
6437
#: drizzled/slave.cc:92
6438
msgid "Reconnecting after a failed registration on master"
6441
#: drizzled/slave.cc:93
6444
"failed registering on master, reconnecting to try again, log '%s' at postion "
6448
#: drizzled/slave.cc:96 drizzled/slave.cc:105
6449
msgid "Slave I/O thread killed during or after reconnect"
6452
#: drizzled/slave.cc:99
6453
msgid "Waiting to reconnect after a failed binlog dump request"
6456
#: drizzled/slave.cc:100
6457
msgid "Slave I/O thread killed while retrying master dump"
6460
#: drizzled/slave.cc:101
6461
msgid "Reconnecting after a failed binlog dump request"
6464
#: drizzled/slave.cc:102
6466
msgid "failed dump request, reconnecting to try again, log '%s' at postion %s"
6469
#: drizzled/slave.cc:108
6470
msgid "Waiting to reconnect after a failed master event read"
6473
#: drizzled/slave.cc:109
6474
msgid "Slave I/O thread killed while waiting to reconnect after a failed read"
6477
#: drizzled/slave.cc:111
6478
msgid "Reconnecting after a failed master event read"
6481
#: drizzled/slave.cc:112
6484
"Slave I/O thread: Failed reading log event, reconnecting to retry, log '%s' "
6488
#: drizzled/slave.cc:115
6490
"Slave I/O thread killed during or after a reconnect done to recover from "
6494
#: drizzled/slave.cc:229
6495
msgid "Failed to allocate memory for the master info structure"
6498
#: drizzled/slave.cc:236 drizzled/slave.cc:1820
6499
msgid "Failed to initialize the master info structure"
6502
#: drizzled/slave.cc:251
6503
msgid "Failed to create slave threads"
6506
#: drizzled/slave.cc:448
6507
msgid "Server id not set, will not start slave"
6510
#: drizzled/slave.cc:616
6512
"SQL thread had to stop in an unsafe situation, in the middle of applying "
6513
"updates to a non-transactional table without any primary key. There is a "
6514
"risk of duplicate updates when the slave SQL thread is restarted. Please "
6515
"check your tables' contents after restart."
6518
#: drizzled/slave.cc:777 drizzled/slave.cc:792
6519
msgid "Master reported unrecognized DRIZZLE version"
6522
#: drizzled/slave.cc:833
6523
msgid "default Format_description_log_event"
6526
#: drizzled/slave.cc:855
6529
"\"SELECT UNIX_TIMESTAMP()\" failed on master, do not trust column "
6530
"Seconds_Behind_Master of SHOW SLAVE STATUS. Error: %s (%d)"
6533
#: drizzled/slave.cc:882
6535
"The slave I/O thread stops because master and slave have equal DRIZZLE "
6536
"server ids; these ids must be different for replication to work (or the --"
6537
"replicate-same-server-id option must be used on slave but this doesnot "
6538
"always make sense; please check the manual before using it)."
6541
#: drizzled/slave.cc:927
6543
"The slave I/O thread stops because master and slave have different values "
6544
"for the COLLATION_SERVER global variable. The values must be equal for "
6545
"replication to work"
6548
#: drizzled/slave.cc:963
6550
"The slave I/O thread stops because master and slave have different values "
6551
"for the TIME_ZONE global variable. The values must be equal for replication "
6555
#: drizzled/slave.cc:1028
6556
msgid "Waiting for the slave SQL thread to free enough relay log space"
6559
#: drizzled/slave.cc:1074
6561
"failed to write a Rotate event to the relay log, SHOW SLAVE STATUS may be "
6565
#: drizzled/slave.cc:1085
6566
msgid "Rotate_event (out of memory?), SHOW SLAVE STATUS may be inaccurate"
6569
#: drizzled/slave.cc:1476
6571
msgid "Error on COM_BINLOG_DUMP: %d %s, will retry in %d secs"
6574
#: drizzled/slave.cc:1529
6576
msgid "Error reading packet from server: %s ( server_errno=%d)"
6579
#: drizzled/slave.cc:1537
6581
msgid "Slave: received end packet from server, apparent master shutdown: %s"
6584
#: drizzled/slave.cc:1691
6587
"It was not possible to update the positions of the relay log information: "
6588
"the slave may be in an inconsistent state. Stopped in %s position %s"
6591
#: drizzled/slave.cc:1766 drizzled/slave.cc:2360
6593
msgid "Slave SQL thread stopped because it reached its UNTIL position %s"
6596
#: drizzled/slave.cc:1825 drizzled/slave.cc:2309
6598
msgid "Error initializing relay log position: %s"
6601
#: drizzled/slave.cc:1841
6604
"Slave SQL thread retried transaction %lu time(s) in vain, giving up. "
6605
"Consider raising the value of the slave_transaction_retries variable."
6608
#: drizzled/slave.cc:1864
6610
"Could not parse relay log event entry. The possible reasons are: the "
6611
"master's binary log is corrupted (you can check this by running "
6612
"'mysqlbinlog' on the binary log), the slave's relay log is corrupted (you "
6613
"can check this by running 'mysqlbinlog' on the relay log), a network "
6614
"problem, or a bug in the master's or slave's DRIZZLE code. If you want to "
6615
"check the master's binary log or slave's relay log, you will be able to know "
6616
"their names by issuing 'SHOW SLAVE STATUS' on this slave."
6619
#: drizzled/slave.cc:1985
6620
msgid "Failed during slave I/O thread initialization"
6623
#: drizzled/slave.cc:1999
6624
msgid "error in drizzle_create()"
6627
#: drizzled/slave.cc:2007
6630
"Slave I/O thread: connected to master '%s@%s:%d',replication started in log "
6631
"'%s' at position %s"
6634
#: drizzled/slave.cc:2021
6635
msgid "Slave I/O thread killed while connecting to master"
6638
#: drizzled/slave.cc:2045
6639
msgid "Slave I/O thread couldn't register on master"
6642
#: drizzled/slave.cc:2057 drizzled/slave.cc:2081 drizzled/slave.cc:2105
6643
msgid "Forcing to reconnect slave I/O thread"
6646
#: drizzled/slave.cc:2070
6647
msgid "Failed on request_dump()"
6650
#: drizzled/slave.cc:2071
6651
msgid "Slave I/O thread killed while requesting master dump"
6654
#: drizzled/slave.cc:2097
6655
msgid "Waiting for master to send event"
6658
#: drizzled/slave.cc:2099
6659
msgid "Slave I/O thread killed while reading event"
6662
#: drizzled/slave.cc:2117
6665
"Log entry on master is longer than max_allowed_packet (%ld) on slave. If the "
6666
"entry is correct, restart the server with a higher value of "
6667
"max_allowed_packet"
6670
#: drizzled/slave.cc:2131
6671
msgid "Stopping slave I/O thread due to out-of-memory error from master"
6674
#: drizzled/slave.cc:2141
6675
msgid "Queueing master event to the relay log"
6678
#: drizzled/slave.cc:2168
6679
msgid "Slave I/O thread aborted while waiting for relay log space"
6682
#: drizzled/slave.cc:2178
6684
msgid "Slave I/O thread exiting, read up to log '%s', position %s"
6687
#: drizzled/slave.cc:2199
6688
msgid "Waiting for slave mutex on exit"
6691
#: drizzled/slave.cc:2265
6692
msgid "Failed during slave thread initialization"
6695
#: drizzled/slave.cc:2331
6698
"Slave SQL thread initialized, starting replication in log '%s' at position %"
6699
"s, relay log '%s' position: %s"
6702
#: drizzled/slave.cc:2345
6703
msgid "Slave SQL thread aborted. Can't execute init_slave query"
6706
#: drizzled/slave.cc:2371
6707
msgid "Reading event from the relay log"
6710
#: drizzled/slave.cc:2396
6712
msgid "Slave (additional info): %s Error_code: %d"
6715
#: drizzled/slave.cc:2413
6717
msgid "Slave: %s Error_code: %d"
6720
#: drizzled/slave.cc:2416
6723
"Error loading user-defined library, slave SQL thread aborted. Install the "
6724
"missing library, and restart the slave SQL thread with \"SLAVE START\". We "
6725
"stopped at log '%s' position %s"
6728
#: drizzled/slave.cc:2424
6731
"Error running query, slave SQL thread aborted. Fix the problem, and restart "
6732
"the slave SQL thread with \"SLAVE START\". We stopped at log '%s' position %s"
6735
#: drizzled/slave.cc:2436
6738
"Slave SQL thread exiting, replication stopped in log '%s' at position %s"
6741
#: drizzled/slave.cc:2532
6743
msgid "Slave I/O: failed requesting download of '%s'"
6746
#: drizzled/slave.cc:2549
6748
msgid "Network read error downloading '%s' from master"
6751
#: drizzled/slave.cc:2571
6752
msgid "error writing Exec_load event to relay log"
6755
#: drizzled/slave.cc:2585
6756
msgid "error writing Create_file event to relay log"
6759
#: drizzled/slave.cc:2600
6760
msgid "error writing Append_block event to relay log"
6763
#: drizzled/slave.cc:2696
6764
msgid "Memory allocation failed"
6767
#: drizzled/slave.cc:2721 drizzled/slave.cc:2807
6770
"Read invalid event from master: '%s', master could be corrupt but a more "
6771
"likely cause of this is a bug"
6774
#: drizzled/slave.cc:3080
6775
msgid "could not queue event from master"
6778
#: drizzled/slave.cc:3170
6780
msgid "error %s to master '%s@%s:%d' - retry-time: %d retries: %u"
6783
#: drizzled/slave.cc:3172
6784
msgid "reconnecting"
6787
#: drizzled/slave.cc:3172
6791
#: drizzled/slave.cc:3198
6794
"Slave: connected to master '%s@%s:%d', replication resumed in log '%s' at "
6798
#: drizzled/slave.cc:3585
6800
msgid "next log '%s' is currently active"
6803
#: drizzled/slave.cc:3615
6805
msgid "next log '%s' is not active"
6808
#: drizzled/slave.cc:3631
6811
"Slave SQL thread: I/O error reading event(errno: %d cur_log->error: %d)"
6814
#: drizzled/slave.cc:3637
6815
msgid "Aborting slave SQL thread because of partial event read"
6818
#: drizzled/slave.cc:3643 drizzled/slave.cc:3650
6820
msgid "Error reading relay log event: %s"
6823
#: drizzled/slave.cc:3644
6824
msgid "slave SQL thread was killed"
6827
#: drizzled/slave.cc:3742
6830
"master may suffer from http://bugs.mysql.com/bug.php?id=%u so slave stops; "
6831
"check error log on slave for more info"
6834
#: drizzled/slave.cc:3748
6837
"According to the master's version ('%s'), it is probable that master suffers "
6838
"from this bug: http://bugs.mysql.com/bug.php?id=%u and thus replicating the "
6839
"current binary log event may make the slave's data become different from the "
6840
"master's data. To take no risk, slave refuses to replicate this event and "
6841
"stops. We recommend that all updates be stopped on the master and slave, "
6842
"that the data of both be manually synchronized, that master's binary logs be "
6843
"deleted, that master be upgraded to a version at least equal to '%d.%d.%d'. "
6844
"Then replication can be restarted."
6847
#: drizzled/sql_base.cc:2527
6849
msgid "Table %s had a open data handler in reopen_table"
6852
#: drizzled/sql_base.cc:3178
6854
msgid "Couldn't repair table: %s.%s"
6857
#: drizzled/sql_base.cc:3221
6860
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
6861
"s`.`%s`' to the binary log"
6864
#: drizzled/sql_base.cc:3950
6866
msgid "Could not remove temporary table: '%s', error: %d"
6869
#: drizzled/sql_db.cc:396 drizzled/sql_db.cc:404
6871
msgid "Error while loading database options: '%s':"
6874
#: drizzled/sql_plugin.cc:647
6876
msgid "Plugin '%s' of type %s failed deinitialization"
6879
#: drizzled/sql_plugin.cc:661
6881
msgid "Plugin '%s' has ref_count=%d after deinitialization."
6884
#: drizzled/sql_plugin.cc:781
6886
msgid "Plugin '%s' registration as a %s failed."
6889
#: drizzled/sql_plugin.cc:1035
6890
msgid "plugin-load parameter too long"
6893
#: drizzled/sql_plugin.cc:1095
6895
msgid "Couldn't load plugin named '%s' with soname '%s'."
6898
#: drizzled/sql_plugin.cc:1146
6900
msgid "Forcing shutdown of %d plugins"
6903
#: drizzled/sql_plugin.cc:1168
6905
msgid "Plugin '%s' will be forced to shutdown"
6908
#: drizzled/sql_plugin.cc:1184
6910
msgid "Plugin '%s' has ref_count=%d after shutdown."
6913
#: drizzled/sql_plugin.cc:2433 drizzled/sql_plugin.cc:2496
6915
msgid "Unknown variable type code 0x%x in plugin '%s'."
6918
#: drizzled/sql_plugin.cc:2476
6921
"Server variable %s of plugin %s was forced to be read-only: string variable "
6922
"without update_func and PLUGIN_VAR_MEMALLOC flag"
6925
#: drizzled/sql_plugin.cc:2507
6927
msgid "Missing variable name in plugin '%s'."
6930
#: drizzled/sql_plugin.cc:2524
6932
msgid "Thread local variable '%s' not allocated in plugin '%s'."
6935
#: drizzled/sql_plugin.cc:2643
6937
msgid "Out of memory for plugin '%s'."
6940
#: drizzled/sql_plugin.cc:2650
6942
msgid "Bad options for plugin '%s'."
6945
#: drizzled/sql_plugin.cc:2659
6947
msgid "Parsing options for plugin '%s' failed."
6950
#: drizzled/sql_plugin.cc:2702
6952
msgid "Plugin '%s' has conflicting system variables"
6955
#: drizzled/sql_plugin.cc:2712
6957
msgid "Plugin '%s' disabled by command line option"
6960
#: drizzled/sql_repl.cc:101
6961
msgid "Failed in send_file() while reading file name"
6964
#: drizzled/sql_repl.cc:114
6965
msgid "Failed in send_file() on open of file"
6968
#: drizzled/sql_repl.cc:122
6969
msgid "Failed in send_file() while writing data to client"
6972
#: drizzled/sql_repl.cc:131
6973
msgid "Failed in send_file() while negotiating file transfer close"
6976
#: drizzled/sql_table.cc:81
6978
msgid "Invalid (old?) table or database name '%s'"
6981
#: drizzled/sql_table.cc:2716
6983
msgid "Unknown - internal error %d during operation"
6986
#: drizzled/sql_table.cc:4990
6988
msgid "Could not open table %s.%s after rename\n"
6991
#: drizzled/sql_table.cc:5157
6994
"order_st BY ignored because there is a user-defined clustered index in the "
6998
#: drizzled/sql_udf.cc:39
6999
msgid "Can't allocate memory for udf structures"
7002
#: drizzled/table.cc:488
7005
"'%s' had no or invalid character set, and default character set is multi-"
7006
"byte, so character column sizes may have changed"
7009
#: drizzled/table.cc:1692
7011
msgid "Unknown collation '%s' in table '%-.64s' definition"
7014
#: drizzled/table.cc:1699
7017
"Table '%-.64s' was created with a different version of MySQL and cannot be "
7021
#: drizzled/table.cc:2310
7024
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
7028
#: drizzled/table.cc:2336
7031
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
7032
"have type %s, found type %s."
7035
#: drizzled/table.cc:2345
7038
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
7039
"position %d to have character set '%s' but the type has no character set."
7042
#: drizzled/table.cc:2355
7045
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
7046
"position %d to have character set '%s' but found character set '%s'."
7049
#: drizzled/table.cc:2366
7052
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
7053
"have type %s but the column is not found."
7056
#: drizzled/table.cc:4749
7058
msgid "Got error %d when reading table '%s'"
7061
#: drizzled/tztime.cc:1063
7063
msgid "Fatal error: Illegal or unknown default time zone '%s'"
7066
#: drizzled/definitions.h:52
7067
msgid "Invalid error code"