summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* Bug#48929 Error in Accept() if using many file descriptorsMagne Mahre2010-02-141-1/+1
| | | | | | | | | | | | | | | | | | | | In POSIX systems, the file descriptor set used in the select(2) system call is represented by a bit vector of size FD_SETSIZE. When select(2) is used on file/socket descriptors with a value that is beyond this size, unpredictable errors may occur. In this case, the error happens when there are a large number of tables that need repair. These tables are opened before the sockets for incoming connections are acquired, resulting in these sockets getting descriptor id which is higher than FD_SETSIZE. Replacing the call to select(2) with poll(2) fixes the problem, as poll takes an array of the wanted descriptors, instead of a bit vector. MS Windows has a different implementation of 'select', and is not affected by this bug.
* Auto-merge from mysql-trunk.Alexander Nozdrin2010-02-091-11/+6
|\
| * Upmerge "configure.in" text change from 5.1 to 5.5 ("trunk"),Joerg Bruehe2010-02-081-11/+6
| |\ | | | | | | | | | fixing bug#50950.
| | * Upmerge "configure.in" text change from 5.0 to 5.1,Joerg Bruehe2010-02-081-11/+6
| | |\ | | | | | | | | | | | | fixing bug#50950.
| | | * Bug#50950 Obsolete reference to www.mysql.com Joerg Bruehe2010-02-081-11/+6
| | | | | | | | | | | | | | | | | | | | in message printed at end of configure New text for the success message of "configure".
| | | * mergeGeorgi Kodinov2010-02-031-2/+2
| | | |\
| | | | * Raise version number after cloning 5.0.90sunanda.menon@sun.com2010-01-151-2/+2
| | | | |
| | | * | Bug#50409 Solaris 8 compatibility broken by assumption aboutStaale Smedseng2010-01-271-1/+1
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | printstack() being present When Bug#47391 was fixed, no assumption was made that support for Solaris 8 was needed. Solaris 8 lacks printstack(), and the build breaks because of this. This patch adds a test for the presence of printstack() to configure.in for 5.0, and uses HAVE_PRINTSTACK to make decisions rather than the __sun define.
| | * | Raise version number after cloning 5.1.44hery.ramilison@sun.com2010-02-041-1/+1
| | | |
| | * | mergeGeorgi Kodinov2010-02-031-1/+1
| | |\ \
| | | * | Raise version number after cloning 5.1.43karen.langford@sun.com2010-01-151-1/+1
| | | | |
* | | | | Auto-merge from mysql-trunk-merge.Alexander Nozdrin2010-02-051-2/+1
|\ \ \ \ \ | |/ / / /
| * | | | Cherry-pick merge from mysql-5.1-bugteam.Alexander Nozdrin2010-02-051-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Original revision: ------------------------------------------------------------ revision-id: kent.boortz@sun.com-20100204182709-dw1dwpglkd5qrehb committer: Kent Boortz <kent.boortz@sun.com> branch nick: mysql-5.1-bugteam timestamp: Thu 2010-02-04 19:27:09 +0100 message: LT_INIT and LT_PREREQ was added in libtool 2.2 2008, a bit too recent, switched back to the older AC_PROG_LIBTOOL ------------------------------------------------------------
| * | | | Manual merge from mysql-5.1-bugteam.Alexander Nozdrin2010-02-031-8/+14
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | Conflicts: - configure.in - mysql-test/include/setup_fake_relay_log.inc - sql/sql_select.cc
* | | | | Manual merge from mysql-trunk-merge.Alexander Nozdrin2010-02-041-8/+14
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | Conflicts: - configure.in
| * | | | Changes to be able to create source TAR packages with longerKent Boortz2010-02-021-8/+14
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | path names than 99 characters, using the USTAR format of the resulting source TAR. To be able to specify the use of USTAR when creating the source TAR, we needed both to update the GNU autotools version requirements slightly, and update the initiation of the tools to use more modern constructs.
| * | | mergeGeorgi Kodinov2010-01-131-5/+8
| |\ \ \
| | * \ \ Upmerge the changes for RPM versioning/naming from 5.0 to 5.1.Joerg Bruehe2010-01-121-5/+8
| | |\ \ \ | | | | |/ | | | |/| | | | | | This includes "MYSQL_U_SCORE_VERSION" in "configure.in".
| | | * | Implement the change of RPM versioning and file naming:Joerg Bruehe2010-01-121-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | - "release" starts from 1 - "level" ("m2", "rc", ...) is included in the RPM version.
| | | * | Raise version number after cloning 5.0.89karen.langford@sun.com2009-12-081-2/+2
| | | | |
| * | | | merge 5.1-main to 5.1-bugteamGeorgi Kodinov2010-01-131-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Raise version number after cloning 5.1.42karen.langford@sun.com2009-12-021-1/+1
| | | | |
* | | | | Manual merge from mysql-trunk-merge.Alexander Nozdrin2010-01-191-5/+8
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: - configure.in - include/m_string.h - mysql-test/extra/rpl_tests/rpl_row_func003.test - mysql-test/r/mysqlbinlog.result - mysql-test/r/union.result - mysql-test/suite/binlog/r/binlog_killed_simulate.result - mysql-test/suite/binlog/r/binlog_row_mix_innodb_myisam.result - mysql-test/suite/binlog/r/binlog_unsafe.result - mysql-test/suite/binlog/t/binlog_unsafe.test - mysql-test/suite/rpl/r/rpl_loaddata_fatal.result - mysql-test/suite/rpl/r/rpl_loaddata_map.result - mysql-test/suite/rpl/r/rpl_stm_loaddata_concurrent.result - mysql-test/suite/rpl/r/rpl_stm_log.result - mysql-test/suite/rpl/t/rpl_optimize.test - mysql-test/t/mysqlbinlog.test - mysql-test/t/union.test - sql/rpl_utility.h - sql/sql_union.cc - strings/Makefile.am
| * | | | Automerge the 5.5.1-m2 release back into the main branch.MySQL Build Team2010-01-151-5/+8
| |\ \ \ \
| | * | | | Change RPM file naming:Joerg Bruehe2009-12-221-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Suffix like "-m2", "-rc" becomes part of version as "_m2", "_rc". - Release counts from 1, not 0. This is done for both the "generic" RPMs and the "shared-compat" ones. It includes introducing a new version variable "MYSQL_U_SCORE_VERSION" in "configure.in", where the dash is replaced by an underscore: 5.5.1-m2 -> 5.5.1_m2
| * | | | | Raise version number after cloning 5.5.1-m2joerg.bruehe@sun.com2009-12-221-1/+1
| |/ / / /
| * | | | Auto-merge from mysql-trunk.Alexander Nozdrin2009-12-191-1/+1
| |\ \ \ \
| | * | | | Fix the version suffix, we use "-m2" currently.MySQL Build Team2009-12-161-1/+1
| | | | | |
| | * | | | Automerge with an intermediate build clone,MySQL Build Team2009-12-161-0/+6
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | to prepare for a tree parent alignment. No code changes.
| | * | | | | Raise version number after cloning 5.5.0-betajoerg.bruehe@sun.com2009-11-131-1/+1
| | | | | | |
* | | | | | | Change version tag (to 5.5.99-m3).Alexander Nozdrin2010-01-061-1/+1
| | | | | | |
* | | | | | | Manual merge of WL#4738 from mysql-next-mr: Alexey Kopytov2009-12-281-3/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - backported code that handles %f/%g arguments in my_vsnprintf.c from 6.0 - backported %f/%g tests in unittest/mysys/my_vsnprintf-t.c from 6.0 - replaced snprintf("%g") in sql/set_var.cc with my_gcvt() - removed unnecessary "--replace-result"s for Windows in mysql-test/suite/sys_vars/t/long_query_time_basic.test - some test results adjustments
| * | | | | | | WL#4738 streamline/simplify @@variable creation processSergei Golubchik2009-12-221-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug#16565 mysqld --help --verbose does not order variablesBug#20413 sql_slave_skip_counter is not shown in show variables Bug#20415 Output of mysqld --help --verbose is incomplete Bug#25430 variable not found in SELECT @@global.ft_max_word_len; Bug#32902 plugin variables don't know their names Bug#34599 MySQLD Option and Variable Reference need to be consistent in formatting! Bug#34829 No default value for variable and setting default does not raise error Bug#34834 ? Is accepted as a valid sql mode Bug#34878 Few variables have default value according to documentation but error occurs Bug#34883 ft_boolean_syntax cant be assigned from user variable to global var. Bug#37187 `INFORMATION_SCHEMA`.`GLOBAL_VARIABLES`: inconsistent status Bug#40988 log_output_basic.test succeeded though syntactically false. Bug#41010 enum-style command-line options are not honoured (maria.maria-recover fails) Bug#42103 Setting key_buffer_size to a negative value may lead to very large allocations Bug#44691 Some plugins configured as MYSQL_PLUGIN_MANDATORY in can be disabled Bug#44797 plugins w/o command-line options have no disabling option in --help Bug#46314 string system variables don't support expressions Bug#46470 sys_vars.max_binlog_cache_size_basic_32 is broken Bug#46586 When using the plugin interface the type "set" for options caused a crash. Bug#47212 Crash in DBUG_PRINT in mysqltest.cc when trying to print octal number Bug#48758 mysqltest crashes on sys_vars.collation_server_basic in gcov builds Bug#49417 some complaints about mysqld --help --verbose output Bug#49540 DEFAULT value of binlog_format isn't the default value Bug#49640 ambiguous option '--skip-skip-myisam' (double skip prefix) Bug#49644 init_connect and \0 Bug#49645 init_slave and multi-byte characters Bug#49646 mysql --show-warnings crashes when server dies
* | | | | | | | Backport of WL #2934: Make/find library for doing float/double Alexey Kopytov2009-12-221-1/+16
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to string conversions and vice versa" Initial import of the dtoa.c code and custom wrappers around it to allow its usage from the server code. Conversion of FLOAT/DOUBLE values to DECIMAL ones or strings and vice versa has been significantly reworked. As the new algoritms are more precise than the older ones, results of such conversions may not always match those obtained from older server versions. This in turn may break compatibility for some applications. This patch also fixes the following bugs: - bug #12860 "Difference in zero padding of exponent between Unix and Windows" - bug #21497 "DOUBLE truncated to unusable value" - bug #26788 "mysqld (debug) aborts when inserting specific numbers into char fields" - bug #24541 "Data truncated..." on decimal type columns without any good reason"
* | | | | | | Auto-merge from mysql-next-mr.Alexander Nozdrin2009-12-191-1/+1
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Auto-merge from mysql-next-mr-summit0.3.Alexander Nozdrin2009-12-161-0/+64
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Manual merge from mysql-trunk-merge.Alexander Nozdrin2009-12-161-1/+1
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: - include/my_no_pthread.h - mysql-test/r/sp-ucs2.result - sql/log.cc - sql/sql_acl.cc - sql/sql_yacc.yy
| | * | | | | | | Manual merge of mysql-5.1-bugteam into mysql-trunk-merge.Alexey Kopytov2009-12-111-1/+1
| | |\ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | / / / | | | | |_|/ / / | | | |/| | | |
| | | * | | | | Merge from 5.0Staale Smedseng2009-12-061-1/+1
| | | |\ \ \ \ \ | | | | |_|_|/ / | | | |/| | | / | | | | | |_|/ | | | | |/| |
| | | | * | | Raise version number after cloning 5.0.88hery.ramilison@sun.com2009-11-091-2/+2
| | | | | | |
| | | | * | | Raise version number after cloning 5.0.87karen.langford@sun.com2009-10-131-2/+2
| | | | | | |
* | | | | | | Fixed Solaris Atomics build issuesMikael Ronstrom2009-12-181-5/+3
| | | | | | |
* | | | | | | Added extra checks of 64-bit atomic support on GCC and Solaris, also added ↵Mikael Ronstrom2009-12-181-0/+21
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | 64-bit support in solaris.h which was missing
* | | | | | Merge to latest mysql-next-mrMikael Ronstrom2009-12-161-1/+7
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Update version in mysql-next-mr.Alexander Nozdrin2009-12-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to new numbering scheme mysql-next-mr does not have its own version. Some version placeholder is used instead. It's been agreed that 5.5.99 will be used as a placeholder.
| * | | | | Manual merge from mysql-trunk-merge.Alexander Nozdrin2009-12-121-0/+6
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: - extra/comp_err.c - mysql-test/collections/default.experimental - mysql-test/r/archive.result - mysql-test/r/select.result - mysql-test/suite/binlog/r/binlog_unsafe.result - mysql-test/suite/binlog/t/binlog_unsafe.test - mysql-test/suite/rpl/t/disabled.def - mysql-test/t/archive.test - mysql-test/t/select.test - sql/item.cc - sql/item.h - sql/item_timefunc.cc - sql/sql_base.cc - sql/sql_delete.cc - sql/sql_load.cc - sql/sql_partition.cc - sql/sql_table.cc - storage/innobase/handler/ha_innodb.cc - vio/vio.c
| | * | | | Manual merge from mysql-trunk.Alexander Nozdrin2009-12-111-31/+7
| | |\ \ \ \ | | | | |_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: - client/mysqltest.cc - mysql-test/collections/default.experimental - mysql-test/suite/rpl/t/disabled.def - sql/mysqld.cc - sql/opt_range.cc - sql/sp.cc - sql/sql_acl.cc - sql/sql_partition.cc - sql/sql_table.cc
| | * | | | Manual merge from the mysql-5.1-bugteam.Alexey Kopytov2009-11-241-1/+1
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Post-merge fixes: fix typo and remove unused variables.Davi Arnaut2009-11-211-1/+1
| | | | | |
| | | * | | mergeGeorgi Kodinov2009-11-201-1/+1
| | | |\ \ \