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: 2009-02-03 14:23-0800\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:277
21
msgid "Synonym for `help'."
24
#: client/drizzle.cc:278
25
msgid "Clear command."
28
#: client/drizzle.cc:280
29
msgid "Reconnect to the server. Optional arguments are db and host."
32
#: client/drizzle.cc:282
34
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
37
#: client/drizzle.cc:284
38
msgid "Send command to drizzle server, display result vertically."
41
#: client/drizzle.cc:285
42
msgid "Exit drizzle. Same as quit."
45
#: client/drizzle.cc:286
46
msgid "Send command to drizzle server."
49
#: client/drizzle.cc:287
50
msgid "Display this help."
53
#: client/drizzle.cc:288
54
msgid "Disable pager, print to stdout."
57
#: client/drizzle.cc:289
58
msgid "Don't write into outfile."
61
#: client/drizzle.cc:291
62
msgid "Set PAGER [to_pager]. Print the query results via PAGER."
65
#: client/drizzle.cc:292
66
msgid "Print current command."
69
#: client/drizzle.cc:293
70
msgid "Change your drizzle prompt."
73
#: client/drizzle.cc:294
77
#: client/drizzle.cc:295
78
msgid "Rebuild completion hash."
81
#: client/drizzle.cc:297
82
msgid "Execute an SQL script file. Takes a file name as an argument."
85
#: client/drizzle.cc:298
86
msgid "Get status information from the server."
89
#: client/drizzle.cc:300
90
msgid "Set outfile [to_outfile]. Append everything into given outfile."
93
#: client/drizzle.cc:302
94
msgid "Use another database. Takes database name as argument."
97
#: client/drizzle.cc:304 client/drizzle.cc:1459
98
msgid "Show warnings after every statement."
101
#: client/drizzle.cc:306
102
msgid "Don't show warnings after every statement."
105
#: client/drizzle.cc:1058 client/drizzle.cc:1065
107
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
110
#: client/drizzle.cc:1148
111
msgid "Welcome to the Drizzle client.. Commands end with ; or \\g."
114
#: client/drizzle.cc:1158
117
"Your Drizzle connection id is %u\n"
118
"Server version: %s\n"
121
#: client/drizzle.cc:1186
123
msgid "Reading history-file %s\n"
126
#: client/drizzle.cc:1190
128
msgid "Couldn't allocate memory for temp histfile!\n"
131
#: client/drizzle.cc:1197
132
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
135
#: client/drizzle.cc:1215
137
msgid "Writing history-file %s\n"
140
#: client/drizzle.cc:1224
144
#: client/drizzle.cc:1224
148
#: client/drizzle.cc:1273
149
msgid "Query aborted by Ctrl+C\n"
152
#: client/drizzle.cc:1296 client/drizzleadmin.cc:75 drizzled/drizzled.cc:2628
153
msgid "Display this help and exit."
156
#: client/drizzle.cc:1298
157
msgid "Synonym for -?"
160
#: client/drizzle.cc:1301
162
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
163
"and field completion, but startup and reconnecting may take a longer time. "
164
"Disable with --disable-auto-rehash."
167
#: client/drizzle.cc:1305
169
"No automatic rehashing. One has to use 'rehash' to get table and field "
170
"completion. This gives a quicker start of DRIZZLE and disables rehashing on "
171
"reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
174
#: client/drizzle.cc:1308
176
"Automatically switch to vertical output mode if the result is wider than the "
180
#: client/drizzle.cc:1311
182
"Don't use history file. Disable interactive behavior. (Enables --silent)"
185
#: client/drizzle.cc:1313 drizzled/drizzled.cc:2660
186
msgid "Directory where character sets are."
189
#: client/drizzle.cc:1315
190
msgid "Display column type information."
193
#: client/drizzle.cc:1318
195
"Preserve comments. Send comments to the server. The default is --skip-"
196
"comments (discard comments), enable with --comments"
199
#: client/drizzle.cc:1321
200
msgid "Use compression in server/client protocol."
203
#: client/drizzle.cc:1324
204
msgid "Check memory and open file usage at exit ."
207
#: client/drizzle.cc:1327
208
msgid "Print some debug info at exit."
211
#: client/drizzle.cc:1329
212
msgid "Database to use."
215
#: client/drizzle.cc:1332
219
#: client/drizzle.cc:1334
220
msgid "Delimiter to be used."
223
#: client/drizzle.cc:1336
224
msgid "Execute command and quit. (Disables --force and history file)"
227
#: client/drizzle.cc:1338
228
msgid "Print the output of a query (rows) vertically."
231
#: client/drizzle.cc:1341
232
msgid "Continue even if we get an sql error."
235
#: client/drizzle.cc:1345
237
"Enable named commands. Named commands mean this program's internal commands; "
238
"see drizzle> help . When enabled, the named commands can be used from any "
239
"line of the query, otherwise only from the first line, before an enter. "
240
"Disable with --disable-named-commands. This option is disabled by default."
243
#: client/drizzle.cc:1349
245
"Named commands are disabled. Use \\* form only, or use named commands only "
246
"in the beginning of a line ending with a semicolon (;) Since version 10.9 "
247
"the client now starts with this option ENABLED by default! Disable with '-"
248
"G'. Long format commands still work from the first line. WARNING: option "
249
"deprecated; use --disable-named-commands instead."
252
#: client/drizzle.cc:1351
253
msgid "Ignore space after function names."
256
#: client/drizzle.cc:1353
257
msgid "Enable/disable LOAD DATA LOCAL INFILE."
260
#: client/drizzle.cc:1356
261
msgid "Turn off beep on error."
264
#: client/drizzle.cc:1358 client/drizzleadmin.cc:77
265
msgid "Connect to host."
268
#: client/drizzle.cc:1360
269
msgid "Write line numbers for errors."
272
#: client/drizzle.cc:1363
274
"Don't write line number for errors. WARNING: -L is deprecated, use long "
275
"version of this option instead."
278
#: client/drizzle.cc:1365
279
msgid "Flush buffer after each query."
282
#: client/drizzle.cc:1367
283
msgid "Write column names in results."
286
#: client/drizzle.cc:1371
288
"Don't write column names in results. WARNING: -N is deprecated, use long "
289
"version of this options instead."
292
#: client/drizzle.cc:1374
294
"Change the value of a variable. Please note that this option is deprecated; "
295
"you can set variables directly with --variable-name=value."
298
#: client/drizzle.cc:1376
299
msgid "Ignore SIGINT (CTRL-C)"
302
#: client/drizzle.cc:1380
304
"Only update the default database. This is useful for skipping updates to "
305
"other database in the update log."
308
#: client/drizzle.cc:1383
310
"Pager to use to display results. If you don't supply an option the default "
311
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
312
"cat [> filename], etc. See interactive help (\\h) also. This option does not "
313
"work in batch mode. Disable with --disable-pager. This option is disabled by "
317
#: client/drizzle.cc:1386
319
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
320
"option deprecated; use --disable-pager instead."
323
#: client/drizzle.cc:1389 client/drizzleadmin.cc:80
325
"Password to use when connecting to server. If password is not given it's "
326
"asked from the tty."
329
#: client/drizzle.cc:1391
331
"Port number to use for connection or 0 for default to, in order of "
332
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
335
#: client/drizzle.cc:1392
336
msgid "built-in default"
339
#: client/drizzle.cc:1394
340
msgid "Set the drizzle prompt to this value."
343
#: client/drizzle.cc:1398
345
"Don't cache result, print it row by row. This may slow down the server if "
346
"the output is suspended. Doesn't use history file."
349
#: client/drizzle.cc:1400
350
msgid "Write fields without conversion. Used with --batch."
353
#: client/drizzle.cc:1403
355
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
356
"option is enabled by default."
359
#: client/drizzle.cc:1405
361
"Be more silent. Print results with a tab as separator, each row on new line."
364
#: client/drizzle.cc:1407
365
msgid "Socket file to use for connection."
368
#: client/drizzle.cc:1410
369
msgid "Output in table format."
372
#: client/drizzle.cc:1413
374
"Append everything into outfile. See interactive help (\\h) also. Does not "
375
"work in batch mode. Disable with --disable-tee. This option is disabled by "
379
#: client/drizzle.cc:1415
381
"Disable outfile. See interactive help (\\h) also. WARNING: option "
382
"deprecated; use --disable-tee instead"
385
#: client/drizzle.cc:1418 client/drizzleadmin.cc:89
386
msgid "User for login if not current user."
389
#: client/drizzle.cc:1421
390
msgid "Only allow UPDATE and DELETE that uses keys."
393
#: client/drizzle.cc:1424
394
msgid "Synonym for option --safe-updates, -U."
397
#: client/drizzle.cc:1427
398
msgid "Write more. (-v -v -v gives the table output format)."
401
#: client/drizzle.cc:1429 client/drizzleadmin.cc:94 drizzled/drizzled.cc:2849
402
msgid "Output version information and exit."
405
#: client/drizzle.cc:1431 client/drizzleadmin.cc:96
406
msgid "Wait and retry if connection is down."
409
#: client/drizzle.cc:1434
410
msgid "Number of seconds before connection timeout."
413
#: client/drizzle.cc:1439
414
msgid "Max packet length to send to, or receive from server"
417
#: client/drizzle.cc:1444
418
msgid "Buffer for TCP/IP and socket communication"
421
#: client/drizzle.cc:1448
422
msgid "Automatic limit for SELECT when using --safe-updates"
425
#: client/drizzle.cc:1453
426
msgid "Automatic limit for rows in a join when using --safe-updates"
429
#: client/drizzle.cc:1457
430
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
433
#: client/drizzle.cc:1462
434
msgid "Number of lines before each import progress report."
437
#: client/drizzle.cc:1473
439
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
442
#: client/drizzle.cc:1480
445
"Copyright (C) 2008 Sun Microsystems\n"
446
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
447
"and you are welcome to modify and redistribute it under the GPL license\n"
450
#: client/drizzle.cc:1485
452
msgid "Usage: %s [OPTIONS] [database]\n"
455
#: client/drizzle.cc:1520
456
msgid "DELIMITER cannot contain a backslash character"
459
#: client/drizzle.cc:1541
461
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
464
#: client/drizzle.cc:1564
466
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
469
#: client/drizzle.cc:1568
471
msgid "WARNING: --server-arg option not supported in this configuration.\n"
474
#: client/drizzle.cc:1595
476
"Non-integer value supplied for port. If you are trying to enter a password "
477
"please use --password instead."
480
#: client/drizzle.cc:1603
481
msgid "Value supplied for port is not valid."
484
#: client/drizzle.cc:1756
486
msgid "Processing line: %<PRIu32>\n"
489
#: client/drizzle.cc:1972
491
msgid "Unknown command '\\%c'."
494
#: client/drizzle.cc:2396
496
"Reading table information for completion of table and column names\n"
497
" You can turn off this feature to get a quicker startup with -A\n"
501
#: client/drizzle.cc:2493
502
msgid "No connection. Trying to reconnect..."
505
#: client/drizzle.cc:2499
506
msgid "Can't connect to the server\n"
509
#: client/drizzle.cc:2557
510
msgid "List of all Drizzle commands:"
513
#: client/drizzle.cc:2559
514
msgid "Note that all text commands must be first on line and end with ';'"
517
#: client/drizzle.cc:2612
518
msgid "No query specified\n"
521
#: client/drizzle.cc:2627
522
msgid "Ignoring query to other database"
525
#: client/drizzle.cc:2676
529
#: client/drizzle.cc:2689
531
msgid "%ld row in set"
532
msgid_plural "%ld rows in set"
536
#: client/drizzle.cc:2698
540
#: client/drizzle.cc:2700
542
msgid "Query OK, %ld row affected"
543
msgid_plural "Query OK, %ld rows affected"
547
#: client/drizzleadmin.cc:82 drizzled/drizzled.cc:2778
549
"Port number to use for connection or 0 for default to, in order of "
550
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
553
#: client/drizzleadmin.cc:86
554
msgid "Silently exit if one can't connect to server."
557
#: client/drizzleadmin.cc:92
558
msgid "Write more information."
561
#: client/drizzleadmin.cc:123 client/drizzlecheck.cc:268
562
#: client/drizzledump.cc:614 client/drizzleimport.cc:199
563
#: client/drizzleslap.cc:751 client/drizzletest.cc:4640
566
"Non-integer value supplied for port. If you are trying to enter a password "
567
"please use --password instead.\n"
570
#: client/drizzleadmin.cc:131 client/drizzlecheck.cc:276
571
#: client/drizzledump.cc:622 client/drizzleimport.cc:207
572
#: client/drizzleslap.cc:759 client/drizzletest.cc:4648
574
msgid "Value supplied for port is not valid.\n"
577
#: client/drizzleadmin.cc:149 client/drizzledump.cc:639
579
msgid "Memory allocation error while copying password. Aborting.\n"
582
#: client/drizzleadmin.cc:293
585
"connect to server at '%s' failed\n"
589
#: client/drizzleadmin.cc:299
591
msgid "Check that drizzled is running on %s"
594
#: client/drizzleadmin.cc:300
596
msgid " and that the port is %d.\n"
599
#: client/drizzleadmin.cc:302
601
msgid "You can check this by doing 'telnet %s %d'\n"
604
#: client/drizzleadmin.cc:313
606
msgid "Got error: %s\n"
609
#: client/drizzleadmin.cc:320
610
msgid "Waiting for Drizzle server to answer"
613
#: client/drizzleadmin.cc:353
615
msgid "shutting down drizzled...\n"
618
#: client/drizzleadmin.cc:357
620
msgid "shutdown failed; error: '%s'"
623
#: client/drizzleadmin.cc:364
628
#: client/drizzleadmin.cc:374
629
msgid "drizzled is alive"
632
#: client/drizzleadmin.cc:382
633
msgid "connection was down, but drizzled is now alive"
636
#: client/drizzleadmin.cc:386
638
msgid "drizzled doesn't answer to ping, error: '%s'"
641
#: client/drizzleadmin.cc:395
643
msgid "Unknown command: '%-.60s'"
646
#: client/drizzleadmin.cc:404
648
msgid "%s Ver %s Distrib %s, for %s on %s\n"
651
#: client/drizzleadmin.cc:411
652
msgid "Copyright (C) 2000-2008 MySQL AB"
655
#: client/drizzleadmin.cc:412 client/drizzledump.cc:492
657
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
658
"and you are welcome to modify and redistribute it under the GPL license\n"
661
#: client/drizzleadmin.cc:413
662
msgid "Administration program for the drizzled daemon."
665
#: client/drizzleadmin.cc:414
667
msgid "Usage: %s [OPTIONS] command command....\n"
670
#: client/drizzleadmin.cc:416
672
" ping Check if server is down\n"
673
" shutdown Take server down\n"
676
#: client/drizzledump.cc:396
677
msgid "Number of rows before each output progress report (requires --verbose)."
680
#: client/drizzledump.cc:469
682
msgid "Got errno %d on write"
685
#: client/drizzledump.cc:474
687
msgid "%s Ver %s Distrib %s, for %s (%s)\n"
690
#: client/drizzledump.cc:481
692
msgid "Usage: %s [OPTIONS] database [tables]\n"
695
#: client/drizzledump.cc:482
697
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
700
#: client/drizzledump.cc:484
702
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
705
#: client/drizzledump.cc:491
706
msgid "By Igor Romanenko, Monty, Jani & Sinisa"
709
#: client/drizzledump.cc:493
710
msgid "Dumping definition and data DRIZZLE database or table"
713
#: client/drizzledump.cc:504
715
msgid "For more options, use %s --help\n"
718
#: client/drizzledump.cc:679
720
msgid "Input filename too long: %s"
723
#: client/drizzledump.cc:722
725
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
728
#: client/drizzledump.cc:747
730
msgid "Invalid mode to --compatible: %s\n"
733
#: client/drizzledump.cc:807
735
msgid "%s: You must use option --tab with --fields-...\n"
738
#: client/drizzledump.cc:824
741
"%s: You can't use --single-transaction and --lock-all-tables at the same "
745
#: client/drizzledump.cc:837
748
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
752
#: client/drizzledump.cc:843
754
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
757
#: client/drizzledump.cc:868
759
msgid "Got error: %d: %s %s"
762
#: client/drizzledump.cc:960
764
msgid "Couldn't execute '%s': %s (%d)"
767
#: client/drizzledump.cc:1021
769
msgid "-- Connecting to %s...\n"
772
#: client/drizzledump.cc:1042
774
msgid "-- Disconnecting from %s...\n"
777
#: client/drizzledump.cc:1052
778
msgid "Couldn't allocate memory"
781
#: client/drizzledump.cc:1393
784
"-- Warning: Unable to use delayed inserts for table '%s' because it's of "
788
#: client/drizzledump.cc:1407
790
msgid "-- Retrieving table structure for table %s...\n"
793
#: client/drizzledump.cc:1516
795
msgid "%s: Warning: Can't set SQL_QUOTE_SHOW_CREATE option (%s)\n"
798
#: client/drizzledump.cc:1625
800
msgid "%s: Can't get keys for table %s (%s)\n"
803
#: client/drizzledump.cc:1702 client/drizzledump.cc:3000
805
msgid "-- Warning: Couldn't get status information for table %s (%s)\n"
808
#: client/drizzledump.cc:1709 client/drizzledump.cc:3008
810
msgid "Error: Couldn't read status information for table %s (%s)\n"
813
#: client/drizzledump.cc:1851
815
msgid "Error retrieving table structure for table: \"%s\""
818
#: client/drizzledump.cc:1858
820
msgid "-- Skipping dump data for table '%s', --no-data was used\n"
823
#: client/drizzledump.cc:1869
825
msgid "-- Warning: Skipping data for table '%s' because it's of type %s\n"
828
#: client/drizzledump.cc:1876
830
msgid "-- Skipping dump data for table '%s', it has no fields\n"
833
#: client/drizzledump.cc:1884
834
msgid "-- Sending SELECT query...\n"
837
#: client/drizzledump.cc:1936
838
msgid "when executing 'SELECT INTO OUTFILE'"
841
#: client/drizzledump.cc:1944
846
"-- Dumping data for table %s\n"
850
#: client/drizzledump.cc:1981 client/drizzledump.cc:1990
851
msgid "when retrieving data from server"
854
#: client/drizzledump.cc:1994
855
msgid "-- Retrieving rows...\n"
858
#: client/drizzledump.cc:1997
860
msgid "%s: Error in field count for table: %s ! Aborting.\n"
863
#: client/drizzledump.cc:2036
865
msgid "-- %<PRIu32> of ~%<PRIu64> rows dumped for table %s\n"
868
#: client/drizzledump.cc:2058
870
msgid "Not enough fields from table %s! Aborting.\n"
873
#: client/drizzledump.cc:2244
875
msgid "%s: Error %d: %s when dumping table %s at row: %d\n"
878
#: client/drizzledump.cc:2402
879
msgid "when selecting the database"
882
#: client/drizzledump.cc:2470
883
msgid "when using LOCK TABLES"
886
#: client/drizzledump.cc:2477 client/drizzledump.cc:2609
887
msgid "when doing refresh"
890
#: client/drizzledump.cc:2563
891
msgid "alloc_root failure."
894
#: client/drizzledump.cc:2584
896
msgid "Couldn't find table: \"%s\""
899
#: client/drizzledump.cc:2599
900
msgid "when doing LOCK TABLES"
903
#: client/drizzledump.cc:2662
904
msgid "Error: Binlogging on server not active"
907
#: client/drizzledump.cc:2730
908
msgid "Error: Slave not set up"
911
#: client/drizzledump.cc:2789
912
msgid "Error: Unable to start slave"
915
#: client/drizzledump.cc:3076
918
"Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
921
#: client/drizzledump.cc:3107
923
msgid "Error: Not enough memory to store ORDER BY clause\n"
926
#: drizzled/authentication.cc:69 drizzled/handlerton.cc:238
927
#: drizzled/show.cc:4526 drizzled/sql_plugin.cc:798
929
msgid "Plugin '%s' init function returned error."
932
#. TRANSLATORS: The leading word "configvar" is the name
933
#. of the plugin api, and so should not be translated.
934
#: drizzled/configvar.cc:41
936
msgid "configvar plugin '%s' init() failed"
939
#. TRANSLATORS: The leading word "configvar" is the name
940
#. of the plugin api, and so should not be translated.
941
#: drizzled/configvar.cc:65
943
msgid "configvar plugin '%s' deinit() failed"
946
#. TRANSLATORS: The leading word "configvar" is the name
947
#. of the plugin api, and so should not be translated.
948
#: drizzled/configvar.cc:101
950
msgid "configvar plugin '%s' configvar_func1() failed"
953
#. TRANSLATORS: The leading word "configvar" is the name
954
#. of the plugin api, and so should not be translated.
955
#: drizzled/configvar.cc:155
957
msgid "configvar plugin '%s' configvar_func2() failed"
960
#: drizzled/db.cc:246
962
msgid "Error while loading database options: '%s':"
965
#: drizzled/drizzled.cc:525
967
msgid "Got error %d from pthread_cond_timedwait"
970
#: drizzled/drizzled.cc:698
972
msgid "Got signal %d from thread %<PRIu64>"
975
#: drizzled/drizzled.cc:751
979
#: drizzled/drizzled.cc:910
980
msgid "One can only use the --user switch if running as root\n"
983
#: drizzled/drizzled.cc:918
985
"Fatal error: Please read \"Security\" section of the manual to find out how "
986
"to run drizzled as root!\n"
989
#: drizzled/drizzled.cc:942
992
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
996
#: drizzled/drizzled.cc:1112
998
msgid "Retrying bind on TCP/IP port %u"
1001
#: drizzled/drizzled.cc:1118
1002
msgid "Can't start server: Bind on TCP/IP port"
1005
#: drizzled/drizzled.cc:1119
1007
msgid "Do you already have another drizzled server running on port: %d ?"
1010
#: drizzled/drizzled.cc:1125
1011
msgid "Can't start server: listen() on TCP/IP port"
1014
#: drizzled/drizzled.cc:1126
1016
msgid "listen() on TCP/IP failed with error %d"
1019
#: drizzled/drizzled.cc:1216
1024
#: drizzled/drizzled.cc:1240
1027
"We will try our best to scrape up some info that will hopefully help "
1029
"the problem, but since we have already crashed, something is definitely "
1031
"and this may fail.\n"
1035
#: drizzled/drizzled.cc:1251
1038
"It is possible that drizzled could use up to \n"
1039
"key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = %"
1042
"Hope that's ok; if not, decrease some variables in the equation.\n"
1046
#: drizzled/drizzled.cc:1269
1049
"Attempting backtrace. You can use the following information to find out\n"
1050
"where drizzled died. If you see no messages after this, something went\n"
1051
"terribly wrong...\n"
1054
#: drizzled/drizzled.cc:1297
1057
"Trying to get some variables.\n"
1058
"Some pointers may be invalid and cause the dump to abort...\n"
1061
#: drizzled/drizzled.cc:1309
1065
"This crash occurred while the server was calling initgroups(). This is\n"
1066
"often due to the use of a drizzled that is statically linked against glibc\n"
1067
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
1068
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
1069
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
1070
"drizzled that is not statically linked.\n"
1073
#: drizzled/drizzled.cc:1324
1077
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
1078
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
1079
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
1080
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
1081
"the documentation for your distribution on how to do that.\n"
1084
#: drizzled/drizzled.cc:1337
1088
"The '--memlock' argument, which was enabled, uses system calls that are\n"
1089
"unreliable and unstable on some operating systems and operating-system\n"
1090
"versions (notably, some versions of Linux). This crash could be due to use\n"
1091
"of those buggy OS calls. You should consider whether you really need the\n"
1092
"'--memlock' parameter and/or consult the OS distributor about 'mlockall'\n"
1096
#: drizzled/drizzled.cc:1352
1098
msgid "Writing a core file\n"
1101
#: drizzled/drizzled.cc:1399
1103
"setrlimit could not change the size of core files to 'infinity'; We may not "
1104
"be able to generate a core file on signals"
1107
#: drizzled/drizzled.cc:1467
1109
msgid "Can't create interrupt-thread (error %d, errno: %d)"
1112
#: drizzled/drizzled.cc:1555
1114
msgid "Got signal %d to shutdown drizzled"
1117
#: drizzled/drizzled.cc:1572 drizzled/sql_base.cc:6208
1118
msgid "Can't create thread to kill server"
1121
#: drizzled/drizzled.cc:1595
1123
msgid "Got signal: %d error: %d"
1126
#: drizzled/drizzled.cc:1708
1128
msgid "Wrong date/time format specifier: %s\n"
1131
#: drizzled/drizzled.cc:1812
1133
msgid "gethostname failed, using '%s' as hostname"
1136
#: drizzled/drizzled.cc:1876
1139
"Changed limits: max_open_files: %u max_connections: %<PRIu64> table_cache: "
1143
#: drizzled/drizzled.cc:1881
1146
"Could not increase number of max_open_files to more than %u (request: %u)"
1149
#: drizzled/drizzled.cc:1958
1151
msgid "Unknown locale: '%s'"
1154
#: drizzled/drizzled.cc:2014
1155
msgid "Can't create thread-keys"
1158
#: drizzled/drizzled.cc:2038
1159
msgid "Out of memory"
1162
#: drizzled/drizzled.cc:2053
1163
msgid "Failed to initialize plugins."
1166
#: drizzled/drizzled.cc:2084
1169
"%s: Too many arguments (first extra is '%s').\n"
1170
"Use --verbose --help to get a list of available options\n"
1173
#: drizzled/drizzled.cc:2094
1174
msgid "Can't init databases"
1177
#: drizzled/drizzled.cc:2114
1179
msgid "Unknown/unsupported table type: %s"
1182
#: drizzled/drizzled.cc:2120
1184
msgid "Default storage engine (%s) is not available"
1187
#: drizzled/drizzled.cc:2152
1189
msgid "Failed to lock memory. Errno: %d\n"
1192
#: drizzled/drizzled.cc:2213
1194
msgid "Asked for %<PRIu64> thread stack, but got %<PRIu64>"
1197
#: drizzled/drizzled.cc:2294
1198
msgid "Before Lock_thread_count"
1201
#: drizzled/drizzled.cc:2301
1202
msgid "After lock_thread_count"
1205
#: drizzled/drizzled.cc:2407
1207
msgid "drizzled: Got error %d from select"
1210
#: drizzled/drizzled.cc:2632
1211
msgid "Auto-increment columns are incremented by this"
1214
#: drizzled/drizzled.cc:2637
1216
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1220
#: drizzled/drizzled.cc:2643
1222
"Path to installation directory. All paths are usually resolved relative to "
1226
#: drizzled/drizzled.cc:2647
1227
msgid "IP address to bind to."
1230
#: drizzled/drizzled.cc:2651
1231
msgid "Set the filesystem character set."
1234
#: drizzled/drizzled.cc:2656
1235
msgid "Set the default character set."
1238
#: drizzled/drizzled.cc:2663
1239
msgid "Chroot drizzled daemon during startup."
1242
#: drizzled/drizzled.cc:2667
1243
msgid "Set the default collation."
1246
#: drizzled/drizzled.cc:2671
1247
msgid "Default completion type."
1250
#: drizzled/drizzled.cc:2676
1251
msgid "Write core on errors."
1254
#: drizzled/drizzled.cc:2680
1255
msgid "Path to the database root."
1258
#: drizzled/drizzled.cc:2684
1259
msgid "Set the default storage engine (table type) for tables."
1262
#: drizzled/drizzled.cc:2688
1263
msgid "Set the default time zone."
1266
#: drizzled/drizzled.cc:2692
1267
msgid "Type of DELAY_KEY_WRITE."
1270
#: drizzled/drizzled.cc:2696
1271
msgid "Print a symbolic stack trace on failure."
1274
#: drizzled/drizzled.cc:2702
1275
msgid "Push supported query conditions to the storage engine."
1278
#: drizzled/drizzled.cc:2708
1279
msgid "Used for debugging; Use at your own risk!"
1282
#: drizzled/drizzled.cc:2711
1283
msgid "Flush tables to disk between SQL commands."
1286
#: drizzled/drizzled.cc:2716
1287
msgid "Set up signals usable for debugging"
1290
#: drizzled/drizzled.cc:2720
1291
msgid "Command(s) that are executed for each new connection"
1294
#: drizzled/drizzled.cc:2724
1295
msgid "Read SQL commands from this file at startup."
1298
#: drizzled/drizzled.cc:2728
1302
#: drizzled/drizzled.cc:2732
1303
msgid "Set the language used for the month names and the days of the week."
1306
#: drizzled/drizzled.cc:2737
1307
msgid "Enable/disable LOAD DATA LOCAL INFILE (takes values 1|0)."
1310
#: drizzled/drizzled.cc:2742
1311
msgid "Log connections and queries to file."
1314
#: drizzled/drizzled.cc:2746
1315
msgid "Log all MyISAM changes to file."
1318
#: drizzled/drizzled.cc:2750
1319
msgid "Log some not critical warnings to the log file."
1322
#: drizzled/drizzled.cc:2755
1323
msgid "Lock drizzled in memory."
1326
#: drizzled/drizzled.cc:2759
1328
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1329
"BACKUP, FORCE or QUICK."
1332
#: drizzled/drizzled.cc:2764
1333
msgid "Use very new possible 'unsafe' functions."
1336
#: drizzled/drizzled.cc:2769
1337
msgid "Use old, non-optimized alter table."
1340
#: drizzled/drizzled.cc:2774
1341
msgid "Pid file used by safe_mysqld."
1344
#: drizzled/drizzled.cc:2784
1346
"Maximum time in seconds to wait for the port to become free. (Default: no "
1350
#: drizzled/drizzled.cc:2789
1351
msgid "Skip some optimize stages (for testing)."
1354
#: drizzled/drizzled.cc:2792
1356
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1357
"specified directory"
1360
#: drizzled/drizzled.cc:2797
1362
"Uniquely identifies the server instance in the community of replication "
1366
#: drizzled/drizzled.cc:2802
1367
msgid "Don't use new, possible wrong routines."
1370
#: drizzled/drizzled.cc:2805
1371
msgid "Don't print a stack trace on failure."
1374
#: drizzled/drizzled.cc:2809
1375
msgid "Don't give threads different priorities."
1378
#: drizzled/drizzled.cc:2813
1379
msgid "Enable symbolic link support."
1382
#: drizzled/drizzled.cc:2822
1384
"Non-default option to alias SYSDATE() to NOW() to make it safe-replicable."
1387
#: drizzled/drizzled.cc:2827
1389
"Using this option will cause most temporary files created to use a small set "
1390
"of names, rather than a unique name for each new file."
1393
#: drizzled/drizzled.cc:2832
1395
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1398
#: drizzled/drizzled.cc:2837
1399
msgid "Path for temporary files."
1402
#: drizzled/drizzled.cc:2841
1403
msgid "Default transaction isolation level."
1406
#: drizzled/drizzled.cc:2845
1407
msgid "Run drizzled daemon as user."
1410
#: drizzled/drizzled.cc:2853
1412
"The number of outstanding connection requests Drizzle can have. This comes "
1413
"into play when the main Drizzle thread gets very many connection requests in "
1414
"a very short time."
1417
#: drizzled/drizzled.cc:2859
1419
"Size of tree cache used in bulk insert optimization. Note that this is a "
1423
#: drizzled/drizzled.cc:2865
1425
"The number of seconds the drizzled server is waiting for a connect packet "
1426
"before responding with 'Bad handshake'."
1429
#: drizzled/drizzled.cc:2870
1430
msgid "The DATE format (For future)."
1433
#: drizzled/drizzled.cc:2875
1434
msgid "The DATETIME/TIMESTAMP format (for future)."
1437
#: drizzled/drizzled.cc:2880
1438
msgid "The default week format used by WEEK() functions."
1441
#: drizzled/drizzled.cc:2885
1443
"Precision of the result of '/' operator will be increased on that value."
1446
#: drizzled/drizzled.cc:2891
1447
msgid "The maximum length of the result of function group_concat."
1450
#: drizzled/drizzled.cc:2896
1452
"The number of seconds the server waits for activity on an interactive "
1453
"connection before closing it."
1456
#: drizzled/drizzled.cc:2902
1457
msgid "The size of the buffer that is used for full joins."
1460
#: drizzled/drizzled.cc:2908
1461
msgid "Don't overwrite stale .MYD and .MYI even if no directory is specified."
1464
#: drizzled/drizzled.cc:2913
1466
"The size of the buffer used for index blocks for MyISAM tables. Increase "
1467
"this to get better index handling (for all reads and multiple writes) to as "
1468
"much as you can afford;"
1471
#: drizzled/drizzled.cc:2922
1473
"This characterizes the number of hits a hot block has to be untouched until "
1474
"it is considered aged enough to be downgraded to a warm block. This "
1475
"specifies the percentage ratio of that number of hits to the total number of "
1476
"blocks in key cache"
1479
#: drizzled/drizzled.cc:2931
1480
msgid "The default size of key cache blocks"
1483
#: drizzled/drizzled.cc:2937
1484
msgid "The minimum percentage of warm blocks in key cache"
1487
#: drizzled/drizzled.cc:2943
1488
msgid "Max packetlength to send/receive from to server."
1491
#: drizzled/drizzled.cc:2948
1493
"If there is more than this number of interrupted connections from a host "
1494
"this host will be blocked from further connections."
1497
#: drizzled/drizzled.cc:2955
1498
msgid "The number of simultaneous clients allowed."
1501
#: drizzled/drizzled.cc:2959
1502
msgid "Max number of errors/warnings to store for a statement."
1505
#: drizzled/drizzled.cc:2964
1506
msgid "Don't allow creation of heap tables bigger than this."
1509
#: drizzled/drizzled.cc:2970
1511
"Joins that are probably going to read more than max_join_size records return "
1515
#: drizzled/drizzled.cc:2976
1516
msgid "Max number of bytes in sorted records."
1519
#: drizzled/drizzled.cc:2981
1520
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1523
#: drizzled/drizzled.cc:2986
1525
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1526
"max_sort_length bytes of each value are used; the rest are ignored)."
1529
#: drizzled/drizzled.cc:2993
1530
msgid "Maximum number of temporary tables a client can keep open at a time."
1533
#: drizzled/drizzled.cc:2998
1534
msgid "After this many write locks, allow some read locks to run in between."
1537
#: drizzled/drizzled.cc:3002
1539
"Don't log queries which examine less than min_examined_row_limit rows to "
1543
#: drizzled/drizzled.cc:3008
1545
"Specifies how MyISAM index statistics collection code should threat NULLs. "
1546
"Possible values of name are 'nulls_unequal' (default behavior), "
1547
"'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
1550
#: drizzled/drizzled.cc:3015
1551
msgid "Buffer length for TCP/IP and socket communication."
1554
#: drizzled/drizzled.cc:3020
1556
"Number of seconds to wait for more data from a connection before aborting "
1560
#: drizzled/drizzled.cc:3026
1562
"If a read on a communication port is interrupted, retry this many times "
1566
#: drizzled/drizzled.cc:3032
1568
"Number of seconds to wait for a block to be written to a connection before "
1569
"aborting the write."
1572
#: drizzled/drizzled.cc:3038
1573
msgid "Use compatible behavior."
1576
#: drizzled/drizzled.cc:3043
1578
"If this is not 0, then drizzled will use this value to reserve file "
1579
"descriptors to use with setrlimit(). If this value is 0 then drizzled will "
1580
"reserve max_connections*5 or max_connections + table_cache*2 (whichever is "
1581
"larger) number of files."
1584
#: drizzled/drizzled.cc:3050
1586
"Controls the heuristic(s) applied during query optimization to prune less-"
1587
"promising partial plans from the optimizer search space. Meaning: false - do "
1588
"not apply any heuristic, thus perform exhaustive search; true - prune plans "
1589
"based on number of retrieved rows."
1592
#: drizzled/drizzled.cc:3058
1594
"Maximum depth of search performed by the query optimizer. Values larger than "
1595
"the number of relations in a query result in better query plans, but take "
1596
"longer to compile a query. Smaller values than the number of tables in a "
1597
"relation result in faster optimization, but may produce very bad query "
1598
"plans. If set to 0, the system will automatically pick a reasonable value; "
1599
"if set to MAX_TABLES+2, the optimizer will switch to the original find_best "
1600
"(used for testing/comparison)."
1603
#: drizzled/drizzled.cc:3070
1604
msgid "Directory for plugins."
1607
#: drizzled/drizzled.cc:3074
1609
"Optional colon (or semicolon) separated list of plugins to load,where each "
1610
"plugin is identified by the name of the shared library. [for example: --"
1611
"plugin_load=libmd5udf.so:libauth_pam.so]"
1614
#: drizzled/drizzled.cc:3080
1615
msgid "The size of the buffer that is allocated when preloading indexes"
1618
#: drizzled/drizzled.cc:3085
1619
msgid "Allocation block size for query parsing and execution"
1622
#: drizzled/drizzled.cc:3090
1623
msgid "Persistent buffer for query parsing and execution"
1626
#: drizzled/drizzled.cc:3096
1627
msgid "Allocation block size for storing ranges during optimization"
1630
#: drizzled/drizzled.cc:3102
1632
"Each thread that does a sequential scan allocates a buffer of this size for "
1633
"each table it scans. If you do many sequential scans, you may want to "
1634
"increase this value."
1637
#: drizzled/drizzled.cc:3110
1639
"When reading rows in sorted order after a sort, the rows are read through "
1640
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1644
#: drizzled/drizzled.cc:3118
1645
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1648
#: drizzled/drizzled.cc:3124
1649
msgid "The number of cached table definitions."
1652
#: drizzled/drizzled.cc:3128
1653
msgid "The number of cached open tables."
1656
#: drizzled/drizzled.cc:3132
1658
"Timeout in seconds to wait for a table level lock before returning an error. "
1659
"Used only if the connection has active cursors."
1662
#: drizzled/drizzled.cc:3137
1663
msgid "The stack size for each thread."
1666
#: drizzled/drizzled.cc:3143
1667
msgid "The TIME format (for future)."
1670
#: drizzled/drizzled.cc:3148
1672
"If an internal in-memory temporary table exceeds this size, Drizzle will "
1673
"automatically convert it to an on-disk MyISAM table."
1676
#: drizzled/drizzled.cc:3154
1677
msgid "Allocation block size for transactions to be stored in binary log"
1680
#: drizzled/drizzled.cc:3159
1681
msgid "Persistent buffer for transactions to be stored in binary log"
1684
#: drizzled/drizzled.cc:3164
1686
"The number of seconds the server waits for activity on a connection before "
1690
#: drizzled/drizzled.cc:3317
1692
"Copyright (C) 2008 Sun Microsystems\n"
1693
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1694
"and you are welcome to modify and redistribute it under the GPL license\n"
1696
"Starts the Drizzle database server\n"
1699
#: drizzled/drizzled.cc:3324
1701
msgid "Usage: %s [OPTIONS]\n"
1704
#: drizzled/drizzled.cc:3335
1707
"To see what values a running Drizzle server is using, type\n"
1708
"'drizzleadmin variables' instead of 'drizzled --help'."
1711
#: drizzled/drizzled.cc:3488
1714
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
1718
#: drizzled/drizzled.cc:3536
1719
msgid "Can't start server: cannot resolve hostname!"
1722
#: drizzled/drizzled.cc:3542
1723
msgid "Can't start server: bind-address refers to multiple interfaces!"
1726
#: drizzled/drizzled.cc:3880
1728
msgid "No option given to %s\n"
1731
#: drizzled/drizzled.cc:3882
1733
msgid "Wrong option to %s. Option(s) given: %s\n"
1736
#: drizzled/drizzled.cc:3884
1738
msgid "Alternatives are: '%s'"
1741
#: drizzled/errmsg.cc:46
1743
msgid "errmsg plugin '%s' init() failed."
1746
#: drizzled/errmsg.cc:76
1748
msgid "errmsg plugin '%s' deinit() failed."
1751
#: drizzled/errmsg.cc:117
1753
msgid "errmsg plugin '%s' errmsg_func() failed"
1756
#: drizzled/error.cc:34
1760
#: drizzled/error.cc:36
1764
#: drizzled/error.cc:38
1768
#: drizzled/error.cc:40
1772
#: drizzled/error.cc:42
1774
msgid "Can't create file '%-.200s' (errno: %d)"
1777
#: drizzled/error.cc:44
1779
msgid "Can't create table '%-.200s' (errno: %d)"
1782
#: drizzled/error.cc:46
1784
msgid "Can't create database '%-.192s' (errno: %d)"
1787
#: drizzled/error.cc:48
1789
msgid "Can't create database '%-.192s'; database exists"
1792
#: drizzled/error.cc:50
1794
msgid "Can't drop database '%-.192s'; database doesn't exist"
1797
#: drizzled/error.cc:52
1799
msgid "Error dropping database (can't delete '%-.192s', errno: %d)"
1802
#: drizzled/error.cc:54
1804
msgid "Error dropping database (can't rmdir '%-.192s', errno: %d)"
1807
#: drizzled/error.cc:56
1809
msgid "Error on delete of '%-.192s' (errno: %d)"
1812
#: drizzled/error.cc:58
1813
msgid "Can't read record in system table"
1816
#: drizzled/error.cc:60
1818
msgid "Can't get status of '%-.200s' (errno: %d)"
1821
#: drizzled/error.cc:62
1823
msgid "Can't get working directory (errno: %d)"
1826
#: drizzled/error.cc:64
1828
msgid "Can't lock file (errno: %d)"
1831
#: drizzled/error.cc:66
1833
msgid "Can't open file: '%-.200s' (errno: %d)"
1836
#: drizzled/error.cc:68
1838
msgid "Can't find file: '%-.200s' (errno: %d)"
1841
#: drizzled/error.cc:70
1843
msgid "Can't read dir of '%-.192s' (errno: %d)"
1846
#: drizzled/error.cc:72
1848
msgid "Can't change dir to '%-.192s' (errno: %d)"
1851
#: drizzled/error.cc:74
1853
msgid "Record has changed since last read in table '%-.192s'"
1856
#: drizzled/error.cc:76
1858
msgid "Disk full (%s); waiting for someone to free some space..."
1861
#: drizzled/error.cc:78
1863
msgid "Can't write; duplicate key in table '%-.192s'"
1866
#: drizzled/error.cc:80
1868
msgid "Error on close of '%-.192s' (errno: %d)"
1871
#: drizzled/error.cc:82
1873
msgid "Error reading file '%-.200s' (errno: %d)"
1876
#: drizzled/error.cc:84
1878
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
1881
#: drizzled/error.cc:86
1883
msgid "Error writing file '%-.200s' (errno: %d)"
1886
#: drizzled/error.cc:88
1888
msgid "'%-.192s' is locked against change"
1891
#: drizzled/error.cc:90
1892
msgid "Sort aborted"
1895
#: drizzled/error.cc:92
1897
msgid "View '%-.192s' doesn't exist for '%-.192s'"
1900
#: drizzled/error.cc:94
1902
msgid "Got error %d from storage engine"
1905
#: drizzled/error.cc:96
1907
msgid "Table storage engine for '%-.192s' doesn't have this option"
1910
#: drizzled/error.cc:98
1912
msgid "Can't find record in '%-.192s'"
1915
#: drizzled/error.cc:100
1917
msgid "Incorrect information in file: '%-.200s'"
1920
#: drizzled/error.cc:102
1922
msgid "Incorrect key file for table '%-.200s'; try to repair it"
1925
#: drizzled/error.cc:104
1927
msgid "Old key file for table '%-.192s'; repair it!"
1930
#: drizzled/error.cc:106
1932
msgid "Table '%-.192s' is read only"
1935
#: drizzled/error.cc:108
1937
msgid "Out of memory; restart server and try again (needed %lu bytes)"
1940
#: drizzled/error.cc:110
1941
msgid "Out of sort memory; increase server sort buffer size"
1944
#: drizzled/error.cc:112
1946
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
1949
#: drizzled/error.cc:114
1950
msgid "Too many connections"
1953
#: drizzled/error.cc:116
1955
"Out of memory; check if drizzled or some other process uses all available "
1956
"memory; if not, you may have to use 'ulimit' to allow drizzled to use more "
1957
"memory or you can add more swap space"
1960
#: drizzled/error.cc:118
1961
msgid "Can't get hostname for your address"
1964
#: drizzled/error.cc:120
1965
msgid "Bad handshake"
1968
#: drizzled/error.cc:122
1970
msgid "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
1973
#: drizzled/error.cc:124
1975
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
1978
#: drizzled/error.cc:126
1979
msgid "No database selected"
1982
#: drizzled/error.cc:128
1983
msgid "Unknown command"
1986
#: drizzled/error.cc:130
1988
msgid "Column '%-.192s' cannot be null"
1991
#: drizzled/error.cc:132
1993
msgid "Unknown database '%-.192s'"
1996
#: drizzled/error.cc:134
1998
msgid "Table '%-.192s' already exists"
2001
#: drizzled/error.cc:136
2003
msgid "Unknown table '%-.100s'"
2006
#: drizzled/error.cc:138
2008
msgid "Column '%-.192s' in %-.192s is ambiguous"
2011
#: drizzled/error.cc:140
2012
msgid "Server shutdown in progress"
2015
#: drizzled/error.cc:142
2017
msgid "Unknown column '%-.192s' in '%-.192s'"
2020
#: drizzled/error.cc:144
2022
msgid "'%-.192s' isn't in GROUP BY"
2025
#: drizzled/error.cc:146
2027
msgid "Can't group on '%-.192s'"
2030
#: drizzled/error.cc:148
2031
msgid "Statement has sum functions and columns in same statement"
2034
#: drizzled/error.cc:150
2035
msgid "Column count doesn't match value count"
2038
#: drizzled/error.cc:152
2040
msgid "Identifier name '%-.100s' is too long"
2043
#: drizzled/error.cc:154
2045
msgid "Duplicate column name '%-.192s'"
2048
#: drizzled/error.cc:156
2050
msgid "Duplicate key name '%-.192s'"
2053
#: drizzled/error.cc:158
2055
msgid "Duplicate entry '%-.192s' for key %d"
2058
#: drizzled/error.cc:160
2060
msgid "Incorrect column specifier for column '%-.192s'"
2063
#: drizzled/error.cc:162
2065
msgid "%s near '%-.80s' at line %d"
2068
#: drizzled/error.cc:164
2069
msgid "Query was empty"
2072
#: drizzled/error.cc:166
2074
msgid "Not unique table/alias: '%-.192s'"
2077
#: drizzled/error.cc:168
2079
msgid "Invalid default value for '%-.192s'"
2082
#: drizzled/error.cc:170
2083
msgid "Multiple primary key defined"
2086
#: drizzled/error.cc:172
2088
msgid "Too many keys specified; max %d keys allowed"
2091
#: drizzled/error.cc:174
2093
msgid "Too many key parts specified; max %d parts allowed"
2096
#: drizzled/error.cc:176
2098
msgid "Specified key was too long; max key length is %d bytes"
2101
#: drizzled/error.cc:178
2103
msgid "Key column '%-.192s' doesn't exist in table"
2106
#: drizzled/error.cc:180
2109
"BLOB column '%-.192s' can't be used in key specification with the used table "
2113
#: drizzled/error.cc:182
2116
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
2120
#: drizzled/error.cc:184
2122
"Incorrect table definition; there can be only one auto column and it must be "
2126
#: drizzled/error.cc:186
2129
"%s: ready for connections.\n"
2130
"Version: '%s' socket: '%s' port: %d"
2133
#: drizzled/error.cc:188
2135
msgid "%s: Normal shutdown\n"
2138
#: drizzled/error.cc:190
2140
msgid "%s: Got signal %d. Aborting!\n"
2143
#: drizzled/error.cc:192
2145
msgid "%s: Shutdown complete\n"
2148
#: drizzled/error.cc:194
2150
msgid "%s: Forcing close of thread %ld user: '%-.48s'\n"
2153
#: drizzled/error.cc:196
2154
msgid "Can't create IP socket"
2157
#: drizzled/error.cc:198
2160
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
2164
#: drizzled/error.cc:200
2167
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
2171
#: drizzled/error.cc:202
2173
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
2176
#: drizzled/error.cc:204
2179
"The file '%-.128s' must be in the database directory or be readable by all"
2182
#: drizzled/error.cc:206
2184
msgid "File '%-.200s' already exists"
2187
#: drizzled/error.cc:208
2189
msgid "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
2192
#: drizzled/error.cc:210
2194
msgid "Records: %ld Duplicates: %ld"
2197
#: drizzled/error.cc:212
2199
"Incorrect prefix key; the used key part isn't a string, the used length is "
2200
"longer than the key part, or the storage engine doesn't support unique "
2204
#: drizzled/error.cc:214
2205
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
2208
#: drizzled/error.cc:216
2210
msgid "Can't DROP '%-.192s'; check that column/key exists"
2213
#: drizzled/error.cc:218
2215
msgid "Records: %ld Duplicates: %ld Warnings: %ld"
2218
#: drizzled/error.cc:220
2220
msgid "You can't specify target table '%-.192s' for update in FROM clause"
2223
#: drizzled/error.cc:222
2225
msgid "Unknown thread id: %lu"
2228
#: drizzled/error.cc:224
2230
msgid "You are not owner of thread %lu"
2233
#: drizzled/error.cc:226
2234
msgid "No tables used"
2237
#: drizzled/error.cc:228
2239
msgid "Too many strings for column %-.192s and SET"
2242
#: drizzled/error.cc:230
2244
msgid "Can't generate a unique log-filename %-.200s.(1-999)\n"
2247
#: drizzled/error.cc:232
2249
msgid "Table '%-.192s' was locked with a READ lock and can't be updated"
2252
#: drizzled/error.cc:234
2254
msgid "Table '%-.192s' was not locked with LOCK TABLES"
2257
#: drizzled/error.cc:236
2259
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
2262
#: drizzled/error.cc:238
2264
msgid "Incorrect database name '%-.100s'"
2267
#: drizzled/error.cc:240
2269
msgid "Incorrect table name '%-.100s'"
2272
#: drizzled/error.cc:242
2274
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
2275
"use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay"
2278
#: drizzled/error.cc:244
2279
msgid "Unknown error"
2282
#: drizzled/error.cc:246
2284
msgid "Unknown procedure '%-.192s'"
2287
#: drizzled/error.cc:248
2289
msgid "Incorrect parameter count to procedure '%-.192s'"
2292
#: drizzled/error.cc:250
2294
msgid "Incorrect parameters to procedure '%-.192s'"
2297
#: drizzled/error.cc:252
2299
msgid "Unknown table '%-.192s' in %-.32s"
2302
#: drizzled/error.cc:254
2304
msgid "Column '%-.192s' specified twice"
2307
#: drizzled/error.cc:256
2308
msgid "Invalid use of group function"
2311
#: drizzled/error.cc:258
2314
"Table '%-.192s' uses an extension that doesn't exist in this Drizzle version"
2317
#: drizzled/error.cc:260
2318
msgid "A table must have at least 1 column"
2321
#: drizzled/error.cc:262
2323
msgid "The table '%-.192s' is full"
2326
#: drizzled/error.cc:264
2328
msgid "Unknown character set: '%-.64s'"
2331
#: drizzled/error.cc:266
2333
msgid "Too many tables; Drizzle can only use %d tables in a join"
2336
#: drizzled/error.cc:268
2337
msgid "Too many columns"
2340
#: drizzled/error.cc:270
2343
"Row size too large. The maximum row size for the used table type, not "
2344
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
2347
#: drizzled/error.cc:272
2350
"Thread stack overrun: Used: %ld of a %ld stack. Use 'drizzled -O "
2351
"thread_stack=#' to specify a bigger stack if needed"
2354
#: drizzled/error.cc:274
2355
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
2358
#: drizzled/error.cc:276
2361
"Table handler doesn't support NULL in given index. Please change column "
2362
"'%-.192s' to be NOT NULL or use another handler"
2365
#: drizzled/error.cc:278
2367
msgid "Can't load function '%-.192s'"
2370
#: drizzled/error.cc:280
2372
msgid "Can't initialize function '%-.192s'; %-.80s"
2375
#: drizzled/error.cc:282
2376
msgid "No paths allowed for shared library"
2379
#: drizzled/error.cc:284
2381
msgid "Function '%-.192s' already exists"
2384
#: drizzled/error.cc:286
2386
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
2389
#: drizzled/error.cc:288
2391
msgid "Can't find symbol '%-.128s' in library"
2394
#: drizzled/error.cc:290
2396
msgid "Function '%-.192s' is not defined"
2399
#: drizzled/error.cc:292
2402
"Host '%-.64s' is blocked because of many connection errors; unblock with "
2403
"'drizzleadmin flush-hosts'"
2406
#: drizzled/error.cc:294
2408
msgid "Host '%-.64s' is not allowed to connect to this Drizzle server"
2411
#: drizzled/error.cc:296
2413
"You are using Drizzle as an anonymous user and anonymous users are not "
2414
"allowed to change passwords"
2417
#: drizzled/error.cc:298
2419
"You must have privileges to update tables in the drizzle database to be able "
2420
"to change passwords for others"
2423
#: drizzled/error.cc:300
2424
msgid "Can't find any matching row in the user table"
2427
#: drizzled/error.cc:302
2429
msgid "Rows matched: %ld Changed: %ld Warnings: %ld"
2432
#: drizzled/error.cc:304
2435
"Can't create a new thread (errno %d); if you are not out of available "
2436
"memory, you can consult the manual for a possible OS-dependent bug"
2439
#: drizzled/error.cc:306
2441
msgid "Column count doesn't match value count at row %ld"
2444
#: drizzled/error.cc:308
2446
msgid "Can't reopen table: '%-.192s'"
2449
#: drizzled/error.cc:310
2450
msgid "Invalid use of NULL value"
2453
#: drizzled/error.cc:312
2455
msgid "Got error '%-.64s' from regexp"
2458
#: drizzled/error.cc:314
2460
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
2461
"illegal if there is no GROUP BY clause"
2464
#: drizzled/error.cc:316
2466
msgid "There is no such grant defined for user '%-.48s' on host '%-.64s'"
2469
#: drizzled/error.cc:318
2471
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for table '%-.192s'"
2474
#: drizzled/error.cc:320
2477
"%-.16s command denied to user '%-.48s'@'%-.64s' for column '%-.192s' in "
2481
#: drizzled/error.cc:322
2483
"Illegal GRANT/REVOKE command; please consult the manual to see which "
2484
"privileges can be used"
2487
#: drizzled/error.cc:324
2488
msgid "The host or user argument to GRANT is too long"
2491
#: drizzled/error.cc:326
2493
msgid "Table '%-.192s.%-.192s' doesn't exist"
2496
#: drizzled/error.cc:328
2499
"There is no such grant defined for user '%-.48s' on host '%-.64s' on table "
2503
#: drizzled/error.cc:330
2504
msgid "The used command is not allowed with this Drizzle version"
2507
#: drizzled/error.cc:332
2509
"You have an error in your SQL syntax; check the manual that corresponds to "
2510
"your Drizzle server version for the right syntax to use"
2513
#: drizzled/error.cc:334
2515
msgid "Delayed insert thread couldn't get requested lock for table %-.192s"
2518
#: drizzled/error.cc:336
2519
msgid "Too many delayed threads in use"
2522
#: drizzled/error.cc:338
2524
msgid "Aborted connection %ld to db: '%-.192s' user: '%-.48s' (%-.64s)"
2527
#: drizzled/error.cc:340
2528
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
2531
#: drizzled/error.cc:342
2532
msgid "Got a read error from the connection pipe"
2535
#: drizzled/error.cc:344
2536
msgid "Got an error from fcntl()"
2539
#: drizzled/error.cc:346
2540
msgid "Got packets out of order"
2543
#: drizzled/error.cc:348 libdrizzleclient/errmsg.c:97
2544
msgid "Couldn't uncompress communication packet"
2547
#: drizzled/error.cc:350 libdrizzleclient/errmsg.c:99
2548
msgid "Got an error reading communication packets"
2551
#: drizzled/error.cc:352 libdrizzleclient/errmsg.c:101
2552
msgid "Got timeout reading communication packets"
2555
#: drizzled/error.cc:354 libdrizzleclient/errmsg.c:103
2556
msgid "Got an error writing communication packets"
2559
#: drizzled/error.cc:356 libdrizzleclient/errmsg.c:105
2560
msgid "Got timeout writing communication packets"
2563
#: drizzled/error.cc:358
2564
msgid "Result string is longer than 'max_allowed_packet' bytes"
2567
#: drizzled/error.cc:360
2568
msgid "The used table type doesn't support BLOB/TEXT columns"
2571
#: drizzled/error.cc:362
2572
msgid "The used table type doesn't support AUTO_INCREMENT columns"
2575
#: drizzled/error.cc:364
2578
"INSERT DELAYED can't be used with table '%-.192s' because it is locked with "
2582
#: drizzled/error.cc:366
2584
msgid "Incorrect column name '%-.100s'"
2587
#: drizzled/error.cc:368
2589
msgid "The used storage engine can't index column '%-.192s'"
2592
#: drizzled/error.cc:370
2594
"Unable to open underlying table which is differently defined or of non-"
2595
"MyISAM type or doesn't exist"
2598
#: drizzled/error.cc:372
2600
msgid "Can't write, because of unique constraint, to table '%-.192s'"
2603
#: drizzled/error.cc:374
2606
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
2609
#: drizzled/error.cc:376
2611
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
2615
#: drizzled/error.cc:378
2616
msgid "Result consisted of more than one row"
2619
#: drizzled/error.cc:380
2620
msgid "This table type requires a primary key"
2623
#: drizzled/error.cc:382
2624
msgid "This version of Drizzle is not compiled with RAID support"
2627
#: drizzled/error.cc:384
2629
"You are using safe update mode and you tried to update a table without a "
2630
"WHERE that uses a KEY column"
2633
#: drizzled/error.cc:386
2635
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
2638
#: drizzled/error.cc:388
2639
msgid "Can't open table"
2642
#: drizzled/error.cc:390
2644
msgid "The storage engine for the table doesn't support %s"
2647
#: drizzled/error.cc:392
2648
msgid "You are not allowed to execute this command in a transaction"
2651
#: drizzled/error.cc:394
2653
msgid "Got error %d during COMMIT"
2656
#: drizzled/error.cc:396
2658
msgid "Got error %d during ROLLBACK"
2661
#: drizzled/error.cc:398
2663
msgid "Got error %d during FLUSH_LOGS"
2666
#: drizzled/error.cc:400
2668
msgid "Got error %d during CHECKPOINT"
2671
#: drizzled/error.cc:402
2674
"Aborted connection %ld to db: '%-.192s' user: '%-.48s' host: "
2678
#: drizzled/error.cc:404
2679
msgid "The storage engine for the table does not support binary table dump"
2682
#: drizzled/error.cc:406
2683
msgid "Binlog closed, cannot RESET MASTER"
2686
#: drizzled/error.cc:408
2688
msgid "Failed rebuilding the index of dumped table '%-.192s'"
2691
#: drizzled/error.cc:410
2693
msgid "Error from master: '%-.64s'"
2696
#: drizzled/error.cc:412
2697
msgid "Net error reading from master"
2700
#: drizzled/error.cc:414
2701
msgid "Net error writing to master"
2704
#: drizzled/error.cc:416
2705
msgid "Can't find FULLTEXT index matching the column list"
2708
#: drizzled/error.cc:418
2710
"Can't execute the given command because you have active locked tables or an "
2711
"active transaction"
2714
#: drizzled/error.cc:420
2716
msgid "Unknown system variable '%-.64s'"
2719
#: drizzled/error.cc:422
2721
msgid "Table '%-.192s' is marked as crashed and should be repaired"
2724
#: drizzled/error.cc:424
2727
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
2730
#: drizzled/error.cc:426
2731
msgid "Some non-transactional changed tables couldn't be rolled back"
2734
#: drizzled/error.cc:428
2736
"Multi-statement transaction required more than 'max_binlog_cache_size' bytes "
2737
"of storage; increase this drizzled variable and try again"
2740
#: drizzled/error.cc:430
2742
"This operation cannot be performed with a running slave; run STOP SLAVE first"
2745
#: drizzled/error.cc:432
2747
"This operation requires a running slave; configure slave and do START SLAVE"
2750
#: drizzled/error.cc:434
2751
msgid "The server is not configured as slave; fix with CHANGE MASTER TO"
2754
#: drizzled/error.cc:436
2756
"Could not initialize master info structure; more error messages can be found "
2757
"in the Drizzle error log"
2760
#: drizzled/error.cc:438
2761
msgid "Could not create slave thread; check system resources"
2764
#: drizzled/error.cc:440
2767
"User %-.64s already has more than 'max_user_connections' active connections"
2770
#: drizzled/error.cc:442
2771
msgid "You may only use constant expressions with SET"
2774
#: drizzled/error.cc:444
2775
msgid "Lock wait timeout exceeded; try restarting transaction"
2778
#: drizzled/error.cc:446
2779
msgid "The total number of locks exceeds the lock table size"
2782
#: drizzled/error.cc:448
2783
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
2786
#: drizzled/error.cc:450
2787
msgid "DROP DATABASE not allowed while thread is holding global read lock"
2790
#: drizzled/error.cc:452
2791
msgid "CREATE DATABASE not allowed while thread is holding global read lock"
2794
#: drizzled/error.cc:454
2796
msgid "Incorrect arguments to %s"
2799
#: drizzled/error.cc:456
2801
msgid "'%-.48s'@'%-.64s' is not allowed to create new users"
2804
#: drizzled/error.cc:458
2806
"Incorrect table definition; all MERGE tables must be in the same database"
2809
#: drizzled/error.cc:460
2810
msgid "Deadlock found when trying to get lock; try restarting transaction"
2813
#: drizzled/error.cc:462
2814
msgid "The used table type doesn't support FULLTEXT indexes"
2817
#: drizzled/error.cc:464
2818
msgid "Cannot add foreign key constraint"
2821
#: drizzled/error.cc:466
2822
msgid "Cannot add or update a child row: a foreign key constraint fails"
2825
#: drizzled/error.cc:468
2826
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
2829
#: drizzled/error.cc:470
2831
msgid "Error connecting to master: %-.128s"
2834
#: drizzled/error.cc:472
2836
msgid "Error running query on master: %-.128s"
2839
#: drizzled/error.cc:474
2841
msgid "Error when executing command %s: %-.128s"
2844
#: drizzled/error.cc:476
2846
msgid "Incorrect usage of %s and %s"
2849
#: drizzled/error.cc:478
2850
msgid "The used SELECT statements have a different number of columns"
2853
#: drizzled/error.cc:480
2854
msgid "Can't execute the query because you have a conflicting read lock"
2857
#: drizzled/error.cc:482
2858
msgid "Mixing of transactional and non-transactional tables is disabled"
2861
#: drizzled/error.cc:484
2863
msgid "Option '%s' used twice in statement"
2866
#: drizzled/error.cc:486
2868
msgid "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
2871
#: drizzled/error.cc:488
2873
msgid "Access denied; you need the %-.128s privilege for this operation"
2876
#: drizzled/error.cc:490
2879
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
2882
#: drizzled/error.cc:492
2885
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
2888
#: drizzled/error.cc:494
2890
msgid "Variable '%-.64s' doesn't have a default value"
2893
#: drizzled/error.cc:496
2895
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
2898
#: drizzled/error.cc:498
2900
msgid "Incorrect argument type to variable '%-.64s'"
2903
#: drizzled/error.cc:500
2905
msgid "Variable '%-.64s' can only be set, not read"
2908
#: drizzled/error.cc:502
2910
msgid "Incorrect usage/placement of '%s'"
2913
#: drizzled/error.cc:504
2915
msgid "This version of Drizzle doesn't yet support '%s'"
2918
#: drizzled/error.cc:506
2921
"Got fatal error %d: '%-.128s' from master when reading data from binary log"
2924
#: drizzled/error.cc:508
2925
msgid "Slave SQL thread ignored the query because of replicate-*-table rules"
2928
#: drizzled/error.cc:510
2930
msgid "Variable '%-.192s' is a %s variable"
2933
#: drizzled/error.cc:512
2935
msgid "Incorrect foreign key definition for '%-.192s': %s"
2938
#: drizzled/error.cc:514
2939
msgid "Key reference and table reference don't match"
2942
#: drizzled/error.cc:516
2944
msgid "Operand should contain %d column(s)"
2947
#: drizzled/error.cc:518
2948
msgid "Subquery returns more than 1 row"
2951
#: drizzled/error.cc:520
2953
msgid "Unknown prepared statement handler (%.*s) given to %s"
2956
#: drizzled/error.cc:522
2957
msgid "Help database is corrupt or does not exist"
2960
#: drizzled/error.cc:524
2961
msgid "Cyclic reference on subqueries"
2964
#: drizzled/error.cc:526
2966
msgid "Converting column '%s' from %s to %s"
2969
#: drizzled/error.cc:528
2971
msgid "Reference '%-.64s' not supported (%s)"
2974
#: drizzled/error.cc:530
2975
msgid "Every derived table must have its own alias"
2978
#: drizzled/error.cc:532
2980
msgid "Select %u was reduced during optimization"
2983
#: drizzled/error.cc:534
2985
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
2988
#: drizzled/error.cc:536
2990
"Client does not support authentication protocol requested by server; "
2991
"consider upgrading Drizzle client"
2994
#: drizzled/error.cc:538
2995
msgid "All parts of a SPATIAL index must be NOT NULL"
2998
#: drizzled/error.cc:540
3000
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
3003
#: drizzled/error.cc:542
3004
msgid "Slave is already running"
3007
#: drizzled/error.cc:544
3008
msgid "Slave already has been stopped"
3011
#: drizzled/error.cc:546
3014
"Uncompressed data size too large; the maximum size is %d (probably, length "
3015
"of uncompressed data was corrupted)"
3018
#: drizzled/error.cc:548
3019
msgid "ZLIB: Not enough memory"
3022
#: drizzled/error.cc:550
3024
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
3025
"data was corrupted)"
3028
#: drizzled/error.cc:552
3029
msgid "ZLIB: Input data corrupted"
3032
#: drizzled/error.cc:554
3034
msgid "%d line(s) were cut by GROUP_CONCAT()"
3037
#: drizzled/error.cc:556
3039
msgid "Row %ld doesn't contain data for all columns"
3042
#: drizzled/error.cc:558
3045
"Row %ld was truncated; it contained more data than there were input columns"
3048
#: drizzled/error.cc:560
3051
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
3054
#: drizzled/error.cc:562
3056
msgid "Out of range value for column '%s' at row %ld"
3059
#: drizzled/error.cc:564
3061
msgid "Data truncated for column '%s' at row %ld"
3064
#: drizzled/error.cc:566
3066
msgid "Using storage engine %s for table '%s'"
3069
#: drizzled/error.cc:568
3071
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
3074
#: drizzled/error.cc:570
3075
msgid "Cannot drop one or more of the requested users"
3078
#: drizzled/error.cc:572
3079
msgid "Can't revoke all privileges for one or more of the requested users"
3082
#: drizzled/error.cc:574
3084
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
3087
#: drizzled/error.cc:576
3089
msgid "Illegal mix of collations for operation '%s'"
3092
#: drizzled/error.cc:578
3095
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
3099
#: drizzled/error.cc:580
3101
msgid "Unknown collation: '%-.64s'"
3104
#: drizzled/error.cc:582
3106
"SSL parameters in CHANGE MASTER are ignored because this Drizzle slave was "
3107
"compiled without SSL support; they can be used later if Drizzle slave with "
3111
#: drizzled/error.cc:584
3114
"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the "
3115
"old format; please change the password to the new format"
3118
#: drizzled/error.cc:586
3121
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
3125
#: drizzled/error.cc:588
3126
msgid "Incorrect parameter or combination of parameters for START SLAVE UNTIL"
3129
#: drizzled/error.cc:590
3131
"It is recommended to use --skip-slave-start when doing step-by-step "
3132
"replication with START SLAVE UNTIL; otherwise, you will get problems if you "
3133
"get an unexpected slave's drizzled restart"
3136
#: drizzled/error.cc:592
3137
msgid "SQL thread is not to be started so UNTIL options are ignored"
3140
#: drizzled/error.cc:594
3142
msgid "Incorrect index name '%-.100s'"
3145
#: drizzled/error.cc:596
3147
msgid "Incorrect catalog name '%-.100s'"
3150
#: drizzled/error.cc:598
3152
msgid "Query cache failed to set size %lu; new query cache size is %lu"
3155
#: drizzled/error.cc:600
3157
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
3160
#: drizzled/error.cc:602
3162
msgid "Unknown key cache '%-.100s'"
3165
#: drizzled/error.cc:604
3167
"Drizzle is started in --skip-name-resolve mode; you must restart it without "
3168
"this switch for this grant to work"
3171
#: drizzled/error.cc:606
3173
msgid "Unknown table engine '%s'"
3176
#: drizzled/error.cc:608
3178
msgid "'%s' is deprecated; use '%s' instead"
3181
#: drizzled/error.cc:610
3183
msgid "The target table %-.100s of the %s is not updatable"
3186
#: drizzled/error.cc:612
3189
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
3193
#: drizzled/error.cc:614
3196
"The Drizzle server is running with the %s option so it cannot execute this "
3200
#: drizzled/error.cc:616
3202
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
3205
#: drizzled/error.cc:618
3207
msgid "Truncated incorrect %-.32s value: '%-.128s'"
3210
#: drizzled/error.cc:620
3212
"Incorrect table definition; there can be only one TIMESTAMP column with "
3213
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
3216
#: drizzled/error.cc:622
3218
msgid "Invalid ON UPDATE clause for '%-.192s' column"
3221
#: drizzled/error.cc:624
3222
msgid "This command is not supported in the prepared statement protocol yet"
3225
#: drizzled/error.cc:626
3227
msgid "Got error %d '%-.100s' from %s"
3230
#: drizzled/error.cc:628
3232
msgid "Got temporary error %d '%-.100s' from %s"
3235
#: drizzled/error.cc:630
3237
msgid "Unknown or incorrect time zone: '%-.64s'"
3240
#: drizzled/error.cc:632
3242
msgid "Invalid TIMESTAMP value in column '%s' at row %ld"
3245
#: drizzled/error.cc:634
3247
msgid "Invalid %s character string: '%.64s'"
3250
#: drizzled/error.cc:636
3252
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
3255
#: drizzled/error.cc:638
3257
msgid "Conflicting declarations: '%s%s' and '%s%s'"
3260
#: drizzled/error.cc:640
3262
msgid "Can't create a %s from within another stored routine"
3265
#: drizzled/error.cc:642
3267
msgid "%s %s already exists"
3270
#: drizzled/error.cc:644
3272
msgid "%s %s does not exist"
3275
#: drizzled/error.cc:646
3277
msgid "Failed to DROP %s %s"
3280
#: drizzled/error.cc:648
3282
msgid "Failed to CREATE %s %s"
3285
#: drizzled/error.cc:650
3287
msgid "%s with no matching label: %s"
3290
#: drizzled/error.cc:652
3292
msgid "Redefining label %s"
3295
#: drizzled/error.cc:654
3297
msgid "End-label %s without match"
3300
#: drizzled/error.cc:656
3302
msgid "Referring to uninitialized variable %s"
3305
#: drizzled/error.cc:658
3307
msgid "PROCEDURE %s can't return a result set in the given context"
3310
#: drizzled/error.cc:660
3311
msgid "RETURN is only allowed in a FUNCTION"
3314
#: drizzled/error.cc:662
3316
msgid "%s is not allowed in stored procedures"
3319
#: drizzled/error.cc:664
3321
"The update log is deprecated and replaced by the binary log; SET "
3322
"SQL_LOG_UPDATE has been ignored"
3325
#: drizzled/error.cc:666
3327
"The update log is deprecated and replaced by the binary log; SET "
3328
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
3331
#: drizzled/error.cc:668
3332
msgid "Query execution was interrupted"
3335
#: drizzled/error.cc:670
3337
msgid "Incorrect number of arguments for %s %s; expected %u, got %u"
3340
#: drizzled/error.cc:672
3342
msgid "Undefined CONDITION: %s"
3345
#: drizzled/error.cc:674
3347
msgid "No RETURN found in FUNCTION %s"
3350
#: drizzled/error.cc:676
3352
msgid "FUNCTION %s ended without RETURN"
3355
#: drizzled/error.cc:678
3356
msgid "Cursor statement must be a SELECT"
3359
#: drizzled/error.cc:680
3360
msgid "Cursor SELECT must not have INTO"
3363
#: drizzled/error.cc:682
3365
msgid "Undefined CURSOR: %s"
3368
#: drizzled/error.cc:684
3369
msgid "Cursor is already open"
3372
#: drizzled/error.cc:686
3373
msgid "Cursor is not open"
3376
#: drizzled/error.cc:688
3378
msgid "Undeclared variable: %s"
3381
#: drizzled/error.cc:690
3382
msgid "Incorrect number of FETCH variables"
3385
#: drizzled/error.cc:692
3386
msgid "No data - zero rows fetched, selected, or processed"
3389
#: drizzled/error.cc:694
3391
msgid "Duplicate parameter: %s"
3394
#: drizzled/error.cc:696
3396
msgid "Duplicate variable: %s"
3399
#: drizzled/error.cc:698
3401
msgid "Duplicate condition: %s"
3404
#: drizzled/error.cc:700
3406
msgid "Duplicate cursor: %s"
3409
#: drizzled/error.cc:702
3411
msgid "Failed to ALTER %s %s"
3414
#: drizzled/error.cc:704
3415
msgid "Subquery value not supported"
3418
#: drizzled/error.cc:706
3420
msgid "%s is not allowed in stored function or trigger"
3423
#: drizzled/error.cc:708
3424
msgid "Variable or condition declaration after cursor or handler declaration"
3427
#: drizzled/error.cc:710
3428
msgid "Cursor declaration after handler declaration"
3431
#: drizzled/error.cc:712
3432
msgid "Case not found for CASE statement"
3435
#: drizzled/error.cc:714
3437
msgid "Configuration file '%-.192s' is too big"
3440
#: drizzled/error.cc:716
3442
msgid "Malformed file type header in file '%-.192s'"
3445
#: drizzled/error.cc:718
3447
msgid "Unexpected end of file while parsing comment '%-.200s'"
3450
#: drizzled/error.cc:720
3452
msgid "Error while parsing parameter '%-.192s' (line: '%-.192s')"
3455
#: drizzled/error.cc:722
3457
msgid "Unexpected end of file while skipping unknown parameter '%-.192s'"
3460
#: drizzled/error.cc:724
3461
msgid "EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
3464
#: drizzled/error.cc:726
3466
msgid "File '%-.192s' has unknown type '%-.64s' in its header"
3469
#: drizzled/error.cc:728
3471
msgid "'%-.192s.%-.192s' is not %s"
3474
#: drizzled/error.cc:730
3476
msgid "Column '%-.192s' is not updatable"
3479
#: drizzled/error.cc:732
3480
msgid "View's SELECT contains a subquery in the FROM clause"
3483
#: drizzled/error.cc:734
3485
msgid "View's SELECT contains a '%s' clause"
3488
#: drizzled/error.cc:736
3489
msgid "View's SELECT contains a variable or parameter"
3492
#: drizzled/error.cc:738
3494
msgid "View's SELECT refers to a temporary table '%-.192s'"
3497
#: drizzled/error.cc:740
3498
msgid "View's SELECT and view's field list have different column counts"
3501
#: drizzled/error.cc:742
3503
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
3506
#: drizzled/error.cc:744
3507
msgid "View being updated does not have complete key of underlying table in it"
3510
#: drizzled/error.cc:746
3513
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
3514
"(s) or definer/invoker of view lack rights to use them"
3517
#: drizzled/error.cc:748
3519
msgid "Can't drop or alter a %s from within another stored routine"
3522
#: drizzled/error.cc:750
3523
msgid "GOTO is not allowed in a stored procedure handler"
3526
#: drizzled/error.cc:752
3527
msgid "Trigger already exists"
3530
#: drizzled/error.cc:754
3531
msgid "Trigger does not exist"
3534
#: drizzled/error.cc:756
3536
msgid "Trigger's '%-.192s' is view or temporary table"
3539
#: drizzled/error.cc:758
3541
msgid "Updating of %s row is not allowed in %strigger"
3544
#: drizzled/error.cc:760
3546
msgid "There is no %s row in %s trigger"
3549
#: drizzled/error.cc:762
3551
msgid "Field '%-.192s' doesn't have a default value"
3554
#: drizzled/error.cc:764
3555
msgid "Division by 0"
3558
#: drizzled/error.cc:766
3560
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
3563
#: drizzled/error.cc:768
3565
msgid "Illegal %s '%-.192s' value found during parsing"
3568
#: drizzled/error.cc:770
3570
msgid "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
3573
#: drizzled/error.cc:772
3575
msgid "CHECK OPTION failed '%-.192s.%-.192s'"
3578
#: drizzled/error.cc:774
3580
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
3583
#: drizzled/error.cc:776
3585
msgid "Failed purging old relay logs: %s"
3588
#: drizzled/error.cc:778
3590
msgid "Password hash should be a %d-digit hexadecimal number"
3593
#: drizzled/error.cc:780
3594
msgid "Target log not found in binlog index"
3597
#: drizzled/error.cc:782
3598
msgid "I/O error reading log index file"
3601
#: drizzled/error.cc:784
3602
msgid "Server configuration does not permit binlog purge"
3605
#: drizzled/error.cc:786
3606
msgid "Failed on fseek()"
3609
#: drizzled/error.cc:788
3610
msgid "Fatal error during log purge"
3613
#: drizzled/error.cc:790
3614
msgid "A purgeable log is in use, will not purge"
3617
#: drizzled/error.cc:792
3618
msgid "Unknown error during log purge"
3621
#: drizzled/error.cc:794
3623
msgid "Failed initializing relay log position: %s"
3626
#: drizzled/error.cc:796
3627
msgid "You are not using binary logging"
3630
#: drizzled/error.cc:798
3633
"The '%-.64s' syntax is reserved for purposes internal to the Drizzle server"
3636
#: drizzled/error.cc:800
3637
msgid "WSAStartup Failed"
3640
#: drizzled/error.cc:802
3641
msgid "Can't handle procedures with different groups yet"
3644
#: drizzled/error.cc:804
3645
msgid "Select must have a group with this procedure"
3648
#: drizzled/error.cc:806
3649
msgid "Can't use ORDER clause with this procedure"
3652
#: drizzled/error.cc:808
3654
msgid "Binary logging and replication forbid changing the global server %s"
3657
#: drizzled/error.cc:810
3659
msgid "Can't map file: %-.200s, errno: %d"
3662
#: drizzled/error.cc:812
3664
msgid "Wrong magic in %-.64s"
3667
#: drizzled/error.cc:814
3668
msgid "Prepared statement contains too many placeholders"
3671
#: drizzled/error.cc:816
3673
msgid "Key part '%-.192s' length cannot be 0"
3676
#: drizzled/error.cc:818
3677
msgid "View text checksum failed"
3680
#: drizzled/error.cc:820
3683
"Can not modify more than one base table through a join view '%-.192s.%-.192s'"
3686
#: drizzled/error.cc:822
3688
msgid "Can not insert into join view '%-.192s.%-.192s' without fields list"
3691
#: drizzled/error.cc:824
3693
msgid "Can not delete from join view '%-.192s.%-.192s'"
3696
#: drizzled/error.cc:826
3698
msgid "Operation %s failed for %.256s"
3701
#: drizzled/error.cc:828
3702
msgid "XAER_NOTA: Unknown XID"
3705
#: drizzled/error.cc:830
3706
msgid "XAER_INVAL: Invalid arguments (or unsupported command)"
3709
#: drizzled/error.cc:832
3712
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
3716
#: drizzled/error.cc:834
3717
msgid "XAER_OUTSIDE: Some work is done outside global transaction"
3720
#: drizzled/error.cc:836
3722
"XAER_RMERR: Fatal error occurred in the transaction branch - check your data "
3726
#: drizzled/error.cc:838
3727
msgid "XA_RBROLLBACK: Transaction branch was rolled back"
3730
#: drizzled/error.cc:840
3733
"There is no such grant defined for user '%-.48s' on host '%-.64s' on routine "
3737
#: drizzled/error.cc:842
3738
msgid "Failed to grant EXECUTE and ALTER ROUTINE privileges"
3741
#: drizzled/error.cc:844
3742
msgid "Failed to revoke all privileges to dropped routine"
3745
#: drizzled/error.cc:846
3747
msgid "Data too long for column '%s' at row %ld"
3750
#: drizzled/error.cc:848
3752
msgid "Bad SQLSTATE: '%s'"
3755
#: drizzled/error.cc:850
3758
"%s: ready for connections.\n"
3759
"Version: '%s' socket: '%s' port: %d %s"
3762
#: drizzled/error.cc:852
3763
msgid "Can't load value from file with fixed size rows to variable"
3766
#: drizzled/error.cc:854
3767
msgid "You are not allowed to create a user with GRANT"
3770
#: drizzled/error.cc:856
3772
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
3775
#: drizzled/error.cc:858
3776
msgid "Table definition has changed, please retry transaction"
3779
#: drizzled/error.cc:860
3780
msgid "Duplicate handler declared in the same block"
3783
#: drizzled/error.cc:862
3786
"OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-"
3787
"variable in BEFORE trigger"
3790
#: drizzled/error.cc:864
3792
msgid "Not allowed to return a result set from a %s"
3795
#: drizzled/error.cc:866
3796
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
3799
#: drizzled/error.cc:868
3801
"A routine failed and has neither NO SQL nor READS SQL DATA in its "
3802
"declaration and binary logging is enabled; if non-transactional tables were "
3803
"updated, the binary log will miss their changes"
3806
#: drizzled/error.cc:870
3808
"This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its "
3809
"declaration and binary logging is enabled (you *might* want to use the less "
3810
"safe log_bin_trust_function_creators variable)"
3813
#: drizzled/error.cc:872
3815
"You do not have the SUPER privilege and binary logging is enabled (you "
3816
"*might* want to use the less safe log_bin_trust_function_creators variable)"
3819
#: drizzled/error.cc:874
3821
"You can't execute a prepared statement which has an open cursor associated "
3822
"with it. Reset the statement to re-execute it."
3825
#: drizzled/error.cc:876
3827
msgid "The statement (%lu) has no open cursor."
3830
#: drizzled/error.cc:878
3832
"Explicit or implicit commit is not allowed in stored function or trigger."
3835
#: drizzled/error.cc:880
3838
"Field of view '%-.192s.%-.192s' underlying table doesn't have a default value"
3841
#: drizzled/error.cc:882
3842
msgid "Recursive stored functions and triggers are not allowed."
3845
#: drizzled/error.cc:884
3847
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
3850
#: drizzled/error.cc:886
3852
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
3855
#: drizzled/error.cc:888
3858
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
3862
#: drizzled/error.cc:890
3864
"You can't combine write-locking of system tables with other tables or lock "
3868
#: drizzled/error.cc:892
3870
msgid "Unable to connect to foreign data source: %.64s"
3873
#: drizzled/error.cc:894
3876
"There was a problem processing the query on the foreign data source. Data "
3877
"source error: %-.64s"
3880
#: drizzled/error.cc:896
3883
"The foreign data source you are trying to reference does not exist. Data "
3884
"source error: %-.64s"
3887
#: drizzled/error.cc:898
3890
"Can't create federated table. The data source connection string '%-.64s' is "
3891
"not in the correct format"
3894
#: drizzled/error.cc:900
3896
msgid "The data source connection string '%-.64s' is not in the correct format"
3899
#: drizzled/error.cc:902
3901
msgid "Can't create federated table. Foreign data src error: %-.64s"
3904
#: drizzled/error.cc:904
3905
msgid "Trigger in wrong schema"
3908
#: drizzled/error.cc:906
3911
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
3912
"needed. Use 'drizzled -O thread_stack=#' to specify a bigger stack."
3915
#: drizzled/error.cc:908
3917
msgid "Routine body for '%-.100s' is too long"
3920
#: drizzled/error.cc:910
3921
msgid "Cannot drop default keycache"
3924
#: drizzled/error.cc:912
3926
msgid "Display width out of range for column '%-.192s' (max = %d)"
3929
#: drizzled/error.cc:914
3930
msgid "XAER_DUPID: The XID already exists"
3933
#: drizzled/error.cc:916
3935
msgid "Datetime function: %-.32s field overflow"
3938
#: drizzled/error.cc:918
3941
"Can't update table '%-.192s' in stored function/trigger because it is "
3942
"already used by statement which invoked this stored function/trigger."
3945
#: drizzled/error.cc:920
3948
"The definition of table '%-.192s' prevents operation %.192s on table "
3952
#: drizzled/error.cc:922
3954
"The prepared statement contains a stored routine call that refers to that "
3955
"same statement. It's not allowed to execute a prepared statement in such a "
3959
#: drizzled/error.cc:924
3960
msgid "Not allowed to set autocommit from a stored function or trigger"
3963
#: drizzled/error.cc:926
3964
msgid "Definer is not fully qualified"
3967
#: drizzled/error.cc:928
3970
"View '%-.192s'.'%-.192s' has no definer information (old table format). "
3971
"Current user is used as definer. Please recreate the view!"
3974
#: drizzled/error.cc:930
3977
"You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' "
3981
#: drizzled/error.cc:932
3983
msgid "The user specified as a definer ('%-.64s'@'%-.64s') does not exist"
3986
#: drizzled/error.cc:934
3988
msgid "Changing schema from '%-.192s' to '%-.192s' is not allowed."
3991
#: drizzled/error.cc:936
3994
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
3997
#: drizzled/error.cc:938
4000
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
4003
#: drizzled/error.cc:940
4005
msgid "Variable '%-.64s' must be quoted with `...`, or renamed"
4008
#: drizzled/error.cc:942
4011
"No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be "
4012
"activated under the authorization of the invoker, which may have "
4013
"insufficient privileges. Please recreate the trigger."
4016
#: drizzled/error.cc:944
4018
msgid "'%-.192s' has an old format, you should re-create the '%s' object(s)"
4021
#: drizzled/error.cc:946
4024
"Recursive limit %d (as set by the max_sp_recursion_depth variable) was "
4025
"exceeded for routine %.192s"
4028
#: drizzled/error.cc:948
4031
"Failed to load routine %-.192s. The table drizzle.proc is missing, corrupt, "
4032
"or contains bad data (internal code %d)"
4035
#: drizzled/error.cc:950
4037
msgid "Incorrect routine name '%-.192s'"
4040
#: drizzled/error.cc:952
4042
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
4045
#: drizzled/error.cc:954
4046
msgid "AGGREGATE is not supported for stored functions"
4049
#: drizzled/error.cc:956
4052
"Can't create more than max_prepared_stmt_count statements (current value: %"
4056
#: drizzled/error.cc:958
4058
msgid "`%-.192s`.`%-.192s` contains view recursion"
4061
#: drizzled/error.cc:960
4063
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
4066
#: drizzled/error.cc:962
4067
msgid "The used table type doesn't support SPATIAL indexes"
4070
#: drizzled/error.cc:964
4071
msgid "Triggers can not be created on system tables"
4074
#: drizzled/error.cc:966
4076
msgid "Leading spaces are removed from name '%s'"
4079
#: drizzled/error.cc:968
4080
msgid "Failed to read auto-increment value from storage engine"
4083
#: drizzled/error.cc:970
4087
#: drizzled/error.cc:972
4091
#: drizzled/error.cc:974
4093
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
4096
#: drizzled/error.cc:976
4098
msgid "The target table %-.100s of the %s is not insertable-into"
4101
#: drizzled/error.cc:978
4104
"Table '%-.64s' is differently defined or of non-MyISAM type or doesn't exist"
4107
#: drizzled/error.cc:980
4108
msgid "Too high level of nesting for select"
4111
#: drizzled/error.cc:982
4113
msgid "Name '%-.64s' has become ''"
4116
#: drizzled/error.cc:984
4118
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
4119
"optional and non-empty FIELDS ENCLOSED BY"
4122
#: drizzled/error.cc:986
4124
msgid "The foreign server, %s, you are trying to create already exists."
4127
#: drizzled/error.cc:988
4130
"The foreign server name you are trying to reference does not exist. Data "
4131
"source error: %-.64s"
4134
#: drizzled/error.cc:990
4137
"Table storage engine '%-.64s' does not support the create option '%.64s'"
4140
#: drizzled/error.cc:992
4143
"Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for "
4147
#: drizzled/error.cc:994
4149
msgid "Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
4152
#: drizzled/error.cc:996
4153
msgid "MAXVALUE can only be used in last partition definition"
4156
#: drizzled/error.cc:998
4157
msgid "Subpartitions can only be hash partitions and by key"
4160
#: drizzled/error.cc:1000
4161
msgid "Must define subpartitions on all partitions if on one partition"
4164
#: drizzled/error.cc:1002
4165
msgid "Wrong number of partitions defined, mismatch with previous setting"
4168
#: drizzled/error.cc:1004
4169
msgid "Wrong number of subpartitions defined, mismatch with previous setting"
4172
#: drizzled/error.cc:1006
4173
msgid "Constant/Random expression in (sub)partitioning function is not allowed"
4176
#: drizzled/error.cc:1008
4177
msgid "Expression in RANGE/LIST VALUES must be constant"
4180
#: drizzled/error.cc:1010
4181
msgid "Field in list of fields for partition function not found in table"
4184
#: drizzled/error.cc:1012
4185
msgid "List of fields is only allowed in KEY partitions"
4188
#: drizzled/error.cc:1014
4190
"The partition info in the frm file is not consistent with what can be "
4191
"written into the frm file"
4194
#: drizzled/error.cc:1016
4196
msgid "The %-.192s function returns the wrong type"
4199
#: drizzled/error.cc:1018
4201
msgid "For %-.64s partitions each partition must be defined"
4204
#: drizzled/error.cc:1020
4205
msgid "VALUES LESS THAN value must be strictly increasing for each partition"
4208
#: drizzled/error.cc:1022
4209
msgid "VALUES value must be of same type as partition function"
4212
#: drizzled/error.cc:1024
4213
msgid "Multiple definition of same constant in list partitioning"
4216
#: drizzled/error.cc:1026
4217
msgid "Partitioning can not be used stand-alone in query"
4220
#: drizzled/error.cc:1028
4222
"The mix of handlers in the partitions is not allowed in this version of "
4226
#: drizzled/error.cc:1030
4228
msgid "For the partitioned engine it is necessary to define all %-.64s"
4231
#: drizzled/error.cc:1032
4232
msgid "Too many partitions (including subpartitions) were defined"
4235
#: drizzled/error.cc:1034
4237
"It is only possible to mix RANGE/LIST partitioning with HASH/KEY "
4238
"partitioning for subpartitioning"
4241
#: drizzled/error.cc:1036
4242
msgid "Failed to create specific handler file"
4245
#: drizzled/error.cc:1038
4246
msgid "A BLOB field is not allowed in partition function"
4249
#: drizzled/error.cc:1040
4251
msgid "A %-.192s must include all columns in the table's partitioning function"
4254
#: drizzled/error.cc:1042
4256
msgid "Number of %-.64s = 0 is not an allowed value"
4259
#: drizzled/error.cc:1044
4260
msgid "Partition management on a not partitioned table is not possible"
4263
#: drizzled/error.cc:1046
4265
"Foreign key condition is not yet supported in conjunction with partitioning"
4268
#: drizzled/error.cc:1048
4270
msgid "Error in list of partitions to %-.64s"
4273
#: drizzled/error.cc:1050
4274
msgid "Cannot remove all partitions, use DROP TABLE instead"
4277
#: drizzled/error.cc:1052
4278
msgid "COALESCE PARTITION can only be used on HASH/KEY partitions"
4281
#: drizzled/error.cc:1054
4283
"REORGANIZE PARTITION can only be used to reorganize partitions not to change "
4287
#: drizzled/error.cc:1056
4289
"REORGANIZE PARTITION without parameters can only be used on auto-partitioned "
4290
"tables using HASH PARTITIONs"
4293
#: drizzled/error.cc:1058
4295
msgid "%-.64s PARTITION can only be used on RANGE/LIST partitions"
4298
#: drizzled/error.cc:1060
4299
msgid "Trying to Add partition(s) with wrong number of subpartitions"
4302
#: drizzled/error.cc:1062
4303
msgid "At least one partition must be added"
4306
#: drizzled/error.cc:1064
4307
msgid "At least one partition must be coalesced"
4310
#: drizzled/error.cc:1066
4311
msgid "More partitions to reorganize than there are partitions"
4314
#: drizzled/error.cc:1068
4316
msgid "Duplicate partition name %-.192s"
4319
#: drizzled/error.cc:1070
4320
msgid "It is not allowed to shut off binlog on this command"
4323
#: drizzled/error.cc:1072
4324
msgid "When reorganizing a set of partitions they must be in consecutive order"
4327
#: drizzled/error.cc:1074
4329
"Reorganize of range partitions cannot change total ranges except for last "
4330
"partition where it can extend the range"
4333
#: drizzled/error.cc:1076
4334
msgid "Partition function not supported in this version for this handler"
4337
#: drizzled/error.cc:1078
4338
msgid "Partition state cannot be defined from CREATE/ALTER TABLE"
4341
#: drizzled/error.cc:1080
4343
msgid "The %-.64s handler only supports 32 bit integers in VALUES"
4346
#: drizzled/error.cc:1082
4348
msgid "Plugin '%-.192s' is not loaded"
4351
#: drizzled/error.cc:1084
4353
msgid "Incorrect %-.32s value: '%-.128s'"
4356
#: drizzled/error.cc:1086
4358
msgid "Table has no partition for value %-.64s"
4361
#: drizzled/error.cc:1088
4363
msgid "It is not allowed to specify %s more than once"
4366
#: drizzled/error.cc:1090 drizzled/error.cc:1226
4368
msgid "Failed to create %s"
4371
#: drizzled/error.cc:1092 drizzled/error.cc:1116
4373
msgid "Failed to drop %s"
4376
#: drizzled/error.cc:1094
4377
msgid "The handler doesn't support autoextend of tablespaces"
4380
#: drizzled/error.cc:1096
4382
"A size parameter was incorrectly specified, either number or on the form 10M"
4385
#: drizzled/error.cc:1098
4387
"The size number was correct but we don't allow the digit part to be more "
4391
#: drizzled/error.cc:1100
4393
msgid "Failed to alter: %s"
4396
#: drizzled/error.cc:1102
4397
msgid "Writing one row to the row-based binary log failed"
4400
#: drizzled/error.cc:1104
4402
msgid "Table definition on master and slave does not match: %s"
4405
#: drizzled/error.cc:1106
4407
"Slave running with --log-slave-updates must use row-based binary logging to "
4408
"be able to replicate row-based binary log events"
4411
#: drizzled/error.cc:1108
4413
msgid "Event '%-.192s' already exists"
4416
#: drizzled/error.cc:1110
4418
msgid "Failed to store event %s. Error code %d from storage engine."
4421
#: drizzled/error.cc:1112
4423
msgid "Unknown event '%-.192s'"
4426
#: drizzled/error.cc:1114
4428
msgid "Failed to alter event '%-.192s'"
4431
#: drizzled/error.cc:1118
4432
msgid "INTERVAL is either not positive or too big"
4435
#: drizzled/error.cc:1120
4436
msgid "ENDS is either invalid or before STARTS"
4439
#: drizzled/error.cc:1122
4440
msgid "Event execution time is in the past. Event has been disabled"
4443
#: drizzled/error.cc:1124
4444
msgid "Failed to open drizzle.event"
4447
#: drizzled/error.cc:1126
4448
msgid "No datetime expression provided"
4451
#: drizzled/error.cc:1128
4454
"Column count of drizzle.%s is wrong. Expected %d, found %d. The table is "
4455
"probably corrupted"
4458
#: drizzled/error.cc:1130
4460
msgid "Cannot load from drizzle.%s. The table is probably corrupted"
4463
#: drizzled/error.cc:1132
4464
msgid "Failed to delete the event from drizzle.event"
4467
#: drizzled/error.cc:1134
4468
msgid "Error during compilation of event's body"
4471
#: drizzled/error.cc:1136
4472
msgid "Same old and new event name"
4475
#: drizzled/error.cc:1138
4477
msgid "Data for column '%s' too long"
4480
#: drizzled/error.cc:1140
4482
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
4485
#: drizzled/error.cc:1142
4488
"The syntax '%s' is deprecated and will be removed in Drizzle %s. Please use %"
4492
#: drizzled/error.cc:1144
4493
msgid "You can't write-lock a log table. Only read access is possible"
4496
#: drizzled/error.cc:1146
4497
msgid "You can't use locks with log tables."
4500
#: drizzled/error.cc:1148
4503
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
4504
"d would lead to a duplicate entry"
4507
#: drizzled/error.cc:1150
4510
"Column count of drizzle.%s is wrong. Expected %d, found %d. Created with "
4511
"Drizzle %d, now running %d. Please use drizzle_upgrade to fix this error."
4514
#: drizzled/error.cc:1152
4516
"Cannot switch out of the row-based binary log format when the session has "
4517
"open temporary tables"
4520
#: drizzled/error.cc:1154
4522
"Cannot change the binary logging format inside a stored function or trigger"
4525
#: drizzled/error.cc:1156
4527
"The NDB cluster engine does not support changing the binlog format on the "
4531
#: drizzled/error.cc:1158
4532
msgid "Cannot create temporary table with partitions"
4535
#: drizzled/error.cc:1160
4536
msgid "Partition constant is out of partition function domain"
4539
#: drizzled/error.cc:1162
4540
msgid "This partition function is not allowed"
4543
#: drizzled/error.cc:1164
4544
msgid "Error in DDL log"
4547
#: drizzled/error.cc:1166
4548
msgid "Not allowed to use NULL value in VALUES LESS THAN"
4551
#: drizzled/error.cc:1168
4552
msgid "Incorrect partition name"
4555
#: drizzled/error.cc:1170
4557
"Transaction isolation level can't be changed while a transaction is in "
4561
#: drizzled/error.cc:1172
4564
"ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry "
4565
"'%-.192s' for key '%-.192s'"
4568
#: drizzled/error.cc:1174
4570
msgid "Internal scheduler error %d"
4573
#: drizzled/error.cc:1176
4575
msgid "Error during starting/stopping of the scheduler. Error code %u"
4578
#: drizzled/error.cc:1178
4579
msgid "Engine cannot be used in partitioned tables"
4582
#: drizzled/error.cc:1180
4584
msgid "Cannot activate '%-.64s' log"
4587
#: drizzled/error.cc:1182
4588
msgid "The server was not built with row-based replication"
4591
#: drizzled/error.cc:1184
4592
msgid "Decoding of base64 string failed"
4595
#: drizzled/error.cc:1186
4596
msgid "Recursion of EVENT DDL statements is forbidden when body is present"
4599
#: drizzled/error.cc:1188
4601
"Cannot proceed because system tables used by Event Scheduler were found "
4602
"damaged at server start"
4605
#: drizzled/error.cc:1190
4606
msgid "Only integers allowed as number here"
4609
#: drizzled/error.cc:1192
4610
msgid "This storage engine cannot be used for log tables"
4613
#: drizzled/error.cc:1194
4615
msgid "You cannot '%s' a log table if logging is enabled"
4618
#: drizzled/error.cc:1196
4621
"Cannot rename '%s'. When logging enabled, rename to/from log table must "
4622
"rename two tables: the log table to an archive table and another table back "
4626
#: drizzled/error.cc:1198
4628
msgid "Incorrect parameter count in the call to native function '%-.192s'"
4631
#: drizzled/error.cc:1200
4633
msgid "Incorrect parameters in the call to native function '%-.192s'"
4636
#: drizzled/error.cc:1202
4638
msgid "Incorrect parameters in the call to stored function '%-.192s'"
4641
#: drizzled/error.cc:1204
4643
msgid "This function '%-.192s' has the same name as a native function"
4646
#: drizzled/error.cc:1206
4648
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
4651
#: drizzled/error.cc:1208
4652
msgid "Too many files opened, please execute the command again"
4655
#: drizzled/error.cc:1210 drizzled/error.cc:1212
4657
"Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. "
4658
"The event was dropped immediately after creation."
4661
#: drizzled/error.cc:1214
4663
msgid "The incident %s occurred on the master. Message: %-.64s"
4666
#: drizzled/error.cc:1216
4667
msgid "Table has no partition for some existing values"
4670
#: drizzled/error.cc:1218
4671
msgid "Statement is not safe to log in statement format."
4674
#: drizzled/error.cc:1220
4676
msgid "Fatal error: %s"
4679
#: drizzled/error.cc:1222
4681
msgid "Relay log read failure: %s"
4684
#: drizzled/error.cc:1224
4686
msgid "Relay log write failure: %s"
4689
#: drizzled/error.cc:1228
4691
msgid "Master command %s failed: %s"
4694
#: drizzled/error.cc:1230
4696
msgid "Binary logging not possible. Message: %s"
4699
#: drizzled/error.cc:1232
4701
msgid "View `%-.64s`.`%-.64s` has no creation context"
4704
#: drizzled/error.cc:1234
4706
msgid "Creation context of view `%-.64s`.`%-.64s' is invalid"
4709
#: drizzled/error.cc:1236
4711
msgid "Creation context of stored routine `%-.64s`.`%-.64s` is invalid"
4714
#: drizzled/error.cc:1238
4716
msgid "Corrupted TRG file for table `%-.64s`.`%-.64s`"
4719
#: drizzled/error.cc:1240
4721
msgid "Triggers for table `%-.64s`.`%-.64s` have no creation context"
4724
#: drizzled/error.cc:1242
4726
msgid "Trigger creation context of table `%-.64s`.`%-.64s` is invalid"
4729
#: drizzled/error.cc:1244
4731
msgid "Creation context of event `%-.64s`.`%-.64s` is invalid"
4734
#: drizzled/error.cc:1246
4736
msgid "Cannot open table for trigger `%-.64s`.`%-.64s`"
4739
#: drizzled/error.cc:1248
4741
msgid "Cannot create stored routine `%-.64s`. Check warnings"
4744
#: drizzled/error.cc:1250
4746
msgid "Ambiguous slave modes combination. %s"
4749
#: drizzled/error.cc:1252
4752
"The BINLOG statement of type `%s` was not preceded by a format description "
4756
#: drizzled/error.cc:1254
4757
msgid "Corrupted replication event was detected"
4760
#: drizzled/error.cc:1256
4762
msgid "Invalid column reference (%-.64s) in LOAD DATA"
4765
#: drizzled/error.cc:1258
4767
msgid "Being purged log %s was not found"
4770
#: drizzled/error.cc:1260
4772
msgid "Converted to non-transactional lock on '%-.64s'"
4775
#: drizzled/error.cc:1262
4777
msgid "Cannot convert to non-transactional lock in strict mode on '%-.64s'"
4780
#: drizzled/error.cc:1264
4783
"Cannot convert to non-transactional lock in an active transaction on '%-.64s'"
4786
#: drizzled/error.cc:1266
4788
msgid "Can't access storage engine of table %-.64s"
4791
#: drizzled/error.cc:1268
4792
msgid "Starting backup process"
4795
#: drizzled/error.cc:1270
4796
msgid "Backup completed"
4799
#: drizzled/error.cc:1272
4800
msgid "Starting restore process"
4803
#: drizzled/error.cc:1274
4804
msgid "Restore completed"
4807
#: drizzled/error.cc:1276
4808
msgid "Nothing to backup"
4811
#: drizzled/error.cc:1278
4813
msgid "Database '%-.64s' cannot be included in a backup"
4816
#: drizzled/error.cc:1280
4818
"Error during backup operation - server's error log contains more information "
4822
#: drizzled/error.cc:1282
4824
"Error during restore operation - server's error log contains more "
4825
"information about the error"
4828
#: drizzled/error.cc:1284
4830
"Can't execute this command because another BACKUP/RESTORE operation is in "
4834
#: drizzled/error.cc:1286
4835
msgid "Error when preparing for backup operation"
4838
#: drizzled/error.cc:1288
4839
msgid "Error when preparing for restore operation"
4842
#: drizzled/error.cc:1290
4844
msgid "Invalid backup location '%-.64s'"
4847
#: drizzled/error.cc:1292
4849
msgid "Can't read backup location '%-.64s'"
4852
#: drizzled/error.cc:1294
4854
msgid "Can't write to backup location '%-.64s' (file already exists?)"
4857
#: drizzled/error.cc:1296
4858
msgid "Can't enumerate server databases"
4861
#: drizzled/error.cc:1298
4862
msgid "Can't enumerate server tables"
4865
#: drizzled/error.cc:1300
4867
msgid "Can't enumerate tables in database %-.64s"
4870
#: drizzled/error.cc:1302
4872
msgid "Skipping view %-.64s in database %-.64s"
4875
#: drizzled/error.cc:1304
4877
msgid "Skipping table %-.64s since it has no valid storage engine"
4880
#: drizzled/error.cc:1306
4882
msgid "Can't open table %-.64s"
4885
#: drizzled/error.cc:1308
4886
msgid "Can't read backup archive preamble"
4889
#: drizzled/error.cc:1310
4890
msgid "Can't write backup archive preamble"
4893
#: drizzled/error.cc:1312
4895
msgid "Can't find backup driver for table %-.64s"
4898
#: drizzled/error.cc:1314
4901
"%-.64s backup driver was selected for table %-.64s but it rejects to handle "
4905
#: drizzled/error.cc:1316
4907
msgid "Can't create %-.64s backup driver"
4910
#: drizzled/error.cc:1318
4912
msgid "Can't create %-.64s restore driver"
4915
#: drizzled/error.cc:1320
4917
msgid "Found %d images in backup archive but maximum %d are supported"
4920
#: drizzled/error.cc:1322
4922
msgid "Error when saving meta-data of %-.64s"
4925
#: drizzled/error.cc:1324
4926
msgid "Error when reading meta-data list"
4929
#: drizzled/error.cc:1326
4931
msgid "Can't create %-.64s"
4934
#: drizzled/error.cc:1328
4935
msgid "Can't allocate buffer for image data transfer"
4938
#: drizzled/error.cc:1330
4940
msgid "Error when writing %-.64s backup image data (for table #%d)"
4943
#: drizzled/error.cc:1332
4944
msgid "Error when reading data from backup stream"
4947
#: drizzled/error.cc:1334
4948
msgid "Can't go to the next chunk in backup stream"
4951
#: drizzled/error.cc:1336
4953
msgid "Can't initialize %-.64s backup driver"
4956
#: drizzled/error.cc:1338
4958
msgid "Can't initialize %-.64s restore driver"
4961
#: drizzled/error.cc:1340
4963
msgid "Can't shut down %-.64s backup driver"
4966
#: drizzled/error.cc:1342
4968
msgid "Can't shut down %-.64s backup driver(s)"
4971
#: drizzled/error.cc:1344
4973
msgid "%-.64s backup driver can't prepare for synchronization"
4976
#: drizzled/error.cc:1346
4978
msgid "%-.64s backup driver can't create its image validity point"
4981
#: drizzled/error.cc:1348
4983
msgid "Can't unlock %-.64s backup driver after creating the validity point"
4986
#: drizzled/error.cc:1350
4988
msgid "%-.64s backup driver can't cancel its backup operation"
4991
#: drizzled/error.cc:1352
4993
msgid "%-.64s restore driver can't cancel its restore operation"
4996
#: drizzled/error.cc:1354
4998
msgid "Error when polling %-.64s backup driver for its image data"
5001
#: drizzled/error.cc:1356
5003
msgid "Error when sending image data (for table #%d) to %-.64s restore driver"
5006
#: drizzled/error.cc:1358
5009
"After %d attempts %-.64s restore driver still can't accept next block of data"
5012
#: drizzled/error.cc:1360
5014
msgid "Open and lock tables failed in %-.64s"
5017
#: drizzled/error.cc:1362
5018
msgid "Backup driver's table locking thread can not be initialized."
5021
#: drizzled/error.cc:1364
5023
"Can't open the online backup progress tables. Check 'drizzle.online_backup' "
5024
"and 'drizzle.online_backup_progress'."
5027
#: drizzled/error.cc:1366
5029
msgid "Tablespace '%-.192s' already exists"
5032
#: drizzled/error.cc:1368
5034
msgid "Tablespace '%-.192s' doesn't exist"
5037
#: drizzled/error.cc:1370
5039
msgid "Unexpected master's heartbeat data: %s"
5042
#: drizzled/error.cc:1372
5044
msgid "The requested value for the heartbeat period %s %s"
5047
#: drizzled/error.cc:1374
5049
msgid "Can't write to the online backup progress log %-.64s."
5052
#: drizzled/error.cc:1376
5054
msgid "Tablespace '%-.192s' not empty"
5057
#: drizzled/error.cc:1378
5060
"Tablespace `%-.64s` needed by tables being restored has changed on the "
5061
"server. The original definition of the required tablespace is '%-.256s' "
5062
"while the same tablespace is defined on the server as '%-.256s'"
5065
#: drizzled/error.cc:1380
5066
msgid "A virtual column cannot be based on a virtual column"
5069
#: drizzled/error.cc:1382
5071
msgid "Non-deterministic expression for virtual column '%s'."
5074
#: drizzled/error.cc:1384
5077
"Generated value for virtual column '%s' cannot be converted to type '%s'."
5080
#: drizzled/error.cc:1386
5081
msgid "Primary key cannot be defined upon a virtual column."
5084
#: drizzled/error.cc:1388
5085
msgid "Key/Index cannot be defined on a non-stored virtual column."
5088
#: drizzled/error.cc:1390
5090
msgid "Cannot define foreign key with %s clause on a virtual column."
5093
#: drizzled/error.cc:1392
5095
msgid "The value specified for virtual column '%s' in table '%s' ignored."
5098
#: drizzled/error.cc:1394
5100
msgid "'%s' is not yet supported for virtual columns."
5103
#: drizzled/error.cc:1396
5104
msgid "Constant expression in virtual column function is not allowed."
5107
#: drizzled/error.cc:1398
5108
msgid "Encountered an unknown temporal type."
5111
#: drizzled/error.cc:1400
5113
msgid "Received an invalid string format '%s' for a date value."
5116
#: drizzled/error.cc:1402
5118
msgid "Received an invalid string format '%s' for a time value."
5121
#: drizzled/error.cc:1404
5123
msgid "Received an invalid value '%s' for a UNIX timestamp."
5126
#: drizzled/error.cc:1406
5128
msgid "Received an invalid datetime value '%s'."
5131
#: drizzled/error.cc:1408
5133
msgid "Received a NULL argument for function '%s'."
5136
#: drizzled/error.cc:1410
5138
msgid "Received an invalid negative argument '%s' for function '%s'."
5141
#: drizzled/error.cc:1412
5143
msgid "Received an out-of-range argument '%s' for function '%s'."
5146
#: drizzled/error.cc:1414
5148
msgid "Received an invalid time value '%s'."
5151
#: drizzled/handler.cc:955
5153
msgid "Found %d prepared transaction(s) in %s"
5156
#: drizzled/handler.cc:1007
5157
msgid "Starting crash recovery..."
5160
#: drizzled/handler.cc:1039
5162
msgid "Found %d prepared XA transactions"
5165
#: drizzled/handler.cc:1044
5168
"Found %d prepared transactions! It means that drizzled was not shut down "
5169
"properly last time and critical recovery information (last binlog or %s "
5170
"file) was manually deleted after a crash. You have to start drizzled with "
5171
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
5174
#: drizzled/handler.cc:1054
5175
msgid "Crash recovery finished."
5178
#: drizzled/handlerton.cc:268
5179
msgid "Too many storage engines!"
5182
#: drizzled/handlerton.cc:273
5184
msgid "Storage engine '%s' has conflicting typecode. Assigning value %d."
5187
#. TRANSLATORS: The leading word "logging" is the name
5188
#. of the plugin api, and so should not be translated.
5189
#: drizzled/logging.cc:65
5191
msgid "logging plugin '%s' deinit() failed"
5194
#. TRANSLATORS: The leading word "logging" is the name
5195
#. of the plugin api, and so should not be translated.
5196
#: drizzled/logging.cc:87
5198
msgid "logging plugin '%s' logging_pre() failed"
5201
#. TRANSLATORS: The leading word "logging" is the name
5202
#. of the plugin api, and so should not be translated.
5203
#: drizzled/logging.cc:119
5205
msgid "logging plugin '%s' logging_post() failed"
5208
#. TRANSLATORS: The leading word "parser" is the name
5209
#. of the plugin api, and so should not be translated.
5210
#: drizzled/parser.cc:42
5212
msgid "parser plugin '%s' init() failed"
5215
#. TRANSLATORS: The leading word "parser" is the name
5216
#. of the plugin api, and so should not be translated.
5217
#: drizzled/parser.cc:67
5219
msgid "parser plugin '%s' deinit() failed"
5222
#. TRANSLATORS: The leading word "parser" is the name
5223
#. of the plugin api, and so should not be translated.
5224
#: drizzled/parser.cc:104
5226
msgid "parser plugin '%s' parser_func1() failed"
5229
#. TRANSLATORS: The leading word "parser" is the name
5230
#. of the plugin api, and so should not be translated.
5231
#: drizzled/parser.cc:158
5233
msgid "parser plugin '%s' parser_func2() failed"
5236
#: drizzled/qcache.cc:38
5238
msgid "qcache plugin '%s' init() failed"
5241
#: drizzled/qcache.cc:60
5243
msgid "qcache plugin '%s' deinit() failed"
5246
#: drizzled/qcache.cc:105
5248
msgid "qcache plugin '%s' try_fetch_and_send() failed"
5251
#: drizzled/qcache.cc:122
5253
msgid "qcache plugin '%s' set() failed"
5256
#: drizzled/qcache.cc:141
5258
msgid "qcache plugin '%s' invalidate_table() failed"
5261
#: drizzled/qcache.cc:160
5263
msgid "qcache plugin '%s' invalidate_db() failed"
5266
#: drizzled/qcache.cc:178
5268
msgid "qcache plugin '%s' flush() failed"
5271
#. TRANSLATORS: The leading word "replicator" is the name
5272
#. of the plugin api, and so should not be translated.
5273
#: drizzled/replicator.cc:41
5275
msgid "replicator plugin '%s' init() failed"
5278
#. TRANSLATORS: The leading word "replicator" is the name
5279
#. of the plugin api, and so should not be translated.
5280
#: drizzled/replicator.cc:65
5282
msgid "replicator plugin '%s' deinit() failed"
5285
#. TRANSLATORS: The leading word "replicator" is the name
5286
#. of the plugin api, and so should not be translated.
5287
#: drizzled/replicator.cc:89
5289
msgid "replicator plugin '%s' session_init() failed"
5292
#. TRANSLATORS: The leading word "replicator" is the name
5293
#. of the plugin api, and so should not be translated.
5294
#: drizzled/replicator.cc:159
5296
msgid "replicator plugin '%s' row_insert() failed"
5299
#. TRANSLATORS: The leading word "replicator" is the name
5300
#. of the plugin api, and so should not be translated.
5301
#: drizzled/replicator.cc:173
5303
msgid "replicator plugin '%s' row_update() failed"
5306
#. TRANSLATORS: The leading word "replicator" is the name
5307
#. of the plugin api, and so should not be translated.
5308
#: drizzled/replicator.cc:187
5310
msgid "replicator plugin '%s' row_delete() failed"
5313
#. TRANSLATORS: The leading word "replicator" is the name
5314
#. of the plugin api, and so should not be translated.
5315
#: drizzled/replicator.cc:272
5317
msgid "replicator plugin '%s' end_transaction() failed"
5320
#. TRANSLATORS: The leading word "replicator" is the name
5321
#. of the plugin api, and so should not be translated.
5322
#: drizzled/replicator.cc:329
5324
msgid "replicator plugin '%s' statement() failed"
5327
#: drizzled/scheduling.cc:55
5329
msgid "scheduling plugin '%s' init() failed"
5332
#. TRANSLATORS: The leading word "scheduling" is the name
5333
#. of the plugin api, and so should not be translated.
5334
#: drizzled/scheduling.cc:98
5336
msgid "scheduling plugin '%s' deinit() failed"
5339
#: drizzled/sql_base.cc:2311
5341
msgid "Table %s had a open data handler in reopen_table"
5344
#: drizzled/sql_base.cc:2960
5346
msgid "Couldn't repair table: %s.%s"
5349
#: drizzled/sql_base.cc:3002
5352
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
5353
"s`.`%s`' to replication"
5356
#: drizzled/sql_base.cc:3609
5358
msgid "Could not remove temporary table: '%s', error: %d"
5361
#: drizzled/sql_plugin.cc:687
5363
msgid "Plugin '%s' of type %s failed deinitialization"
5366
#: drizzled/sql_plugin.cc:701
5368
msgid "Plugin '%s' has ref_count=%d after deinitialization."
5371
#: drizzled/sql_plugin.cc:789
5373
msgid "Plugin '%s' registration as a %s failed."
5376
#: drizzled/sql_plugin.cc:1027
5377
msgid "plugin-load parameter too long"
5380
#: drizzled/sql_plugin.cc:1087
5382
msgid "Couldn't load plugin named '%s' with soname '%s'."
5385
#: drizzled/sql_plugin.cc:1140
5387
msgid "Forcing shutdown of %<PRIu64> plugins"
5390
#: drizzled/sql_plugin.cc:1163
5392
msgid "Plugin '%s' will be forced to shutdown"
5395
#: drizzled/sql_plugin.cc:1179
5397
msgid "Plugin '%s' has ref_count=%d after shutdown."
5400
#: drizzled/sql_plugin.cc:1569
5401
msgid "Out of memory."
5404
#: drizzled/sql_plugin.cc:2418 drizzled/sql_plugin.cc:2481
5406
msgid "Unknown variable type code 0x%x in plugin '%s'."
5409
#: drizzled/sql_plugin.cc:2461
5412
"Server variable %s of plugin %s was forced to be read-only: string variable "
5413
"without update_func and PLUGIN_VAR_MEMALLOC flag"
5416
#: drizzled/sql_plugin.cc:2492
5418
msgid "Missing variable name in plugin '%s'."
5421
#: drizzled/sql_plugin.cc:2509
5423
msgid "Thread local variable '%s' not allocated in plugin '%s'."
5426
#: drizzled/sql_plugin.cc:2628
5428
msgid "Out of memory for plugin '%s'."
5431
#: drizzled/sql_plugin.cc:2635
5433
msgid "Bad options for plugin '%s'."
5436
#: drizzled/sql_plugin.cc:2644
5438
msgid "Parsing options for plugin '%s' failed."
5441
#: drizzled/sql_plugin.cc:2687
5443
msgid "Plugin '%s' has conflicting system variables"
5446
#: drizzled/sql_plugin.cc:2697
5448
msgid "Plugin '%s' disabled by command line option"
5451
#: drizzled/sql_table.cc:130
5453
msgid "Invalid (old?) table or database name '%s'"
5456
#: drizzled/sql_table.cc:2726
5458
msgid "Unknown - internal error %d during operation"
5461
#: drizzled/sql_table.cc:5006
5463
msgid "Could not open table %s.%s after rename\n"
5466
#: drizzled/sql_table.cc:5173
5469
"order_st BY ignored because there is a user-defined clustered index in the "
5473
#: drizzled/sql_udf.cc:41
5474
msgid "Can't allocate memory for udf structures"
5477
#: drizzled/table.cc:378
5480
"'%s' had no or invalid character set, and default character set is multi-"
5481
"byte, so character column sizes may have changed"
5484
#: drizzled/table.cc:2099
5486
msgid "Unknown collation '%s' in table '%-.64s' definition"
5489
#: drizzled/table.cc:2106
5492
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
5496
#: drizzled/table.cc:2721
5499
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
5503
#: drizzled/table.cc:2748
5506
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
5507
"have type %s, found type %s."
5510
#: drizzled/table.cc:2759
5513
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
5514
"position %d to have character set '%s' but the type has no character set."
5517
#: drizzled/table.cc:2771
5520
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
5521
"position %d to have character set '%s' but found character set '%s'."
5524
#: drizzled/table.cc:2784
5527
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
5528
"have type %s but the column is not found."
5531
#: drizzled/table.cc:4897
5533
msgid "Got error %d when reading table '%s'"
5536
#: drizzled/tztime.cc:1061
5538
msgid "Fatal error: Illegal or unknown default time zone '%s'"
5541
#: gnulib/getopt.c:526 gnulib/getopt.c:542
5543
msgid "%s: option `%s' is ambiguous\n"
5546
#: gnulib/getopt.c:575 gnulib/getopt.c:579
5548
msgid "%s: option `--%s' doesn't allow an argument\n"
5551
#: gnulib/getopt.c:588 gnulib/getopt.c:593
5553
msgid "%s: option `%c%s' doesn't allow an argument\n"
5556
#: gnulib/getopt.c:636 gnulib/getopt.c:655 gnulib/getopt.c:971
5557
#: gnulib/getopt.c:990
5559
msgid "%s: option `%s' requires an argument\n"
5562
#: gnulib/getopt.c:693 gnulib/getopt.c:696
5564
msgid "%s: unrecognized option `--%s'\n"
5567
#: gnulib/getopt.c:704 gnulib/getopt.c:707
5569
msgid "%s: unrecognized option `%c%s'\n"
5572
#: gnulib/getopt.c:759 gnulib/getopt.c:762
5574
msgid "%s: illegal option -- %c\n"
5577
#: gnulib/getopt.c:768 gnulib/getopt.c:771
5579
msgid "%s: invalid option -- %c\n"
5582
#: gnulib/getopt.c:823 gnulib/getopt.c:839 gnulib/getopt.c:1043
5583
#: gnulib/getopt.c:1061
5585
msgid "%s: option requires an argument -- %c\n"
5588
#: gnulib/getopt.c:892 gnulib/getopt.c:908
5590
msgid "%s: option `-W %s' is ambiguous\n"
5593
#: gnulib/getopt.c:932 gnulib/getopt.c:950
5595
msgid "%s: option `-W %s' doesn't allow an argument\n"
5598
#: libdrizzleclient/errmsg.c:27
5599
msgid "Unknown Drizzle error"
5602
#: libdrizzleclient/errmsg.c:28
5604
msgid "Can't create UNIX socket (%d)"
5607
#: libdrizzleclient/errmsg.c:29
5609
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
5612
#: libdrizzleclient/errmsg.c:30
5614
msgid "Can't connect to Drizzle server on '%-.100s' (%d)"
5617
#: libdrizzleclient/errmsg.c:31
5619
msgid "Can't create TCP/IP socket (%d)"
5622
#: libdrizzleclient/errmsg.c:32
5624
msgid "Unknown Drizzle server host '%-.100s' (%d)"
5627
#: libdrizzleclient/errmsg.c:33
5628
msgid "Drizzle server has gone away"
5631
#: libdrizzleclient/errmsg.c:34
5633
msgid "Protocol mismatch; server version = %d, client version = %d"
5636
#: libdrizzleclient/errmsg.c:35
5637
msgid "Drizzle client ran out of memory"
5640
#: libdrizzleclient/errmsg.c:36
5641
msgid "Wrong host info"
5644
#: libdrizzleclient/errmsg.c:37
5645
msgid "Localhost via UNIX socket"
5648
#: libdrizzleclient/errmsg.c:38
5650
msgid "%-.100s via TCP/IP"
5653
#: libdrizzleclient/errmsg.c:39
5654
msgid "Error in server handshake"
5657
#: libdrizzleclient/errmsg.c:40
5658
msgid "Lost connection to Drizzle server during query"
5661
#: libdrizzleclient/errmsg.c:41
5662
msgid "Commands out of sync; you can't run this command now"
5665
#: libdrizzleclient/errmsg.c:42
5667
msgid "Named pipe: %-.32s"
5670
#: libdrizzleclient/errmsg.c:43
5672
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
5675
#: libdrizzleclient/errmsg.c:44
5677
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
5680
#: libdrizzleclient/errmsg.c:45
5682
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
5685
#: libdrizzleclient/errmsg.c:46
5687
msgid "Can't initialize character set %-.32s (path: %-.100s)"
5690
#: libdrizzleclient/errmsg.c:47
5691
msgid "Got packet bigger than 'max_allowed_packet' bytes"
5694
#: libdrizzleclient/errmsg.c:48
5695
msgid "Embedded server"
5698
#: libdrizzleclient/errmsg.c:49
5699
msgid "Error on SHOW SLAVE STATUS:"
5702
#: libdrizzleclient/errmsg.c:50
5703
msgid "Error on SHOW SLAVE HOSTS:"
5706
#: libdrizzleclient/errmsg.c:51
5707
msgid "Error connecting to slave:"
5710
#: libdrizzleclient/errmsg.c:52
5711
msgid "Error connecting to master:"
5714
#: libdrizzleclient/errmsg.c:53
5715
msgid "SSL connection error"
5718
#: libdrizzleclient/errmsg.c:54
5719
msgid "Malformed packet"
5722
#: libdrizzleclient/errmsg.c:55 libdrizzleclient/errmsg.c:66
5723
#: libdrizzleclient/errmsg.c:67 libdrizzleclient/errmsg.c:68
5724
#: libdrizzleclient/errmsg.c:69 libdrizzleclient/errmsg.c:70
5725
#: libdrizzleclient/errmsg.c:71 libdrizzleclient/errmsg.c:72
5726
#: libdrizzleclient/errmsg.c:73 libdrizzleclient/errmsg.c:74
5727
msgid "(unused error message)"
5730
#: libdrizzleclient/errmsg.c:56
5731
msgid "Invalid use of null pointer"
5734
#: libdrizzleclient/errmsg.c:57
5735
msgid "Statement not prepared"
5738
#: libdrizzleclient/errmsg.c:58
5739
msgid "No data supplied for parameters in prepared statement"
5742
#: libdrizzleclient/errmsg.c:59
5743
msgid "Data truncated"
5746
#: libdrizzleclient/errmsg.c:60
5747
msgid "No parameters exist in the statement"
5750
#: libdrizzleclient/errmsg.c:61
5751
msgid "Invalid parameter number"
5754
#: libdrizzleclient/errmsg.c:62
5757
"Can't send long data for non-string/non-binary data types (parameter: %d)"
5760
#: libdrizzleclient/errmsg.c:64
5762
msgid "Using unsupported buffer type: %d (parameter: %d)"
5765
#: libdrizzleclient/errmsg.c:65
5767
msgid "Shared memory: %-.100s"
5770
#: libdrizzleclient/errmsg.c:75
5771
msgid "Wrong or unknown protocol"
5774
#: libdrizzleclient/errmsg.c:76
5775
msgid "Invalid connection handle"
5778
#: libdrizzleclient/errmsg.c:77
5780
"Connection using old (pre-4.1.1) authentication protocol refused (client "
5781
"option 'secure_auth' enabled)"
5784
#: libdrizzleclient/errmsg.c:79
5785
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
5788
#: libdrizzleclient/errmsg.c:80
5789
msgid "Attempt to read column without prior row fetch"
5792
#: libdrizzleclient/errmsg.c:81
5793
msgid "Prepared statement contains no metadata"
5796
#: libdrizzleclient/errmsg.c:82
5798
"Attempt to read a row while there is no result set associated with the "
5802
#: libdrizzleclient/errmsg.c:84
5803
msgid "This feature is not implemented yet"
5806
#: libdrizzleclient/errmsg.c:85
5809
"Lost connection to Drizzle server while waiting for initial communication "
5810
"packet, system error: %d"
5813
#: libdrizzleclient/errmsg.c:87
5816
"Lost connection to Drizzle server while reading initial communication "
5817
"packet, system error: %d"
5820
#: libdrizzleclient/errmsg.c:89
5823
"Lost connection to Drizzle server while sending authentication information, "
5827
#: libdrizzleclient/errmsg.c:91
5830
"Lost connection to Drizzle server while reading authorization information, "
5834
#: libdrizzleclient/errmsg.c:93
5837
"Lost connection to Drizzle server while setting initial database, system "
5841
#: libdrizzleclient/errmsg.c:95
5843
msgid "Statement closed indirectly because of a preceding %s() call"
5846
#: libdrizzleclient/local_infile.c:190 mysys/errors.cc:52
5848
msgid "File '%s' not found (Errcode: %d)"
5851
#: libdrizzleclient/local_infile.c:221 mysys/errors.cc:26
5853
msgid "Error reading file '%s' (Errcode: %d)"
5856
#: mysys/errors.cc:25
5858
msgid "Can't create/write to file '%s' (Errcode: %d)"
5861
#: mysys/errors.cc:27
5863
msgid "Error writing file '%s' (Errcode: %d)"
5866
#: mysys/errors.cc:28
5868
msgid "Error on close of '%s' (Errcode: %d)"
5871
#: mysys/errors.cc:29
5873
msgid "Out of memory (Needed %u bytes)"
5876
#: mysys/errors.cc:30
5878
msgid "Error on delete of '%s' (Errcode: %d)"
5881
#: mysys/errors.cc:31
5883
msgid "Error on rename of '%s' to '%s' (Errcode: %d)"
5886
#: mysys/errors.cc:32
5888
msgid "Unexpected eof found when reading file '%s' (Errcode: %d)"
5891
#: mysys/errors.cc:33
5893
msgid "Can't lock file (Errcode: %d)"
5896
#: mysys/errors.cc:34
5898
msgid "Can't unlock file (Errcode: %d)"
5901
#: mysys/errors.cc:35
5903
msgid "Can't read dir of '%s' (Errcode: %d)"
5906
#: mysys/errors.cc:36
5908
msgid "Can't get stat of '%s' (Errcode: %d)"
5911
#: mysys/errors.cc:37
5913
msgid "Can't change size of file (Errcode: %d)"
5916
#: mysys/errors.cc:38
5918
msgid "Can't open stream from handle (Errcode: %d)"
5921
#: mysys/errors.cc:39
5923
msgid "Can't get working dirctory (Errcode: %d)"
5926
#: mysys/errors.cc:40
5928
msgid "Can't change dir to '%s' (Errcode: %d)"
5931
#: mysys/errors.cc:41
5933
msgid "Warning: '%s' had %d links"
5936
#: mysys/errors.cc:42
5938
msgid "Warning: %d files and %d streams is left open\n"
5941
#: mysys/errors.cc:43
5943
msgid "Disk is full writing '%s'. Waiting for someone to free space..."
5946
#: mysys/errors.cc:44
5948
msgid "Can't create directory '%s' (Errcode: %d)"
5951
#: mysys/errors.cc:45
5954
"Character set '%s' is not a compiled character set and is not specified in "
5958
#: mysys/errors.cc:46
5960
msgid "Out of resources when opening file '%s' (Errcode: %d)"
5963
#: mysys/errors.cc:47
5965
msgid "Can't read value for symlink '%s' (Error %d)"
5968
#: mysys/errors.cc:48
5970
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
5973
#: mysys/errors.cc:49
5975
msgid "Error on realpath() on '%s' (Error %d)"
5978
#: mysys/errors.cc:50
5980
msgid "Can't sync file '%s' to disk (Errcode: %d)"
5983
#: mysys/errors.cc:51
5986
"Collation '%s' is not a compiled collation and is not specified in the %s "
5990
#: mysys/errors.cc:53
5992
msgid "File '%s' (fileno: %d) was not closed"
5995
#: mysys/my_error.cc:87
5997
msgid "Unknown error %d"
6000
#: mysys/my_getopt.cc:89
6004
#: mysys/my_getopt.cc:91
6008
#: mysys/my_getopt.cc:355
6010
msgid "%s: %s: Option '%s' used, but is disabled\n"
6013
#: mysys/my_getopt.cc:356
6017
#: mysys/my_getopt.cc:356
6021
#: mysys/my_getopt.cc:459
6023
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
6026
#: mysys/my_getopt.cc:772
6028
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
6031
#: mysys/my_getopt.cc:963
6033
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
6036
#: mysys/my_getopt.cc:1190
6038
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
6041
#: mysys/my_getopt.cc:1210
6045
"Variables (--variable-name=value)\n"
6046
"and boolean options {false|true} Value (after reading options)\n"
6047
"--------------------------------- -----------------------------\n"
6050
#: mysys/my_getopt.cc:1226 mysys/my_getopt.cc:1242
6051
msgid "(No default value)"
6054
#: mysys/my_getopt.cc:1245
6058
#: mysys/my_getopt.cc:1245
6062
#: mysys/my_getopt.cc:1273
6064
msgid "(Disabled)\n"
6067
#: plugin/errmsg_stderr/errmsg_stderr.cc:74
6068
msgid "Error Messages to stderr"
6071
#: plugin/logging_query/logging_query.cc:275
6073
msgid "fail open() fn=%s er=%s\n"
6076
#: plugin/logging_query/logging_query.cc:315
6077
msgid "Enable logging to CSV file"
6080
#: plugin/logging_query/logging_query.cc:324
6081
msgid "File to log to"
6084
#: plugin/logging_query/logging_query.cc:333
6085
#: plugin/logging_syslog/logging_syslog.cc:247
6086
msgid "Threshold for logging slow queries, in microseconds"
6089
#: plugin/logging_query/logging_query.cc:345
6090
#: plugin/logging_syslog/logging_syslog.cc:259
6091
msgid "Threshold for logging big queries, for rows returned"
6094
#: plugin/logging_query/logging_query.cc:357
6095
#: plugin/logging_syslog/logging_syslog.cc:271
6096
msgid "Threshold for logging big queries, for rows examined"
6099
#: plugin/logging_query/logging_query.cc:380
6100
msgid "Log queries to a CSV file"
6103
#: plugin/logging_syslog/logging_syslog.cc:166
6105
msgid "syslog facility \"%s\" not known, using \"local0\""
6108
#: plugin/logging_syslog/logging_syslog.cc:183
6110
msgid "syslog priority \"%s\" not known, using \"info\""
6113
#: plugin/logging_syslog/logging_syslog.cc:211
6114
msgid "Enable logging"
6117
#: plugin/logging_syslog/logging_syslog.cc:220
6118
msgid "Syslog Ident"
6121
#: plugin/logging_syslog/logging_syslog.cc:229
6122
msgid "Syslog Facility"
6125
#: plugin/logging_syslog/logging_syslog.cc:238
6126
msgid "Syslog Priority"
6129
#: plugin/logging_syslog/logging_syslog.cc:296
6130
msgid "Log to syslog"
6133
#: plugin/pool_of_threads/pool_of_threads.cc:110
6134
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
6137
#: plugin/pool_of_threads/pool_of_threads.cc:116
6138
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
6141
#: plugin/pool_of_threads/pool_of_threads.cc:128
6142
msgid "session_add_event event_add error in libevent_init\n"
6145
#: plugin/pool_of_threads/pool_of_threads.cc:144
6147
msgid "Can't create completion port thread (error %d)"
6150
#: plugin/pool_of_threads/pool_of_threads.cc:263
6151
msgid "event_add error in libevent_add_session_callback\n"
6154
#: plugin/pool_of_threads/pool_of_threads.cc:292
6155
msgid "Scheduler init error in libevent_add_new_connection\n"
6158
#: plugin/pool_of_threads/pool_of_threads.cc:382
6159
msgid "libevent_thread_proc: my_thread_init() failed\n"
6162
#: plugin/pool_of_threads/pool_of_threads.cc:590
6163
msgid "Size of Pool."
6166
#: plugin/pool_of_threads/pool_of_threads.cc:595
6167
msgid "Enable Pool of Threads Scheduler"
6170
#: plugin/replicator/replicator.cc:249
6171
msgid "Enable Replicator"
6174
#: plugin/replicator/replicator.cc:258
6175
msgid "Directory to place replication logs."
6178
#: plugin/single_thread/single_thread.cc:87
6179
msgid "Enable One Thread per Connection Scheduler"
6182
#: storage/myisam/ha_myisam.cc:457
6184
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
6187
#: storage/myisam/ha_myisam.cc:461
6189
msgid "Got an error from unknown thread, %s:%d"
6192
#: storage/myisam/ha_myisam.cc:466
6193
msgid "Unknown thread accessing table"
6196
#: storage/myisam/ha_myisam.cc:1872
6197
msgid "Block size to be used for MyISAM index pages."
6200
#: storage/myisam/ha_myisam.cc:1878
6202
"Number of threads to use when repairing MyISAM tables. The value of 1 "
6203
"disables parallel repair."
6206
#: storage/myisam/ha_myisam.cc:1884
6208
"Don't use the fast sort index method to created index if the temporary file "
6209
"would get bigger than this."
6212
#: storage/myisam/ha_myisam.cc:1889
6214
"The buffer that is allocated when sorting the index when doing a REPAIR or "
6215
"when creating indexes with CREATE INDEX or ALTER TABLE."
6218
#: storage/myisam/ha_myisam.cc:1895
6219
msgid "Default pointer size to be used for MyISAM tables."
6222
#: storage/myisam/my_handler_errors.c:34
6223
msgid "Didn't find key on read or update"
6226
#: storage/myisam/my_handler_errors.c:36
6227
msgid "Duplicate key on write or update"
6230
#: storage/myisam/my_handler_errors.c:38
6231
msgid "Internal (unspecified) error in handler"
6234
#: storage/myisam/my_handler_errors.c:40
6236
"Someone has changed the row since it was read (while the table was locked to "
6240
#: storage/myisam/my_handler_errors.c:43
6241
msgid "Wrong index given to function"
6244
#: storage/myisam/my_handler_errors.c:45
6245
msgid "Undefined handler error 125"
6248
#: storage/myisam/my_handler_errors.c:47
6249
msgid "Index file is crashed"
6252
#: storage/myisam/my_handler_errors.c:49
6253
msgid "Record file is crashed"
6256
#: storage/myisam/my_handler_errors.c:51
6257
msgid "Out of memory in engine"
6260
#: storage/myisam/my_handler_errors.c:53
6261
msgid "Undefined handler error 129"
6264
#: storage/myisam/my_handler_errors.c:55
6265
msgid "Incorrect file format"
6268
#: storage/myisam/my_handler_errors.c:57
6269
msgid "Command not supported by database"
6272
#: storage/myisam/my_handler_errors.c:59
6273
msgid "Old database file"
6276
#: storage/myisam/my_handler_errors.c:61
6277
msgid "No record read before update"
6280
#: storage/myisam/my_handler_errors.c:63
6281
msgid "Record was already deleted (or record file crashed)"
6284
#: storage/myisam/my_handler_errors.c:65
6285
msgid "No more room in record file"
6288
#: storage/myisam/my_handler_errors.c:67
6289
msgid "No more room in index file"
6292
#: storage/myisam/my_handler_errors.c:69
6293
msgid "No more records (read after end of file)"
6296
#: storage/myisam/my_handler_errors.c:71
6297
msgid "Unsupported extension used for table"
6300
#: storage/myisam/my_handler_errors.c:73
6304
#: storage/myisam/my_handler_errors.c:75
6305
msgid "Wrong create options"
6308
#: storage/myisam/my_handler_errors.c:77
6309
msgid "Duplicate unique key or constraint on write or update"
6312
#: storage/myisam/my_handler_errors.c:79
6313
msgid "Unknown character set used in table"
6316
#: storage/myisam/my_handler_errors.c:81
6317
msgid "Conflicting table definitions in sub-tables of MERGE table"
6320
#: storage/myisam/my_handler_errors.c:83
6321
msgid "Table is crashed and last repair failed"
6324
#: storage/myisam/my_handler_errors.c:85
6325
msgid "Table was marked as crashed and should be repaired"
6328
#: storage/myisam/my_handler_errors.c:87
6329
msgid "Lock timed out; Retry transaction"
6332
#: storage/myisam/my_handler_errors.c:89
6333
msgid "Lock table is full; Restart program with a larger locktable"
6336
#: storage/myisam/my_handler_errors.c:91
6337
msgid "Updates are not allowed under a read only transactions"
6340
#: storage/myisam/my_handler_errors.c:93
6341
msgid "Lock deadlock; Retry transaction"
6344
#: storage/myisam/my_handler_errors.c:95
6345
msgid "Foreign key constraint is incorrectly formed"
6348
#: storage/myisam/my_handler_errors.c:97
6349
msgid "Cannot add a child row"
6352
#: storage/myisam/my_handler_errors.c:99
6353
msgid "Cannot delete a parent row"
6356
#: storage/myisam/my_handler_errors.c:101
6357
msgid "No savepoint with that name"
6360
#: storage/myisam/my_handler_errors.c:103
6361
msgid "Non unique key block size"
6364
#: storage/myisam/my_handler_errors.c:105
6365
msgid "The table does not exist in engine"
6368
#: storage/myisam/my_handler_errors.c:107
6369
msgid "The table already existed in storage engine"
6372
#: storage/myisam/my_handler_errors.c:109
6373
msgid "Could not connect to storage engine"
6376
#: storage/myisam/my_handler_errors.c:111
6377
msgid "Unexpected null pointer found when using spatial index"
6380
#: storage/myisam/my_handler_errors.c:113
6381
msgid "The table changed in storage engine"
6384
#: storage/myisam/my_handler_errors.c:115
6385
msgid "There's no partition in table for the given value"
6388
#: storage/myisam/my_handler_errors.c:117
6389
msgid "Row-based binlogging of row failed"
6392
#: storage/myisam/my_handler_errors.c:119
6393
msgid "Index needed in foreign key constraint"
6396
#: storage/myisam/my_handler_errors.c:121
6397
msgid "Upholding foreign key constraints would lead to a duplicate key error"
6400
#: storage/myisam/my_handler_errors.c:123
6401
msgid "Table needs to be upgraded before it can be used"
6404
#: storage/myisam/my_handler_errors.c:125
6405
msgid "Table is read only"
6408
#: storage/myisam/my_handler_errors.c:127
6409
msgid "Failed to get next auto increment value"
6412
#: storage/myisam/my_handler_errors.c:129
6413
msgid "Failed to set row auto increment value"
6416
#: storage/myisam/my_handler_errors.c:131
6417
msgid "Unknown (generic) error from engine"
6420
#: storage/myisam/my_handler_errors.c:133
6421
msgid "Record is the same"
6424
#: storage/myisam/my_handler_errors.c:135
6425
msgid "It is not possible to log this statement"
6428
#: storage/myisam/my_handler_errors.c:137
6429
msgid "Tablespace exists"
6432
#: storage/myisam/my_handler_errors.c:139
6433
msgid "The event was corrupt, leading to illegal data being read"
6436
#: storage/myisam/my_handler_errors.c:141
6437
msgid "The table is of a new format not supported by this version"
6440
#: storage/myisam/my_handler_errors.c:143
6441
msgid "The event could not be processed no other handler error happened"
6444
#: storage/myisam/my_handler_errors.c:145
6445
msgid "Got a fatal error during initialzation of handler"
6448
#: storage/myisam/my_handler_errors.c:147
6449
msgid "File to short; Expected more data in file"
6452
#: storage/myisam/my_handler_errors.c:149
6453
msgid "Read page with wrong checksum"
6456
#: storage/myisam/my_handler_errors.c:151
6457
msgid "Lock or active transaction"
6460
#: storage/myisam/my_handler_errors.c:153
6461
msgid "No such table space"
6464
#: storage/myisam/my_handler_errors.c:155
6465
msgid "Tablespace not empty"