1183
1183
msgid "Tablespace not empty"
1186
#: drizzled/drizzled.cc:551
1188
msgid "Got error %d from pthread_cond_timedwait"
1191
#: drizzled/drizzled.cc:691 drizzled/drizzled.cc:1769
1192
msgid "Can't create thread to kill server"
1195
#: drizzled/drizzled.cc:758
1197
msgid "Got signal %d from thread %ld"
1200
#: drizzled/drizzled.cc:792
1205
#: drizzled/drizzled.cc:991
1206
msgid "One can only use the --user switch if running as root\n"
1209
#: drizzled/drizzled.cc:999
1211
"Fatal error: Please read \"Security\" section of the manual to find out how "
1212
"to run mysqld as root!\n"
1215
#: drizzled/drizzled.cc:1023
1218
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
1222
#: drizzled/drizzled.cc:1198
1224
msgid "Retrying bind on TCP/IP port %u"
1227
#: drizzled/drizzled.cc:1204
1228
msgid "Can't start server: Bind on TCP/IP port"
1231
#: drizzled/drizzled.cc:1205
1233
msgid "Do you already have another drizzled server running on port: %d ?"
1236
#: drizzled/drizzled.cc:1211
1237
msgid "Can't start server: listen() on TCP/IP port"
1240
#: drizzled/drizzled.cc:1212
1242
msgid "listen() on TCP/IP failed with error %d"
1245
#: drizzled/drizzled.cc:1592
1247
"setrlimit could not change the size of core files to 'infinity'; We may not "
1248
"be able to generate a core file on signals"
1251
#: drizzled/drizzled.cc:1661
1253
msgid "Can't create interrupt-thread (error %d, errno: %d)"
1256
#: drizzled/drizzled.cc:1749
1258
msgid "Got signal %d to shutdown mysqld"
1261
#: drizzled/drizzled.cc:1796
1263
msgid "Got signal: %d error: %d"
1266
#: drizzled/drizzled.cc:2064
1268
msgid "gethostname failed, using '%s' as hostname"
1271
#: drizzled/drizzled.cc:2128
1274
"Changed limits: max_open_files: %u max_connections: %ld table_cache: %ld"
1277
#: drizzled/drizzled.cc:2133
1280
"Could not increase number of max_open_files to more than %u (request: %u)"
1283
#: drizzled/drizzled.cc:2215
1285
msgid "Unknown locale: '%s'"
1288
#: drizzled/drizzled.cc:2235
1290
"Although a path was specified for the --log option, log tables are used. To "
1291
"enable logging to files use the --log-output option."
1294
#: drizzled/drizzled.cc:2242
1296
"Although a path was specified for the --log-slow-queries option, log tables "
1297
"are used. To enable logging to files use the --log-output=file option."
1300
#: drizzled/drizzled.cc:2312
1301
msgid "Can't create thread-keys"
1304
#: drizzled/drizzled.cc:2359
1305
msgid "Out of memory"
1308
#: drizzled/drizzled.cc:2366
1309
msgid "You need to use --log-bin to make --binlog-format work."
1312
#: drizzled/drizzled.cc:2388
1314
"using --replicate-same-server-id in conjunction with --log-slave-updates is "
1315
"impossible, it would lead to infinite loops in this server."
1318
#: drizzled/drizzled.cc:2408
1321
"No argument was provided to --log-bin, and --log-bin-index was not used; so "
1322
"replication may break when this Drizzle server acts as a master and has his "
1323
"hostname changed!! Please use '--log-bin=%s' to avoid this problem."
1326
#: drizzled/drizzled.cc:2442
1327
msgid "Failed to initialize plugins."
1330
#: drizzled/drizzled.cc:2482
1331
msgid "Can't init databases"
1334
#: drizzled/drizzled.cc:2505
1336
msgid "Unknown/unsupported table type: %s"
1339
#: drizzled/drizzled.cc:2511
1341
msgid "Default storage engine (%s) is not available"
1344
#: drizzled/drizzled.cc:2534
1345
msgid "Can't initialize tc_log"
1348
#: drizzled/drizzled.cc:2565
1350
msgid "Failed to lock memory. Errno: %d\n"
1353
#: drizzled/drizzled.cc:2635
1355
msgid "Asked for %u thread stack, but got %llu"
1358
#: drizzled/drizzled.cc:2671
1360
"You have enabled the binary log, but you haven't set server-id to a non-zero "
1361
"value: we force server id to 1; updates will be logged to the binary log, "
1362
"but connections from slaves will not be accepted."
1365
#: drizzled/drizzled.cc:2729
1366
msgid "Before Lock_thread_count"
1369
#: drizzled/drizzled.cc:2736
1370
msgid "After lock_thread_count"
1373
#: drizzled/drizzled.cc:2845
1375
msgid "drizzled: Got error %d from select"
1378
#: drizzled/drizzled.cc:3100 drizzled/drizzled.cc:3219
1379
#: drizzled/drizzled.cc:3393
1380
msgid "Option used by mysql-test for debugging and testing of replication."
1383
#: drizzled/drizzled.cc:3104
1384
msgid "Auto-increment columns are incremented by this"
1387
#: drizzled/drizzled.cc:3109
1389
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1393
#: drizzled/drizzled.cc:3115
1395
"Path to installation directory. All paths are usually resolved relative to "
1399
#: drizzled/drizzled.cc:3119
1400
msgid "IP address to bind to."
1403
#: drizzled/drizzled.cc:3123
1405
"Does not have any effect without '--log-bin'. Tell the master the form of "
1406
"binary logging to use: either 'row' for row-based binary logging, or "
1407
"'statement' for statement-based binary logging, or 'mixed'. 'mixed' is "
1408
"statement-based binary logging except for those statements where only row-"
1409
"based is correct: those which involve user-defined functions (i.e. UDFs) or "
1410
"the UUID() function; for those, row-based binary logging is automatically "
1414
#: drizzled/drizzled.cc:3133
1416
"Tells the master it should log updates for the specified database, and "
1417
"exclude all others not explicitly mentioned."
1420
#: drizzled/drizzled.cc:3137
1422
"Tells the master that updates to the given database should not be logged "
1426
#: drizzled/drizzled.cc:3141
1428
"The maximum size of a row-based binary log event in bytes. Rows will be "
1429
"grouped into events smaller than this size if possible. The value has to be "
1430
"a multiple of 256."
1433
#: drizzled/drizzled.cc:3152
1434
msgid "Don't ignore client side character set value sent during handshake."
1437
#: drizzled/drizzled.cc:3157
1438
msgid "Set the filesystem character set."
1441
#: drizzled/drizzled.cc:3169
1442
msgid "Chroot mysqld daemon during startup."
1445
#: drizzled/drizzled.cc:3173
1446
msgid "Set the default collation."
1449
#: drizzled/drizzled.cc:3177
1450
msgid "Default completion type."
1453
#: drizzled/drizzled.cc:3182
1454
msgid "Write error output on screen."
1457
#: drizzled/drizzled.cc:3186
1458
msgid "Write core on errors."
1461
#: drizzled/drizzled.cc:3190
1462
msgid "Path to the database root."
1465
#: drizzled/drizzled.cc:3194
1467
"Set the default character set (deprecated option, use --character-set-server "
1471
#: drizzled/drizzled.cc:3199
1473
"Set the default collation (deprecated option, use --collation-server "
1477
#: drizzled/drizzled.cc:3204
1478
msgid "Set the default storage engine (table type) for tables."
1481
#: drizzled/drizzled.cc:3208
1482
msgid "Set the default time zone."
1485
#: drizzled/drizzled.cc:3212
1486
msgid "Type of DELAY_KEY_WRITE."
1489
#: drizzled/drizzled.cc:3215
1491
"Don't flush key buffers between writes for any MyISAM table (Deprecated "
1492
"option, use --delay-key-write=all instead)."
1495
#: drizzled/drizzled.cc:3225
1496
msgid "Print a symbolic stack trace on failure."
1499
#: drizzled/drizzled.cc:3231
1500
msgid "Push supported query conditions to the storage engine."
1503
#: drizzled/drizzled.cc:3237
1504
msgid "Used for debugging; Use at your own risk!"
1507
#: drizzled/drizzled.cc:3240
1508
msgid "Flush tables to disk between SQL commands."
1511
#: drizzled/drizzled.cc:3245
1512
msgid "Set up signals usable for debugging"
1515
#: drizzled/drizzled.cc:3249
1516
msgid "Enable general query log"
1519
#: drizzled/drizzled.cc:3253
1520
msgid "Command(s) that are executed for each new connection"
1523
#: drizzled/drizzled.cc:3257
1524
msgid "Read SQL commands from this file at startup."
1527
#: drizzled/drizzled.cc:3261
1528
msgid "Command(s) that are executed when a slave connects to this master"
1531
#: drizzled/drizzled.cc:3265
1535
#: drizzled/drizzled.cc:3269
1536
msgid "Set the language used for the month names and the days of the week."
1539
#: drizzled/drizzled.cc:3274
1540
msgid "Enable/disable LOAD DATA LOCAL INFILE (takes values 1|0)."
1543
#: drizzled/drizzled.cc:3279
1544
msgid "Log connections and queries to file."
1547
#: drizzled/drizzled.cc:3283
1549
"Log update queries in binary format. Optional argument is the location for "
1550
"the binary log files.(Strongly recommended to avoid replication problems if "
1551
"server's hostname changes)"
1554
#: drizzled/drizzled.cc:3290
1555
msgid "File that holds the names for last binary log files."
1558
#: drizzled/drizzled.cc:3298
1560
"If equal to 0 (the default), then when --log-bin is used, creation of a "
1561
"stored function (or trigger) is allowed only to users having the SUPER "
1562
"privilege and only if this stored function (trigger) may not break binary "
1563
"logging. Note that if ALL connections to this server ALWAYS use row-based "
1564
"binary logging, the security issues do not exist and the binary logging "
1565
"cannot break, so you can safely set this to 1."
1568
#: drizzled/drizzled.cc:3307
1569
msgid "Error log file."
1572
#: drizzled/drizzled.cc:3311
1573
msgid "Log all MyISAM changes to file."
1576
#: drizzled/drizzled.cc:3315
1578
"Log some extra information to update log. Please note that this option is "
1579
"deprecated; see --log-queries-not-using-indexes option."
1582
#: drizzled/drizzled.cc:3320
1584
"Syntax: log-output[=value[,value...]], where \"value\" could be TABLE, FILE "
1588
#: drizzled/drizzled.cc:3326
1590
"Log queries that are executed without benefit of any index to the slow log "
1594
#: drizzled/drizzled.cc:3332
1595
msgid "Don't log extra information to update and slow-query logs."
1598
#: drizzled/drizzled.cc:3336
1600
"Tells the slave to log the updates from the slave thread to the binary log. "
1601
"You will need to turn it on if you plan to daisy-chain the slaves."
1604
#: drizzled/drizzled.cc:3343
1606
"Log slow OPTIMIZE, ANALYZE, ALTER and other administrative statements to the "
1607
"slow log if it is open."
1610
#: drizzled/drizzled.cc:3349
1612
"Log slow statements executed by slave thread to the slow log if it is open."
1615
#: drizzled/drizzled.cc:3355
1617
"Log slow queries to a table or log file. Defaults logging to table mysql."
1618
"slow_log or hostname-slow.log if --log-output=file is used. Must be enabled "
1619
"to activate other slow log options."
1622
#: drizzled/drizzled.cc:3361
1624
"Path to transaction coordinator log (used for transactions that affect more "
1625
"than one storage engine, when binary log is disabled)"
1628
#: drizzled/drizzled.cc:3367
1629
msgid "Size of transaction coordinator log."
1632
#: drizzled/drizzled.cc:3373
1633
msgid "Log some not critical warnings to the log file."
1636
#: drizzled/drizzled.cc:3378
1637
msgid "INSERT/DELETE/UPDATE has lower priority than selects."
1640
#: drizzled/drizzled.cc:3383
1642
"The location and name of the file that remembers the master and where the I/"
1643
"O replication thread is in the master's binlogs."
1646
#: drizzled/drizzled.cc:3388
1648
"The number of tries the slave will make to connect to the master before "
1652
#: drizzled/drizzled.cc:3397
1653
msgid "Lock mysqld in memory."
1656
#: drizzled/drizzled.cc:3401
1658
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1659
"BACKUP, FORCE or QUICK."
1662
#: drizzled/drizzled.cc:3406
1663
msgid "Use very new possible 'unsafe' functions."
1666
#: drizzled/drizzled.cc:3411
1667
msgid "Use old, non-optimized alter table."
1670
#: drizzled/drizzled.cc:3416
1672
"Enable old-style user limits (before 5.0.3 user resources were counted per "
1673
"each user+host vs. per account)"
1676
#: drizzled/drizzled.cc:3421
1677
msgid "Pid file used by safe_mysqld."
1680
#: drizzled/drizzled.cc:3425
1682
"Port number to use for connection or 0 for default to, in order of "
1683
"preference, my.cnf, $DRIZZLE_TCP_PORT, /etc/services, built-in default ("
1686
#: drizzled/drizzled.cc:3434
1688
"Maximum time in seconds to wait for the port to become free. (Default: no "
1692
#: drizzled/drizzled.cc:3439
1693
msgid "The location and name to use for relay logs."
1696
#: drizzled/drizzled.cc:3443
1698
"The location and name to use for the file that keeps a list of the last "
1702
#: drizzled/drizzled.cc:3448
1704
"The location and name of the file that remembers where the SQL replication "
1705
"thread is in the relay logs."
1708
#: drizzled/drizzled.cc:3453
1710
"Tells the slave thread to restrict replication to the specified database. To "
1711
"specify more than one database, use the directive multiple times, once for "
1712
"each database. Note that this will only work if you do not use cross-"
1713
"database queries such as UPDATE some_db.some_table SET foo='bar' while "
1714
"having selected a different or no database. If you need cross database "
1715
"updates to work, use replicate-wild-do-table=db_name.%."
1718
#: drizzled/drizzled.cc:3462
1720
"Tells the slave thread to restrict replication to the specified table. To "
1721
"specify more than one table, use the directive multiple times, once for each "
1722
"table. This will work for cross-database updates, in contrast to replicate-"
1726
#: drizzled/drizzled.cc:3468
1728
"Tells the slave thread to not replicate to the specified database. To "
1729
"specify more than one database to ignore, use the directive multiple times, "
1730
"once for each database. This option will not work if you use cross database "
1731
"updates. If you need cross database updates to work, use replicate-wild-"
1732
"ignore-table=db_name.%. "
1735
#: drizzled/drizzled.cc:3475
1737
"Tells the slave thread to not replicate to the specified table. To specify "
1738
"more than one table to ignore, use the directive multiple times, once for "
1739
"each table. This will work for cross-datbase updates, in contrast to "
1740
"replicate-ignore-db."
1743
#: drizzled/drizzled.cc:3481
1745
"Updates to a database with a different name than the original. Example: "
1746
"replicate-rewrite-db=master_db_name->slave_db_name."
1749
#: drizzled/drizzled.cc:3485
1751
"In replication, if set to 1, do not skip events having our server id. "
1752
"Default value is 0 (to break infinite loops in circular replication). Can't "
1753
"be set to 1 if --log-slave-updates is used."
1756
#: drizzled/drizzled.cc:3492
1758
"Tells the slave thread to restrict replication to the tables that match the "
1759
"specified wildcard pattern. To specify more than one table, use the "
1760
"directive multiple times, once for each table. This will work for cross-"
1761
"database updates. Example: replicate-wild-do-table=foo%.bar% will replicate "
1762
"only updates to tables in all databases that start with foo and whose table "
1763
"names start with bar."
1766
#: drizzled/drizzled.cc:3500
1768
"Tells the slave thread to not replicate to the tables that match the given "
1769
"wildcard pattern. To specify more than one table to ignore, use the "
1770
"directive multiple times, once for each table. This will work for cross-"
1771
"database updates. Example: replicate-wild-ignore-table=foo%.bar% will not do "
1772
"updates to tables in databases that start with foo and whose table names "
1776
#: drizzled/drizzled.cc:3509
1778
"Hostname or IP of the slave to be reported to to the master during slave "
1779
"registration. Will appear in the output of SHOW SLAVE HOSTS. Leave unset if "
1780
"you do not want the slave to register itself with the master. Note that it "
1781
"is not sufficient for the master to simply read the IP of the slave off the "
1782
"socket once the slave connects. Due to NAT and other routing issues, that IP "
1783
"may not be valid for connecting to the slave from the master or other hosts."
1786
#: drizzled/drizzled.cc:3522
1788
"Port for connecting to slave reported to the master during slave "
1789
"registration. Set it only if the slave is listening on a non-default port or "
1790
"if you have a special tunnel from the master or other clients to the slave. "
1791
"If not sure, leave this option unset."
1794
#: drizzled/drizzled.cc:3529
1795
msgid "Skip some optimize stages (for testing)."
1798
#: drizzled/drizzled.cc:3532
1800
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1801
"specified directory"
1804
#: drizzled/drizzled.cc:3537
1806
"Uniquely identifies the server instance in the community of replication "
1810
#: drizzled/drizzled.cc:3542
1812
"Change the value of a variable. Please note that this option is deprecated;"
1813
"you can set variables directly with --variable-name=value."
1816
#: drizzled/drizzled.cc:3546
1817
msgid "Don't use new, possible wrong routines."
1820
#: drizzled/drizzled.cc:3549
1821
msgid "If set, slave is not autostarted."
1824
#: drizzled/drizzled.cc:3553
1825
msgid "Don't print a stack trace on failure."
1828
#: drizzled/drizzled.cc:3557
1830
"Don't allow symlinking of tables. Deprecated option. Use --skip-symbolic-"
1834
#: drizzled/drizzled.cc:3561
1835
msgid "Don't give threads different priorities."
1838
#: drizzled/drizzled.cc:3565
1840
"The location where the slave should put its temporary files when replicating "
1841
"a LOAD DATA INFILE command."
1844
#: drizzled/drizzled.cc:3570
1846
"Tells the slave thread to continue replication when a query event returns an "
1847
"error from the provided list."
1850
#: drizzled/drizzled.cc:3574
1852
"Modes for how replication events should be executed. Legal values are "
1853
"STRICT (default) and IDEMPOTENT. In IDEMPOTENT mode, replication will not "
1854
"stop for operations that are idempotent. In STRICT mode, replication will "
1855
"stop on any unexpected difference between the master and the slave."
1858
#: drizzled/drizzled.cc:3582
1859
msgid "Enable|disable slow query log"
1862
#: drizzled/drizzled.cc:3586
1866
#: drizzled/drizzled.cc:3589
1867
msgid "Enable symbolic link support."
1870
#: drizzled/drizzled.cc:3598
1872
"Non-default option to alias SYSDATE() to NOW() to make it safe-replicable."
1875
#: drizzled/drizzled.cc:3603
1877
"Decision to use in heuristic recover process. Possible values are COMMIT or "
1881
#: drizzled/drizzled.cc:3608
1883
"Using this option will cause most temporary files created to use a small set "
1884
"of names, rather than a unique name for each new file."
1887
#: drizzled/drizzled.cc:3613
1889
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1892
#: drizzled/drizzled.cc:3618
1894
"Path for temporary files. Several paths may be specified, separated by a "
1895
"colon (:), in this case they are used in a round-robin fashion."
1898
#: drizzled/drizzled.cc:3624
1899
msgid "Default transaction isolation level."
1902
#: drizzled/drizzled.cc:3628
1904
"Enable symbolic link support. Deprecated option; use --symbolic-links "
1908
#: drizzled/drizzled.cc:3633
1909
msgid "Run mysqld daemon as user."
1912
#: drizzled/drizzled.cc:3641
1913
msgid "Deprecated; use --log-warnings instead."
1916
#: drizzled/drizzled.cc:3646
1918
"The number of outstanding connection requests MySQL can have. This comes "
1919
"into play when the main MySQL thread gets very many connection requests in a "
1923
#: drizzled/drizzled.cc:3652
1925
"The size of the cache to hold the SQL statements for the binary log during a "
1926
"transaction. If you often use big, multi-statement transactions you can "
1927
"increase this to get more performance."
1930
#: drizzled/drizzled.cc:3658
1932
"Size of tree cache used in bulk insert optimisation. Note that this is a "
1936
#: drizzled/drizzled.cc:3664
1938
"The number of seconds the mysqld server is waiting for a connect packet "
1939
"before responding with 'Bad handshake'."
1942
#: drizzled/drizzled.cc:3669
1943
msgid "The DATE format (For future)."
1946
#: drizzled/drizzled.cc:3674
1947
msgid "The DATETIME/TIMESTAMP format (for future)."
1950
#: drizzled/drizzled.cc:3679
1951
msgid "The default week format used by WEEK() functions."
1954
#: drizzled/drizzled.cc:3684
1956
"Precision of the result of '/' operator will be increased on that value."
1959
#: drizzled/drizzled.cc:3690
1961
"If non-zero, binary logs will be purged after expire_logs_days days; "
1962
"possible purges happen at startup and at binary log rotation."
1965
#: drizzled/drizzled.cc:3696
1966
msgid "The maximum length of the result of function group_concat."
1969
#: drizzled/drizzled.cc:3701
1971
"The number of seconds the server waits for activity on an interactive "
1972
"connection before closing it."
1975
#: drizzled/drizzled.cc:3707
1976
msgid "The size of the buffer that is used for full joins."
1979
#: drizzled/drizzled.cc:3713
1980
msgid "Don't overwrite stale .MYD and .MYI even if no directory is specified."
1983
#: drizzled/drizzled.cc:3727
1985
"This characterizes the number of hits a hot block has to be untouched until "
1986
"it is considered aged enough to be downgraded to a warm block. This "
1987
"specifies the percentage ratio of that number of hits to the total number of "
1988
"blocks in key cache"
1991
#: drizzled/drizzled.cc:3736
1992
msgid "The default size of key cache blocks"
1995
#: drizzled/drizzled.cc:3742
1996
msgid "The minimum percentage of warm blocks in key cache"
1999
#: drizzled/drizzled.cc:3748
2001
"Log all queries that have taken more than long_query_time seconds to execute "
2002
"to file. The argument will be treated as a decimal value with microsecond "
2006
#: drizzled/drizzled.cc:3754
2007
msgid "Max packetlength to send/receive from to server."
2010
#: drizzled/drizzled.cc:3759
2012
"Can be used to restrict the total size used to cache a multi-transaction "
2016
#: drizzled/drizzled.cc:3764
2018
"Binary log will be rotated automatically when the size exceeds this value. "
2019
"Will also apply to relay logs if max_relay_log_size is 0. The minimum value "
2020
"for this variable is 4096."
2023
#: drizzled/drizzled.cc:3770
2025
"If there is more than this number of interrupted connections from a host "
2026
"this host will be blocked from further connections."
2029
#: drizzled/drizzled.cc:3777
2030
msgid "The number of simultaneous clients allowed."
2033
#: drizzled/drizzled.cc:3782
2034
msgid "Max number of errors/warnings to store for a statement."
2037
#: drizzled/drizzled.cc:3787
2038
msgid "Don't allow creation of heap tables bigger than this."
2041
#: drizzled/drizzled.cc:3793
2043
"Joins that are probably going to read more than max_join_size records return "
2047
#: drizzled/drizzled.cc:3799
2048
msgid "Max number of bytes in sorted records."
2051
#: drizzled/drizzled.cc:3804
2053
"If non-zero: relay log will be rotated automatically when the size exceeds "
2054
"this value; if zero (the default): when the size exceeds max_binlog_size. 0 "
2055
"excepted, the minimum value for this variable is 4096."
2058
#: drizzled/drizzled.cc:3811
2059
msgid "Limit assumed max number of seeks when looking up rows based on a key"
2062
#: drizzled/drizzled.cc:3816
2064
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
2065
"max_sort_length bytes of each value are used; the rest are ignored)."
2068
#: drizzled/drizzled.cc:3823
2069
msgid "Maximum number of temporary tables a client can keep open at a time."
2072
#: drizzled/drizzled.cc:4312
2074
"Copyright (C) 2000 MySQL AB, by Monty and others\n"
2075
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
2076
"and you are welcome to modify and redistribute it under the GPL license\n"
2078
"Starts the Drizzle database server\n"
2081
#: drizzled/drizzled.cc:4330
2084
"To see what values a running Drizzle server is using, type\n"
2085
"'drizzleadmin variables' instead of 'drizzled --help'."
2088
#: drizzled/drizzled.cc:4515
2091
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
2095
#: drizzled/drizzled.cc:4689
2096
msgid "Can't start server: cannot resolve hostname!"
2099
#: drizzled/drizzled.cc:4695
2100
msgid "Can't start server: bind-address refers to multiple interfaces!"
2103
#: drizzled/drizzled.cc:4870
2105
"options --log-slow-admin-statements, --log-queries-not-using-indexes and --"
2106
"log-slow-slave-statements have no effect if --log-slow-queries is not set"
2109
#: drizzled/drizzled.cc:3718
2111
"The size of the buffer used for index blocks for MyISAM tables. Increase "
2112
"this to get better index handling (for all reads and multiple writes) to as "
2113
"much as you can afford;"
1186
2116
#: drizzled/drizzled_error_messages.h:32
1187
2117
msgid "hashchk"