Commit Graph

11 Commits

Author SHA1 Message Date
준화 f8d2bb7548
[mysql-server] Update patch for fuzzers (#10260)
Hi, I updated the patch for mysql-server to be compatible with the
current version.
The patch was lastly updated 2 years ago, and it shows the following
errors.
```
+ cd mysql-server
+ git apply ../fix.diff
error: patch failed: sql/mysqld.cc:6991
error: sql/mysqld.cc: patch does not apply
ERROR:__main__:Building fuzzers failed.
```
<img width="510" alt="image"
src="https://user-images.githubusercontent.com/17183234/236576978-76223986-3621-413c-be5f-da94b44de74c.png">

So I updated the patch with the current version of MySQL server.

In my local, I tested with bellow commands, and it works correctly now.
`python3 infra/helper.py build_image mysql-server`
`python3 infra/helper.py build_fuzzers --sanitizer address mysql-server`
`python3 infra/helper.py check_build mysql-server`

<img width="612" alt="image"
src="https://user-images.githubusercontent.com/17183234/236576936-e0cc38d3-944a-42c2-9a76-659c025e5f48.png">
2023-05-09 08:29:24 -04:00
Catena cyber 88b64d690f
Updates patch for mysql 8.26 (#6309)
* Updates patch for mysql 8.26

* fixup

* fixup cmake fuzzing build for mysql

* Disable honggfuzz for mysql
2021-09-13 23:10:05 -07:00
Catena cyber d751d093e9
Updates for mysql 8.22 (#4627)
* Updates for mysql 8.22

* Mysql uses mv instead of cp to save disk space

* Dummy fix to temp file creation in mysql
2020-11-11 12:09:30 -08:00
Catena cyber 41b1710710
Updates patch for mysql 8.21 (#4162)
* Updates patch for mysql 8.21

* Fixup 8.21

* Disabkes fuzz_docommand to keep going with other targets for now

* do not even compile fuzz_docommand

* Adding license

* FIXMEs

* no longer compiled

* nits
2020-07-21 06:52:28 -07:00
Catena cyber 9f0b9af101
Fixes build with mysql 8.20 (#3741) 2020-04-30 07:30:31 -07:00
Catena cyber 57601d4b6c [mysql] Rebased patch for mysql (#3279)
* Rebased patch for mysql

* Fix viofuzz

* Fix patch
2020-01-23 16:56:13 -08:00
Catena cyber 9597461130 Adds project mysql (#2922)
* Initial integration for mysql server

* Patch for mysql 8.0.18

* Adds include

* Adds argument to run_bootstrap_thread

* build -Dprotobuf_BUILD_SHARED_LIBS=OFF

* olwercase port option

* use different socket files
2019-10-16 08:25:11 -07:00
Abhishek Arya 380322012e
Revert "[mysql] Adds project mysql (#2650)" (#2670)
This reverts commit 1a981b0b42.
2019-08-08 16:25:05 -07:00
Catena cyber 1a981b0b42 [mysql] Adds project mysql (#2650)
* Initial integration for mysql server

* Adds patch

* Code review takes into account
2019-08-02 06:54:41 -07:00
jonathanmetzman fe35e99fe1
Revert "[mysql] Initial integration for mysql server (#2593)" (#2647)
Build fails.

This reverts commit 276d4c7888.
2019-08-01 13:59:31 -07:00
Catena cyber 276d4c7888 [mysql] Initial integration for mysql server (#2593)
* Initial integration for mysql server
2019-08-01 13:27:38 -07:00