Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
oceanbase
obproxy
提交
178a779f
O
obproxy
项目概览
oceanbase
/
obproxy
1 年多 前同步成功
通知
11
Star
100
Fork
70
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
O
obproxy
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
178a779f
编写于
12月 17, 2021
作者:
W
Wesley Wang
提交者:
guangshu.wgs
12月 17, 2021
浏览文件
操作
浏览文件
下载
差异文件
* Shorten the file name
* Modify the package name to obproxy-ce
上级
b91a4006
2b275341
变更
6
隐藏空白更改
内联
并排
Showing
6 changed file
with
7 addition
and
7 deletion
+7
-7
build.sh
build.sh
+2
-2
configure.ac
configure.ac
+1
-1
src/obproxy/proxy/api/ob_api.cpp
src/obproxy/proxy/api/ob_api.cpp
+1
-1
src/obproxy/proxy/plugins/Makemodule.am
src/obproxy/proxy/plugins/Makemodule.am
+2
-2
src/obproxy/proxy/plugins/ob_mysql_response_new_ps_transform_plugin.cpp
...oxy/plugins/ob_mysql_response_new_ps_transform_plugin.cpp
+1
-1
src/obproxy/proxy/plugins/ob_mysql_response_new_ps_transform_plugin.h
...proxy/plugins/ob_mysql_response_new_ps_transform_plugin.h
+0
-0
未找到文件。
build.sh
浏览文件 @
178a779f
...
...
@@ -90,7 +90,7 @@ function do_rpm()
{
set
-x
sw
PACKAGE
=
obproxy
PACKAGE
=
obproxy
-ce
VERSION
=
3.2.0
RELEASE
=
1
PREFIX
=
/home/admin/obproxy
...
...
@@ -106,7 +106,7 @@ function do_rpm()
mkdir
-p
${
TMP_DIR
}
/RPMS
mkdir
-p
${
TMP_DIR
}
/SOURCES
mkdir
-p
${
TMP_DIR
}
/SRPMS
cp
obproxy
-
${
VERSION
}
.tar.gz
${
TMP_DIR
}
/SOURCES
cp
${
PACKAGE
}
-
${
VERSION
}
.tar.gz
${
TMP_DIR
}
/SOURCES
cd
${
TMP_DIR
}
/BUILD
echo
"[BUILD] make rpms..._prefix=
${
PREFIX
}
spec_file=
${
SPEC_FILE
}
"
...
...
configure.ac
浏览文件 @
178a779f
AC_INIT([OceanBase],
[3.2.0],
[wgs13579@gmail.com],
[obproxy],
[obproxy
-ce
],
[http://oceanbase.taobao.org/])
obapi_version="3.2.0"
...
...
src/obproxy/proxy/api/ob_api.cpp
浏览文件 @
178a779f
...
...
@@ -21,7 +21,7 @@
#include "proxy/plugins/ob_mysql_response_prepare_transform_plugin.h"
#include "proxy/plugins/ob_mysql_request_compress_transform_plugin.h"
#include "proxy/plugins/ob_mysql_response_cursor_transform_plugin.h"
#include "proxy/plugins/ob_mysql_response_
prepare_execute
_transform_plugin.h"
#include "proxy/plugins/ob_mysql_response_
new_ps
_transform_plugin.h"
/****************************************************************
* IMPORTANT - READ ME
...
...
src/obproxy/proxy/plugins/Makemodule.am
浏览文件 @
178a779f
...
...
@@ -9,5 +9,5 @@ obproxy/proxy/plugins/ob_mysql_request_prepare_transform_plugin.cpp\
obproxy/proxy/plugins/ob_mysql_request_prepare_transform_plugin.h\
obproxy/proxy/plugins/ob_mysql_response_cursor_transform_plugin.cpp\
obproxy/proxy/plugins/ob_mysql_response_cursor_transform_plugin.h\
obproxy/proxy/plugins/ob_mysql_response_
prepare_execute
_transform_plugin.cpp\
obproxy/proxy/plugins/ob_mysql_response_
prepare_execute
_transform_plugin.h
obproxy/proxy/plugins/ob_mysql_response_
new_ps
_transform_plugin.cpp\
obproxy/proxy/plugins/ob_mysql_response_
new_ps
_transform_plugin.h
src/obproxy/proxy/plugins/ob_mysql_response_
prepare_execute
_transform_plugin.cpp
→
src/obproxy/proxy/plugins/ob_mysql_response_
new_ps
_transform_plugin.cpp
浏览文件 @
178a779f
...
...
@@ -10,7 +10,7 @@
* See the Mulan PubL v2 for more details.
*/
#include "ob_mysql_response_
prepare_execute
_transform_plugin.h"
#include "ob_mysql_response_
new_ps
_transform_plugin.h"
#include "ob_mysql_response_cursor_transform_plugin.h"
#include "rpc/obmysql/packet/ompk_prepare.h"
#include "rpc/obmysql/packet/ompk_field.h"
...
...
src/obproxy/proxy/plugins/ob_mysql_response_
prepare_execute
_transform_plugin.h
→
src/obproxy/proxy/plugins/ob_mysql_response_
new_ps
_transform_plugin.h
浏览文件 @
178a779f
文件已移动
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录