An error occurred fetching the project authors.
  1. 03 Aug, 2007 1 commit
  2. 02 Aug, 2007 2 commits
    • kent@mysql.com/kent-amd64.(none)'s avatar
      Makefile.am: · 10778d6f
      kent@mysql.com/kent-amd64.(none) authored
        Add CMakeLists.txt to source distribution
      CMakeLists.txt:
        Added missing '${MYSQLD_EXE_SUFFIX}' to "mysqld" targets new in 5.1
        Manual merge from 5.0 (bug#30118)
      CMakeLists.txt, mysqlbinlog.cc, lib_sql.cc:
        No need to test on USING_CMAKE, it is the only Windows build
      10778d6f
    • kent@mysql.com/kent-amd64.(none)'s avatar
      CMakeLists.txt (several), make_win_bin_dist: · 74267ad9
      kent@mysql.com/kent-amd64.(none) authored
        Aligned client library build and use with the Unix version when it
        comes to what source to include directly in the builds, and what
        libraries to link with (bug#30118).
      
        Also reviewed, corrected and made more clear when static or dynamic
        Thread Local Storage is to be used. Some code duplication was removed,
        and some redundant library usage were removed, reducing the risk of
        incorrect TLS usage.
      74267ad9
  3. 31 Jul, 2007 1 commit
    • joerg@trift2.'s avatar
      Fix a bad BitKeeper dependency structure for the "CMakeLists.txt" files. · 22d445ee
      joerg@trift2. authored
      They had been introduced in 5.1 and were only later backported to 5.0;
      as a consequence, the files in the 5.1 tree do not depend on the 5.0 ones,
      and changes in 5.0 do not propagate into the 5.1 files.
      
      To fix this, the (previous) files in 5.1 now are deleted ("bk rm"),
      and the previously deleted files depending on 5.0 are now moved to the 
      respective source directories ("bk mv").
      The current 5.1 contents is restored in these files.
      
      If you need the previous history of the 5.1 files ("bk revtool"),
      access those in "BitKeeper/deleted".
      
      Contrary to the original plan, I did not introduce the name
      "CMakeLists.historic" - mostly in order not to clutter the source tree.
      
      This fixes bug#29982.
      22d445ee
  4. 27 Jul, 2007 2 commits
  5. 18 Jul, 2007 2 commits
  6. 12 Jun, 2007 1 commit
  7. 15 May, 2007 2 commits
  8. 23 Apr, 2007 2 commits
  9. 13 Apr, 2007 1 commit
  10. 12 Apr, 2007 1 commit
  11. 23 Mar, 2007 1 commit
    • monty@mysql.com/narttu.mysql.fi's avatar
      Removed not used define YY_MAGIC_BELOW · 19336036
      monty@mysql.com/narttu.mysql.fi authored
      Made year 2000 handling more uniform
      Removed year 2000 handling out from calc_days()
      The above removes some bugs in date/datetimes with year between 0 and 200
      Now we get a note when we insert a datetime value into a date column
      For default values to CREATE, don't give errors for warning level NOTE
      Fixed some compiler failures
      Added library ws2_32 for windows compilation (needed if we want to compile with IOCP support)
      Removed duplicate typedef TIME and replaced it with MYSQL_TIME
      
      Better (more complete) fix for: Bug#21103 "DATE column not compared as DATE"
      Fixed properly Bug#18997 "DATE_ADD and DATE_SUB perform year2K autoconversion magic on 4-digit year value"
      Fixed Bug#23093 "Implicit conversion of 9912101 to date does not match cast(9912101 as date)"
      19336036
  12. 23 Feb, 2007 1 commit
    • monty@mysql.com/narttu.mysql.fi's avatar
      Fixed compiler warnings · f0ae3ce9
      monty@mysql.com/narttu.mysql.fi authored
      Fixed compile-pentium64 scripts
      Fixed wrong estimate of update_with_key_prefix in sql-bench
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1 into mysql.com:/home/my/mysql-5.1
      Fixed unsafe define of uint4korr()
      Fixed that --extern works with mysql-test-run.pl
      Small trivial cleanups
      This also fixes a bug in counting number of rows that are updated when we have many simultanous queries
      Move all connection handling and command exectuion main loop from sql_parse.cc to sql_connection.cc
      Split handle_one_connection() into reusable sub functions.
      Split create_new_thread() into reusable sub functions.
      Added thread_scheduler; Preliminary interface code for future thread_handling code.
      
      Use 'my_thread_id' for internal thread id's
      Make thr_alarm_kill() to depend on thread_id instead of thread
      Make thr_abort_locks_for_thread() depend on thread_id instead of thread
      In store_globals(), set my_thread_var->id to be thd->thread_id.
      Use my_thread_var->id as basis for my_thread_name()
      The above changes makes the connection we have between THD and threads more soft.
      
      Added a lot of DBUG_PRINT() and DBUG_ASSERT() functions
      Fixed compiler warnings
      Fixed core dumps when running with --debug
      Removed setting of signal masks (was never used)
      Made event code call pthread_exit() (portability fix)
      Fixed that event code doesn't call DBUG_xxx functions before my_thread_init() is called.
      Made handling of thread_id and thd->variables.pseudo_thread_id uniform.
      Removed one common 'not freed memory' warning from mysqltest
      Fixed a couple of usage of not initialized warnings (unlikely cases)
      Suppress compiler warnings from bdb and (for the moment) warnings from ndb
      f0ae3ce9
  13. 12 Jan, 2007 1 commit
  14. 10 Jan, 2007 1 commit
    • tsmith@siva.hindu.god's avatar
      WL #3670: Compile-time option to remove GRANT-related startup options · bac65ee9
      tsmith@siva.hindu.god authored
      - configure --disable-grant-options defines DISABLE_GRANT_OPTIONS
      - configure.js/cmake also updated
      - if DISABLE_GRANT_OPTIONS is defined, mysqld no longer recognizes:
        --bootstrap
        --init-file
        --skip-grant-tables
      
      Scripts which rely on those three options are modified to check the environment for MYSQLD_BOOTSTRAP; it should be set to the full path of a mysqld which does handle those options.
      
      For example:
      
      $ export MYSQLD_BOOTSTRAP
      $ MYSQLD_BOOTSTRAP=/path/to/full/MySQL/bin/mysqld
      $ mysql_install_db
      $ make test
      bac65ee9
  15. 31 Dec, 2006 2 commits
    • kent@mysql.com/kent-amd64.(none)'s avatar
      Many files: · 67868597
      kent@mysql.com/kent-amd64.(none) authored
        Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
        Adjusted year(s) in copyright header 
        Added GPL copyright text
      my_vle.h, rpl_utility.h, my_vle.c, base64-t.c, rpl_utility.cc:
        Changed copyright header formatting some
      plugin_example.c, daemon_example.c:
        Added "Copyright (C) 2006 MySQL AB" to GPL header
      67868597
    • kent@mysql.com/kent-amd64.(none)'s avatar
      my_strtoll10-x86.s: · 6523aca7
      kent@mysql.com/kent-amd64.(none) authored
        Corrected spelling in copyright text
      Makefile.am:
        Don't update the files from BitKeeper
      Many files:
        Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
        Adjusted year(s) in copyright header 
      Many files:
        Added GPL copyright text
      Removed files:
        Docs/Support/colspec-fix.pl
        Docs/Support/docbook-fixup.pl
        Docs/Support/docbook-prefix.pl
        Docs/Support/docbook-split
        Docs/Support/make-docbook
        Docs/Support/make-makefile
        Docs/Support/test-make-manual
        Docs/Support/test-make-manual-de
        Docs/Support/xwf
      6523aca7
  16. 18 Dec, 2006 1 commit
    • patg@radha.patg.net's avatar
      WL# 3031 · 237a9482
      patg@radha.patg.net authored
      - Added more test results for hard-coded error numbers
      - Fix for windows
      237a9482
  17. 07 Dec, 2006 1 commit
  18. 31 Oct, 2006 2 commits
  19. 22 Sep, 2006 1 commit
  20. 21 Sep, 2006 1 commit
  21. 11 Sep, 2006 1 commit
  22. 07 Sep, 2006 1 commit
  23. 31 Aug, 2006 1 commit
  24. 25 Aug, 2006 1 commit
  25. 20 Aug, 2006 1 commit
  26. 19 Aug, 2006 3 commits
  27. 14 Aug, 2006 1 commit
  28. 11 Aug, 2006 1 commit
  29. 28 Jul, 2006 1 commit
  30. 27 Jun, 2006 1 commit
  31. 24 Jun, 2006 1 commit